01KVP0W5G2F4JMB7G4ZCG0KNBA: 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: 01KVP0WGYHWRSTXMYZ1RHJ9D03

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T21:21:22.107Zjob assigned to worker 01KVP0WSQC7QM10FRSQTS0Z551 [factory aws, i-0a249b59fb4c2ab9c] (queued for 1 m 3 s)
 
22026-06-21T21:21:28.539Zstarting task 0: "setup"
32026-06-21T21:21:28.543Z++ uname -s
42026-06-21T21:21:28.543Z+ kern=SunOS
52026-06-21T21:21:28.543Z+ build_user=build
62026-06-21T21:21:28.543Z+ build_uid=12345
72026-06-21T21:21:28.543Z+ work_dir=/work
82026-06-21T21:21:28.543Z+ input_dir=/input
92026-06-21T21:21:28.543Z+ [[ 0 == 12345 ]]
102026-06-21T21:21:28.549Z+ case "$kern" in
112026-06-21T21:21:28.549Z+ groupadd -g 12345 build
122026-06-21T21:21:28.550Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T21:21:30.553Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T21:21:30.647Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T21:21:30.681Z+ home_fs=zfs
162026-06-21T21:21:30.682Z+ [[ zfs == autofs ]]
172026-06-21T21:21:30.682Z+ mkdir -p /home/build
182026-06-21T21:21:30.682Z+ chown build:build /home/build /work
192026-06-21T21:21:32.643Z+ chmod 0700 /home/build /work
202026-06-21T21:21:32.678Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-21T21:21:32.688Zstarting task 1: "rust-toolchain"
222026-06-21T21:21:32.695Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T21:21:32.695Z * rust toolchain channel = "1.94.0"
242026-06-21T21:21:32.695Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-21T21:21:32.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-21T21:21:32.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T21:21:32.695Z * rust toolchain profile = "default"
282026-06-21T21:21:32.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T21:21:32.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T21:21:32.798Zinfo: downloading installer
312026-06-21T21:21:34.229Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T21:21:34.229Zwarn: /home/build/.rustup/settings.toml
332026-06-21T21:21:34.229Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T21:21:34.229Zwarn: instead of the one inferred from the default host triple.
352026-06-21T21:21:34.241Zinfo: profile set to default
362026-06-21T21:21:34.243Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T21:21:34.246Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T21:21:34.412Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T21:21:34.416Zinfo: downloading 6 components
402026-06-21T21:21:50.269Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T21:21:50.270Z
422026-06-21T21:21:50.302Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T21:21:50.302Z
442026-06-21T21:21:50.302Z
452026-06-21T21:21:50.302ZRust is installed now. Great!
462026-06-21T21:21:50.302Z
472026-06-21T21:21:50.302ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T21:21:50.302Zenvironment variable. This has not been done automatically.
492026-06-21T21:21:50.302Z
502026-06-21T21:21:50.302ZTo configure your current shell, you need to source
512026-06-21T21:21:50.302Zthe corresponding env file under $HOME/.cargo.
522026-06-21T21:21:50.302Z
532026-06-21T21:21:50.302ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T21:21:50.302Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T21:21:50.302Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T21:21:50.302Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T21:21:50.302Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T21:21:50.302Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T21:21:50.302Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T21:21:50.305Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T21:21:50.305Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T21:21:50.400Z+ rustup --version
632026-06-21T21:21:50.409Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T21:21:50.413Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T21:21:50.435Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T21:21:50.438Z+ cargo --version
672026-06-21T21:21:50.445Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T21:21:50.448Z+ rustc --version
692026-06-21T21:21:50.467Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T21:21:50.470Zprocess exited: duration 17782 ms, exit code 0
 
712026-06-21T21:21:50.476Zstarting task 2: "authentication"
722026-06-21T21:21:50.493Zprocess exited: duration 17 ms, exit code 0
 
732026-06-21T21:21:50.499Zstarting task 3: "clone repository"
742026-06-21T21:21:50.502Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T21:21:50.505Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T21:21:50.535ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T21:22:00.345Z+ cd /work/oxidecomputer/omicron
782026-06-21T21:22:00.345Z+ git fetch origin 48c31edd97820d65274874e6b6831170195f9857
792026-06-21T21:22:00.647ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T21:22:00.647Z * branch 48c31edd97820d65274874e6b6831170195f9857 -> FETCH_HEAD
812026-06-21T21:22:00.658Z+ [[ -n sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype ]]
822026-06-21T21:22:00.661Z++ git branch --show-current
832026-06-21T21:22:00.661Z+ current=main
842026-06-21T21:22:00.661Z+ [[ main != sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype ]]
852026-06-21T21:22:00.661Z+ git branch -f sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype 48c31edd97820d65274874e6b6831170195f9857
862026-06-21T21:22:00.664Z+ git checkout -f sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype
872026-06-21T21:22:00.898ZSwitched to branch 'sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype'
882026-06-21T21:22:00.901Z+ git reset --hard 48c31edd97820d65274874e6b6831170195f9857
892026-06-21T21:22:00.924ZHEAD is now at 48c31edd9 also make StartSledAgentRequest a RackUuid
902026-06-21T21:22:00.928Zprocess exited: duration 10426 ms, exit code 0
 
912026-06-21T21:22:00.934Zstarting task 4: "build"
922026-06-21T21:22:00.939Z+ source .github/buildomat/ci-env.sh
932026-06-21T21:22:00.939Z++ export CARGO_TERM_COLOR=always
942026-06-21T21:22:00.939Z++ CARGO_TERM_COLOR=always
952026-06-21T21:22:00.939Z+ cargo --version
962026-06-21T21:22:00.949Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-21T21:22:00.952Z+ rustc --version
982026-06-21T21:22:00.971Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-21T21:22:00.974Z+ source ./env.sh
1002026-06-21T21:22:00.978Z++ OLD_SHELL_OPTS=ehxB
1012026-06-21T21:22:00.978Z++ set -o xtrace
1022026-06-21T21:22:00.978Z++++ dirname ./env.sh
1032026-06-21T21:22:00.980Z+++ readlink -f .
1042026-06-21T21:22:00.984Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-21T21:22:00.984Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-21T21:22:00.984Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-21T21:22:00.984Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-21T21:22:00.984Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-21T21:22:00.984Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-21T21:22:00.984Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-21T21:22:00.984Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-21T21:22:00.984Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-21T21:22:00.984Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-21T21:22:00.984Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-21T21:22:00.984Z++ case $OLD_SHELL_OPTS in
1162026-06-21T21:22:00.984Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-21T21:22:00.984Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-21T21:22:00.985Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-21T21:22:00.985Z+ banner prerequisites
1202026-06-21T21:22:00.988Z
1212026-06-21T21:22:00.988Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-21T21:22:00.988Z # # # # # # # # # # # # # # #
1232026-06-21T21:22:00.988Z # # # # ##### # # ##### # # # # # #### #
1242026-06-21T21:22:00.988Z ##### ##### # ##### # # # # # # # # #
1252026-06-21T21:22:00.988Z # # # # # # # # # # # # # # #
1262026-06-21T21:22:00.988Z # # # ###### # # ###### ### # #### # #### #
1272026-06-21T21:22:00.988Z
1282026-06-21T21:22:00.988Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-21T21:22:03.046Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-21T21:22:03.133Z Startup: Caching catalogs ... Done
1312026-06-21T21:22:03.482ZPlanning: Solver setup ... Done (0.307s)
1322026-06-21T21:22:03.504ZPlanning: Running solver ... Done (0.022s)
1332026-06-21T21:22:03.512ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-21T21:22:03.522ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-21T21:22:03.539ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-21T21:22:03.551ZPlanning: Package planning ... Done (0.013s)
1372026-06-21T21:22:03.553ZPlanning: Merging actions ... Done (0.001s)
1382026-06-21T21:22:03.740ZPlanning: Checking for conflicting actions ... Done (0.188s)
1392026-06-21T21:22:03.743ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-21T21:22:04.554ZPlanning: Evaluating mediators ... Done (0.812s)
1412026-06-21T21:22:04.557ZPlanning: Planning completed in 1.40 seconds
1422026-06-21T21:22:04.563Z Packages to install: 2
1432026-06-21T21:22:04.565Z Estimated space available: 156.07 GB
1442026-06-21T21:22:04.565ZEstimated space to be consumed: 26.78 MB
1452026-06-21T21:22:04.565Z Create boot environment: No
1462026-06-21T21:22:04.565ZCreate backup boot environment: No
1472026-06-21T21:22:04.565Z Rebuild boot archive: No
1482026-06-21T21:22:04.565Z
1492026-06-21T21:22:04.565ZChanged packages:
1502026-06-21T21:22:04.566Zhelios
1512026-06-21T21:22:04.566Z developer/build-essential
1522026-06-21T21:22:04.566Z None -> 11-3.0
1532026-06-21T21:22:04.566Z library/libxmlsec1
1542026-06-21T21:22:04.566Z None -> 1.2.35-3.0
1552026-06-21T21:22:04.587Z
1562026-06-21T21:22:04.587ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-21T21:22:05.208ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1582026-06-21T21:22:05.300Z Actions: 1/268 actions (Installing new actions)
1592026-06-21T21:22:05.338Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-21T21:22:05.347ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-21T21:22:05.349ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-21T21:22:05.371ZFinalize: Updating image state ... Done (0.024s)
1632026-06-21T21:22:07.729ZFinalize: Creating fast lookup database ... Done (2.336s)
1642026-06-21T21:22:07.792ZFinalize: Reading search index ... Done (0.012s)
1652026-06-21T21:22:07.795ZFinalize: Updating search index ... Done (0.000s)
1662026-06-21T21:22:07.875ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-21T21:22:08.176ZPlanning: Evaluating mediator changes ... Done
1682026-06-21T21:22:08.280ZPlanning: Checking for conflicting actions ... Done
1692026-06-21T21:22:08.284ZPlanning: Consolidating action changes ... Done
1702026-06-21T21:22:08.442ZPlanning: Evaluating mediators ... Done
1712026-06-21T21:22:08.445ZPlanning: Planning completed in 0.27 seconds
1722026-06-21T21:22:08.464Z Mediators to change: 2
1732026-06-21T21:22:08.464Z Create boot environment: No
1742026-06-21T21:22:08.465ZCreate backup boot environment: No
1752026-06-21T21:22:08.509ZFinalize: Updating package state database ... Done
1762026-06-21T21:22:08.510ZFinalize: Updating package cache ... Done
1772026-06-21T21:22:08.523ZFinalize: Updating image state ... Done
1782026-06-21T21:22:10.476ZFinalize: Creating fast lookup database ... Done
1792026-06-21T21:22:10.538ZFinalize: Reading search index ... Done
1802026-06-21T21:22:10.540ZFinalize: Updating search index ... Done
1812026-06-21T21:22:10.620ZFinalize: Updating package cache ... Done
1822026-06-21T21:22:10.901ZPlanning: Evaluating mediator changes ... Done
1832026-06-21T21:22:11.005ZPlanning: Checking for conflicting actions ... Done
1842026-06-21T21:22:11.008ZPlanning: Consolidating action changes ... Done
1852026-06-21T21:22:11.164ZPlanning: Evaluating mediators ... Done
1862026-06-21T21:22:11.167ZPlanning: Planning completed in 0.26 seconds
1872026-06-21T21:22:11.187Z Mediators to change: 1
1882026-06-21T21:22:11.187Z Create boot environment: No
1892026-06-21T21:22:11.187ZCreate backup boot environment: No
1902026-06-21T21:22:11.239ZFinalize: Updating package state database ... Done
1912026-06-21T21:22:11.239ZFinalize: Updating package cache ... Done
1922026-06-21T21:22:11.252ZFinalize: Updating image state ... Done
1932026-06-21T21:22:13.199ZFinalize: Creating fast lookup database ... Done
1942026-06-21T21:22:13.261ZFinalize: Reading search index ... Done
1952026-06-21T21:22:13.264ZFinalize: Updating search index ... Done
1962026-06-21T21:22:13.341ZFinalize: Updating package cache ... Done
1972026-06-21T21:22:13.651ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-21T21:22:13.651Zapache system 2.4 system
1992026-06-21T21:22:13.651Zclang system 15 system
2002026-06-21T21:22:13.651Zcsh system system illumos
2012026-06-21T21:22:13.651Zctags system system illumos
2022026-06-21T21:22:13.651Zfile vendor vendor darwinsys
2032026-06-21T21:22:13.651Zfile system system illumos
2042026-06-21T21:22:13.651Zgcc vendor 14 vendor
2052026-06-21T21:22:13.651Zgcc system 13 system
2062026-06-21T21:22:13.651Zgcc system 10 system
2072026-06-21T21:22:13.651Zgo system 1.25 system
2082026-06-21T21:22:13.651Zllvm system 15 system
2092026-06-21T21:22:13.651Zmariadb system 11.4 system
2102026-06-21T21:22:13.651Zmta vendor vendor dma
2112026-06-21T21:22:13.651Zopenjdk system 17 system
2122026-06-21T21:22:13.651Zopenjdk system 11 system
2132026-06-21T21:22:13.651Zopenssl vendor 3 vendor
2142026-06-21T21:22:13.651Zperl system 5.40 system
2152026-06-21T21:22:13.651Zpostgresql system 18 system
2162026-06-21T21:22:13.651Zpostgresql system 17 system
2172026-06-21T21:22:13.651Zpython vendor 3 vendor
2182026-06-21T21:22:13.651Zpython system 2 system
2192026-06-21T21:22:13.651Zpython3 vendor 3.13 vendor
2202026-06-21T21:22:13.651Zruby system 3.4 system
2212026-06-21T21:22:13.651Zruby system 3.0 system
2222026-06-21T21:22:13.651Zwords vendor vendor american-english
2232026-06-21T21:22:13.651Zwords system system australian-english
2242026-06-21T21:22:13.651Zwords system system british-english
2252026-06-21T21:22:13.651Zwords system system canadian-english
2262026-06-21T21:22:13.651Zwords system system french
2272026-06-21T21:22:13.651Zwords system system italian
2282026-06-21T21:22:13.651Zwords system system ngerman
2292026-06-21T21:22:13.651Zwords system system ogerman
2302026-06-21T21:22:13.651Zwords system system spanish
2312026-06-21T21:22:13.906ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-21T21:22:13.907Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-21T21:22:14.197ZFMRI IFO
2342026-06-21T21:22:14.197Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-21T21:22:14.197Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-21T21:22:14.197Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-21T21:22:14.197Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-21T21:22:14.197Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-21T21:22:14.197Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-21T21:22:14.198Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-21T21:22:14.199Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-21T21:22:14.199Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-21T21:22:14.442Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-21T21:22:14.716Z Updating crates.io index
2452026-06-21T21:22:14.719Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-21T21:22:14.971Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-21T21:22:15.805Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-21T21:22:16.207Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-21T21:22:17.319Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-21T21:22:17.820Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-21T21:22:19.335Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-21T21:22:20.086Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-21T21:22:20.474Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-21T21:22:21.541Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-21T21:22:21.928Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-21T21:22:22.393Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-21T21:22:22.680Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-21T21:22:23.267Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-21T21:22:23.728Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-21T21:22:23.984Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-21T21:22:24.449Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-21T21:22:24.693Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-21T21:22:25.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-21T21:22:25.612Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-21T21:22:25.820Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-21T21:22:26.082Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-21T21:22:26.418Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-21T21:22:26.769Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-21T21:22:27.083Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-21T21:22:27.478Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-21T21:22:27.807Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-21T21:22:28.090Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-21T21:22:28.378Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-21T21:22:29.302Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-21T21:22:30.019Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-21T21:22:30.413Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-21T21:22:30.910Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-21T21:22:31.312Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-21T21:22:31.652Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-21T21:22:31.996Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-21T21:22:32.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-21T21:22:32.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-21T21:22:33.105Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-21T21:22:33.384Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-21T21:22:35.058Z Downloading crates ...
2862026-06-21T21:22:35.113Z Downloaded quote v1.0.45
2872026-06-21T21:22:35.117Z Downloaded bytecount v0.6.9
2882026-06-21T21:22:35.121Z Downloaded clap_lex v1.0.0
2892026-06-21T21:22:35.121Z Downloaded cargo-platform v0.2.0
2902026-06-21T21:22:35.121Z Downloaded cfg-if v1.0.4
2912026-06-21T21:22:35.123Z Downloaded byteorder v1.5.0
2922026-06-21T21:22:35.127Z Downloaded clap v4.6.1
2932026-06-21T21:22:35.131Z Downloaded zmij v1.0.21
2942026-06-21T21:22:35.134Z Downloaded cargo-util-schemas v0.8.2
2952026-06-21T21:22:35.134Z Downloaded litemap v0.8.1
2962026-06-21T21:22:35.137Z Downloaded utf8parse v0.2.2
2972026-06-21T21:22:35.137Z Downloaded usdt v0.5.0
2982026-06-21T21:22:35.137Z Downloaded version_check v0.9.5
2992026-06-21T21:22:35.137Z Downloaded heck v0.4.1
3002026-06-21T21:22:35.140Z Downloaded colorchoice v1.0.4
3012026-06-21T21:22:35.140Z Downloaded anstyle v1.0.14
3022026-06-21T21:22:35.140Z Downloaded anstream v1.0.0
3032026-06-21T21:22:35.140Z Downloaded icu_provider v2.1.1
3042026-06-21T21:22:35.143Z Downloaded crypto-common v0.1.7
3052026-06-21T21:22:35.146Z Downloaded camino v1.2.2
3062026-06-21T21:22:35.150Z Downloaded zerofrom-derive v0.1.6
3072026-06-21T21:22:35.150Z Downloaded zerofrom v0.1.6
3082026-06-21T21:22:35.150Z Downloaded thiserror-impl v1.0.69
3092026-06-21T21:22:35.154Z Downloaded cargo_metadata v0.21.0
3102026-06-21T21:22:35.154Z Downloaded clap_derive v4.6.1
3112026-06-21T21:22:35.157Z Downloaded usdt-attr-macro v0.5.0
3122026-06-21T21:22:35.157Z Downloaded pest_derive v2.8.6
3132026-06-21T21:22:35.157Z Downloaded toml_datetime v0.6.11
3142026-06-21T21:22:35.160Z Downloaded utf8_iter v1.0.4
3152026-06-21T21:22:35.160Z Downloaded unicode-xid v0.2.6
3162026-06-21T21:22:35.160Z Downloaded cargo_toml v0.21.0
3172026-06-21T21:22:35.164Z Downloaded yoke-derive v0.8.1
3182026-06-21T21:22:35.168Z Downloaded thread-id v4.2.2
3192026-06-21T21:22:35.168Z Downloaded thiserror v2.0.18
3202026-06-21T21:22:35.171Z Downloaded errno v0.3.14
3212026-06-21T21:22:35.171Z Downloaded displaydoc v0.2.5
3222026-06-21T21:22:35.174Z Downloaded cpufeatures v0.2.17
3232026-06-21T21:22:35.174Z Downloaded idna_adapter v1.2.1
3242026-06-21T21:22:35.174Z Downloaded camino-tempfile v1.4.1
3252026-06-21T21:22:35.174Z Downloaded unicode-linebreak v0.1.5
3262026-06-21T21:22:35.177Z Downloaded typeid v1.0.3
3272026-06-21T21:22:35.177Z Downloaded erased-serde v0.4.9
3282026-06-21T21:22:35.180Z Downloaded proc-macro-error-attr v1.0.4
3292026-06-21T21:22:35.180Z Downloaded swrite v0.1.0
3302026-06-21T21:22:35.183Z Downloaded writeable v0.6.2
3312026-06-21T21:22:35.183Z Downloaded usdt-macro v0.5.0
3322026-06-21T21:22:35.183Z Downloaded typenum v1.19.0
3332026-06-21T21:22:35.186Z Downloaded zerovec-derive v0.11.2
3342026-06-21T21:22:35.186Z Downloaded usdt-impl v0.5.0
3352026-06-21T21:22:35.186Z Downloaded memmap v0.7.0
3362026-06-21T21:22:35.189Z Downloaded anstyle-query v1.1.5
3372026-06-21T21:22:35.189Z Downloaded macaddr v1.0.1
3382026-06-21T21:22:35.189Z Downloaded toml_write v0.1.2
3392026-06-21T21:22:35.189Z Downloaded tinystr v0.8.2
3402026-06-21T21:22:35.192Z Downloaded terminal_size v0.4.3
3412026-06-21T21:22:35.192Z Downloaded fastrand v2.3.0
3422026-06-21T21:22:35.192Z Downloaded thiserror v1.0.69
3432026-06-21T21:22:35.195Z Downloaded yoke v0.8.1
3442026-06-21T21:22:35.198Z Downloaded thiserror-impl v2.0.18
3452026-06-21T21:22:35.198Z Downloaded zerocopy-derive v0.7.35
3462026-06-21T21:22:35.201Z Downloaded strsim v0.11.1
3472026-06-21T21:22:35.201Z Downloaded percent-encoding v2.3.2
3482026-06-21T21:22:35.201Z Downloaded itoa v1.0.17
3492026-06-21T21:22:35.201Z Downloaded pretty-hex v0.4.1
3502026-06-21T21:22:35.204Z Downloaded digest v0.10.7
3512026-06-21T21:22:35.204Z Downloaded toml v0.8.23
3522026-06-21T21:22:35.204Z Downloaded ucd-trie v0.1.7
3532026-06-21T21:22:35.204Z Downloaded plain v0.2.3
3542026-06-21T21:22:35.208Z Downloaded equivalent v1.0.2
3552026-06-21T21:22:35.208Z Downloaded is_terminal_polyfill v1.70.2
3562026-06-21T21:22:35.208Z Downloaded heck v0.5.0
3572026-06-21T21:22:35.208Z Downloaded fnv v1.0.7
3582026-06-21T21:22:35.208Z Downloaded autocfg v1.5.0
3592026-06-21T21:22:35.214Z Downloaded block-buffer v0.10.4
3602026-06-21T21:22:35.217Z Downloaded zerotrie v0.2.3
3612026-06-21T21:22:35.220Z Downloaded form_urlencoded v1.2.2
3622026-06-21T21:22:35.220Z Downloaded dtrace-parser v0.2.0
3632026-06-21T21:22:35.220Z Downloaded url v2.5.8
3642026-06-21T21:22:35.220Z Downloaded generic-array v0.14.7
3652026-06-21T21:22:35.223Z Downloaded textwrap v0.16.2
3662026-06-21T21:22:35.223Z Downloaded ordered-float v2.10.1
3672026-06-21T21:22:35.226Z Downloaded unicode-ident v1.0.24
3682026-06-21T21:22:35.229Z Downloaded toml_edit v0.22.27
3692026-06-21T21:22:35.232Z Downloaded tabled_derive v0.7.0
3702026-06-21T21:22:35.232Z Downloaded potential_utf v0.1.4
3712026-06-21T21:22:35.241Z Downloaded serde_spanned v0.6.9
3722026-06-21T21:22:35.244Z Downloaded scroll_derive v0.12.1
3732026-06-21T21:22:35.246Z Downloaded zerovec v0.11.5
3742026-06-21T21:22:35.249Z Downloaded stable_deref_trait v1.2.1
3752026-06-21T21:22:35.249Z Downloaded serde-value v0.7.0
3762026-06-21T21:22:35.252Z Downloaded sha2 v0.10.9
3772026-06-21T21:22:35.255Z Downloaded zerocopy v0.7.35
3782026-06-21T21:22:35.262Z Downloaded synstructure v0.13.2
3792026-06-21T21:22:35.265Z Downloaded smawk v0.3.2
3802026-06-21T21:22:35.265Z Downloaded semver v1.0.28
3812026-06-21T21:22:35.265Z Downloaded winnow v0.7.14
3822026-06-21T21:22:35.271Z Downloaded serde_tokenstream v0.2.3
3832026-06-21T21:22:35.274Z Downloaded unicode-width v0.2.0
3842026-06-21T21:22:35.274Z Downloaded unicode-width v0.1.14
3852026-06-21T21:22:35.277Z Downloaded scroll v0.12.0
3862026-06-21T21:22:35.277Z Downloaded serde_derive v1.0.228
3872026-06-21T21:22:35.280Z Downloaded fs-err v3.3.0
3882026-06-21T21:22:35.280Z Downloaded anstyle-parse v1.0.0
3892026-06-21T21:22:35.280Z Downloaded serde-untagged v0.1.9
3902026-06-21T21:22:35.280Z Downloaded proc-macro-error v1.0.4
3912026-06-21T21:22:35.283Z Downloaded dof v0.3.0
3922026-06-21T21:22:35.286Z Downloaded anyhow v1.0.102
3932026-06-21T21:22:35.289Z Downloaded smallvec v1.15.1
3942026-06-21T21:22:35.292Z Downloaded serde v1.0.228
3952026-06-21T21:22:35.294Z Downloaded memchr v2.8.0
3962026-06-21T21:22:35.297Z Downloaded num-traits v0.2.19
3972026-06-21T21:22:35.304Z Downloaded pest_generator v2.8.6
3982026-06-21T21:22:35.308Z Downloaded tempfile v3.25.0
3992026-06-21T21:22:35.317Z Downloaded serde_core v1.0.228
4002026-06-21T21:22:35.320Z Downloaded once_cell v1.21.3
4012026-06-21T21:22:35.340Z Downloaded papergrid v0.11.0
4022026-06-21T21:22:35.343Z Downloaded icu_properties v2.1.2
4032026-06-21T21:22:35.346Z Downloaded proc-macro2 v1.0.106
4042026-06-21T21:22:35.351Z Downloaded bitflags v2.11.0
4052026-06-21T21:22:35.354Z Downloaded icu_normalizer_data v2.1.1
4062026-06-21T21:22:35.357Z Downloaded getrandom v0.4.1
4072026-06-21T21:22:35.360Z Downloaded log v0.4.29
4082026-06-21T21:22:35.363Z Downloaded icu_normalizer v2.1.1
4092026-06-21T21:22:35.363Z Downloaded icu_locale_core v2.1.1
4102026-06-21T21:22:35.372Z Downloaded icu_collections v2.1.1
4112026-06-21T21:22:35.377Z Downloaded pest_meta v2.8.6
4122026-06-21T21:22:35.383Z Downloaded indexmap v2.14.0
4132026-06-21T21:22:35.418Z Downloaded clap_builder v4.6.0
4142026-06-21T21:22:35.424Z Downloaded icu_properties_data v2.1.2
4152026-06-21T21:22:35.424Z Downloaded hashbrown v0.17.0
4162026-06-21T21:22:35.424Z Downloaded pest v2.8.6
4172026-06-21T21:22:35.424Z Downloaded serde_json v1.0.149
4182026-06-21T21:22:35.432Z Downloaded idna v1.1.0
4192026-06-21T21:22:35.446Z Downloaded tabled v0.15.0
4202026-06-21T21:22:35.454Z Downloaded goblin v0.8.2
4212026-06-21T21:22:35.464Z Downloaded syn v1.0.109
4222026-06-21T21:22:35.474Z Downloaded syn v2.0.117
4232026-06-21T21:22:35.493Z Downloaded rustix v1.1.3
4242026-06-21T21:22:35.521Z Downloaded libc v0.2.185
4252026-06-21T21:22:35.599Z Compiling proc-macro2 v1.0.106
4262026-06-21T21:22:35.599Z Compiling quote v1.0.45
4272026-06-21T21:22:35.600Z Compiling unicode-ident v1.0.24
4282026-06-21T21:22:35.600Z Compiling serde_core v1.0.228
4292026-06-21T21:22:35.603Z Compiling libc v0.2.185
4302026-06-21T21:22:35.603Z Compiling version_check v0.9.5
4312026-06-21T21:22:35.603Z Compiling memchr v2.8.0
4322026-06-21T21:22:35.603Z Compiling stable_deref_trait v1.2.1
4332026-06-21T21:22:35.906Z Compiling serde v1.0.228
4342026-06-21T21:22:35.922Z Compiling zmij v1.0.21
4352026-06-21T21:22:36.153Z Compiling thiserror v1.0.69
4362026-06-21T21:22:36.249Z Compiling ucd-trie v0.1.7
4372026-06-21T21:22:36.426Z Compiling itoa v1.0.17
4382026-06-21T21:22:36.441Z Compiling autocfg v1.5.0
4392026-06-21T21:22:36.519Z Compiling pest v2.8.6
4402026-06-21T21:22:36.552Z Compiling litemap v0.8.1
4412026-06-21T21:22:36.597Z Compiling writeable v0.6.2
4422026-06-21T21:22:36.637Z Compiling icu_properties_data v2.1.2
4432026-06-21T21:22:36.819Z Compiling rustix v1.1.3
4442026-06-21T21:22:36.861Z Compiling byteorder v1.5.0
4452026-06-21T21:22:37.038Z Compiling syn v2.0.117
4462026-06-21T21:22:37.054Z Compiling icu_normalizer_data v2.1.1
4472026-06-21T21:22:37.111Z Compiling errno v0.3.14
4482026-06-21T21:22:37.126Z Compiling serde_json v1.0.149
4492026-06-21T21:22:37.255Z Compiling bitflags v2.11.0
4502026-06-21T21:22:37.348Z Compiling num-traits v0.2.19
4512026-06-21T21:22:37.375Z Compiling equivalent v1.0.2
4522026-06-21T21:22:37.482Z Compiling typeid v1.0.3
4532026-06-21T21:22:37.500Z Compiling smallvec v1.15.1
4542026-06-21T21:22:37.531Z Compiling pest_meta v2.8.6
4552026-06-21T21:22:37.748Z Compiling hashbrown v0.17.0
4562026-06-21T21:22:37.934Z Compiling thread-id v4.2.2
4572026-06-21T21:22:37.980Z Compiling usdt-impl v0.5.0
4582026-06-21T21:22:37.996Z Compiling proc-macro-error-attr v1.0.4
4592026-06-21T21:22:38.018Z Compiling toml_write v0.1.2
4602026-06-21T21:22:38.180Z Compiling winnow v0.7.14
4612026-06-21T21:22:38.196Z Compiling erased-serde v0.4.9
4622026-06-21T21:22:38.216Z Compiling syn v1.0.109
4632026-06-21T21:22:38.468Z Compiling indexmap v2.14.0
4642026-06-21T21:22:38.797Z Compiling proc-macro-error v1.0.4
4652026-06-21T21:22:38.987Z Compiling percent-encoding v2.3.2
4662026-06-21T21:22:39.113Z Compiling utf8_iter v1.0.4
4672026-06-21T21:22:39.189Z Compiling utf8parse v0.2.2
4682026-06-21T21:22:39.205Z Compiling plain v0.2.3
4692026-06-21T21:22:39.256Z Compiling getrandom v0.4.1
4702026-06-21T21:22:39.274Z Compiling thiserror v2.0.18
4712026-06-21T21:22:39.302Z Compiling log v0.4.29
4722026-06-21T21:22:39.318Z Compiling camino v1.2.2
4732026-06-21T21:22:39.378Z Compiling anstyle-parse v1.0.0
4742026-06-21T21:22:39.493Z Compiling ordered-float v2.10.1
4752026-06-21T21:22:39.575Z Compiling form_urlencoded v1.2.2
4762026-06-21T21:22:39.662Z Compiling synstructure v0.13.2
4772026-06-21T21:22:39.691Z Compiling pest_generator v2.8.6
4782026-06-21T21:22:39.803Z Compiling terminal_size v0.4.3
4792026-06-21T21:22:39.944Z Compiling anstyle v1.0.14
4802026-06-21T21:22:40.041Z Compiling pretty-hex v0.4.1
4812026-06-21T21:22:40.159Z Compiling anstyle-query v1.1.5
4822026-06-21T21:22:40.187Z Compiling colorchoice v1.0.4
4832026-06-21T21:22:40.190Z Compiling is_terminal_polyfill v1.70.2
4842026-06-21T21:22:40.220Z Compiling cfg-if v1.0.4
4852026-06-21T21:22:40.272Z Compiling anstream v1.0.0
4862026-06-21T21:22:40.290Z Compiling serde-untagged v0.1.9
4872026-06-21T21:22:40.409Z Compiling semver v1.0.28
4882026-06-21T21:22:40.461Z Compiling fs-err v3.3.0
4892026-06-21T21:22:40.549Z Compiling unicode-xid v0.2.6
4902026-06-21T21:22:40.578Z Compiling bytecount v0.6.9
4912026-06-21T21:22:40.651Z Compiling heck v0.4.1
4922026-06-21T21:22:40.675Z Compiling fnv v1.0.7
4932026-06-21T21:22:40.702Z Compiling clap_lex v1.0.0
4942026-06-21T21:22:40.719Z Compiling heck v0.5.0
4952026-06-21T21:22:40.737Z Compiling strsim v0.11.1
4962026-06-21T21:22:40.776Z Compiling unicode-width v0.1.14
4972026-06-21T21:22:40.931Z Compiling anyhow v1.0.102
4982026-06-21T21:22:40.959Z Compiling fastrand v2.3.0
4992026-06-21T21:22:41.048Z Compiling once_cell v1.21.3
5002026-06-21T21:22:41.087Z Compiling papergrid v0.11.0
5012026-06-21T21:22:41.180Z Compiling clap_builder v4.6.0
5022026-06-21T21:22:41.223Z Compiling tempfile v3.25.0
5032026-06-21T21:22:41.367Z Compiling memmap v0.7.0
5042026-06-21T21:22:41.384Z Compiling serde_derive v1.0.228
5052026-06-21T21:22:41.459Z Compiling zerofrom-derive v0.1.6
5062026-06-21T21:22:41.549Z Compiling yoke-derive v0.8.1
5072026-06-21T21:22:41.600Z Compiling zerovec-derive v0.11.2
5082026-06-21T21:22:41.790Z Compiling displaydoc v0.2.5
5092026-06-21T21:22:42.500Z Compiling thiserror-impl v1.0.69
5102026-06-21T21:22:42.533Z Compiling zerocopy-derive v0.7.35
5112026-06-21T21:22:42.676Z Compiling pest_derive v2.8.6
5122026-06-21T21:22:42.693Z Compiling scroll_derive v0.12.1
5132026-06-21T21:22:42.838Z Compiling zerofrom v0.1.6
5142026-06-21T21:22:42.971Z Compiling yoke v0.8.1
5152026-06-21T21:22:43.101Z Compiling thiserror-impl v2.0.18
5162026-06-21T21:22:43.169Z Compiling zerovec v0.11.5
5172026-06-21T21:22:43.345Z Compiling zerotrie v0.2.3
5182026-06-21T21:22:43.437Z Compiling zerocopy v0.7.35
5192026-06-21T21:22:43.655Z Compiling scroll v0.12.0
5202026-06-21T21:22:43.750Z Compiling tinystr v0.8.2
5212026-06-21T21:22:43.894Z Compiling potential_utf v0.1.4
5222026-06-21T21:22:43.937Z Compiling icu_locale_core v2.1.1
5232026-06-21T21:22:43.963Z Compiling dtrace-parser v0.2.0
5242026-06-21T21:22:43.999Z Compiling goblin v0.8.2
5252026-06-21T21:22:44.062Z Compiling icu_collections v2.1.1
5262026-06-21T21:22:44.223Z Compiling tabled_derive v0.7.0
5272026-06-21T21:22:44.558Z Compiling icu_provider v2.1.1
5282026-06-21T21:22:44.629Z Compiling clap_derive v4.6.1
5292026-06-21T21:22:44.718Z Compiling unicode-width v0.2.0
5302026-06-21T21:22:44.829Z Compiling icu_normalizer v2.1.1
5312026-06-21T21:22:44.832Z Compiling icu_properties v2.1.2
5322026-06-21T21:22:44.865Z Compiling serde_spanned v0.6.9
5332026-06-21T21:22:44.901Z Compiling toml_datetime v0.6.11
5342026-06-21T21:22:44.991Z Compiling dof v0.3.0
5352026-06-21T21:22:45.012Z Compiling serde_tokenstream v0.2.3
5362026-06-21T21:22:45.138Z Compiling toml_edit v0.22.27
5372026-06-21T21:22:45.166Z Compiling serde-value v0.7.0
5382026-06-21T21:22:45.367Z Compiling cargo-platform v0.2.0
5392026-06-21T21:22:45.384Z Compiling smawk v0.3.2
5402026-06-21T21:22:45.523Z Compiling unicode-linebreak v0.1.5
5412026-06-21T21:22:45.539Z Compiling tabled v0.15.0
5422026-06-21T21:22:45.643Z Compiling macaddr v1.0.1
5432026-06-21T21:22:45.765Z Compiling idna_adapter v1.2.1
5442026-06-21T21:22:45.869Z Compiling textwrap v0.16.2
5452026-06-21T21:22:45.910Z Compiling idna v1.1.0
5462026-06-21T21:22:45.944Z Compiling usdt-attr-macro v0.5.0
5472026-06-21T21:22:46.345Z Compiling url v2.5.8
5482026-06-21T21:22:46.379Z Compiling usdt-macro v0.5.0
5492026-06-21T21:22:46.568Z Compiling toml v0.8.23
5502026-06-21T21:22:46.626Z Compiling clap v4.6.1
5512026-06-21T21:22:46.995Z Compiling cargo-util-schemas v0.8.2
5522026-06-21T21:22:46.998Z Compiling cargo_toml v0.21.0
5532026-06-21T21:22:47.084Z Compiling usdt v0.5.0
5542026-06-21T21:22:47.180Z Compiling camino-tempfile v1.4.1
5552026-06-21T21:22:47.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-21T21:22:47.412Z Compiling swrite v0.1.0
5572026-06-21T21:22:47.886Z Compiling cargo_metadata v0.21.0
5582026-06-21T21:22:48.822Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-21T21:22:50.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s
5602026-06-21T21:22:51.116Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-21T21:22:51.603Z Downloading crates ...
5622026-06-21T21:22:51.703Z Downloaded atty v0.2.14
5632026-06-21T21:22:51.706Z Downloaded async-recursion v1.1.1
5642026-06-21T21:22:51.706Z Downloaded allocator-api2 v0.2.21
5652026-06-21T21:22:51.710Z Downloaded adler2 v2.0.1
5662026-06-21T21:22:51.713Z Downloaded bit-vec v0.6.3
5672026-06-21T21:22:51.717Z Downloaded embedded-io v0.4.0
5682026-06-21T21:22:51.720Z Downloaded bzip2 v0.4.4
5692026-06-21T21:22:51.723Z Downloaded crc-catalog v2.4.0
5702026-06-21T21:22:51.723Z Downloaded bitflags v1.3.2
5712026-06-21T21:22:51.726Z Downloaded derive_more v0.99.20
5722026-06-21T21:22:51.729Z Downloaded cpufeatures v0.3.0
5732026-06-21T21:22:51.732Z Downloaded bitfield v0.19.4
5742026-06-21T21:22:51.732Z Downloaded crossbeam-utils v0.8.21
5752026-06-21T21:22:51.735Z Downloaded bb8 v0.8.6
5762026-06-21T21:22:51.735Z Downloaded cstr-argument v0.1.2
5772026-06-21T21:22:51.735Z Downloaded crucible-workspace-hack v0.1.0
5782026-06-21T21:22:51.738Z Downloaded bcrypt-pbkdf v0.10.0
5792026-06-21T21:22:51.742Z Downloaded cexpr v0.6.0
5802026-06-21T21:22:51.745Z Downloaded backon v1.6.0
5812026-06-21T21:22:51.747Z Downloaded anstream v0.6.21
5822026-06-21T21:22:51.747Z Downloaded crunchy v0.2.4
5832026-06-21T21:22:51.747Z Downloaded blowfish v0.9.1
5842026-06-21T21:22:51.750Z Downloaded csv-core v0.1.13
5852026-06-21T21:22:51.750Z Downloaded arrayref v0.3.9
5862026-06-21T21:22:51.754Z Downloaded atomicwrites v0.4.4
5872026-06-21T21:22:51.759Z Downloaded colored v3.1.1
5882026-06-21T21:22:51.762Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-06-21T21:22:51.762Z Downloaded corncobs v0.1.4
5902026-06-21T21:22:51.764Z Downloaded byte-wrapper v0.1.0
5912026-06-21T21:22:51.764Z Downloaded argon2 v0.5.3
5922026-06-21T21:22:51.767Z Downloaded ed25519 v2.2.3
5932026-06-21T21:22:51.769Z Downloaded dropshot_endpoint v0.17.0
5942026-06-21T21:22:51.772Z Downloaded atomic-waker v1.1.2
5952026-06-21T21:22:51.775Z Downloaded ciborium-io v0.2.2
5962026-06-21T21:22:51.775Z Downloaded crossterm v0.29.0
5972026-06-21T21:22:51.778Z Downloaded defmt-parser v1.0.0
5982026-06-21T21:22:51.781Z Downloaded async-stream v0.3.6
5992026-06-21T21:22:51.781Z Downloaded crypto-bigint v0.5.5
6002026-06-21T21:22:51.784Z Downloaded enum-as-inner v0.6.1
6012026-06-21T21:22:51.787Z Downloaded castaway v0.2.4
6022026-06-21T21:22:51.787Z Downloaded dirs-next v2.0.0
6032026-06-21T21:22:51.789Z Downloaded darling_macro v0.21.3
6042026-06-21T21:22:51.792Z Downloaded foreign-types-shared v0.1.1
6052026-06-21T21:22:51.792Z Downloaded bitfield-macros v0.19.4
6062026-06-21T21:22:51.792Z Downloaded dropshot-api-manager-types v0.7.2
6072026-06-21T21:22:51.795Z Downloaded display-error-chain v0.2.2
6082026-06-21T21:22:51.795Z Downloaded dsl_auto_type v0.2.0
6092026-06-21T21:22:51.795Z Downloaded crc8 v0.1.1
6102026-06-21T21:22:51.797Z Downloaded block-padding v0.3.3
6112026-06-21T21:22:51.797Z Downloaded cargo-platform v0.3.2
6122026-06-21T21:22:51.797Z Downloaded compression-core v0.4.31
6132026-06-21T21:22:51.797Z Downloaded bitfield-struct v0.6.2
6142026-06-21T21:22:51.800Z Downloaded cfg_aliases v0.2.1
6152026-06-21T21:22:51.800Z Downloaded convert_case v0.4.0
6162026-06-21T21:22:51.803Z Downloaded base16ct v0.2.0
6172026-06-21T21:22:51.805Z Downloaded dtrace-parser v0.3.0
6182026-06-21T21:22:51.808Z Downloaded dof v0.4.0
6192026-06-21T21:22:51.811Z Downloaded darling_macro v0.23.0
6202026-06-21T21:22:51.811Z Downloaded bit-set v0.8.0
6212026-06-21T21:22:51.814Z Downloaded dunce v1.0.5
6222026-06-21T21:22:51.816Z Downloaded crc v3.4.0
6232026-06-21T21:22:51.816Z Downloaded bit-vec v0.8.0
6242026-06-21T21:22:51.820Z Downloaded dirs-sys-next v0.1.2
6252026-06-21T21:22:51.823Z Downloaded const_format v0.2.35
6262026-06-21T21:22:51.825Z Downloaded downcast-rs v2.0.2
6272026-06-21T21:22:51.825Z Downloaded aead v0.5.2
6282026-06-21T21:22:51.825Z Downloaded document-features v0.2.12
6292026-06-21T21:22:51.828Z Downloaded embedded-io v0.6.1
6302026-06-21T21:22:51.828Z Downloaded cobs v0.3.0
6312026-06-21T21:22:51.828Z Downloaded foreign-types-shared v0.3.1
6322026-06-21T21:22:51.831Z Downloaded backoff v0.4.0
6332026-06-21T21:22:51.831Z Downloaded endian-type v0.1.2
6342026-06-21T21:22:51.831Z Downloaded cfg_aliases v0.1.1
6352026-06-21T21:22:51.833Z Downloaded async-stream-impl v0.3.6
6362026-06-21T21:22:51.833Z Downloaded assert_matches v1.5.0
6372026-06-21T21:22:51.834Z Downloaded dyn-clone v1.0.20
6382026-06-21T21:22:51.837Z Downloaded debug-ignore v1.0.5
6392026-06-21T21:22:51.837Z Downloaded env_filter v1.0.0
6402026-06-21T21:22:51.840Z Downloaded flagset v0.4.7
6412026-06-21T21:22:51.840Z Downloaded ascii-canvas v3.0.0
6422026-06-21T21:22:51.840Z Downloaded foreign-types v0.5.0
6432026-06-21T21:22:51.840Z Downloaded foreign-types v0.3.2
6442026-06-21T21:22:51.842Z Downloaded difflib v0.4.0
6452026-06-21T21:22:51.843Z Downloaded env_logger v0.11.9
6462026-06-21T21:22:51.843Z Downloaded defmt v0.3.100
6472026-06-21T21:22:51.845Z Downloaded ecdsa v0.16.9
6482026-06-21T21:22:51.845Z Downloaded derive-ex v0.1.8
6492026-06-21T21:22:51.848Z Downloaded bcs v0.1.6
6502026-06-21T21:22:51.848Z Downloaded aes-gcm v0.10.3
6512026-06-21T21:22:51.850Z Downloaded buf-list v1.1.2
6522026-06-21T21:22:51.853Z Downloaded cmake v0.1.57
6532026-06-21T21:22:51.853Z Downloaded base64ct v1.8.3
6542026-06-21T21:22:51.857Z Downloaded futures-core v0.3.32
6552026-06-21T21:22:51.859Z Downloaded fixedbitset v0.4.2
6562026-06-21T21:22:51.859Z Downloaded darling_macro v0.13.4
6572026-06-21T21:22:51.859Z Downloaded curve25519-dalek-derive v0.1.1
6582026-06-21T21:22:51.862Z Downloaded array-init v0.0.4
6592026-06-21T21:22:51.862Z Downloaded fxhash v0.2.1
6602026-06-21T21:22:51.862Z Downloaded futures-sink v0.3.32
6612026-06-21T21:22:51.864Z Downloaded futures-macro v0.3.32
6622026-06-21T21:22:51.864Z Downloaded derive_builder_macro v0.20.2
6632026-06-21T21:22:51.864Z Downloaded git-stub v1.0.0
6642026-06-21T21:22:51.890Z Downloaded fd-lock v4.0.4
6652026-06-21T21:22:51.890Z Downloaded float-ord v0.3.2
6662026-06-21T21:22:51.890Z Downloaded anstyle-parse v0.2.7
6672026-06-21T21:22:51.890Z Downloaded float-cmp v0.10.0
6682026-06-21T21:22:51.890Z Downloaded darling_macro v0.20.11
6692026-06-21T21:22:51.890Z Downloaded futures-io v0.3.32
6702026-06-21T21:22:51.890Z Downloaded gethostname v0.5.0
6712026-06-21T21:22:51.890Z Downloaded camino-tempfile-ext v0.3.3
6722026-06-21T21:22:51.890Z Downloaded convert_case v0.10.0
6732026-06-21T21:22:51.890Z Downloaded cargo_metadata v0.23.1
6742026-06-21T21:22:51.890Z Downloaded funty v2.0.0
6752026-06-21T21:22:51.891Z Downloaded constant_time_eq v0.4.2
6762026-06-21T21:22:51.891Z Downloaded foreign-types-macros v0.2.3
6772026-06-21T21:22:51.891Z Downloaded hash32 v0.2.1
6782026-06-21T21:22:51.891Z Downloaded chacha20 v0.9.1
6792026-06-21T21:22:51.891Z Downloaded cassowary v0.3.0
6802026-06-21T21:22:51.891Z Downloaded erased-serde v0.3.31
6812026-06-21T21:22:51.891Z Downloaded either v1.15.0
6822026-06-21T21:22:51.891Z Downloaded ghash v0.5.1
6832026-06-21T21:22:51.891Z Downloaded ena v0.14.4
6842026-06-21T21:22:51.891Z Downloaded derive_builder_core v0.20.2
6852026-06-21T21:22:51.895Z Downloaded headers-core v0.3.0
6862026-06-21T21:22:51.895Z Downloaded hash32 v0.3.1
6872026-06-21T21:22:51.897Z Downloaded fallible-iterator v0.2.0
6882026-06-21T21:22:51.897Z Downloaded data-encoding v2.10.0
6892026-06-21T21:22:51.897Z Downloaded async-bb8-diesel v0.2.1
6902026-06-21T21:22:51.900Z Downloaded filetime v0.2.27
6912026-06-21T21:22:51.900Z Downloaded ff v0.13.1
6922026-06-21T21:22:51.903Z Downloaded daft-derive v0.1.7
6932026-06-21T21:22:51.905Z Downloaded async-trait v0.1.89
6942026-06-21T21:22:51.906Z Downloaded foldhash v0.2.0
6952026-06-21T21:22:51.908Z Downloaded deranged v0.5.8
6962026-06-21T21:22:51.908Z Downloaded ciborium-ll v0.2.2
6972026-06-21T21:22:51.908Z Downloaded cbc v0.1.2
6982026-06-21T21:22:51.911Z Downloaded diesel-dtrace v0.5.0
6992026-06-21T21:22:51.911Z Downloaded darling v0.13.4
7002026-06-21T21:22:51.914Z Downloaded arrayvec v0.7.6
7012026-06-21T21:22:51.914Z Downloaded crc-any v2.5.0
7022026-06-21T21:22:51.916Z Downloaded hex-literal v0.4.1
7032026-06-21T21:22:51.916Z Downloaded const_format_proc_macros v0.2.34
7042026-06-21T21:22:51.919Z Downloaded futures-task v0.3.32
7052026-06-21T21:22:51.919Z Downloaded crc32fast v1.5.0
7062026-06-21T21:22:51.919Z Downloaded bit-set v0.5.3
7072026-06-21T21:22:51.922Z Downloaded hubpack_derive v0.1.1
7082026-06-21T21:22:51.922Z Downloaded hostname v0.3.1
7092026-06-21T21:22:51.922Z Downloaded home v0.5.12
7102026-06-21T21:22:51.924Z Downloaded futures-executor v0.3.32
7112026-06-21T21:22:51.924Z Downloaded ar_archive_writer v0.5.1
7122026-06-21T21:22:51.927Z Downloaded der_derive v0.7.3
7132026-06-21T21:22:51.927Z Downloaded http-body v1.0.1
7142026-06-21T21:22:51.930Z Downloaded daft v0.1.7
7152026-06-21T21:22:51.932Z Downloaded hubpack v0.1.2
7162026-06-21T21:22:51.932Z Downloaded hostname v0.4.2
7172026-06-21T21:22:51.935Z Downloaded crossbeam-deque v0.8.6
7182026-06-21T21:22:51.935Z Downloaded httpdate v1.0.3
7192026-06-21T21:22:51.935Z Downloaded ident_case v1.0.1
7202026-06-21T21:22:51.938Z Downloaded const-oid v0.9.6
7212026-06-21T21:22:51.938Z Downloaded clang-sys v1.8.1
7222026-06-21T21:22:51.940Z Downloaded globwalk v0.9.1
7232026-06-21T21:22:51.940Z Downloaded globset v0.4.18
7242026-06-21T21:22:51.940Z Downloaded http-range v0.1.5
7252026-06-21T21:22:51.943Z Downloaded fs-err v2.11.0
7262026-06-21T21:22:51.943Z Downloaded git-stub-vcs v0.1.0
7272026-06-21T21:22:51.943Z Downloaded cookie v0.18.1
7282026-06-21T21:22:51.946Z Downloaded cipher v0.4.4
7292026-06-21T21:22:51.946Z Downloaded compression-codecs v0.4.37
7302026-06-21T21:22:51.949Z Downloaded indent_write v2.2.0
7312026-06-21T21:22:51.949Z Downloaded console v0.16.2
7322026-06-21T21:22:51.951Z Downloaded cancel-safe-futures v0.1.5
7332026-06-21T21:22:51.954Z Downloaded des v0.8.1
7342026-06-21T21:22:51.954Z Downloaded group v0.13.0
7352026-06-21T21:22:51.954Z Downloaded glob v0.3.3
7362026-06-21T21:22:51.956Z Downloaded defmt v1.0.1
7372026-06-21T21:22:51.959Z Downloaded ahash v0.8.12
7382026-06-21T21:22:51.959Z Downloaded illumos-nvpair-sys v0.2.0
7392026-06-21T21:22:51.959Z Downloaded indoc v1.0.9
7402026-06-21T21:22:51.962Z Downloaded illumos-nvpair v0.3.0
7412026-06-21T21:22:51.962Z Downloaded hyper-tls v0.6.0
7422026-06-21T21:22:51.965Z Downloaded instability v0.3.11
7432026-06-21T21:22:51.965Z Downloaded ciborium v0.2.2
7442026-06-21T21:22:51.965Z Downloaded diff v0.1.13
7452026-06-21T21:22:51.967Z Downloaded ctr v0.9.2
7462026-06-21T21:22:51.968Z Downloaded async-compression v0.4.41
7472026-06-21T21:22:51.971Z Downloaded foldhash v0.1.5
7482026-06-21T21:22:51.974Z Downloaded cookie_store v0.22.1
7492026-06-21T21:22:51.974Z Downloaded bzip2 v0.6.1
7502026-06-21T21:22:51.976Z Downloaded fs_extra v1.3.0
7512026-06-21T21:22:51.976Z Downloaded find-msvc-tools v0.1.9
7522026-06-21T21:22:51.979Z Downloaded instant v0.1.13
7532026-06-21T21:22:51.979Z Downloaded hex v0.4.3
7542026-06-21T21:22:51.979Z Downloaded blake2 v0.10.6
7552026-06-21T21:22:51.982Z Downloaded inout v0.1.4
7562026-06-21T21:22:51.982Z Downloaded critical-section v1.2.0
7572026-06-21T21:22:51.985Z Downloaded libscf-sys v1.1.0
7582026-06-21T21:22:51.987Z Downloaded is_ci v1.2.0
7592026-06-21T21:22:51.987Z Downloaded is-terminal v0.4.17
7602026-06-21T21:22:51.987Z Downloaded futures-channel v0.3.32
7612026-06-21T21:22:51.990Z Downloaded kstat-rs v0.2.4
7622026-06-21T21:22:51.990Z Downloaded chacha20 v0.10.0
7632026-06-21T21:22:51.993Z Downloaded keccak v0.1.6
7642026-06-21T21:22:51.993Z Downloaded lalrpop-util v0.19.12
7652026-06-21T21:22:51.995Z Downloaded http-body-util v0.1.3
7662026-06-21T21:22:51.999Z Downloaded derive_builder v0.20.2
7672026-06-21T21:22:52.002Z Downloaded darling v0.20.11
7682026-06-21T21:22:52.005Z Downloaded match_cfg v0.1.0
7692026-06-21T21:22:52.008Z Downloaded maplit v1.0.2
7702026-06-21T21:22:52.008Z Downloaded lru-cache v0.1.2
7712026-06-21T21:22:52.008Z Downloaded linked-hash-map v0.5.6
7722026-06-21T21:22:52.010Z Downloaded maybe-uninit v2.0.0
7732026-06-21T21:22:52.010Z Downloaded console v0.15.11
7742026-06-21T21:22:52.013Z Downloaded impl-trait-for-tuples v0.2.3
7752026-06-21T21:22:52.013Z Downloaded ingot v0.1.1
7762026-06-21T21:22:52.016Z Downloaded indoc v2.0.7
7772026-06-21T21:22:52.016Z Downloaded humantime v2.3.0
7782026-06-21T21:22:52.018Z Downloaded half v1.8.3
7792026-06-21T21:22:52.018Z Downloaded lzss v0.8.2
7802026-06-21T21:22:52.021Z Downloaded md5 v0.7.0
7812026-06-21T21:22:52.021Z Downloaded md-5 v0.10.6
7822026-06-21T21:22:52.021Z Downloaded managed v0.8.0
7832026-06-21T21:22:52.024Z Downloaded lru-slab v0.1.2
7842026-06-21T21:22:52.024Z Downloaded getrandom v0.2.17
7852026-06-21T21:22:52.024Z Downloaded hyper-staticfile v0.10.1
7862026-06-21T21:22:52.027Z Downloaded derive-where v1.6.0
7872026-06-21T21:22:52.029Z Downloaded memoffset v0.9.1
7882026-06-21T21:22:52.029Z Downloaded internet-checksum v0.2.1
7892026-06-21T21:22:52.029Z Downloaded fixedbitset v0.5.7
7902026-06-21T21:22:52.032Z Downloaded new_debug_unreachable v1.0.6
7912026-06-21T21:22:52.032Z Downloaded crossbeam-epoch v0.9.18
7922026-06-21T21:22:52.035Z Downloaded darling_core v0.13.4
7932026-06-21T21:22:52.035Z Downloaded ipnetwork v0.21.1
7942026-06-21T21:22:52.038Z Downloaded darling v0.23.0
7952026-06-21T21:22:52.040Z Downloaded ingot-types v0.1.2
7962026-06-21T21:22:52.040Z Downloaded drift v0.2.0
7972026-06-21T21:22:52.045Z Downloaded nibble_vec v0.1.0
7982026-06-21T21:22:52.048Z Downloaded newtype-uuid-macros v0.1.0
7992026-06-21T21:22:52.048Z Downloaded nonempty v0.12.0
8002026-06-21T21:22:52.048Z Downloaded newtype_derive v0.1.6
8012026-06-21T21:22:52.051Z Downloaded mime v0.3.17
8022026-06-21T21:22:52.051Z Downloaded normalize-line-endings v0.3.0
8032026-06-21T21:22:52.051Z Downloaded nodrop v0.1.14
8042026-06-21T21:22:52.053Z Downloaded newline-converter v0.3.0
8052026-06-21T21:22:52.053Z Downloaded der v0.7.10
8062026-06-21T21:22:52.056Z Downloaded num v0.4.3
8072026-06-21T21:22:52.056Z Downloaded crossterm v0.28.1
8082026-06-21T21:22:52.059Z Downloaded openssl-macros v0.1.1
8092026-06-21T21:22:52.061Z Downloaded getrandom v0.3.4
8102026-06-21T21:22:52.064Z Downloaded lazy_static v1.5.0
8112026-06-21T21:22:52.064Z Downloaded bumpalo v3.20.2
8122026-06-21T21:22:52.067Z Downloaded jobserver v0.1.34
8132026-06-21T21:22:52.067Z Downloaded olpc-cjson v0.1.4
8142026-06-21T21:22:52.067Z Downloaded linear-map v1.2.0
8152026-06-21T21:22:52.069Z Downloaded libsw v3.5.0
8162026-06-21T21:22:52.069Z Downloaded num-derive v0.4.2
8172026-06-21T21:22:52.072Z Downloaded num-derive v0.3.3
8182026-06-21T21:22:52.072Z Downloaded num-conv v0.2.0
8192026-06-21T21:22:52.072Z Downloaded libloading v0.8.9
8202026-06-21T21:22:52.075Z Downloaded libefi-sys v0.1.0
8212026-06-21T21:22:52.075Z Downloaded libsw-core v0.3.2
8222026-06-21T21:22:52.075Z Downloaded highway v1.3.0
8232026-06-21T21:22:52.078Z Downloaded oso-derive v0.27.3
8242026-06-21T21:22:52.078Z Downloaded lru v0.12.5
8252026-06-21T21:22:52.078Z Downloaded hyper-rustls v0.27.7
8262026-06-21T21:22:52.080Z Downloaded opaque-debug v0.3.1
8272026-06-21T21:22:52.080Z Downloaded num_enum_derive v0.5.11
8282026-06-21T21:22:52.083Z Downloaded openssl-probe v0.1.6
8292026-06-21T21:22:52.083Z Downloaded num-iter v0.1.45
8302026-06-21T21:22:52.083Z Downloaded lock_api v0.4.14
8312026-06-21T21:22:52.086Z Downloaded futures v0.3.32
8322026-06-21T21:22:52.089Z Downloaded openssl-probe v0.2.1
8332026-06-21T21:22:52.089Z Downloaded ingot-macros v0.1.1
8342026-06-21T21:22:52.089Z Downloaded iana-time-zone v0.1.65
8352026-06-21T21:22:52.091Z Downloaded fatfs v0.3.6
8362026-06-21T21:22:52.091Z Downloaded num_threads v0.1.7
8372026-06-21T21:22:52.094Z Downloaded hmac v0.12.1
8382026-06-21T21:22:52.094Z Downloaded base64 v0.22.1
8392026-06-21T21:22:52.097Z Downloaded nanorand v0.7.0
8402026-06-21T21:22:52.099Z Downloaded darling_core v0.20.11
8412026-06-21T21:22:52.102Z Downloaded elliptic-curve v0.13.8
8422026-06-21T21:22:52.102Z Downloaded parse-display v0.10.0
8432026-06-21T21:22:52.105Z Downloaded mime_guess v2.0.5
8442026-06-21T21:22:52.105Z Downloaded darling_core v0.21.3
8452026-06-21T21:22:52.107Z Downloaded colored v2.2.0
8462026-06-21T21:22:52.110Z Downloaded native-tls v0.2.18
8472026-06-21T21:22:52.110Z Downloaded packed_struct_codegen v0.10.1
8482026-06-21T21:22:52.113Z Downloaded base64 v0.21.7
8492026-06-21T21:22:52.113Z Downloaded newtype-uuid v1.3.2
8502026-06-21T21:22:52.115Z Downloaded multer v3.1.0
8512026-06-21T21:22:52.115Z Downloaded nu-ansi-term v0.50.3
8522026-06-21T21:22:52.118Z Downloaded peg-runtime v0.8.5
8532026-06-21T21:22:52.118Z Downloaded multimap v0.10.1
8542026-06-21T21:22:52.118Z Downloaded bytes v1.11.1
8552026-06-21T21:22:52.121Z Downloaded parse-size v1.1.0
8562026-06-21T21:22:52.123Z Downloaded ipnet v2.11.0
8572026-06-21T21:22:52.123Z Downloaded phf_shared v0.12.1
8582026-06-21T21:22:52.123Z Downloaded phf_shared v0.13.1
8592026-06-21T21:22:52.126Z Downloaded pbkdf2 v0.11.0
8602026-06-21T21:22:52.126Z Downloaded phf_shared v0.11.3
8612026-06-21T21:22:52.126Z Downloaded path-slash v0.1.5
8622026-06-21T21:22:52.129Z Downloaded chacha20poly1305 v0.10.1
8632026-06-21T21:22:52.129Z Downloaded arc-swap v1.8.2
8642026-06-21T21:22:52.132Z Downloaded num-complex v0.4.6
8652026-06-21T21:22:52.132Z Downloaded defmt-macros v1.0.1
8662026-06-21T21:22:52.135Z Downloaded darling v0.21.3
8672026-06-21T21:22:52.138Z Downloaded num_enum_derive v0.7.6
8682026-06-21T21:22:52.140Z Downloaded pbkdf2 v0.12.2
8692026-06-21T21:22:52.141Z Downloaded num-integer v0.1.46
8702026-06-21T21:22:52.145Z Downloaded pin-utils v0.1.0
8712026-06-21T21:22:52.148Z Downloaded flume v0.11.1
8722026-06-21T21:22:52.150Z Downloaded half v2.7.1
8732026-06-21T21:22:52.153Z Downloaded memmap2 v0.9.10
8742026-06-21T21:22:52.156Z Downloaded owo-colors v4.3.0
8752026-06-21T21:22:52.158Z Downloaded num_enum v0.7.6
8762026-06-21T21:22:52.161Z Downloaded num-rational v0.4.2
8772026-06-21T21:22:52.165Z Downloaded ed25519-dalek v2.2.0
8782026-06-21T21:22:52.167Z Downloaded darling_core v0.23.0
8792026-06-21T21:22:52.170Z Downloaded compact_str v0.8.1
8802026-06-21T21:22:52.174Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-06-21T21:22:52.176Z Downloaded proc-macro-crate v1.3.1
8822026-06-21T21:22:52.189Z Downloaded precomputed-hash v0.1.1
8832026-06-21T21:22:52.192Z Downloaded powerfmt v0.2.0
8842026-06-21T21:22:52.192Z Downloaded phf v0.13.1
8852026-06-21T21:22:52.192Z Downloaded psl-types v2.0.11
8862026-06-21T21:22:52.194Z Downloaded proc-macro-crate v3.4.0
8872026-06-21T21:22:52.194Z Downloaded pem v3.0.6
8882026-06-21T21:22:52.194Z Downloaded progenitor-macro v0.14.0
8892026-06-21T21:22:52.197Z Downloaded peg-macros v0.8.5
8902026-06-21T21:22:52.197Z Downloaded peg v0.8.5
8912026-06-21T21:22:52.200Z Downloaded rand_chacha v0.3.1
8922026-06-21T21:22:52.200Z Downloaded progenitor-macro v0.13.0
8932026-06-21T21:22:52.200Z Downloaded headers v0.4.1
8942026-06-21T21:22:52.202Z Downloaded password-hash v0.5.0
8952026-06-21T21:22:52.205Z Downloaded progenitor-client v0.14.0
8962026-06-21T21:22:52.205Z Downloaded heapless v0.8.0
8972026-06-21T21:22:52.208Z Downloaded phf v0.12.1
8982026-06-21T21:22:52.208Z Downloaded parking_lot_core v0.8.6
8992026-06-21T21:22:52.211Z Downloaded password-hash v0.4.2
9002026-06-21T21:22:52.211Z Downloaded parse-display-derive v0.10.0
9012026-06-21T21:22:52.213Z Downloaded libbz2-rs-sys v0.2.2
9022026-06-21T21:22:52.213Z Downloaded pin-project-internal v1.1.11
9032026-06-21T21:22:52.216Z Downloaded packed_struct v0.10.1
9042026-06-21T21:22:52.216Z Downloaded oxnet v0.1.6
9052026-06-21T21:22:52.216Z Downloaded indexmap v1.9.3
9062026-06-21T21:22:52.218Z Downloaded crossbeam-channel v0.5.15
9072026-06-21T21:22:52.221Z Downloaded predicates-tree v1.0.13
9082026-06-21T21:22:52.221Z Downloaded predicates-core v1.0.10
9092026-06-21T21:22:52.226Z Downloaded pem-rfc7468 v0.7.0
9102026-06-21T21:22:52.229Z Downloaded radium v0.7.0
9112026-06-21T21:22:52.229Z Downloaded num_enum v0.5.11
9122026-06-21T21:22:52.232Z Downloaded flate2 v1.1.9
9132026-06-21T21:22:52.234Z Downloaded polyval v0.6.2
9142026-06-21T21:22:52.237Z Downloaded poly1305 v0.8.0
9152026-06-21T21:22:52.237Z Downloaded httparse v1.10.1
9162026-06-21T21:22:52.239Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-21T21:22:52.239Z Downloaded litrs v1.0.0
9182026-06-21T21:22:52.242Z Downloaded pkg-config v0.3.32
9192026-06-21T21:22:52.242Z Downloaded pkcs8 v0.10.2
9202026-06-21T21:22:52.245Z Downloaded ref-cast-impl v1.0.25
9212026-06-21T21:22:52.245Z Downloaded ref-cast v1.0.25
9222026-06-21T21:22:52.248Z Downloaded parking_lot_core v0.9.12
9232026-06-21T21:22:52.248Z Downloaded recursive v0.1.1
9242026-06-21T21:22:52.248Z Downloaded parking_lot v0.11.2
9252026-06-21T21:22:52.251Z Downloaded omicron-zone-package v0.12.2
9262026-06-21T21:22:52.254Z Downloaded rfc6979 v0.4.0
9272026-06-21T21:22:52.254Z Downloaded derive_more-impl v2.1.1
9282026-06-21T21:22:52.256Z Downloaded progenitor v0.14.0
9292026-06-21T21:22:52.256Z Downloaded postgres-protocol v0.6.10
9302026-06-21T21:22:52.259Z Downloaded cc v1.2.56
9312026-06-21T21:22:52.261Z Downloaded progenitor-extras v0.2.0
9322026-06-21T21:22:52.261Z Downloaded ignore v0.4.25
9332026-06-21T21:22:52.264Z Downloaded oxide-tokio-rt v0.1.4
9342026-06-21T21:22:52.264Z Downloaded psm v0.1.30
9352026-06-21T21:22:52.267Z Downloaded primeorder v0.13.6
9362026-06-21T21:22:52.267Z Downloaded indicatif v0.18.4
9372026-06-21T21:22:52.269Z Downloaded rustc-hash v2.1.1
9382026-06-21T21:22:52.272Z Downloaded rustc_version v0.1.7
9392026-06-21T21:22:52.272Z Downloaded heapless v0.7.17
9402026-06-21T21:22:52.274Z Downloaded russh-cryptovec v0.7.3
9412026-06-21T21:22:52.274Z Downloaded rtoolbox v0.0.3
9422026-06-21T21:22:52.277Z Downloaded progenitor-client v0.13.0
9432026-06-21T21:22:52.280Z Downloaded progenitor v0.13.0
9442026-06-21T21:22:52.280Z Downloaded proc-macro-error2 v2.0.1
9452026-06-21T21:22:52.282Z Downloaded parking_lot v0.12.5
9462026-06-21T21:22:52.285Z Downloaded rustc_version v0.4.1
9472026-06-21T21:22:52.285Z Downloaded r2d2 v0.8.10
9482026-06-21T21:22:52.285Z Downloaded quick-error v1.2.3
9492026-06-21T21:22:52.285Z Downloaded paste v1.0.15
9502026-06-21T21:22:52.288Z Downloaded pin-project-lite v0.2.17
9512026-06-21T21:22:52.291Z Downloaded rand_xorshift v0.4.0
9522026-06-21T21:22:52.291Z Downloaded rand_seeder v0.4.0
9532026-06-21T21:22:52.293Z Downloaded rand_core v0.9.5
9542026-06-21T21:22:52.294Z Downloaded rand_core v0.6.4
9552026-06-21T21:22:52.297Z Downloaded expectorate v1.2.0
9562026-06-21T21:22:52.300Z Downloaded rand_core v0.10.0
9572026-06-21T21:22:52.305Z Downloaded postcard v1.1.3
9582026-06-21T21:22:52.307Z Downloaded pkcs1 v0.7.5
9592026-06-21T21:22:52.310Z Downloaded scheduled-thread-pool v0.2.7
9602026-06-21T21:22:52.310Z Downloaded postgres-types v0.2.12
9612026-06-21T21:22:52.313Z Downloaded sapling-renderdag v0.1.0
9622026-06-21T21:22:52.313Z Downloaded rand_chacha v0.9.0
9632026-06-21T21:22:52.313Z Downloaded salsa20 v0.10.2
9642026-06-21T21:22:52.315Z Downloaded hickory-resolver v0.24.4
9652026-06-21T21:22:52.315Z Downloaded same-file v1.0.6
9662026-06-21T21:22:52.319Z Downloaded pkcs5 v0.7.1
9672026-06-21T21:22:52.321Z Downloaded predicates v3.1.4
9682026-06-21T21:22:52.321Z Downloaded hickory-resolver v0.25.2
9692026-06-21T21:22:52.324Z Downloaded diesel_derives v2.3.7
9702026-06-21T21:22:52.327Z Downloaded papergrid v0.17.0
9712026-06-21T21:22:52.329Z Downloaded scroll_derive v0.13.1
9722026-06-21T21:22:52.333Z Downloaded scopeguard v1.2.0
9732026-06-21T21:22:52.336Z Downloaded oso v0.27.3
9742026-06-21T21:22:52.339Z Downloaded scrypt v0.11.0
9752026-06-21T21:22:52.341Z Downloaded p256 v0.13.2
9762026-06-21T21:22:52.344Z Downloaded hashbrown v0.13.2
9772026-06-21T21:22:52.344Z Downloaded ppv-lite86 v0.2.21
9782026-06-21T21:22:52.347Z Downloaded secrecy v0.10.3
9792026-06-21T21:22:52.347Z Downloaded resolv-conf v0.7.6
9802026-06-21T21:22:52.351Z Downloaded aes v0.8.4
9812026-06-21T21:22:52.354Z Downloaded secrecy v0.8.0
9822026-06-21T21:22:52.356Z Downloaded semver v0.1.20
9832026-06-21T21:22:52.356Z Downloaded serde_bytes v0.11.19
9842026-06-21T21:22:52.356Z Downloaded seq-macro v0.3.6
9852026-06-21T21:22:52.359Z Downloaded serde-big-array v0.5.1
9862026-06-21T21:22:52.359Z Downloaded quinn-udp v0.5.14
9872026-06-21T21:22:52.366Z Downloaded pin-project v1.1.11
9882026-06-21T21:22:52.374Z Downloaded rustls-pemfile v1.0.4
9892026-06-21T21:22:52.377Z Downloaded serde_urlencoded v0.7.1
9902026-06-21T21:22:52.377Z Downloaded rustls-native-certs v0.8.3
9912026-06-21T21:22:52.380Z Downloaded rustversion v1.0.22
9922026-06-21T21:22:52.382Z Downloaded derive_more v2.1.1
9932026-06-21T21:22:52.387Z Downloaded sha1 v0.10.6
9942026-06-21T21:22:52.389Z Downloaded serde_spanned v1.0.4
9952026-06-21T21:22:52.389Z Downloaded hickory-server v0.25.2
9962026-06-21T21:22:52.392Z Downloaded siphasher v1.0.2
9972026-06-21T21:22:52.395Z Downloaded sigpipe v0.1.3
9982026-06-21T21:22:52.395Z Downloaded openssl-sys v0.9.115
9992026-06-21T21:22:52.398Z Downloaded signature v2.2.0
10002026-06-21T21:22:52.398Z Downloaded signal-hook-mio v0.2.5
10012026-06-21T21:22:52.400Z Downloaded serde_repr v0.1.20
10022026-06-21T21:22:52.400Z Downloaded serde_plain v1.0.2
10032026-06-21T21:22:52.403Z Downloaded shell-words v1.1.1
10042026-06-21T21:22:52.403Z Downloaded hashbrown v0.12.3
10052026-06-21T21:22:52.405Z Downloaded signal-hook-tokio v0.3.1
10062026-06-21T21:22:52.405Z Downloaded rusty-fork v0.3.1
10072026-06-21T21:22:52.406Z Downloaded rustls-pemfile v2.2.0
10082026-06-21T21:22:52.408Z Downloaded scroll v0.13.0
10092026-06-21T21:22:52.411Z Downloaded schemars_derive v0.8.22
10102026-06-21T21:22:52.415Z Downloaded miniz_oxide v0.8.9
10112026-06-21T21:22:52.424Z Downloaded slog-bunyan v2.5.0
10122026-06-21T21:22:52.427Z Downloaded prefix-trie v0.7.0
10132026-06-21T21:22:52.429Z Downloaded sec1 v0.7.3
10142026-06-21T21:22:52.429Z Downloaded progenitor-impl v0.14.0
10152026-06-21T21:22:52.432Z Downloaded russh-keys v0.45.0
10162026-06-21T21:22:52.435Z Downloaded slog-envlogger v2.2.0
10172026-06-21T21:22:52.438Z Downloaded http v1.4.0
10182026-06-21T21:22:52.441Z Downloaded ssh-encoding v0.2.0
10192026-06-21T21:22:52.446Z Downloaded rcgen v0.12.1
10202026-06-21T21:22:52.451Z Downloaded serde_path_to_error v0.1.20
10212026-06-21T21:22:52.455Z Downloaded serde_derive_internals v0.29.1
10222026-06-21T21:22:52.455Z Downloaded strip-ansi-escapes v0.2.1
10232026-06-21T21:22:52.460Z Downloaded serde_with_macros v1.5.2
10242026-06-21T21:22:52.463Z Downloaded rustls-pki-types v1.14.0
10252026-06-21T21:22:52.466Z Downloaded ssh-cipher v0.2.0
10262026-06-21T21:22:52.470Z Downloaded structmeta v0.3.0
10272026-06-21T21:22:52.470Z Downloaded simd-adler32 v0.3.8
10282026-06-21T21:22:52.472Z Downloaded mio v1.2.0
10292026-06-21T21:22:52.476Z Downloaded dropshot-api-manager v0.7.2
10302026-06-21T21:22:52.480Z Downloaded strsim v0.10.0
10312026-06-21T21:22:52.482Z Downloaded strum v0.26.3
10322026-06-21T21:22:52.482Z Downloaded smallvec v0.6.14
10332026-06-21T21:22:52.485Z Downloaded strum v0.27.2
10342026-06-21T21:22:52.485Z Downloaded sct v0.7.1
10352026-06-21T21:22:52.489Z Downloaded slog-dtrace v0.3.0
10362026-06-21T21:22:52.489Z Downloaded supports-color v3.0.2
10372026-06-21T21:22:52.492Z Downloaded smf v0.2.3
10382026-06-21T21:22:52.492Z Downloaded sync_wrapper v1.0.2
10392026-06-21T21:22:52.492Z Downloaded signal-hook-registry v1.4.8
10402026-06-21T21:22:52.492Z Downloaded tagptr v0.2.0
10412026-06-21T21:22:52.492Z Downloaded minimal-lexical v0.2.1
10422026-06-21T21:22:52.494Z Downloaded slog-term v2.9.2
10432026-06-21T21:22:52.497Z Downloaded prettyplease v0.2.37
10442026-06-21T21:22:52.499Z Downloaded progenitor-impl v0.13.0
10452026-06-21T21:22:52.503Z Downloaded slog-async v2.8.0
10462026-06-21T21:22:52.503Z Downloaded slab v0.4.12
10472026-06-21T21:22:52.503Z Downloaded pretty_assertions v1.4.1
10482026-06-21T21:22:52.503Z Downloaded tabled_derive v0.11.0
10492026-06-21T21:22:52.506Z Downloaded structmeta-derive v0.3.0
10502026-06-21T21:22:52.506Z Downloaded spki v0.7.3
10512026-06-21T21:22:52.508Z Downloaded sqlparser_derive v0.5.0
10522026-06-21T21:22:52.509Z Downloaded slog-stdlog v4.1.1
10532026-06-21T21:22:52.509Z Downloaded tap v1.0.1
10542026-06-21T21:22:52.511Z Downloaded take_mut v0.2.2
10552026-06-21T21:22:52.511Z Downloaded sync-ptr v0.1.4
10562026-06-21T21:22:52.511Z Downloaded snafu-derive v0.8.9
10572026-06-21T21:22:52.511Z Downloaded slog-json v2.6.1
10582026-06-21T21:22:52.514Z Downloaded termtree v0.5.1
10592026-06-21T21:22:52.514Z Downloaded thread-id v5.1.0
10602026-06-21T21:22:52.514Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-21T21:22:52.517Z Downloaded slog-scope v4.4.1
10622026-06-21T21:22:52.517Z Downloaded serde_cbor v0.11.2
10632026-06-21T21:22:52.519Z Downloaded jiff-static v0.2.21
10642026-06-21T21:22:52.522Z Downloaded serde-hex v0.1.0
10652026-06-21T21:22:52.522Z Downloaded itertools v0.10.5
10662026-06-21T21:22:52.525Z Downloaded rayon-core v1.13.0
10672026-06-21T21:22:52.528Z Downloaded serde_with_macros v3.17.0
10682026-06-21T21:22:52.530Z Downloaded num-bigint v0.4.6
10692026-06-21T21:22:52.533Z Downloaded tinyvec_macros v0.1.1
10702026-06-21T21:22:52.533Z Downloaded string_cache v0.8.9
10712026-06-21T21:22:52.536Z Downloaded static_assertions v1.1.0
10722026-06-21T21:22:52.536Z Downloaded testing_table v0.3.0
10732026-06-21T21:22:52.536Z Downloaded hyper-util v0.1.20
10742026-06-21T21:22:52.539Z Downloaded time-core v0.1.8
10752026-06-21T21:22:52.542Z Downloaded stringprep v0.1.5
10762026-06-21T21:22:52.542Z Downloaded shlex v1.3.0
10772026-06-21T21:22:52.544Z Downloaded schemars v0.8.22
10782026-06-21T21:22:52.548Z Downloaded stacker v0.1.23
10792026-06-21T21:22:52.551Z Downloaded sqlformat v0.3.5
10802026-06-21T21:22:52.551Z Downloaded rustls-platform-verifier v0.6.2
10812026-06-21T21:22:52.554Z Downloaded strum_macros v0.26.4
10822026-06-21T21:22:52.556Z Downloaded hashbrown v0.15.5
10832026-06-21T21:22:52.559Z Downloaded ron v0.8.1
10842026-06-21T21:22:52.561Z Downloaded support-bundle-viewer v0.1.2
10852026-06-21T21:22:52.564Z Downloaded tabwriter v1.4.1
10862026-06-21T21:22:52.569Z Downloaded nom v7.1.3
10872026-06-21T21:22:52.580Z Downloaded subtle v2.6.1
10882026-06-21T21:22:52.583Z Downloaded spin v0.9.8
10892026-06-21T21:22:52.583Z Downloaded strum_macros v0.27.2
10902026-06-21T21:22:52.586Z Downloaded thread_local v1.1.9
10912026-06-21T21:22:52.589Z Downloaded thiserror-no-std v2.0.2
10922026-06-21T21:22:52.591Z Downloaded termios v0.3.3
10932026-06-21T21:22:52.596Z Downloaded rand v0.8.6
10942026-06-21T21:22:52.600Z Downloaded time-macros v0.2.27
10952026-06-21T21:22:52.603Z Downloaded topological-sort v0.2.2
10962026-06-21T21:22:52.607Z Downloaded trait-variant v0.1.2
10972026-06-21T21:22:52.610Z Downloaded try-lock v0.2.5
10982026-06-21T21:22:52.613Z Downloaded ryu v1.0.23
10992026-06-21T21:22:52.617Z Downloaded tokio-macros v2.7.0
11002026-06-21T21:22:52.620Z Downloaded libxml v0.3.3
11012026-06-21T21:22:52.622Z Downloaded tower-service v0.3.3
11022026-06-21T21:22:52.622Z Downloaded unarray v0.1.4
11032026-06-21T21:22:52.625Z Downloaded typify-macro v0.6.2
11042026-06-21T21:22:52.625Z Downloaded tiny-keccak v2.0.2
11052026-06-21T21:22:52.628Z Downloaded universal-hash v0.5.1
11062026-06-21T21:22:52.628Z Downloaded tower-layer v0.3.3
11072026-06-21T21:22:52.628Z Downloaded signal-hook v0.3.18
11082026-06-21T21:22:52.630Z Downloaded strum_macros v0.24.3
11092026-06-21T21:22:52.630Z Downloaded tokio-dtrace v0.1.1
11102026-06-21T21:22:52.633Z Downloaded tls_codec v0.4.2
11112026-06-21T21:22:52.633Z Downloaded similar v2.7.0
11122026-06-21T21:22:52.636Z Downloaded schemars v0.9.0
11132026-06-21T21:22:52.644Z Downloaded untrusted v0.7.1
11142026-06-21T21:22:52.647Z Downloaded tokio-native-tls v0.3.1
11152026-06-21T21:22:52.647Z Downloaded unit-prefix v0.5.2
11162026-06-21T21:22:52.647Z Downloaded usdt-macro v0.6.0
11172026-06-21T21:22:52.647Z Downloaded usdt v0.6.0
11182026-06-21T21:22:52.647Z Downloaded utf-8 v0.7.6
11192026-06-21T21:22:52.650Z Downloaded tls_codec_derive v0.4.2
11202026-06-21T21:22:52.650Z Downloaded quinn v0.11.9
11212026-06-21T21:22:52.653Z Downloaded slog v2.8.2
11222026-06-21T21:22:52.655Z Downloaded qorb v0.4.1
11232026-06-21T21:22:52.658Z Downloaded publicsuffix v2.3.0
11242026-06-21T21:22:52.658Z Downloaded rsa v0.9.10
11252026-06-21T21:22:52.661Z Downloaded tokio-tungstenite v0.23.1
11262026-06-21T21:22:52.665Z Downloaded usdt-attr-macro v0.6.0
11272026-06-21T21:22:52.665Z Downloaded tokio-tungstenite v0.21.0
11282026-06-21T21:22:52.665Z Downloaded wait-timeout v0.2.1
11292026-06-21T21:22:52.665Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-21T21:22:52.669Z Downloaded tokio-rustls v0.25.0
11312026-06-21T21:22:52.672Z Downloaded want v0.3.1
11322026-06-21T21:22:52.674Z Downloaded rand v0.9.2
11332026-06-21T21:22:52.677Z Downloaded nom v8.0.0
11342026-06-21T21:22:52.680Z Downloaded iri-string v0.7.10
11352026-06-21T21:22:52.682Z Downloaded term v0.7.0
11362026-06-21T21:22:52.685Z Downloaded serde_yaml v0.9.34+deprecated
11372026-06-21T21:22:52.687Z Downloaded rustls-webpki v0.103.9
11382026-06-21T21:22:52.690Z Downloaded waitgroup v0.1.2
11392026-06-21T21:22:52.690Z Downloaded void v1.0.2
11402026-06-21T21:22:52.690Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-06-21T21:22:52.693Z Downloaded term v1.2.1
11422026-06-21T21:22:52.693Z Downloaded num-bigint-dig v0.8.6
11432026-06-21T21:22:52.696Z Downloaded hyper v1.8.1
11442026-06-21T21:22:52.699Z Downloaded samael v0.0.19
11452026-06-21T21:22:52.702Z Downloaded tui-tree-widget v0.23.1
11462026-06-21T21:22:52.704Z Downloaded hashbrown v0.16.1
11472026-06-21T21:22:52.707Z Downloaded xattr v1.6.1
11482026-06-21T21:22:52.709Z Downloaded unicase v2.9.0
11492026-06-21T21:22:52.710Z Downloaded schemars v1.2.1
11502026-06-21T21:22:52.716Z Downloaded futures-util v0.3.32
11512026-06-21T21:22:52.722Z Downloaded xshell-macros v0.2.7
11522026-06-21T21:22:52.725Z Downloaded untrusted v0.9.0
11532026-06-21T21:22:52.725Z Downloaded unicode-truncate v1.1.0
11542026-06-21T21:22:52.725Z Downloaded tokio-rustls v0.26.4
11552026-06-21T21:22:52.727Z Downloaded socket2 v0.5.10
11562026-06-21T21:22:52.727Z Downloaded aho-corasick v1.1.4
11572026-06-21T21:22:52.730Z Downloaded itertools v0.13.0
11582026-06-21T21:22:52.734Z Downloaded vergen-git2 v9.1.0
11592026-06-21T21:22:52.737Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-06-21T21:22:52.737Z Downloaded vergen-lib v9.1.0
11612026-06-21T21:22:52.739Z Downloaded vergen-gitcl v1.0.8
11622026-06-21T21:22:52.739Z Downloaded tokio-rustls v0.24.1
11632026-06-21T21:22:52.739Z Downloaded usdt-impl v0.6.0
11642026-06-21T21:22:52.742Z Downloaded test-strategy v0.4.5
11652026-06-21T21:22:52.742Z Downloaded vergen-lib v0.1.6
11662026-06-21T21:22:52.745Z Downloaded socket2 v0.6.3
11672026-06-21T21:22:52.748Z Downloaded rand v0.10.0
11682026-06-21T21:22:52.752Z Downloaded itertools v0.12.1
11692026-06-21T21:22:52.755Z Downloaded itertools v0.14.0
11702026-06-21T21:22:52.757Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-06-21T21:22:52.760Z Downloaded vsss-rs v3.3.4
11722026-06-21T21:22:52.760Z Downloaded zone_cfg_derive v0.3.1
11732026-06-21T21:22:52.762Z Downloaded zone v0.3.1
11742026-06-21T21:22:52.766Z Downloaded twox-hash v2.1.2
11752026-06-21T21:22:52.769Z Downloaded hkdf v0.12.4
11762026-06-21T21:22:52.772Z Downloaded whoami v2.1.0
11772026-06-21T21:22:52.775Z Downloaded subprocess v0.2.15
11782026-06-21T21:22:52.777Z Downloaded libm v0.2.16
11792026-06-21T21:22:52.780Z Downloaded tinyvec v1.10.0
11802026-06-21T21:22:52.784Z Downloaded tokio-stream v0.1.18
11812026-06-21T21:22:52.787Z Downloaded p521 v0.13.3
11822026-06-21T21:22:52.789Z Downloaded h2 v0.4.13
11832026-06-21T21:22:52.793Z Downloaded snafu v0.8.9
11842026-06-21T21:22:52.796Z Downloaded wyz v0.5.1
11852026-06-21T21:22:52.799Z Downloaded xshell v0.2.7
11862026-06-21T21:22:52.802Z Downloaded vergen v9.1.0
11872026-06-21T21:22:52.802Z Downloaded toml v0.7.8
11882026-06-21T21:22:52.805Z Downloaded walkdir v2.5.0
11892026-06-21T21:22:52.805Z Downloaded uzers v0.12.2
11902026-06-21T21:22:52.805Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-21T21:22:52.808Z Downloaded zeroize_derive v1.4.3
11922026-06-21T21:22:52.808Z Downloaded zstd v0.13.3
11932026-06-21T21:22:52.811Z Downloaded serde_with v1.14.0
11942026-06-21T21:22:52.814Z Downloaded zeroize v1.8.2
11952026-06-21T21:22:52.816Z Downloaded steno v0.4.1
11962026-06-21T21:22:52.820Z Downloaded tracing-attributes v0.1.31
11972026-06-21T21:22:52.823Z Downloaded tar v0.4.45
11982026-06-21T21:22:52.827Z Downloaded whoami v1.6.1
11992026-06-21T21:22:52.829Z Downloaded zstd-safe v7.2.4
12002026-06-21T21:22:52.837Z Downloaded tungstenite v0.21.0
12012026-06-21T21:22:52.841Z Downloaded unsafe-libyaml v0.2.11
12022026-06-21T21:22:52.844Z Downloaded rustyline v14.0.0
12032026-06-21T21:22:52.847Z Downloaded typify v0.6.2
12042026-06-21T21:22:52.864Z Downloaded zerocopy v0.6.6
12052026-06-21T21:22:52.865Z Downloaded iddqd v0.4.2
12062026-06-21T21:22:52.868Z Downloaded unicode-properties v0.1.4
12072026-06-21T21:22:52.868Z Downloaded vte v0.14.1
12082026-06-21T21:22:52.868Z Downloaded unicode-bidi v0.3.18
12092026-06-21T21:22:52.868Z Downloaded rpassword v7.4.0
12102026-06-21T21:22:52.868Z Downloaded russh v0.45.0
12112026-06-21T21:22:52.868Z Downloaded yasna v0.5.2
12122026-06-21T21:22:52.868Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-21T21:22:52.877Z Downloaded tracing-core v0.1.36
12142026-06-21T21:22:52.886Z Downloaded tungstenite v0.23.0
12152026-06-21T21:22:52.891Z Downloaded tokio-postgres v0.7.16
12162026-06-21T21:22:52.894Z Downloaded reedline v0.40.0
12172026-06-21T21:22:52.901Z Downloaded chrono v0.4.44
12182026-06-21T21:22:52.905Z Downloaded zopfli v0.8.3
12192026-06-21T21:22:52.908Z Downloaded uuid v1.23.0
12202026-06-21T21:22:52.939Z Downloaded bitvec v1.0.1
12212026-06-21T21:22:52.939Z Downloaded ssh-key v0.6.7
12222026-06-21T21:22:52.939Z Downloaded blake3 v1.8.3
12232026-06-21T21:22:52.939Z Downloaded bindgen v0.71.1
12242026-06-21T21:22:52.942Z Downloaded reqwest v0.12.28
12252026-06-21T21:22:52.944Z Downloaded git2 v0.20.4
12262026-06-21T21:22:52.948Z Downloaded toml_edit v0.19.15
12272026-06-21T21:22:52.957Z Downloaded zip v0.6.6
12282026-06-21T21:22:52.960Z Downloaded rayon v1.11.0
12292026-06-21T21:22:52.964Z Downloaded aws-lc-rs v1.16.3
12302026-06-21T21:22:52.974Z Downloaded unicode_categories v0.1.1
12312026-06-21T21:22:52.977Z Downloaded reqwest v0.13.2
12322026-06-21T21:22:52.980Z Downloaded yansi v1.0.1
12332026-06-21T21:22:52.986Z Downloaded lalrpop v0.19.12
12342026-06-21T21:22:52.994Z Downloaded zerocopy-derive v0.8.40
12352026-06-21T21:22:53.000Z Downloaded portable-atomic v1.13.1
12362026-06-21T21:22:53.005Z Downloaded rustls-webpki v0.101.7
12372026-06-21T21:22:53.013Z Downloaded x509-cert v0.2.5
12382026-06-21T21:22:53.016Z Downloaded typed-path v0.9.3
12392026-06-21T21:22:53.019Z Downloaded unicode-segmentation v1.12.0
12402026-06-21T21:22:53.023Z Downloaded salty v0.3.0
12412026-06-21T21:22:53.027Z Downloaded regex v1.12.3
12422026-06-21T21:22:53.030Z Downloaded tower v0.5.3
12432026-06-21T21:22:53.033Z Downloaded p384 v0.13.1
12442026-06-21T21:22:53.037Z Downloaded moka v0.12.13
12452026-06-21T21:22:53.049Z Downloaded unicode-normalization v0.1.25
12462026-06-21T21:22:53.053Z Downloaded rustls-webpki v0.102.8
12472026-06-21T21:22:53.061Z Downloaded zip v4.6.1
12482026-06-21T21:22:53.067Z Downloaded tower-http v0.6.8
12492026-06-21T21:22:53.072Z Downloaded tough v0.22.0
12502026-06-21T21:22:53.077Z Downloaded quick-xml v0.37.5
12512026-06-21T21:22:53.081Z Downloaded serde_with v3.17.0
12522026-06-21T21:22:53.088Z Downloaded petname v2.0.2
12532026-06-21T21:22:53.092Z Downloaded curve25519-dalek v4.1.3
12542026-06-21T21:22:53.097Z Downloaded proptest v1.10.0
12552026-06-21T21:22:53.104Z Downloaded radix_trie v0.2.1
12562026-06-21T21:22:53.107Z Downloaded tokio-util v0.7.18
12572026-06-21T21:22:53.111Z Downloaded quinn-proto v0.11.13
12582026-06-21T21:22:53.119Z Downloaded nix v0.27.1
12592026-06-21T21:22:53.123Z Downloaded goblin v0.10.5
12602026-06-21T21:22:53.131Z Downloaded winnow v0.6.26
12612026-06-21T21:22:53.137Z Downloaded winnow v0.5.40
12622026-06-21T21:22:53.141Z Downloaded polar-core v0.27.3
12632026-06-21T21:22:53.147Z Downloaded object v0.30.4
12642026-06-21T21:22:53.153Z Downloaded bstr v1.12.1
12652026-06-21T21:22:53.179Z Downloaded time v0.3.47
12662026-06-21T21:22:53.198Z Downloaded tabled v0.20.0
12672026-06-21T21:22:53.209Z Downloaded openssl v0.10.79
12682026-06-21T21:22:53.217Z Downloaded zlib-rs v0.6.2
12692026-06-21T21:22:53.221Z Downloaded smoltcp v0.9.1
12702026-06-21T21:22:53.226Z Downloaded regex-syntax v0.6.29
12712026-06-21T21:22:53.229Z Downloaded dropshot v0.17.0
12722026-06-21T21:22:53.243Z Downloaded nix v0.31.2
12732026-06-21T21:22:53.251Z Downloaded object v0.37.3
12742026-06-21T21:22:53.259Z Downloaded vcpkg v0.2.15
12752026-06-21T21:22:53.282Z Downloaded rustls v0.21.12
12762026-06-21T21:22:53.307Z Downloaded webpki-roots v1.0.6
12772026-06-21T21:22:53.312Z Downloaded rustls v0.23.37
12782026-06-21T21:22:53.327Z Downloaded zerocopy v0.8.40
12792026-06-21T21:22:53.333Z Downloaded rustix v0.38.44
12802026-06-21T21:22:53.344Z Downloaded smoltcp v0.11.0
12812026-06-21T21:22:53.349Z Downloaded regex-syntax v0.8.10
12822026-06-21T21:22:53.356Z Downloaded rustls v0.22.4
12832026-06-21T21:22:53.361Z Downloaded diesel v2.3.7
12842026-06-21T21:22:53.372Z Downloaded openapiv3 v2.2.0
12852026-06-21T21:22:53.379Z Downloaded regress v0.11.1
12862026-06-21T21:22:53.385Z Downloaded regress v0.10.5
12872026-06-21T21:22:53.390Z Downloaded hickory-proto v0.25.2
12882026-06-21T21:22:53.398Z Downloaded hickory-proto v0.24.4
12892026-06-21T21:22:53.403Z Downloaded nix v0.28.0
12902026-06-21T21:22:53.409Z Downloaded csv v1.4.0
12912026-06-21T21:22:53.420Z Downloaded sqlparser v0.61.0
12922026-06-21T21:22:53.424Z Downloaded typify-impl v0.6.2
12932026-06-21T21:22:53.432Z Downloaded sled v0.34.7
12942026-06-21T21:22:53.439Z Downloaded tracing v0.1.44
12952026-06-21T21:22:53.448Z Downloaded ratatui v0.29.0
12962026-06-21T21:22:53.461Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-21T21:22:53.465Z Downloaded zerocopy-derive v0.6.6
12982026-06-21T21:22:53.475Z Downloaded regex-automata v0.4.14
12992026-06-21T21:22:53.509Z Downloaded petgraph v0.6.5
13002026-06-21T21:22:53.519Z Downloaded chrono-tz v0.10.4
13012026-06-21T21:22:53.530Z Downloaded jiff v0.2.21
13022026-06-21T21:22:53.546Z Downloaded petgraph v0.8.3
13032026-06-21T21:22:53.553Z Downloaded libz-sys v1.1.24
13042026-06-21T21:22:53.596Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-06-21T21:22:53.604Z Downloaded tokio v1.52.1
13062026-06-21T21:22:53.609Z Downloaded sha3 v0.10.8
13072026-06-21T21:22:53.640Z Downloaded encoding_rs v0.8.35
13082026-06-21T21:22:53.654Z Downloaded ring v0.17.14
13092026-06-21T21:22:53.722Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-21T21:22:54.247Z Downloaded aws-lc-sys v0.40.0
13112026-06-21T21:22:54.483Z Compiling libc v0.2.185
13122026-06-21T21:22:54.483Z Compiling serde v1.0.228
13132026-06-21T21:22:54.489Z Compiling log v0.4.29
13142026-06-21T21:22:54.489Z Compiling find-msvc-tools v0.1.9
13152026-06-21T21:22:54.619Z Compiling shlex v1.3.0
13162026-06-21T21:22:54.621Z Compiling smallvec v1.15.1
13172026-06-21T21:22:54.646Z Compiling syn v2.0.117
13182026-06-21T21:22:54.669Z Compiling typenum v1.19.0
13192026-06-21T21:22:54.820Z Compiling generic-array v0.14.7
13202026-06-21T21:22:54.833Z Compiling subtle v2.6.1
13212026-06-21T21:22:54.856Z Compiling scopeguard v1.2.0
13222026-06-21T21:22:54.881Z Compiling const-oid v0.9.6
13232026-06-21T21:22:54.949Z Compiling lock_api v0.4.14
13242026-06-21T21:22:54.962Z Compiling serde_json v1.0.149
13252026-06-21T21:22:54.999Z Compiling zerocopy v0.8.40
13262026-06-21T21:22:55.082Z Compiling pin-project-lite v0.2.17
13272026-06-21T21:22:55.177Z Compiling parking_lot_core v0.9.12
13282026-06-21T21:22:55.190Z Compiling portable-atomic v1.13.1
13292026-06-21T21:22:55.437Z Compiling getrandom v0.2.17
13302026-06-21T21:22:55.452Z Compiling jobserver v0.1.34
13312026-06-21T21:22:55.509Z Compiling errno v0.3.14
13322026-06-21T21:22:55.620Z Compiling rand_core v0.6.4
13332026-06-21T21:22:55.635Z Compiling pkg-config v0.3.32
13342026-06-21T21:22:55.669Z Compiling cc v1.2.56
13352026-06-21T21:22:55.672Z Compiling signal-hook-registry v1.4.8
13362026-06-21T21:22:55.895Z Compiling bitflags v2.11.0
13372026-06-21T21:22:55.935Z Compiling critical-section v1.2.0
13382026-06-21T21:22:56.043Z Compiling futures-core v0.3.32
13392026-06-21T21:22:56.115Z Compiling libm v0.2.16
13402026-06-21T21:22:56.129Z Compiling once_cell v1.21.3
13412026-06-21T21:22:56.181Z Compiling parking_lot v0.12.5
13422026-06-21T21:22:56.195Z Compiling mio v1.2.0
13432026-06-21T21:22:56.195Z Compiling num-traits v0.2.19
13442026-06-21T21:22:56.306Z Compiling percent-encoding v2.3.2
13452026-06-21T21:22:56.330Z Compiling socket2 v0.6.3
13462026-06-21T21:22:56.491Z Compiling futures-sink v0.3.32
13472026-06-21T21:22:56.546Z Compiling futures-task v0.3.32
13482026-06-21T21:22:56.560Z Compiling getrandom v0.4.1
13492026-06-21T21:22:56.592Z Compiling futures-channel v0.3.32
13502026-06-21T21:22:56.648Z Compiling slab v0.4.12
13512026-06-21T21:22:56.715Z Compiling futures-io v0.3.32
13522026-06-21T21:22:56.728Z Compiling cpufeatures v0.2.17
13532026-06-21T21:22:56.800Z Compiling rand_core v0.10.0
13542026-06-21T21:22:56.814Z Compiling indexmap v2.14.0
13552026-06-21T21:22:56.827Z Compiling rustversion v1.0.22
13562026-06-21T21:22:56.864Z Compiling getrandom v0.3.4
13572026-06-21T21:22:56.900Z Compiling form_urlencoded v1.2.2
13582026-06-21T21:22:57.072Z Compiling cmake v0.1.57
13592026-06-21T21:22:57.240Z Compiling fs_extra v1.3.0
13602026-06-21T21:22:57.244Z Compiling dunce v1.0.5
13612026-06-21T21:22:57.457Z Compiling synstructure v0.13.2
13622026-06-21T21:22:57.471Z Compiling base64ct v1.8.3
13632026-06-21T21:22:57.486Z Compiling aws-lc-sys v0.40.0
13642026-06-21T21:22:57.509Z Compiling ident_case v1.0.1
13652026-06-21T21:22:57.630Z Compiling rustix v1.1.3
13662026-06-21T21:22:57.751Z Compiling pem-rfc7468 v0.7.0
13672026-06-21T21:22:57.775Z Compiling flagset v0.4.7
13682026-06-21T21:22:57.806Z Compiling regex-syntax v0.8.10
13692026-06-21T21:22:57.898Z Compiling iana-time-zone v0.1.65
13702026-06-21T21:22:57.912Z Compiling rand_core v0.9.5
13712026-06-21T21:22:58.046Z Compiling ring v0.17.14
13722026-06-21T21:22:58.060Z Compiling aws-lc-rs v1.16.3
13732026-06-21T21:22:58.096Z Compiling vcpkg v0.2.15
13742026-06-21T21:22:58.178Z Compiling uuid v1.23.0
13752026-06-21T21:22:58.395Z Compiling rustc_version v0.4.1
13762026-06-21T21:22:58.731Z Compiling tracing-core v0.1.36
13772026-06-21T21:22:58.912Z Compiling openssl-sys v0.9.115
13782026-06-21T21:22:58.968Z Compiling base64 v0.22.1
13792026-06-21T21:22:59.231Z Compiling serde_derive v1.0.228
13802026-06-21T21:22:59.292Z Compiling zeroize_derive v1.4.3
13812026-06-21T21:22:59.292Z Compiling zerofrom-derive v0.1.6
13822026-06-21T21:22:59.428Z Compiling yoke-derive v0.8.1
13832026-06-21T21:22:59.442Z Compiling zerovec-derive v0.11.2
13842026-06-21T21:22:59.940Z Compiling zeroize v1.8.2
13852026-06-21T21:23:00.223Z Compiling zerocopy-derive v0.8.40
13862026-06-21T21:23:00.566Z Compiling displaydoc v0.2.5
13872026-06-21T21:23:00.599Z Compiling tokio-macros v2.7.0
13882026-06-21T21:23:00.703Z Compiling crypto-common v0.1.7
13892026-06-21T21:23:00.716Z Compiling zerofrom v0.1.6
13902026-06-21T21:23:00.837Z Compiling yoke v0.8.1
13912026-06-21T21:23:00.850Z Compiling block-buffer v0.10.4
13922026-06-21T21:23:01.012Z Compiling zerovec v0.11.5
13932026-06-21T21:23:01.026Z Compiling digest v0.10.7
13942026-06-21T21:23:01.268Z Compiling futures-macro v0.3.32
13952026-06-21T21:23:01.304Z Compiling zerotrie v0.2.3
13962026-06-21T21:23:01.318Z Compiling hmac v0.12.1
13972026-06-21T21:23:01.466Z Compiling tinystr v0.8.2
13982026-06-21T21:23:01.498Z Compiling potential_utf v0.1.4
13992026-06-21T21:23:01.595Z Compiling block-padding v0.3.3
14002026-06-21T21:23:01.658Z Compiling icu_locale_core v2.1.1
14012026-06-21T21:23:01.672Z Compiling icu_collections v2.1.1
14022026-06-21T21:23:01.747Z Compiling inout v0.1.4
14032026-06-21T21:23:01.910Z Compiling cipher v0.4.4
14042026-06-21T21:23:02.044Z Compiling futures-util v0.3.32
14052026-06-21T21:23:02.128Z Compiling sha2 v0.10.9
14062026-06-21T21:23:02.165Z Compiling der_derive v0.7.3
14072026-06-21T21:23:02.535Z Compiling icu_provider v2.1.1
14082026-06-21T21:23:02.689Z Compiling bytes v1.11.1
14092026-06-21T21:23:02.714Z Compiling chrono v0.4.44
14102026-06-21T21:23:02.818Z Compiling icu_normalizer v2.1.1
14112026-06-21T21:23:03.105Z Compiling icu_properties v2.1.2
14122026-06-21T21:23:03.307Z Compiling tokio v1.52.1
14132026-06-21T21:23:03.358Z Compiling http v1.4.0
14142026-06-21T21:23:03.661Z Compiling der v0.7.10
14152026-06-21T21:23:04.180Z Compiling idna_adapter v1.2.1
14162026-06-21T21:23:04.311Z Compiling idna v1.1.0
14172026-06-21T21:23:04.311Z Compiling salsa20 v0.10.2
14182026-06-21T21:23:04.393Z Compiling pbkdf2 v0.12.2
14192026-06-21T21:23:04.441Z Compiling rustls-pki-types v1.14.0
14202026-06-21T21:23:04.441Z Compiling spki v0.7.3
14212026-06-21T21:23:04.507Z Compiling thiserror-impl v2.0.18
14222026-06-21T21:23:04.618Z Compiling ppv-lite86 v0.2.21
14232026-06-21T21:23:04.680Z Compiling url v2.5.8
14242026-06-21T21:23:04.774Z Compiling tracing-attributes v0.1.31
14252026-06-21T21:23:04.806Z Compiling scrypt v0.11.0
14262026-06-21T21:23:04.920Z Compiling rand_chacha v0.9.0
14272026-06-21T21:23:04.933Z Compiling http-body v1.0.1
14282026-06-21T21:23:05.044Z Compiling aes v0.8.4
14292026-06-21T21:23:05.080Z Compiling cbc v0.1.2
14302026-06-21T21:23:05.294Z Compiling untrusted v0.9.0
14312026-06-21T21:23:05.416Z Compiling httparse v1.10.1
14322026-06-21T21:23:05.460Z Compiling tinyvec_macros v0.1.1
14332026-06-21T21:23:05.531Z Compiling openssl-probe v0.2.1
14342026-06-21T21:23:05.606Z Compiling untrusted v0.7.1
14352026-06-21T21:23:05.704Z Compiling tinyvec v1.10.0
14362026-06-21T21:23:05.729Z Compiling pkcs5 v0.7.1
14372026-06-21T21:23:05.732Z Compiling thiserror v2.0.18
14382026-06-21T21:23:05.840Z Compiling pest_generator v2.8.6
14392026-06-21T21:23:06.040Z Compiling rand v0.9.2
14402026-06-21T21:23:06.053Z Compiling tracing v0.1.44
14412026-06-21T21:23:06.085Z Compiling serde_derive_internals v0.29.1
14422026-06-21T21:23:06.207Z Compiling aho-corasick v1.1.4
14432026-06-21T21:23:06.313Z Compiling rustls v0.23.37
14442026-06-21T21:23:06.481Z Compiling tower-layer v0.3.3
14452026-06-21T21:23:06.521Z Compiling try-lock v0.2.5
14462026-06-21T21:23:06.628Z Compiling schemars v0.8.22
14472026-06-21T21:23:06.642Z Compiling tower-service v0.3.3
14482026-06-21T21:23:06.734Z Compiling atomic-waker v1.1.2
14492026-06-21T21:23:06.822Z Compiling dyn-clone v1.0.20
14502026-06-21T21:23:06.854Z Compiling want v0.3.1
14512026-06-21T21:23:06.867Z Compiling pest_derive v2.8.6
14522026-06-21T21:23:06.958Z Compiling pkcs8 v0.10.2
14532026-06-21T21:23:06.973Z Compiling schemars_derive v0.8.22
14542026-06-21T21:23:07.010Z Compiling tokio-util v0.7.18
14552026-06-21T21:23:07.256Z Compiling regex-automata v0.4.14
14562026-06-21T21:23:07.534Z Compiling ipnet v2.11.0
14572026-06-21T21:23:07.582Z Compiling scroll_derive v0.13.1
14582026-06-21T21:23:07.871Z Compiling h2 v0.4.13
14592026-06-21T21:23:08.044Z Compiling darling_core v0.20.11
14602026-06-21T21:23:08.084Z Compiling openssl v0.10.79
14612026-06-21T21:23:08.219Z Compiling foreign-types-shared v0.1.1
14622026-06-21T21:23:08.258Z Compiling pin-utils v0.1.0
14632026-06-21T21:23:08.295Z Compiling httpdate v1.0.3
14642026-06-21T21:23:08.383Z Compiling tempfile v3.25.0
14652026-06-21T21:23:08.395Z Compiling scroll v0.13.0
14662026-06-21T21:23:08.536Z Compiling foreign-types v0.3.2
14672026-06-21T21:23:08.663Z Compiling unicode-normalization v0.1.25
14682026-06-21T21:23:08.968Z Compiling openssl-macros v0.1.1
14692026-06-21T21:23:09.123Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-21T21:23:09.166Z Compiling socket2 v0.5.10
14712026-06-21T21:23:09.357Z Compiling spin v0.9.8
14722026-06-21T21:23:09.509Z Compiling crc32fast v1.5.0
14732026-06-21T21:23:09.567Z Compiling time-core v0.1.8
14742026-06-21T21:23:09.581Z Compiling native-tls v0.2.18
14752026-06-21T21:23:09.717Z Compiling num-conv v0.2.0
14762026-06-21T21:23:09.768Z Compiling powerfmt v0.2.0
14772026-06-21T21:23:09.845Z Compiling time-macros v0.2.27
14782026-06-21T21:23:09.940Z Compiling deranged v0.5.8
14792026-06-21T21:23:10.331Z Compiling darling_macro v0.20.11
14802026-06-21T21:23:10.789Z Compiling darling v0.20.11
14812026-06-21T21:23:10.870Z Compiling hyper v1.8.1
14822026-06-21T21:23:10.886Z Compiling goblin v0.10.5
14832026-06-21T21:23:10.889Z Compiling rustls-native-certs v0.8.3
14842026-06-21T21:23:11.171Z Compiling sync_wrapper v1.0.2
14852026-06-21T21:23:11.281Z Compiling wait-timeout v0.2.1
14862026-06-21T21:23:11.341Z Compiling bit-vec v0.8.0
14872026-06-21T21:23:11.545Z Compiling simd-adler32 v0.3.8
14882026-06-21T21:23:11.572Z Compiling num_threads v0.1.7
14892026-06-21T21:23:11.671Z Compiling unicode-segmentation v1.12.0
14902026-06-21T21:24:07.368Z Compiling usdt-impl v0.6.0
14912026-06-21T21:24:07.410Z Compiling siphasher v1.0.2
14922026-06-21T21:24:07.410Z Compiling hyper-util v0.1.20
14932026-06-21T21:24:07.410Z Compiling quick-error v1.2.3
14942026-06-21T21:24:07.410Z Compiling syn v1.0.109
14952026-06-21T21:24:07.410Z Compiling crossbeam-utils v0.8.21
14962026-06-21T21:24:07.410Z Compiling rusty-fork v0.3.1
14972026-06-21T21:24:07.410Z Compiling time v0.3.47
14982026-06-21T21:24:07.411Z Compiling bit-set v0.8.0
14992026-06-21T21:24:07.411Z Compiling tower v0.5.3
15002026-06-21T21:24:07.411Z Compiling derive_builder_core v0.20.2
15012026-06-21T21:24:07.411Z Compiling dtrace-parser v0.3.0
15022026-06-21T21:24:07.411Z Compiling http-body-util v0.1.3
15032026-06-21T21:24:07.411Z Compiling webpki-roots v1.0.6
15042026-06-21T21:24:07.460Z Compiling dof v0.4.0
15052026-06-21T21:24:07.460Z Compiling signature v2.2.0
15062026-06-21T21:24:07.460Z Compiling thiserror-impl v1.0.69
15072026-06-21T21:24:07.460Z Compiling scroll_derive v0.12.1
15082026-06-21T21:24:07.460Z Compiling heapless v0.7.17
15092026-06-21T21:24:07.460Z Compiling rand_xorshift v0.4.0
15102026-06-21T21:24:07.460Z Compiling slog v2.8.2
15112026-06-21T21:24:07.460Z Compiling darling_core v0.21.3
15122026-06-21T21:24:07.460Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-21T21:24:07.460Z Compiling thread-id v5.1.0
15142026-06-21T21:24:07.460Z Compiling cookie v0.18.1
15152026-06-21T21:24:07.460Z Compiling unicode-bidi v0.3.18
15162026-06-21T21:24:07.460Z Compiling unarray v0.1.4
15172026-06-21T21:24:07.461Z Compiling paste v1.0.15
15182026-06-21T21:24:07.461Z Compiling ryu v1.0.23
15192026-06-21T21:24:07.461Z Compiling unicode-properties v0.1.4
15202026-06-21T21:24:07.461Z Compiling allocator-api2 v0.2.21
15212026-06-21T21:24:07.461Z Compiling anyhow v1.0.102
15222026-06-21T21:24:07.461Z Compiling adler2 v2.0.1
15232026-06-21T21:24:07.461Z Compiling zstd-safe v7.2.4
15242026-06-21T21:24:07.461Z Compiling signal-hook v0.3.18
15252026-06-21T21:24:07.461Z Compiling iri-string v0.7.10
15262026-06-21T21:24:07.461Z Compiling miniz_oxide v0.8.9
15272026-06-21T21:24:07.461Z Compiling stringprep v0.1.5
15282026-06-21T21:24:07.461Z Compiling thiserror v1.0.69
15292026-06-21T21:24:07.461Z Compiling serde_urlencoded v0.7.1
15302026-06-21T21:24:07.461Z Compiling proptest v1.10.0
15312026-06-21T21:24:07.461Z Compiling scroll v0.12.0
15322026-06-21T21:24:07.461Z Compiling derive_builder_macro v0.20.2
15332026-06-21T21:24:07.461Z Compiling tower-http v0.6.8
15342026-06-21T21:24:07.461Z Compiling tokio-native-tls v0.3.1
15352026-06-21T21:24:07.461Z Compiling heck v0.4.1
15362026-06-21T21:24:07.461Z Compiling bstr v1.12.1
15372026-06-21T21:24:07.461Z Compiling darling_macro v0.21.3
15382026-06-21T21:24:07.461Z Compiling ipnetwork v0.21.1
15392026-06-21T21:24:07.461Z Compiling rand_chacha v0.3.1
15402026-06-21T21:24:07.461Z Compiling serde_spanned v0.6.9
15412026-06-21T21:24:07.461Z Compiling serde_tokenstream v0.2.3
15422026-06-21T21:24:07.462Z Compiling toml_datetime v0.6.11
15432026-06-21T21:24:07.462Z Compiling erased-serde v0.3.31
15442026-06-21T21:24:07.462Z Compiling md-5 v0.10.6
15452026-06-21T21:24:07.462Z Compiling zerocopy-derive v0.7.35
15462026-06-21T21:24:07.462Z Compiling async-trait v0.1.89
15472026-06-21T21:24:07.462Z Compiling pin-project-internal v1.1.11
15482026-06-21T21:24:07.462Z Compiling curve25519-dalek v4.1.3
15492026-06-21T21:24:07.462Z Compiling vergen-lib v9.1.0
15502026-06-21T21:24:07.462Z Compiling num-integer v0.1.46
15512026-06-21T21:24:07.462Z Compiling hash32 v0.2.1
15522026-06-21T21:24:07.462Z Compiling ff v0.13.1
15532026-06-21T21:24:07.462Z Compiling memoffset v0.9.1
15542026-06-21T21:24:07.462Z Compiling encoding_rs v0.8.35
15552026-06-21T21:24:07.462Z Compiling mime v0.3.17
15562026-06-21T21:24:07.462Z Compiling rustix v0.38.44
15572026-06-21T21:24:07.462Z Compiling num-bigint-dig v0.8.6
15582026-06-21T21:24:07.462Z Compiling smoltcp v0.9.1
15592026-06-21T21:24:07.462Z Compiling fallible-iterator v0.2.0
15602026-06-21T21:24:07.462Z Compiling ref-cast v1.0.25
15612026-06-21T21:24:07.462Z Compiling litrs v1.0.0
15622026-06-21T21:24:07.462Z Compiling cfg_aliases v0.2.1
15632026-06-21T21:24:07.462Z Compiling zlib-rs v0.6.2
15642026-06-21T21:24:07.462Z Compiling base16ct v0.2.0
15652026-06-21T21:24:07.462Z Compiling psl-types v2.0.11
15662026-06-21T21:24:07.462Z Compiling publicsuffix v2.3.0
15672026-06-21T21:24:07.462Z Compiling sec1 v0.7.3
15682026-06-21T21:24:07.463Z Compiling document-features v0.2.12
15692026-06-21T21:24:07.463Z Compiling nix v0.31.2
15702026-06-21T21:24:07.463Z Compiling postgres-protocol v0.6.10
15712026-06-21T21:24:07.463Z Compiling pin-project v1.1.11
15722026-06-21T21:24:07.463Z Compiling group v0.13.0
15732026-06-21T21:24:07.463Z Compiling zerocopy v0.7.35
15742026-06-21T21:24:07.463Z Compiling num-iter v0.1.45
15752026-06-21T21:24:07.463Z Compiling newtype-uuid v1.3.2
15762026-06-21T21:24:07.463Z Compiling darling v0.21.3
15772026-06-21T21:24:07.463Z Compiling rand v0.8.6
15782026-06-21T21:24:07.463Z Compiling oxnet v0.1.6
15792026-06-21T21:24:07.463Z Compiling hubpack_derive v0.1.1
15802026-06-21T21:24:07.463Z Compiling snafu-derive v0.8.9
15812026-06-21T21:24:07.463Z Compiling derive_builder v0.20.2
15822026-06-21T21:24:07.463Z Compiling hyper-tls v0.6.0
15832026-06-21T21:24:07.463Z Compiling goblin v0.8.2
15842026-06-21T21:24:07.463Z Compiling phf_shared v0.13.1
15852026-06-21T21:24:07.466Z Compiling lazy_static v1.5.0
15862026-06-21T21:24:07.466Z Compiling regex v1.12.3
15872026-06-21T21:24:07.466Z Compiling anstyle-parse v0.2.7
15882026-06-21T21:24:07.466Z Compiling flate2 v1.1.9
15892026-06-21T21:24:07.466Z Compiling strum_macros v0.27.2
15902026-06-21T21:24:07.466Z Compiling futures-executor v0.3.32
15912026-06-21T21:24:07.467Z Compiling hex v0.4.3
15922026-06-21T21:24:07.467Z Compiling hkdf v0.12.4
15932026-06-21T21:24:07.467Z Compiling crypto-bigint v0.5.5
15942026-06-21T21:24:07.467Z Compiling ref-cast-impl v1.0.25
15952026-06-21T21:24:07.467Z Compiling daft-derive v0.1.7
15962026-06-21T21:24:07.467Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-21T21:24:07.467Z Compiling terminal_size v0.4.3
15982026-06-21T21:24:07.467Z Compiling vergen v9.1.0
15992026-06-21T21:24:07.467Z Compiling fs-err v3.3.0
16002026-06-21T21:24:07.467Z Compiling cargo-platform v0.3.2
16012026-06-21T21:24:07.467Z Compiling ahash v0.8.12
16022026-06-21T21:24:07.467Z Compiling winnow v0.5.40
16032026-06-21T21:24:07.467Z Compiling foldhash v0.1.5
16042026-06-21T21:24:07.514Z Compiling same-file v1.0.6
16052026-06-21T21:24:07.515Z Compiling bumpalo v3.20.2
16062026-06-21T21:24:07.515Z Compiling foldhash v0.2.0
16072026-06-21T21:24:07.515Z Compiling object v0.37.3
16082026-06-21T21:24:07.515Z Compiling managed v0.8.0
16092026-06-21T21:24:07.515Z Compiling libbz2-rs-sys v0.2.2
16102026-06-21T21:24:07.515Z Compiling bitflags v1.3.2
16112026-06-21T21:24:07.515Z Compiling strum v0.27.2
16122026-06-21T21:24:07.515Z Compiling zopfli v0.8.3
16132026-06-21T21:24:07.515Z Compiling hashbrown v0.16.1
16142026-06-21T21:24:07.515Z Compiling bzip2 v0.6.1
16152026-06-21T21:24:07.515Z Compiling toml_edit v0.19.15
16162026-06-21T21:24:07.515Z Compiling clap_builder v4.6.0
16172026-06-21T21:24:07.515Z Compiling walkdir v2.5.0
16182026-06-21T21:24:07.515Z Compiling hashbrown v0.15.5
16192026-06-21T21:24:07.515Z Compiling elliptic-curve v0.13.8
16202026-06-21T21:24:07.515Z Compiling cargo_metadata v0.23.1
16212026-06-21T21:24:07.515Z Compiling daft v0.1.7
16222026-06-21T21:24:07.516Z Compiling dof v0.3.0
16232026-06-21T21:24:07.516Z Compiling snafu v0.8.9
16242026-06-21T21:24:07.516Z Compiling futures v0.3.32
16252026-06-21T21:24:07.516Z Compiling anstream v0.6.21
16262026-06-21T21:24:07.516Z Compiling phf v0.13.1
16272026-06-21T21:24:07.516Z Compiling signal-hook-mio v0.2.5
16282026-06-21T21:24:07.516Z Compiling cookie_store v0.22.1
16292026-06-21T21:24:07.516Z Compiling zstd v0.13.3
16302026-06-21T21:24:07.516Z Compiling bzip2 v0.4.4
16312026-06-21T21:24:07.516Z Compiling hubpack v0.1.2
16322026-06-21T21:24:07.516Z Compiling serde_with_macros v3.17.0
16332026-06-21T21:24:07.516Z Compiling postgres-types v0.2.12
16342026-06-21T21:24:07.516Z Compiling usdt-attr-macro v0.6.0
16352026-06-21T21:24:07.516Z Compiling usdt-macro v0.6.0
16362026-06-21T21:24:07.516Z Compiling globset v0.4.18
16372026-06-21T21:24:07.516Z Compiling dtrace-parser v0.2.0
16382026-06-21T21:24:07.516Z Compiling ed25519 v2.2.3
16392026-06-21T21:24:07.516Z Compiling phf_shared v0.11.3
16402026-06-21T21:24:07.516Z Compiling olpc-cjson v0.1.4
16412026-06-21T21:24:07.516Z Compiling pkcs1 v0.7.5
16422026-06-21T21:24:07.516Z Compiling clap_derive v4.6.1
16432026-06-21T21:24:07.516Z Compiling strum_macros v0.26.4
16442026-06-21T21:24:07.516Z Compiling enum-as-inner v0.6.1
16452026-06-21T21:24:07.517Z Compiling serde_plain v1.0.2
16462026-06-21T21:24:07.517Z Compiling serde-big-array v0.5.1
16472026-06-21T21:24:07.517Z Compiling rfc6979 v0.4.0
16482026-06-21T21:24:07.517Z Compiling serde_repr v0.1.20
16492026-06-21T21:24:07.517Z Compiling async-recursion v1.1.1
16502026-06-21T21:24:07.517Z Compiling pem v3.0.6
16512026-06-21T21:24:07.517Z Compiling float-cmp v0.10.0
16522026-06-21T21:24:07.517Z Compiling thread-id v4.2.2
16532026-06-21T21:24:07.517Z Compiling memmap2 v0.9.10
16542026-06-21T21:24:07.517Z Compiling env_filter v1.0.0
16552026-06-21T21:24:07.517Z Compiling keccak v0.1.6
16562026-06-21T21:24:07.517Z Compiling fixedbitset v0.5.7
16572026-06-21T21:24:07.517Z Compiling static_assertions v1.1.0
16582026-06-21T21:24:07.517Z Compiling predicates-core v1.0.10
16592026-06-21T21:24:07.517Z Compiling jiff v0.2.21
16602026-06-21T21:24:07.517Z Compiling normalize-line-endings v0.3.0
16612026-06-21T21:24:07.517Z Compiling either v1.15.0
16622026-06-21T21:24:07.517Z Compiling whoami v2.1.0
16632026-06-21T21:24:07.517Z Compiling typed-path v0.9.3
16642026-06-21T21:24:07.517Z Compiling precomputed-hash v0.1.1
16652026-06-21T21:24:07.517Z Compiling data-encoding v2.10.0
16662026-06-21T21:24:07.517Z Compiling new_debug_unreachable v1.0.6
16672026-06-21T21:24:07.517Z Compiling difflib v0.4.0
16682026-06-21T21:24:07.518Z Compiling fixedbitset v0.4.2
16692026-06-21T21:24:07.518Z Compiling string_cache v0.8.9
16702026-06-21T21:24:07.518Z Compiling predicates v3.1.4
16712026-06-21T21:24:07.518Z Compiling petgraph v0.6.5
16722026-06-21T21:24:07.518Z Compiling hickory-proto v0.25.2
16732026-06-21T21:24:07.518Z Compiling toml_edit v0.22.27
16742026-06-21T21:24:07.519Z Compiling strum v0.26.3
16752026-06-21T21:24:07.519Z Compiling clap v4.6.1
16762026-06-21T21:24:07.519Z Compiling tokio-postgres v0.7.16
16772026-06-21T21:24:07.519Z Compiling itertools v0.13.0
16782026-06-21T21:24:07.519Z Compiling petgraph v0.8.3
16792026-06-21T21:24:07.519Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-21T21:24:07.519Z Compiling zip v4.6.1
16812026-06-21T21:24:07.519Z Compiling sha3 v0.10.8
16822026-06-21T21:24:07.519Z Compiling env_logger v0.11.9
16832026-06-21T21:24:07.519Z Compiling usdt v0.6.0
16842026-06-21T21:24:07.519Z Compiling usdt-impl v0.5.0
16852026-06-21T21:24:07.519Z Compiling ecdsa v0.16.9
16862026-06-21T21:24:07.519Z Compiling rsa v0.9.10
16872026-06-21T21:24:07.519Z Compiling ed25519-dalek v2.2.0
16882026-06-21T21:24:07.519Z Compiling serde_with v3.17.0
16892026-06-21T21:24:07.519Z Compiling crossterm v0.28.1
16902026-06-21T21:24:07.519Z Compiling zip v0.6.6
16912026-06-21T21:24:07.519Z Compiling toml v0.7.8
16922026-06-21T21:24:07.519Z Compiling iddqd v0.4.2
16932026-06-21T21:24:07.519Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-21T21:24:07.519Z Compiling similar v2.7.0
16952026-06-21T21:24:07.519Z Compiling crossbeam-epoch v0.9.18
16962026-06-21T21:24:07.519Z Compiling tokio-stream v0.1.18
16972026-06-21T21:24:07.519Z Compiling buf-list v1.1.2
16982026-06-21T21:24:07.520Z Compiling x509-cert v0.2.5
16992026-06-21T21:24:07.520Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-21T21:24:07.520Z Compiling openapiv3 v2.2.0
17012026-06-21T21:24:07.520Z Compiling sha1 v0.10.6
17022026-06-21T21:24:07.520Z Compiling lalrpop-util v0.19.12
17032026-06-21T21:24:07.520Z Compiling peg-runtime v0.8.5
17042026-06-21T21:24:07.563Z Compiling thread_local v1.1.9
17052026-06-21T21:24:07.563Z Compiling slog-async v2.8.0
17062026-06-21T21:24:07.563Z Compiling crossbeam-channel v0.5.15
17072026-06-21T21:24:07.563Z Compiling is-terminal v0.4.17
17082026-06-21T21:24:07.563Z Compiling filetime v0.2.27
17092026-06-21T21:24:07.563Z Compiling take_mut v0.2.2
17102026-06-21T21:24:07.563Z Compiling term v1.2.1
17112026-06-21T21:24:07.563Z Compiling xattr v1.6.1
17122026-06-21T21:24:07.563Z Compiling tar v0.4.45
17132026-06-21T21:24:07.563Z Compiling slog-term v2.9.2
17142026-06-21T21:24:07.563Z Compiling rustls-webpki v0.103.9
17152026-06-21T21:24:07.563Z Compiling tokio-rustls v0.26.4
17162026-06-21T21:24:07.563Z Compiling rustls-platform-verifier v0.6.2
17172026-06-21T21:24:07.563Z Compiling hyper-rustls v0.27.7
17182026-06-21T21:24:07.563Z Compiling reqwest v0.12.28
17192026-06-21T21:24:07.564Z Compiling reqwest v0.13.2
17202026-06-21T21:24:07.564Z Compiling tough v0.22.0
17212026-06-21T21:24:07.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-21T21:24:07.564Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-21T21:24:07.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-21T21:24:07.565Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: Console
17262026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: DendriteStub
17272026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: Cockroach
17282026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: MaghemiteMgd
17292026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: Clickhouse
17302026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: MaghemiteDdmd
17312026-06-21T21:24:07.565ZJun 21 21:23:56.546 INFO Starting download, target: TransceiverControl
17322026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-06-21T21:24:07.565ZJun 21 21:23:56.547 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-06-21T21:24:07.565ZJun 21 21:23:57.667 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-21T21:24:07.565ZJun 21 21:23:57.896 INFO Download complete, target: Console
17412026-06-21T21:24:07.565ZJun 21 21:23:59.492 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-21T21:24:07.565ZJun 21 21:24:06.007 INFO Checking that binary works, target: Clickhouse
17432026-06-21T21:24:07.565ZJun 21 21:24:06.096 INFO Download complete, target: Clickhouse
17442026-06-21T21:24:08.581ZJun 21 21:24:07.067 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-06-21T21:24:08.683ZJun 21 21:24:07.274 INFO Download complete, target: TransceiverControl
17462026-06-21T21:24:11.944ZJun 21 21:24:10.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-06-21T21:24:12.001ZJun 21 21:24:10.611 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-21T21:24:12.169ZJun 21 21:24:10.778 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17492026-06-21T21:24:12.509ZJun 21 21:24:11.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-06-21T21:24:12.509ZJun 21 21:24:11.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-06-21T21:24:14.083ZJun 21 21:24:12.696 INFO Download complete, target: MaghemiteDdmd
17522026-06-21T21:24:14.393ZJun 21 21:24:13.006 INFO Download complete, target: DendriteStub
17532026-06-21T21:24:14.481ZJun 21 21:24:13.093 INFO Download complete, target: MaghemiteMgd
17542026-06-21T21:24:17.091ZJun 21 21:24:15.704 INFO Checking that binary works, target: Cockroach
17552026-06-21T21:24:17.229ZJun 21 21:24:15.815 INFO Download complete, target: Cockroach
17562026-06-21T21:24:17.232ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-21T21:24:17.233Z
17582026-06-21T21:24:17.233Zreal 2:16.228154077
17592026-06-21T21:24:17.233Zuser 6:51.859166124
17602026-06-21T21:24:17.233Zsys 1:22.922916455
17612026-06-21T21:24:17.233Ztrap 0.205222915
17622026-06-21T21:24:17.233Ztflt 0.637978429
17632026-06-21T21:24:17.233Zdflt 0.530027263
17642026-06-21T21:24:17.233Zkflt 0.021530225
17652026-06-21T21:24:17.233Zlock 26:02.887093725
17662026-06-21T21:24:17.233Zslp 21:30.354202055
17672026-06-21T21:24:17.233Zlat 42.981559329
17682026-06-21T21:24:17.233Zstop 1:54.473944917
17692026-06-21T21:24:17.233Z+ banner hack-check
17702026-06-21T21:24:17.233Z
17712026-06-21T21:24:17.233Z # # ## #### # # #### # # ###### #### # #
17722026-06-21T21:24:17.233Z # # # # # # # # # # # # # # # # #
17732026-06-21T21:24:17.233Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-21T21:24:17.233Z # # ###### # # # # # # # # # #
17752026-06-21T21:24:17.233Z # # # # # # # # # # # # # # # # #
17762026-06-21T21:24:17.233Z # # # # #### # # #### # # ###### #### # #
17772026-06-21T21:24:17.233Z
17782026-06-21T21:24:17.233Z+ export CARGO_INCREMENTAL=0
17792026-06-21T21:24:17.233Z+ CARGO_INCREMENTAL=0
17802026-06-21T21:24:17.233Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-21T21:24:17.677Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-21T21:24:17.888Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-21T21:24:19.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17842026-06-21T21:24:19.789Z Running `target/debug/xtask check-features --ci`
17852026-06-21T21:24:19.812Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-21T21:24:19.813Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-21T21:24:20.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-21T21:24:20.254Z Running `target/debug/xtask download cargo-hack`
17892026-06-21T21:24:20.974Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-21T21:24:21.278Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-21T21:24:23.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17922026-06-21T21:24:23.980Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-21T21:24:24.019ZJun 21 21:24:22.631 INFO Starting download, target: CargoHack
17942026-06-21T21:24:24.021ZJun 21 21:24:22.632 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-21T21:24:24.699ZJun 21 21:24:23.312 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-21T21:24:24.748ZJun 21 21:24:23.361 INFO Download complete, target: CargoHack
17972026-06-21T21:24:24.752Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17982026-06-21T21:24:24.766Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-21T21:24:24.918Zinfo: running `cargo check --bins` on api_identity (1/298)
18002026-06-21T21:24:25.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-21T21:24:25.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-21T21:24:25.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-21T21:24:25.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-21T21:24:25.425Z
18052026-06-21T21:24:25.426Zinfo: running `cargo check --bins` on bootstore (2/298)
18062026-06-21T21:24:25.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-21T21:24:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-21T21:24:25.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-21T21:24:25.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-21T21:24:25.934Z
18112026-06-21T21:24:25.934Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18122026-06-21T21:24:26.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-21T21:24:26.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-21T21:24:26.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-21T21:24:26.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18162026-06-21T21:24:26.430Z
18172026-06-21T21:24:26.430Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18182026-06-21T21:24:26.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-21T21:24:26.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-21T21:24:26.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-21T21:24:26.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-21T21:24:26.924Z
18232026-06-21T21:24:26.924Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18242026-06-21T21:24:27.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-21T21:24:27.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-21T21:24:27.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-21T21:24:27.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18282026-06-21T21:24:27.423Z
18292026-06-21T21:24:27.423Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18302026-06-21T21:24:27.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-21T21:24:27.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-21T21:24:27.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-21T21:24:27.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18342026-06-21T21:24:27.935Z
18352026-06-21T21:24:27.935Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18362026-06-21T21:24:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-21T21:24:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-21T21:24:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-21T21:24:28.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18402026-06-21T21:24:28.450Z
18412026-06-21T21:24:28.450Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18422026-06-21T21:24:28.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-21T21:24:28.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-21T21:24:28.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-21T21:24:28.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18462026-06-21T21:24:28.965Z
18472026-06-21T21:24:28.965Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18482026-06-21T21:24:29.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-21T21:24:29.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-21T21:24:29.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-21T21:24:29.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18522026-06-21T21:24:29.353Z
18532026-06-21T21:24:29.353Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18542026-06-21T21:24:29.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-21T21:24:29.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-21T21:24:29.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-21T21:24:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-21T21:24:29.740Z
18592026-06-21T21:24:29.740Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18602026-06-21T21:24:30.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-21T21:24:30.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-21T21:24:30.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-21T21:24:30.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-21T21:24:30.124Z
18652026-06-21T21:24:30.124Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18662026-06-21T21:24:30.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-21T21:24:30.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-21T21:24:30.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-21T21:24:30.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-21T21:24:30.508Z
18712026-06-21T21:24:30.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18722026-06-21T21:24:30.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-21T21:24:30.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-21T21:24:30.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-21T21:24:30.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-21T21:24:30.894Z
18772026-06-21T21:24:30.895Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18782026-06-21T21:24:31.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-21T21:24:31.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-21T21:24:31.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-21T21:24:31.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-21T21:24:31.284Z
18832026-06-21T21:24:31.284Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18842026-06-21T21:24:31.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-21T21:24:31.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-21T21:24:31.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-21T21:24:31.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-21T21:24:31.663Z
18892026-06-21T21:24:31.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18902026-06-21T21:24:32.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-21T21:24:32.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-21T21:24:32.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-21T21:24:32.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-21T21:24:32.047Z
18952026-06-21T21:24:32.047Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18962026-06-21T21:24:32.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-21T21:24:32.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-21T21:24:32.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-21T21:24:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-21T21:24:32.441Z
19012026-06-21T21:24:32.441Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19022026-06-21T21:24:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-21T21:24:32.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-21T21:24:32.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-21T21:24:32.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-21T21:24:32.824Z
19072026-06-21T21:24:32.825Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19082026-06-21T21:24:33.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-21T21:24:33.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-21T21:24:33.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-21T21:24:33.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19122026-06-21T21:24:33.211Z
19132026-06-21T21:24:33.211Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19142026-06-21T21:24:33.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-21T21:24:33.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-21T21:24:33.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-21T21:24:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-21T21:24:33.602Z
19192026-06-21T21:24:33.602Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19202026-06-21T21:24:33.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-21T21:24:33.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-21T21:24:33.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-21T21:24:33.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19242026-06-21T21:24:33.989Z
19252026-06-21T21:24:33.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19262026-06-21T21:24:34.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-21T21:24:34.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-21T21:24:34.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-21T21:24:34.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-21T21:24:34.380Z
19312026-06-21T21:24:34.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19322026-06-21T21:24:34.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-21T21:24:34.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-21T21:24:34.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-21T21:24:34.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-21T21:24:34.770Z
19372026-06-21T21:24:34.771Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19382026-06-21T21:24:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-21T21:24:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-21T21:24:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-21T21:24:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19422026-06-21T21:24:35.158Z
19432026-06-21T21:24:35.158Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19442026-06-21T21:24:35.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-21T21:24:35.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-21T21:24:35.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-21T21:24:35.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-21T21:24:35.549Z
19492026-06-21T21:24:35.549Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19502026-06-21T21:24:35.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-21T21:24:35.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-21T21:24:35.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-21T21:24:35.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19542026-06-21T21:24:35.937Z
19552026-06-21T21:24:35.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19562026-06-21T21:24:36.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-21T21:24:36.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-21T21:24:36.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-21T21:24:36.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-21T21:24:36.327Z
19612026-06-21T21:24:36.327Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19622026-06-21T21:24:36.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-21T21:24:36.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-21T21:24:36.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-21T21:24:36.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-21T21:24:36.718Z
19672026-06-21T21:24:36.718Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19682026-06-21T21:24:37.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-21T21:24:37.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-21T21:24:37.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-21T21:24:37.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-21T21:24:37.105Z
19732026-06-21T21:24:37.105Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19742026-06-21T21:24:37.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-21T21:24:37.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-21T21:24:37.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-21T21:24:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-21T21:24:37.498Z
19792026-06-21T21:24:37.498Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19802026-06-21T21:24:37.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-21T21:24:37.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-21T21:24:37.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-21T21:24:37.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19842026-06-21T21:24:37.885Z
19852026-06-21T21:24:37.885Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19862026-06-21T21:24:38.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-21T21:24:38.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-21T21:24:38.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-21T21:24:38.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19902026-06-21T21:24:38.269Z
19912026-06-21T21:24:38.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19922026-06-21T21:24:38.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-21T21:24:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-21T21:24:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-21T21:24:38.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-21T21:24:38.658Z
19972026-06-21T21:24:38.658Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19982026-06-21T21:24:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-21T21:24:39.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-21T21:24:39.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-21T21:24:39.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20022026-06-21T21:24:39.045Z
20032026-06-21T21:24:39.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20042026-06-21T21:24:39.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-21T21:24:39.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-21T21:24:39.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-21T21:24:39.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-21T21:24:39.434Z
20092026-06-21T21:24:39.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20102026-06-21T21:24:39.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-21T21:24:39.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-21T21:24:39.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-21T21:24:39.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20142026-06-21T21:24:39.818Z
20152026-06-21T21:24:39.818Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20162026-06-21T21:24:40.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-21T21:24:40.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-21T21:24:40.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-21T21:24:40.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-21T21:24:40.201Z
20212026-06-21T21:24:40.201Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20222026-06-21T21:24:40.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-21T21:24:40.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-21T21:24:40.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-21T21:24:40.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-21T21:24:40.591Z
20272026-06-21T21:24:40.591Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20282026-06-21T21:24:40.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-21T21:24:40.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-21T21:24:40.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-21T21:24:40.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20322026-06-21T21:24:40.977Z
20332026-06-21T21:24:40.977Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20342026-06-21T21:24:41.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-21T21:24:41.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-21T21:24:41.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-21T21:24:41.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-21T21:24:41.367Z
20392026-06-21T21:24:41.367Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20402026-06-21T21:24:41.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-21T21:24:41.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-21T21:24:41.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-21T21:24:41.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-21T21:24:41.757Z
20452026-06-21T21:24:41.757Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20462026-06-21T21:24:42.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-21T21:24:42.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-21T21:24:42.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-21T21:24:42.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20502026-06-21T21:24:42.145Z
20512026-06-21T21:24:42.145Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20522026-06-21T21:24:42.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-21T21:24:42.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-21T21:24:42.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-21T21:24:42.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-21T21:24:42.534Z
20572026-06-21T21:24:42.534Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20582026-06-21T21:24:42.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-21T21:24:42.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-21T21:24:42.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-21T21:24:42.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20622026-06-21T21:24:42.923Z
20632026-06-21T21:24:42.923Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20642026-06-21T21:24:43.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-21T21:24:43.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-21T21:24:43.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-21T21:24:43.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20682026-06-21T21:24:43.312Z
20692026-06-21T21:24:43.312Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20702026-06-21T21:24:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-21T21:24:43.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-21T21:24:43.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-21T21:24:43.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-21T21:24:43.703Z
20752026-06-21T21:24:43.703Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20762026-06-21T21:24:44.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-21T21:24:44.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-21T21:24:44.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-21T21:24:44.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20802026-06-21T21:24:44.115Z
20812026-06-21T21:24:44.115Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20822026-06-21T21:24:44.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-21T21:24:44.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-21T21:24:44.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-21T21:24:44.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-21T21:24:44.487Z
20872026-06-21T21:24:44.487Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20882026-06-21T21:24:44.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-21T21:24:44.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-21T21:24:44.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-21T21:24:44.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20922026-06-21T21:24:45.038Z
20932026-06-21T21:24:45.038Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20942026-06-21T21:24:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-21T21:24:45.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-21T21:24:45.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-21T21:24:45.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-21T21:24:45.597Z
20992026-06-21T21:24:45.597Zinfo: running `cargo check --bins` on nexus-config (51/298)
21002026-06-21T21:24:46.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-21T21:24:46.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-21T21:24:46.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-21T21:24:46.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-21T21:24:46.146Z
21052026-06-21T21:24:46.146Zinfo: running `cargo check --bins` on nexus-types (52/298)
21062026-06-21T21:24:46.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-21T21:24:46.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-21T21:24:46.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-21T21:24:46.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21102026-06-21T21:24:46.701Z
21112026-06-21T21:24:46.701Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21122026-06-21T21:24:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-21T21:24:47.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-21T21:24:47.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-21T21:24:47.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-21T21:24:47.222Z
21172026-06-21T21:24:47.222Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21182026-06-21T21:24:47.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-21T21:24:47.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-21T21:24:47.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-21T21:24:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21222026-06-21T21:24:47.723Z
21232026-06-21T21:24:47.723Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21242026-06-21T21:24:48.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-21T21:24:48.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-21T21:24:48.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-21T21:24:48.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-21T21:24:48.244Z
21292026-06-21T21:24:48.244Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21302026-06-21T21:24:48.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-21T21:24:48.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-21T21:24:48.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-21T21:24:48.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-21T21:24:48.765Z
21352026-06-21T21:24:48.766Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21362026-06-21T21:24:49.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-21T21:24:49.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-21T21:24:49.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-21T21:24:49.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-21T21:24:49.288Z
21412026-06-21T21:24:49.288Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21422026-06-21T21:24:49.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-21T21:24:49.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-21T21:24:49.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-21T21:24:49.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-21T21:24:49.811Z
21472026-06-21T21:24:49.811Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21482026-06-21T21:24:50.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-21T21:24:50.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-21T21:24:50.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-21T21:24:50.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-21T21:24:50.316Z
21532026-06-21T21:24:50.316Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21542026-06-21T21:24:50.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-21T21:24:50.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-21T21:24:50.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-21T21:24:50.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-21T21:24:50.821Z
21592026-06-21T21:24:50.821Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21602026-06-21T21:24:51.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-21T21:24:51.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-21T21:24:51.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-21T21:24:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-21T21:24:51.327Z
21652026-06-21T21:24:51.327Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21662026-06-21T21:24:51.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-21T21:24:51.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-21T21:24:51.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-21T21:24:51.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21702026-06-21T21:24:51.829Z
21712026-06-21T21:24:51.829Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21722026-06-21T21:24:52.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-21T21:24:52.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-21T21:24:52.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-21T21:24:52.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21762026-06-21T21:24:52.346Z
21772026-06-21T21:24:52.346Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21782026-06-21T21:24:52.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-21T21:24:52.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-21T21:24:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-21T21:24:52.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-21T21:24:52.864Z
21832026-06-21T21:24:52.864Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21842026-06-21T21:24:53.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-21T21:24:53.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-21T21:24:53.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-21T21:24:53.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21882026-06-21T21:24:53.365Z
21892026-06-21T21:24:53.365Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21902026-06-21T21:24:53.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-21T21:24:53.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-21T21:24:53.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-21T21:24:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21942026-06-21T21:24:53.867Z
21952026-06-21T21:24:53.867Zinfo: running `cargo check --bins` on ereport-types (67/298)
21962026-06-21T21:24:54.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-21T21:24:54.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-21T21:24:54.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-21T21:24:54.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-21T21:24:54.378Z
22012026-06-21T21:24:54.378Zinfo: running `cargo check --bins` on gateway-client (68/298)
22022026-06-21T21:24:54.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-21T21:24:54.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-21T21:24:54.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-21T21:24:54.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-21T21:24:54.889Z
22072026-06-21T21:24:54.889Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22082026-06-21T21:24:55.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-21T21:24:55.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-21T21:24:55.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-21T21:24:55.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-21T21:24:55.398Z
22132026-06-21T21:24:55.398Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22142026-06-21T21:24:55.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-21T21:24:55.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-21T21:24:55.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-21T21:24:55.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-21T21:24:55.907Z
22192026-06-21T21:24:55.908Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22202026-06-21T21:24:56.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-21T21:24:56.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-21T21:24:56.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-21T21:24:56.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22242026-06-21T21:24:56.419Z
22252026-06-21T21:24:56.419Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22262026-06-21T21:24:56.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-21T21:24:56.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-21T21:24:56.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-21T21:24:56.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22302026-06-21T21:24:56.932Z
22312026-06-21T21:24:56.932Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22322026-06-21T21:24:57.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-21T21:24:57.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-21T21:24:57.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-21T21:24:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-21T21:24:57.463Z
22372026-06-21T21:24:57.463Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22382026-06-21T21:24:57.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-21T21:24:57.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-21T21:24:57.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-21T21:24:57.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-21T21:24:57.996Z
22432026-06-21T21:24:57.996Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22442026-06-21T21:24:58.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-21T21:24:58.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-21T21:24:58.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-21T21:24:58.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22482026-06-21T21:24:58.498Z
22492026-06-21T21:24:58.498Zinfo: running `cargo check --bins` on oxlog (76/298)
22502026-06-21T21:24:58.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-21T21:24:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-21T21:24:59.044Z Checking cfg-if v1.0.4
22532026-06-21T21:24:59.047Z Checking libc v0.2.185
22542026-06-21T21:24:59.047Z Checking serde_core v1.0.228
22552026-06-21T21:24:59.155Z Checking zeroize v1.8.2
22562026-06-21T21:24:59.161Z Checking memchr v2.8.0
22572026-06-21T21:24:59.169Z Checking log v0.4.29
22582026-06-21T21:24:59.177Z Checking smallvec v1.15.1
22592026-06-21T21:24:59.188Z Checking typenum v1.19.0
22602026-06-21T21:24:59.197Z Checking subtle v2.6.1
22612026-06-21T21:24:59.312Z Checking itoa v1.0.17
22622026-06-21T21:24:59.325Z Checking scopeguard v1.2.0
22632026-06-21T21:24:59.348Z Checking stable_deref_trait v1.2.1
22642026-06-21T21:24:59.370Z Checking const-oid v0.9.6
22652026-06-21T21:24:59.419Z Checking zerofrom v0.1.6
22662026-06-21T21:24:59.431Z Checking lock_api v0.4.14
22672026-06-21T21:24:59.442Z Checking pin-project-lite v0.2.17
22682026-06-21T21:24:59.549Z Checking yoke v0.8.1
22692026-06-21T21:24:59.572Z Checking portable-atomic v1.13.1
22702026-06-21T21:24:59.572Z Checking critical-section v1.2.0
22712026-06-21T21:24:59.572Z Checking getrandom v0.2.17
22722026-06-21T21:24:59.626Z Checking errno v0.3.14
22732026-06-21T21:24:59.685Z Checking parking_lot_core v0.9.12
22742026-06-21T21:24:59.688Z Checking zerovec v0.11.5
22752026-06-21T21:24:59.712Z Checking generic-array v0.14.7
22762026-06-21T21:24:59.732Z Checking rand_core v0.6.4
22772026-06-21T21:24:59.742Z Checking signal-hook-registry v1.4.8
22782026-06-21T21:24:59.853Z Checking futures-core v0.3.32
22792026-06-21T21:24:59.902Z Checking parking_lot v0.12.5
22802026-06-21T21:24:59.902Z Checking mio v1.2.0
22812026-06-21T21:24:59.974Z Checking once_cell v1.21.3
22822026-06-21T21:24:59.974Z Checking zerocopy v0.8.40
22832026-06-21T21:25:00.042Z Checking zmij v1.0.21
22842026-06-21T21:25:00.079Z Checking socket2 v0.6.3
22852026-06-21T21:25:00.119Z Checking tinystr v0.8.2
22862026-06-21T21:25:00.130Z Checking crypto-common v0.1.7
22872026-06-21T21:25:00.148Z Checking block-buffer v0.10.4
22882026-06-21T21:25:00.191Z Checking libm v0.2.16
22892026-06-21T21:25:00.249Z Checking percent-encoding v2.3.2
22902026-06-21T21:25:00.261Z Checking equivalent v1.0.2
22912026-06-21T21:25:00.290Z Checking digest v0.10.7
22922026-06-21T21:25:00.297Z Checking litemap v0.8.1
22932026-06-21T21:25:00.323Z Checking writeable v0.6.2
22942026-06-21T21:25:00.338Z Checking potential_utf v0.1.4
22952026-06-21T21:25:00.389Z Checking zerotrie v0.2.3
22962026-06-21T21:25:00.463Z Checking futures-sink v0.3.32
22972026-06-21T21:25:00.476Z Checking icu_collections v2.1.1
22982026-06-21T21:25:00.487Z Checking icu_locale_core v2.1.1
22992026-06-21T21:25:00.498Z Checking futures-task v0.3.32
23002026-06-21T21:25:00.557Z Checking futures-channel v0.3.32
23012026-06-21T21:25:00.631Z Checking cpufeatures v0.2.17
23022026-06-21T21:25:00.635Z Checking slab v0.4.12
23032026-06-21T21:25:00.653Z Checking serde v1.0.228
23042026-06-21T21:25:00.706Z Checking bitflags v2.11.0
23052026-06-21T21:25:00.747Z Checking serde_json v1.0.149
23062026-06-21T21:25:00.782Z Checking futures-io v0.3.32
23072026-06-21T21:25:00.793Z Checking hmac v0.12.1
23082026-06-21T21:25:00.869Z Checking icu_normalizer_data v2.1.1
23092026-06-21T21:25:00.888Z Checking num-traits v0.2.19
23102026-06-21T21:25:00.899Z Checking futures-util v0.3.32
23112026-06-21T21:25:00.919Z Checking icu_properties_data v2.1.2
23122026-06-21T21:25:00.937Z Checking hashbrown v0.17.0
23132026-06-21T21:25:01.040Z Checking icu_provider v2.1.1
23142026-06-21T21:25:01.054Z Checking bytes v1.11.1
23152026-06-21T21:25:01.054Z Checking rand_core v0.10.0
23162026-06-21T21:25:01.203Z Checking getrandom v0.4.1
23172026-06-21T21:25:01.267Z Checking icu_normalizer v2.1.1
23182026-06-21T21:25:01.348Z Checking icu_properties v2.1.2
23192026-06-21T21:25:01.411Z Checking indexmap v2.14.0
23202026-06-21T21:25:01.423Z Checking block-padding v0.3.3
23212026-06-21T21:25:01.437Z Checking utf8_iter v1.0.4
23222026-06-21T21:25:01.479Z Checking tokio v1.52.1
23232026-06-21T21:25:01.551Z Checking inout v0.1.4
23242026-06-21T21:25:01.563Z Checking sha2 v0.10.9
23252026-06-21T21:25:01.574Z Checking form_urlencoded v1.2.2
23262026-06-21T21:25:01.689Z Checking cipher v0.4.4
23272026-06-21T21:25:01.699Z Checking getrandom v0.3.4
23282026-06-21T21:25:01.827Z Checking base64ct v1.8.3
23292026-06-21T21:25:01.840Z Checking fnv v1.0.7
23302026-06-21T21:25:01.894Z Checking byteorder v1.5.0
23312026-06-21T21:25:01.930Z Checking flagset v0.4.7
23322026-06-21T21:25:01.965Z Checking rand_core v0.9.5
23332026-06-21T21:25:02.052Z Checking http v1.4.0
23342026-06-21T21:25:02.063Z Checking pem-rfc7468 v0.7.0
23352026-06-21T21:25:02.089Z Checking regex-syntax v0.8.10
23362026-06-21T21:25:02.142Z Checking salsa20 v0.10.2
23372026-06-21T21:25:02.171Z Checking idna_adapter v1.2.1
23382026-06-21T21:25:02.216Z Checking der v0.7.10
23392026-06-21T21:25:02.272Z Checking uuid v1.23.0
23402026-06-21T21:25:02.290Z Checking idna v1.1.0
23412026-06-21T21:25:02.551Z Checking url v2.5.8
23422026-06-21T21:25:02.582Z Checking pbkdf2 v0.12.2
23432026-06-21T21:25:02.616Z Checking rustix v1.1.3
23442026-06-21T21:25:02.692Z Checking tracing-core v0.1.36
23452026-06-21T21:25:02.760Z Checking ppv-lite86 v0.2.21
23462026-06-21T21:25:02.795Z Checking rustls-pki-types v1.14.0
23472026-06-21T21:25:02.950Z Checking spki v0.7.3
23482026-06-21T21:25:02.976Z Checking iana-time-zone v0.1.65
23492026-06-21T21:25:03.005Z Checking base64 v0.22.1
23502026-06-21T21:25:03.047Z Checking rand_chacha v0.9.0
23512026-06-21T21:25:03.074Z Checking chrono v0.4.44
23522026-06-21T21:25:03.094Z Checking tracing v0.1.44
23532026-06-21T21:25:03.113Z Checking scrypt v0.11.0
23542026-06-21T21:25:03.228Z Checking http-body v1.0.1
23552026-06-21T21:25:03.242Z Checking aes v0.8.4
23562026-06-21T21:25:03.255Z Checking cbc v0.1.2
23572026-06-21T21:25:03.287Z Checking aws-lc-sys v0.40.0
23582026-06-21T21:25:03.358Z Checking openssl-probe v0.2.1
23592026-06-21T21:25:03.379Z Checking tinyvec_macros v0.1.1
23602026-06-21T21:25:03.393Z Checking untrusted v0.9.0
23612026-06-21T21:25:03.444Z Checking untrusted v0.7.1
23622026-06-21T21:25:03.461Z Checking tinyvec v1.10.0
23632026-06-21T21:25:03.470Z Checking rand v0.9.2
23642026-06-21T21:25:03.497Z Checking ring v0.17.14
23652026-06-21T21:25:03.555Z Checking try-lock v0.2.5
23662026-06-21T21:25:03.627Z Checking pkcs5 v0.7.1
23672026-06-21T21:25:03.651Z Checking tower-service v0.3.3
23682026-06-21T21:25:03.740Z Checking atomic-waker v1.1.2
23692026-06-21T21:25:03.755Z Checking tower-layer v0.3.3
23702026-06-21T21:25:03.788Z Checking aws-lc-rs v1.16.3
23712026-06-21T21:25:03.835Z Checking want v0.3.1
23722026-06-21T21:25:03.878Z Checking pkcs8 v0.10.2
23732026-06-21T21:25:03.901Z Checking ipnet v2.11.0
23742026-06-21T21:25:03.935Z Checking httparse v1.10.1
23752026-06-21T21:25:03.946Z Checking aho-corasick v1.1.4
23762026-06-21T21:25:03.959Z Checking httpdate v1.0.3
23772026-06-21T21:25:04.054Z Checking foreign-types-shared v0.1.1
23782026-06-21T21:25:04.104Z Checking pin-utils v0.1.0
23792026-06-21T21:25:04.134Z Checking plain v0.2.3
23802026-06-21T21:25:04.146Z Checking fastrand v2.3.0
23812026-06-21T21:25:04.157Z Checking dyn-clone v1.0.20
23822026-06-21T21:25:04.170Z Checking utf8parse v0.2.2
23832026-06-21T21:25:04.234Z Checking foreign-types v0.3.2
23842026-06-21T21:25:04.256Z Checking unicode-normalization v0.1.25
23852026-06-21T21:25:04.270Z Checking semver v1.0.28
23862026-06-21T21:25:04.299Z Checking openssl-sys v0.9.115
23872026-06-21T21:25:04.320Z Checking tempfile v3.25.0
23882026-06-21T21:25:04.479Z Checking spin v0.9.8
23892026-06-21T21:25:04.497Z Checking socket2 v0.5.10
23902026-06-21T21:25:04.515Z Checking unicode-ident v1.0.24
23912026-06-21T21:25:04.622Z Checking regex-automata v0.4.14
23922026-06-21T21:25:04.622Z Checking ucd-trie v0.1.7
23932026-06-21T21:25:04.625Z Checking rustls-webpki v0.103.9
23942026-06-21T21:25:04.656Z Checking anstyle v1.0.14
23952026-06-21T21:25:04.668Z Checking proc-macro2 v1.0.106
23962026-06-21T21:25:04.680Z Checking openssl v0.10.79
23972026-06-21T21:25:04.711Z Checking tokio-util v0.7.18
23982026-06-21T21:25:04.741Z Checking schemars v0.8.22
23992026-06-21T21:25:04.753Z Checking pest v2.8.6
24002026-06-21T21:25:04.831Z Checking rustls-native-certs v0.8.3
24012026-06-21T21:25:04.961Z Checking thiserror v2.0.18
24022026-06-21T21:25:04.976Z Checking sync_wrapper v1.0.2
24032026-06-21T21:25:05.061Z Checking wait-timeout v0.2.1
24042026-06-21T21:25:05.150Z Checking rustls v0.23.37
24052026-06-21T21:25:05.157Z Checking quick-error v1.2.3
24062026-06-21T21:25:05.178Z Checking pretty-hex v0.4.1
24072026-06-21T21:25:05.190Z Checking colorchoice v1.0.4
24082026-06-21T21:25:05.295Z Checking bit-vec v0.8.0
24092026-06-21T21:25:05.298Z Checking siphasher v1.0.2
24102026-06-21T21:25:05.334Z Checking h2 v0.4.13
24112026-06-21T21:25:05.407Z Checking simd-adler32 v0.3.8
24122026-06-21T21:25:05.464Z Checking anstyle-query v1.1.5
24132026-06-21T21:25:05.489Z Checking powerfmt v0.2.0
24142026-06-21T21:25:05.556Z Checking is_terminal_polyfill v1.70.2
24152026-06-21T21:25:05.574Z Checking bit-set v0.8.0
24162026-06-21T21:25:05.637Z Checking deranged v0.5.8
24172026-06-21T21:25:05.650Z Checking rusty-fork v0.3.1
24182026-06-21T21:25:05.722Z Checking tower v0.5.3
24192026-06-21T21:25:05.819Z Checking quote v1.0.45
24202026-06-21T21:25:05.833Z Compiling newtype-uuid v1.3.2
24212026-06-21T21:25:05.986Z Checking http-body-util v0.1.3
24222026-06-21T21:25:06.015Z Checking crossbeam-utils v0.8.21
24232026-06-21T21:25:06.108Z Checking webpki-roots v1.0.6
24242026-06-21T21:25:06.200Z Checking rand_xorshift v0.4.0
24252026-06-21T21:25:06.223Z Checking crc32fast v1.5.0
24262026-06-21T21:25:06.317Z Checking scroll v0.13.0
24272026-06-21T21:25:06.341Z Checking signature v2.2.0
24282026-06-21T21:25:06.362Z Checking time-core v0.1.8
24292026-06-21T21:25:06.468Z Checking adler2 v2.0.1
24302026-06-21T21:25:06.485Z Checking unicode-bidi v0.3.18
24312026-06-21T21:25:06.499Z Checking unarray v0.1.4
24322026-06-21T21:25:06.538Z Checking allocator-api2 v0.2.21
24332026-06-21T21:25:06.558Z Checking num-conv v0.2.0
24342026-06-21T21:25:06.571Z Checking iri-string v0.7.10
24352026-06-21T21:25:06.597Z Checking num_threads v0.1.7
24362026-06-21T21:25:06.673Z Checking ryu v1.0.23
24372026-06-21T21:25:06.685Z Checking unicode-properties v0.1.4
24382026-06-21T21:25:06.711Z Checking native-tls v0.2.18
24392026-06-21T21:25:06.778Z Checking time v0.3.47
24402026-06-21T21:25:06.808Z Checking serde_urlencoded v0.7.1
24412026-06-21T21:25:06.821Z Checking proptest v1.10.0
24422026-06-21T21:25:06.867Z Checking stringprep v0.1.5
24432026-06-21T21:25:06.883Z Checking tokio-native-tls v0.3.1
24442026-06-21T21:25:07.007Z Checking miniz_oxide v0.8.9
24452026-06-21T21:25:07.019Z Checking goblin v0.10.5
24462026-06-21T21:25:07.039Z Checking bstr v1.12.1
24472026-06-21T21:25:07.361Z Checking crossbeam-epoch v0.9.18
24482026-06-21T21:25:07.434Z Checking syn v2.0.117
24492026-06-21T21:25:07.474Z Checking tokio-rustls v0.26.4
24502026-06-21T21:25:07.583Z Compiling daft v0.1.7
24512026-06-21T21:25:07.595Z Checking tower-http v0.6.8
24522026-06-21T21:25:07.707Z Checking ipnetwork v0.21.1
24532026-06-21T21:25:07.859Z Checking anstyle-parse v1.0.0
24542026-06-21T21:25:07.873Z Checking rand_chacha v0.3.1
24552026-06-21T21:25:07.907Z Checking scroll v0.12.0
24562026-06-21T21:25:07.924Z Checking thiserror v1.0.69
24572026-06-21T21:25:08.008Z Checking hash32 v0.2.1
24582026-06-21T21:25:08.020Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-21T21:25:08.031Z Checking hyper v1.8.1
24602026-06-21T21:25:08.077Z Checking num-integer v0.1.46
24612026-06-21T21:25:08.125Z Checking serde_spanned v0.6.9
24622026-06-21T21:25:08.137Z Checking toml_datetime v0.6.11
24632026-06-21T21:25:08.161Z Checking md-5 v0.10.6
24642026-06-21T21:25:08.248Z Checking ff v0.13.1
24652026-06-21T21:25:08.294Z Checking encoding_rs v0.8.35
24662026-06-21T21:25:08.307Z Checking fallible-iterator v0.2.0
24672026-06-21T21:25:08.319Z Checking zlib-rs v0.6.2
24682026-06-21T21:25:08.377Z Checking mime v0.3.17
24692026-06-21T21:25:08.552Z Checking psl-types v2.0.11
24702026-06-21T21:25:08.575Z Checking base16ct v0.2.0
24712026-06-21T21:25:08.666Z Checking publicsuffix v2.3.0
24722026-06-21T21:25:08.694Z Checking sec1 v0.7.3
24732026-06-21T21:25:08.769Z Checking postgres-protocol v0.6.10
24742026-06-21T21:25:08.824Z Checking group v0.13.0
24752026-06-21T21:25:08.896Z Checking num-iter v0.1.45
24762026-06-21T21:25:08.937Z Checking hyper-util v0.1.20
24772026-06-21T21:25:08.970Z Checking heapless v0.7.17
24782026-06-21T21:25:09.006Z Checking goblin v0.8.2
24792026-06-21T21:25:09.084Z Checking zstd-safe v7.2.4
24802026-06-21T21:25:09.194Z Checking flate2 v1.1.9
24812026-06-21T21:25:09.230Z Checking rand v0.8.6
24822026-06-21T21:25:09.248Z Checking anstream v1.0.0
24832026-06-21T21:25:09.354Z Checking dof v0.4.0
24842026-06-21T21:25:09.374Z Checking oxnet v0.1.6
24852026-06-21T21:25:09.448Z Checking cookie v0.18.1
24862026-06-21T21:25:09.497Z Compiling iddqd v0.4.2
24872026-06-21T21:25:09.629Z Checking dtrace-parser v0.3.0
24882026-06-21T21:25:09.679Z Checking phf_shared v0.13.1
24892026-06-21T21:25:09.703Z Checking lazy_static v1.5.0
24902026-06-21T21:25:09.751Z Checking anstyle-parse v0.2.7
24912026-06-21T21:25:09.786Z Checking pin-project v1.1.11
24922026-06-21T21:25:09.866Z Checking zerocopy v0.7.35
24932026-06-21T21:25:09.880Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-21T21:25:09.892Z Checking signal-hook v0.3.18
24952026-06-21T21:25:09.902Z Checking terminal_size v0.4.3
24962026-06-21T21:25:09.962Z Checking futures-executor v0.3.32
24972026-06-21T21:25:09.982Z Checking hex v0.4.3
24982026-06-21T21:25:10.011Z Checking hkdf v0.12.4
24992026-06-21T21:25:10.078Z Checking crypto-bigint v0.5.5
25002026-06-21T21:25:10.111Z Checking thread-id v5.1.0
25012026-06-21T21:25:10.141Z Compiling rayon-core v1.13.0
25022026-06-21T21:25:10.187Z Checking libbz2-rs-sys v0.2.2
25032026-06-21T21:25:10.202Z Checking bumpalo v3.20.2
25042026-06-21T21:25:10.224Z Checking hyper-rustls v0.27.7
25052026-06-21T21:25:10.316Z Checking hyper-tls v0.6.0
25062026-06-21T21:25:10.376Z Checking same-file v1.0.6
25072026-06-21T21:25:10.411Z Checking winnow v0.5.40
25082026-06-21T21:25:10.443Z Checking either v1.15.0
25092026-06-21T21:25:10.491Z Checking strsim v0.11.1
25102026-06-21T21:25:10.494Z Checking foldhash v0.2.0
25112026-06-21T21:25:10.581Z Checking winnow v0.7.14
25122026-06-21T21:25:10.633Z Checking bitflags v1.3.2
25132026-06-21T21:25:10.658Z Checking foldhash v0.1.5
25142026-06-21T21:25:10.661Z Checking clap_lex v1.0.0
25152026-06-21T21:25:10.704Z Checking managed v0.8.0
25162026-06-21T21:25:10.796Z Checking hashbrown v0.15.5
25172026-06-21T21:25:10.809Z Checking clap_builder v4.6.0
25182026-06-21T21:25:10.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-21T21:25:10.889Z Checking smoltcp v0.9.1
25202026-06-21T21:25:10.943Z Checking dof v0.3.0
25212026-06-21T21:25:11.006Z Checking hashbrown v0.16.1
25222026-06-21T21:25:11.017Z Checking elliptic-curve v0.13.8
25232026-06-21T21:25:11.225Z Checking bzip2 v0.6.1
25242026-06-21T21:25:11.260Z Checking reqwest v0.12.28
25252026-06-21T21:25:11.317Z Checking walkdir v2.5.0
25262026-06-21T21:25:11.386Z Checking zopfli v0.8.3
25272026-06-21T21:25:11.490Z Checking usdt-impl v0.6.0
25282026-06-21T21:25:11.501Z Checking futures v0.3.32
25292026-06-21T21:25:11.512Z Checking signal-hook-mio v0.2.5
25302026-06-21T21:25:11.571Z Checking toml_edit v0.19.15
25312026-06-21T21:25:11.583Z Checking bzip2 v0.4.4
25322026-06-21T21:25:11.608Z Checking anstream v0.6.21
25332026-06-21T21:25:11.715Z Checking phf v0.13.1
25342026-06-21T21:25:11.742Z Checking snafu v0.8.9
25352026-06-21T21:25:11.764Z Checking num-bigint-dig v0.8.6
25362026-06-21T21:25:11.776Z Checking cookie_store v0.22.1
25372026-06-21T21:25:11.859Z Checking zstd v0.13.3
25382026-06-21T21:25:12.029Z Checking postgres-types v0.2.12
25392026-06-21T21:25:12.040Z Checking dtrace-parser v0.2.0
25402026-06-21T21:25:12.054Z Checking crossbeam-deque v0.8.6
25412026-06-21T21:25:12.066Z Checking rustls-platform-verifier v0.6.2
25422026-06-21T21:25:12.099Z Checking globset v0.4.18
25432026-06-21T21:25:12.111Z Checking regex v1.12.3
25442026-06-21T21:25:12.199Z Checking ed25519 v2.2.3
25452026-06-21T21:25:12.223Z Checking phf_shared v0.11.3
25462026-06-21T21:25:12.270Z Checking olpc-cjson v0.1.4
25472026-06-21T21:25:12.290Z Checking curve25519-dalek v4.1.3
25482026-06-21T21:25:12.353Z Checking ref-cast v1.0.25
25492026-06-21T21:25:12.364Z Checking strum v0.27.2
25502026-06-21T21:25:12.379Z Checking hubpack v0.1.2
25512026-06-21T21:25:12.391Z Checking memoffset v0.9.1
25522026-06-21T21:25:12.403Z Checking rustix v0.38.44
25532026-06-21T21:25:12.447Z Checking pkcs1 v0.7.5
25542026-06-21T21:25:12.466Z Checking pem v3.0.6
25552026-06-21T21:25:12.471Z Checking float-cmp v0.10.0
25562026-06-21T21:25:12.539Z Checking erased-serde v0.3.31
25572026-06-21T21:25:12.580Z Checking serde_plain v1.0.2
25582026-06-21T21:25:12.601Z Checking serde-big-array v0.5.1
25592026-06-21T21:25:12.616Z Checking rfc6979 v0.4.0
25602026-06-21T21:25:12.626Z Checking memmap2 v0.9.10
25612026-06-21T21:25:12.653Z Checking thread-id v4.2.2
25622026-06-21T21:25:12.721Z Checking env_filter v1.0.0
25632026-06-21T21:25:12.725Z Checking whoami v2.1.0
25642026-06-21T21:25:12.743Z Checking data-encoding v2.10.0
25652026-06-21T21:25:12.747Z Checking unicode-segmentation v1.12.0
25662026-06-21T21:25:12.782Z Checking normalize-line-endings v0.3.0
25672026-06-21T21:25:12.869Z Checking predicates-core v1.0.10
25682026-06-21T21:25:12.872Z Checking precomputed-hash v0.1.1
25692026-06-21T21:25:12.912Z Checking static_assertions v1.1.0
25702026-06-21T21:25:12.924Z Checking fixedbitset v0.4.2
25712026-06-21T21:25:12.958Z Checking toml_write v0.1.2
25722026-06-21T21:25:12.982Z Checking jiff v0.2.21
25732026-06-21T21:25:12.993Z Checking new_debug_unreachable v1.0.6
25742026-06-21T21:25:13.008Z Checking keccak v0.1.6
25752026-06-21T21:25:13.057Z Checking fixedbitset v0.5.7
25762026-06-21T21:25:13.069Z Checking typed-path v0.9.3
25772026-06-21T21:25:13.072Z Checking difflib v0.4.0
25782026-06-21T21:25:13.072Z Checking ed25519-dalek v2.2.0
25792026-06-21T21:25:13.119Z Checking toml_edit v0.22.27
25802026-06-21T21:25:13.171Z Checking sha3 v0.10.8
25812026-06-21T21:25:13.204Z Checking crossterm v0.28.1
25822026-06-21T21:25:13.252Z Checking predicates v3.1.4
25832026-06-21T21:25:13.255Z Checking petgraph v0.8.3
25842026-06-21T21:25:13.318Z Checking similar v2.7.0
25852026-06-21T21:25:13.373Z Checking petgraph v0.6.5
25862026-06-21T21:25:13.552Z Checking string_cache v0.8.9
25872026-06-21T21:25:13.697Z Checking hickory-proto v0.25.2
25882026-06-21T21:25:13.721Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25892026-06-21T21:25:13.829Z Checking tough v0.22.0
25902026-06-21T21:25:13.912Z Checking slog v2.8.2
25912026-06-21T21:25:14.178Z Checking tokio-postgres v0.7.16
25922026-06-21T21:25:14.208Z Checking env_logger v0.11.9
25932026-06-21T21:25:14.401Z Checking usdt v0.6.0
25942026-06-21T21:25:14.571Z Checking usdt-impl v0.5.0
25952026-06-21T21:25:14.617Z Checking ecdsa v0.16.9
25962026-06-21T21:25:14.808Z Checking rsa v0.9.10
25972026-06-21T21:25:14.851Z Checking toml v0.7.8
25982026-06-21T21:25:14.952Z Checking nix v0.31.2
25992026-06-21T21:25:15.182Z Checking zip v4.6.1
26002026-06-21T21:25:15.436Z Checking reqwest v0.13.2
26012026-06-21T21:25:15.618Z Checking clap v4.6.1
26022026-06-21T21:25:15.699Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-21T21:25:15.767Z Checking zip v0.6.6
26042026-06-21T21:25:15.855Z Checking itertools v0.13.0
26052026-06-21T21:25:16.001Z Checking serde_with v3.17.0
26062026-06-21T21:25:16.030Z Checking strum v0.26.3
26072026-06-21T21:25:16.041Z Checking fs-err v3.3.0
26082026-06-21T21:25:16.069Z Checking ahash v0.8.12
26092026-06-21T21:25:16.088Z Checking object v0.37.3
26102026-06-21T21:25:16.139Z Checking tokio-stream v0.1.18
26112026-06-21T21:25:16.262Z Checking buf-list v1.1.2
26122026-06-21T21:25:16.301Z Checking anyhow v1.0.102
26132026-06-21T21:25:16.339Z Checking camino v1.2.2
26142026-06-21T21:25:16.449Z Checking x509-cert v0.2.5
26152026-06-21T21:25:16.499Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-21T21:25:16.514Z Checking openapiv3 v2.2.0
26172026-06-21T21:25:16.530Z Checking sha1 v0.10.6
26182026-06-21T21:25:16.588Z Checking lalrpop-util v0.19.12
26192026-06-21T21:25:16.688Z Checking peg-runtime v0.8.5
26202026-06-21T21:25:16.746Z Checking rayon v1.11.0
26212026-06-21T21:25:16.758Z Checking sigpipe v0.1.3
26222026-06-21T21:25:16.828Z Checking glob v0.3.3
26232026-06-21T21:25:18.303Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-21T21:25:18.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
26252026-06-21T21:25:18.725Z
26262026-06-21T21:25:18.725Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26272026-06-21T21:25:19.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-21T21:25:19.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-21T21:25:19.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-21T21:25:19.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26312026-06-21T21:25:19.244Z
26322026-06-21T21:25:19.244Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26332026-06-21T21:25:19.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-21T21:25:19.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-21T21:25:19.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-21T21:25:19.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-21T21:25:19.765Z
26382026-06-21T21:25:19.765Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26392026-06-21T21:25:20.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-21T21:25:20.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-21T21:25:20.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-21T21:25:20.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26432026-06-21T21:25:20.299Z
26442026-06-21T21:25:20.299Zinfo: running `cargo check --bins` on oxql-types (80/298)
26452026-06-21T21:25:20.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-21T21:25:20.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-21T21:25:20.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-21T21:25:20.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26492026-06-21T21:25:20.818Z
26502026-06-21T21:25:20.818Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26512026-06-21T21:25:21.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-21T21:25:21.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-21T21:25:21.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-21T21:25:21.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26552026-06-21T21:25:21.334Z
26562026-06-21T21:25:21.334Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26572026-06-21T21:25:21.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-21T21:25:21.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-21T21:25:21.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-21T21:25:21.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26612026-06-21T21:25:21.854Z
26622026-06-21T21:25:21.854Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26632026-06-21T21:25:22.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-21T21:25:22.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-21T21:25:22.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-21T21:25:22.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26672026-06-21T21:25:22.355Z
26682026-06-21T21:25:22.355Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26692026-06-21T21:25:22.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-21T21:25:22.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-21T21:25:22.978Z Compiling structmeta-derive v0.3.0
26722026-06-21T21:25:23.084Z Compiling rustls v0.22.4
26732026-06-21T21:25:23.093Z Compiling multer v3.1.0
26742026-06-21T21:25:23.102Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-21T21:25:23.102Z Compiling async-stream-impl v0.3.6
26762026-06-21T21:25:23.122Z Compiling dropshot v0.17.0
26772026-06-21T21:25:23.137Z Compiling newtype-uuid-macros v0.1.0
26782026-06-21T21:25:23.137Z Compiling dropshot_endpoint v0.17.0
26792026-06-21T21:25:23.259Z Checking newtype-uuid v1.3.2
26802026-06-21T21:25:23.319Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-21T21:25:23.356Z Checking rustls-webpki v0.102.8
26822026-06-21T21:25:23.462Z Checking daft v0.1.7
26832026-06-21T21:25:23.489Z Checking thread_local v1.1.9
26842026-06-21T21:25:23.657Z Checking compression-core v0.4.31
26852026-06-21T21:25:23.686Z Checking match_cfg v0.1.0
26862026-06-21T21:25:23.697Z Checking iddqd v0.4.2
26872026-06-21T21:25:23.760Z Checking crossbeam-channel v0.5.15
26882026-06-21T21:25:23.778Z Checking compression-codecs v0.4.37
26892026-06-21T21:25:23.790Z Checking hostname v0.3.1
26902026-06-21T21:25:23.881Z Checking atomicwrites v0.4.4
26912026-06-21T21:25:23.894Z Checking slog-json v2.6.1
26922026-06-21T21:25:23.944Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-21T21:25:24.007Z Checking serde_spanned v1.0.4
26942026-06-21T21:25:24.045Z Checking is-terminal v0.4.17
26952026-06-21T21:25:24.102Z Checking term v1.2.1
26962026-06-21T21:25:24.133Z Checking take_mut v0.2.2
26972026-06-21T21:25:24.145Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-06-21T21:25:24.145Z Checking debug-ignore v1.0.5
26992026-06-21T21:25:24.167Z Compiling structmeta v0.3.0
27002026-06-21T21:25:24.231Z Checking slog-async v2.8.0
27012026-06-21T21:25:24.251Z Checking slog-bunyan v2.5.0
27022026-06-21T21:25:24.320Z Checking slog-term v2.9.2
27032026-06-21T21:25:24.323Z Checking toml v1.0.6+spec-1.1.0
27042026-06-21T21:25:24.362Z Checking async-compression v0.4.41
27052026-06-21T21:25:24.380Z Compiling derive-ex v0.1.8
27062026-06-21T21:25:24.403Z Compiling parse-display-derive v0.10.0
27072026-06-21T21:25:24.583Z Checking async-stream v0.3.6
27082026-06-21T21:25:24.607Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-21T21:25:24.648Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-21T21:25:24.708Z Checking progenitor-client v0.14.0
27112026-06-21T21:25:24.721Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-21T21:25:24.862Z Checking waitgroup v0.1.2
27132026-06-21T21:25:24.892Z Checking backon v1.6.0
27142026-06-21T21:25:24.905Z Checking rustls-pemfile v2.2.0
27152026-06-21T21:25:24.956Z Checking serde_path_to_error v0.1.20
27162026-06-21T21:25:24.968Z Checking hostname v0.4.2
27172026-06-21T21:25:25.039Z Checking instant v0.1.13
27182026-06-21T21:25:25.123Z Checking backoff v0.4.0
27192026-06-21T21:25:25.201Z Checking tokio-rustls v0.25.0
27202026-06-21T21:25:25.240Z Checking progenitor-extras v0.2.0
27212026-06-21T21:25:25.297Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-21T21:25:25.314Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-21T21:25:25.490Z Checking itertools v0.14.0
27242026-06-21T21:25:25.506Z Checking regress v0.10.5
27252026-06-21T21:25:25.696Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-21T21:25:25.950Z Checking macaddr v1.0.1
27272026-06-21T21:25:26.093Z Compiling test-strategy v0.4.5
27282026-06-21T21:25:26.120Z Checking parse-display v0.10.0
27292026-06-21T21:25:26.266Z Checking humantime v2.3.0
27302026-06-21T21:25:27.313Z Compiling prettyplease v0.2.37
27312026-06-21T21:25:27.565Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-21T21:25:27.748Z Checking num-rational v0.4.2
27332026-06-21T21:25:27.940Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-21T21:25:28.179Z Checking num-complex v0.4.6
27352026-06-21T21:25:28.833Z Checking num v0.4.3
27362026-06-21T21:25:28.918Z Compiling usdt-macro v0.5.0
27372026-06-21T21:25:28.984Z Compiling usdt-attr-macro v0.5.0
27382026-06-21T21:25:29.045Z Checking memmap v0.7.0
27392026-06-21T21:25:29.055Z Compiling float-ord v0.3.2
27402026-06-21T21:25:29.165Z Compiling convert_case v0.4.0
27412026-06-21T21:25:29.178Z Checking unicode-width v0.2.0
27422026-06-21T21:25:29.425Z Checking console v0.15.11
27432026-06-21T21:25:29.550Z Compiling derive_more v0.99.20
27442026-06-21T21:25:29.651Z Checking newline-converter v0.3.0
27452026-06-21T21:25:29.711Z Compiling toml v0.8.23
27462026-06-21T21:25:29.760Z Checking linked-hash-map v0.5.6
27472026-06-21T21:25:29.763Z Checking usdt v0.5.0
27482026-06-21T21:25:29.933Z Compiling minimal-lexical v0.2.1
27492026-06-21T21:25:29.946Z Checking lru-cache v0.1.2
27502026-06-21T21:25:30.066Z Checking expectorate v1.2.0
27512026-06-21T21:25:30.190Z Compiling nom v7.1.3
27522026-06-21T21:25:30.719Z Checking camino-tempfile v1.4.1
27532026-06-21T21:25:30.740Z Checking hickory-proto v0.24.4
27542026-06-21T21:25:30.886Z Checking phf_shared v0.12.1
27552026-06-21T21:25:31.002Z Compiling slog-dtrace v0.3.0
27562026-06-21T21:25:31.030Z Checking heck v0.5.0
27572026-06-21T21:25:31.161Z Checking resolv-conf v0.7.6
27582026-06-21T21:25:31.197Z Compiling chrono-tz v0.10.4
27592026-06-21T21:25:31.315Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-21T21:25:31.396Z Compiling const_format_proc_macros v0.2.34
27612026-06-21T21:25:31.408Z Checking phf v0.12.1
27622026-06-21T21:25:31.550Z Checking tokio-dtrace v0.1.1
27632026-06-21T21:25:31.594Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-06-21T21:25:31.737Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-21T21:25:32.074Z Compiling derive-where v1.6.0
27662026-06-21T21:25:32.144Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-21T21:25:32.217Z Checking highway v1.3.0
27682026-06-21T21:25:32.451Z Checking const_format v0.2.35
27692026-06-21T21:25:32.568Z Checking hickory-resolver v0.24.4
27702026-06-21T21:25:32.685Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-06-21T21:25:32.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-21T21:25:32.924Z Checking oxide-tokio-rt v0.1.4
27732026-06-21T21:25:33.107Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-21T21:25:33.185Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-21T21:25:33.400Z Checking qorb v0.4.1
27762026-06-21T21:25:33.498Z Checking gethostname v0.5.0
27772026-06-21T21:25:33.532Z Checking bcs v0.1.6
27782026-06-21T21:25:33.587Z Checking termtree v0.5.1
27792026-06-21T21:25:33.658Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-21T21:25:36.594Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-21T21:25:39.163Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-21T21:25:41.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.91s
27832026-06-21T21:25:41.432Z
27842026-06-21T21:25:41.432Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27852026-06-21T21:25:41.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-21T21:25:41.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-21T21:25:42.041Z Compiling ar_archive_writer v0.5.1
27882026-06-21T21:25:42.045Z Compiling stacker v0.1.23
27892026-06-21T21:25:42.150Z Compiling cfg_aliases v0.1.1
27902026-06-21T21:25:42.158Z Compiling convert_case v0.10.0
27912026-06-21T21:25:42.163Z Checking unicode-width v0.1.14
27922026-06-21T21:25:42.172Z Compiling proc-macro-error v1.0.4
27932026-06-21T21:25:42.182Z Checking fd-lock v4.0.4
27942026-06-21T21:25:42.185Z Checking nibble_vec v0.1.0
27952026-06-21T21:25:42.207Z Compiling nix v0.28.0
27962026-06-21T21:25:42.292Z Checking vte v0.14.1
27972026-06-21T21:25:42.307Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-21T21:25:42.398Z Checking endian-type v0.1.2
27992026-06-21T21:25:42.410Z Checking bytecount v0.6.9
28002026-06-21T21:25:42.439Z Checking strip-ansi-escapes v0.2.1
28012026-06-21T21:25:42.451Z Compiling derive_more-impl v2.1.1
28022026-06-21T21:25:42.467Z Compiling tabled_derive v0.7.0
28032026-06-21T21:25:42.504Z Checking papergrid v0.11.0
28042026-06-21T21:25:42.518Z Checking radix_trie v0.2.1
28052026-06-21T21:25:42.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-21T21:25:42.719Z Compiling peg-macros v0.8.5
28072026-06-21T21:25:42.722Z Checking winnow v0.6.26
28082026-06-21T21:25:42.980Z Compiling psm v0.1.30
28092026-06-21T21:25:43.003Z Compiling sqlparser_derive v0.5.0
28102026-06-21T21:25:43.109Z Checking unicode_categories v0.1.1
28112026-06-21T21:25:43.239Z Checking derive_more v2.1.1
28122026-06-21T21:25:43.263Z Checking nu-ansi-term v0.50.3
28132026-06-21T21:25:43.317Z Checking home v0.5.12
28142026-06-21T21:25:43.425Z Checking crossterm v0.29.0
28152026-06-21T21:25:43.438Z Checking tabled v0.15.0
28162026-06-21T21:25:43.481Z Checking reedline v0.40.0
28172026-06-21T21:25:43.493Z Checking rustyline v14.0.0
28182026-06-21T21:25:43.743Z Checking recursive v0.1.1
28192026-06-21T21:25:43.790Z Checking display-error-chain v0.2.2
28202026-06-21T21:25:43.837Z Checking sqlparser v0.61.0
28212026-06-21T21:25:43.894Z Checking sqlformat v0.3.5
28222026-06-21T21:25:44.171Z Checking peg v0.8.5
28232026-06-21T21:25:54.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28242026-06-21T21:25:55.097Z
28252026-06-21T21:25:55.097Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28262026-06-21T21:25:55.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-21T21:25:55.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-21T21:25:55.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-21T21:25:59.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28302026-06-21T21:25:59.257Z
28312026-06-21T21:25:59.257Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28322026-06-21T21:25:59.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-21T21:25:59.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-21T21:25:59.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-21T21:26:02.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28362026-06-21T21:26:02.454Z
28372026-06-21T21:26:02.454Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28382026-06-21T21:27:00.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-21T21:27:00.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-21T21:27:00.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-21T21:27:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28422026-06-21T21:27:00.292Z
28432026-06-21T21:27:00.292Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28442026-06-21T21:27:00.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-21T21:27:00.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-21T21:27:00.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-21T21:27:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28482026-06-21T21:27:00.292Z
28492026-06-21T21:27:00.292Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28502026-06-21T21:27:00.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-21T21:27:00.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-21T21:27:00.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-21T21:27:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28542026-06-21T21:27:00.292Z
28552026-06-21T21:27:00.293Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28562026-06-21T21:27:00.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-21T21:27:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-21T21:27:00.293Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-21T21:27:00.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28602026-06-21T21:27:00.293Z
28612026-06-21T21:27:00.293Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28622026-06-21T21:27:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-21T21:27:00.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-21T21:27:00.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-21T21:27:00.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28662026-06-21T21:27:00.339Z
28672026-06-21T21:27:00.339Zinfo: running `cargo check --bins` on oximeter (93/298)
28682026-06-21T21:27:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-21T21:27:00.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-21T21:27:00.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-21T21:27:00.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28722026-06-21T21:27:00.340Z
28732026-06-21T21:27:00.340Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28742026-06-21T21:27:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-21T21:27:00.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-21T21:27:00.340Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-21T21:27:00.340Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-06-21T21:27:00.340Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-06-21T21:27:00.340Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-21T21:27:00.341Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-21T21:27:00.341Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-21T21:27:00.341Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-21T21:27:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
28842026-06-21T21:27:00.341Z
28852026-06-21T21:27:00.341Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28862026-06-21T21:27:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-21T21:27:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-21T21:27:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-21T21:27:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28902026-06-21T21:27:00.341Z
28912026-06-21T21:27:00.341Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28922026-06-21T21:27:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-21T21:27:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-21T21:27:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-21T21:27:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-21T21:27:00.341Z
28972026-06-21T21:27:00.341Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28982026-06-21T21:27:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-21T21:27:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-21T21:27:00.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-21T21:27:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-21T21:27:00.342Z
29032026-06-21T21:27:00.342Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29042026-06-21T21:27:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-21T21:27:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-21T21:27:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-21T21:27:00.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-21T21:27:00.342Z
29092026-06-21T21:27:00.342Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29102026-06-21T21:27:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-21T21:27:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-21T21:27:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-21T21:27:00.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29142026-06-21T21:27:00.342Z
29152026-06-21T21:27:00.342Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29162026-06-21T21:27:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-21T21:27:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-21T21:27:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-21T21:27:00.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29202026-06-21T21:27:00.342Z
29212026-06-21T21:27:00.342Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29222026-06-21T21:27:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-21T21:27:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-21T21:27:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-21T21:27:00.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-21T21:27:00.342Z
29272026-06-21T21:27:00.342Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29282026-06-21T21:27:00.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-21T21:27:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-21T21:27:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-21T21:27:00.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-06-21T21:27:00.343Z
29332026-06-21T21:27:00.343Zinfo: running `cargo check --bins` on update-engine (103/298)
29342026-06-21T21:27:00.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-21T21:27:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-21T21:27:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-21T21:27:00.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-21T21:27:00.343Z
29392026-06-21T21:27:00.343Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29402026-06-21T21:27:00.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-21T21:27:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-21T21:27:00.343Z Compiling crucible-workspace-hack v0.1.0
29432026-06-21T21:27:00.343Z Checking secrecy v0.10.3
29442026-06-21T21:27:00.343Z Compiling heapless v0.8.0
29452026-06-21T21:27:00.343Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-21T21:27:00.343Z Compiling ingot-macros v0.1.1
29472026-06-21T21:27:00.343Z Checking hash32 v0.3.1
29482026-06-21T21:27:00.343Z Compiling smoltcp v0.11.0
29492026-06-21T21:27:00.343Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-21T21:27:00.343Z Checking cobs v0.3.0
29512026-06-21T21:27:00.343Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-21T21:27:00.343Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-21T21:27:00.343Z Checking universal-hash v0.5.1
29542026-06-21T21:27:00.343Z Checking half v2.7.1
29552026-06-21T21:27:00.343Z Checking ciborium-io v0.2.2
29562026-06-21T21:27:00.343Z Checking opaque-debug v0.3.1
29572026-06-21T21:27:00.343Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-06-21T21:27:00.343Z Checking postcard v1.1.3
29592026-06-21T21:27:00.343Z Checking poly1305 v0.8.0
29602026-06-21T21:27:00.344Z Checking ciborium-ll v0.2.2
29612026-06-21T21:27:00.344Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-21T21:27:00.363Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-06-21T21:27:00.363Z Checking password-hash v0.5.0
29642026-06-21T21:27:00.363Z Checking chacha20 v0.9.1
29652026-06-21T21:27:00.363Z Compiling proc-macro-crate v3.4.0
29662026-06-21T21:27:00.363Z Compiling proc-macro-crate v1.3.1
29672026-06-21T21:27:00.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-21T21:27:00.363Z Checking blake2 v0.10.6
29692026-06-21T21:27:00.363Z Checking aead v0.5.2
29702026-06-21T21:27:00.363Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-21T21:27:00.363Z Compiling foreign-types-macros v0.2.3
29722026-06-21T21:27:00.363Z Checking thiserror-no-std v2.0.2
29732026-06-21T21:27:00.363Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-21T21:27:00.363Z Checking foreign-types-shared v0.3.1
29752026-06-21T21:27:00.363Z Compiling num_enum_derive v0.7.6
29762026-06-21T21:27:00.363Z Checking cpufeatures v0.3.0
29772026-06-21T21:27:00.363Z Checking vsss-rs v3.3.4
29782026-06-21T21:27:00.363Z Compiling num_enum_derive v0.5.11
29792026-06-21T21:27:00.363Z Checking chacha20 v0.10.0
29802026-06-21T21:27:00.363Z Checking chacha20poly1305 v0.10.1
29812026-06-21T21:27:00.363Z Checking argon2 v0.5.3
29822026-06-21T21:27:00.363Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-21T21:27:00.364Z Checking foreign-types v0.5.0
29842026-06-21T21:27:00.364Z Checking ciborium v0.2.2
29852026-06-21T21:27:00.364Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-21T21:27:00.364Z Checking tabwriter v1.4.1
29872026-06-21T21:27:00.364Z Checking byte-wrapper v0.1.0
29882026-06-21T21:27:00.364Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-06-21T21:27:00.364Z Checking cstr-argument v0.1.2
29902026-06-21T21:27:00.364Z Checking num_enum v0.7.6
29912026-06-21T21:27:00.364Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-21T21:27:00.364Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-21T21:27:00.364Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-06-21T21:27:00.364Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-06-21T21:27:00.364Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-06-21T21:27:00.364Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-06-21T21:27:00.364Z Checking num_enum v0.5.11
29982026-06-21T21:27:00.364Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-21T21:27:00.364Z Checking ingot-types v0.1.2
30002026-06-21T21:27:00.364Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-21T21:27:00.364Z Checking rand v0.10.0
30022026-06-21T21:27:00.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-21T21:27:00.364Z Checking colored v3.1.1
30042026-06-21T21:27:00.364Z Checking indent_write v2.2.0
30052026-06-21T21:27:00.364Z Compiling zone_cfg_derive v0.3.1
30062026-06-21T21:27:00.364Z Checking ingot v0.1.1
30072026-06-21T21:27:00.364Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-21T21:27:00.364Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-21T21:27:00.364Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-21T21:27:00.364Z Checking itertools v0.12.1
30112026-06-21T21:27:00.364Z Compiling num-derive v0.4.2
30122026-06-21T21:27:00.364Z Checking swrite v0.1.0
30132026-06-21T21:27:00.364Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-21T21:27:00.364Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-21T21:27:00.364Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-06-21T21:27:00.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-06-21T21:27:00.364Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-06-21T21:27:00.365Z Checking dropshot-api-manager-types v0.7.2
30192026-06-21T21:27:00.365Z Checking smf v0.2.3
30202026-06-21T21:27:00.365Z Checking nanorand v0.7.0
30212026-06-21T21:27:00.365Z Checking whoami v1.6.1
30222026-06-21T21:27:00.365Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-06-21T21:27:00.365Z Checking flume v0.11.1
30242026-06-21T21:27:00.365Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-21T21:27:00.365Z Checking zone v0.3.1
30262026-06-21T21:27:00.365Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-21T21:27:00.365Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-21T21:27:00.365Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-21T21:27:00.365Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-21T21:27:00.365Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-21T21:27:00.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
30322026-06-21T21:27:00.365Z
30332026-06-21T21:27:00.365Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30342026-06-21T21:27:00.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-21T21:27:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-21T21:27:00.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-21T21:27:00.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-21T21:27:00.365Z
30392026-06-21T21:27:00.365Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30402026-06-21T21:27:00.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-21T21:27:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-21T21:27:00.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-21T21:27:00.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-21T21:27:00.365Z
30452026-06-21T21:27:00.365Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30462026-06-21T21:27:00.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-21T21:27:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-21T21:27:00.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-21T21:27:00.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-06-21T21:27:00.366Z
30512026-06-21T21:27:00.366Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30522026-06-21T21:27:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-21T21:27:00.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-21T21:27:00.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-21T21:27:00.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-06-21T21:27:00.366Z
30572026-06-21T21:27:00.366Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30582026-06-21T21:27:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-21T21:27:00.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-21T21:27:00.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-21T21:27:00.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30622026-06-21T21:27:00.374Z
30632026-06-21T21:27:00.374Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30642026-06-21T21:27:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-21T21:27:00.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-21T21:27:00.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-21T21:27:00.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-21T21:27:00.375Z
30692026-06-21T21:27:00.375Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30702026-06-21T21:27:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-21T21:27:00.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-21T21:27:00.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-21T21:27:00.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-21T21:27:00.375Z
30752026-06-21T21:27:00.375Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30762026-06-21T21:27:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-21T21:27:00.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-21T21:27:00.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-21T21:27:00.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-21T21:27:00.375Z
30812026-06-21T21:27:00.375Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30822026-06-21T21:27:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-21T21:27:00.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-21T21:27:00.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-21T21:27:00.376Z
30872026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30882026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-21T21:27:00.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-21T21:27:00.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-21T21:27:00.376Z
30932026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on installinator-client (115/298)
30942026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-21T21:27:00.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-21T21:27:00.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-06-21T21:27:00.376Z
30992026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on nexus-client (116/298)
31002026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-21T21:27:00.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-21T21:27:00.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-21T21:27:00.376Z
31052026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31062026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-21T21:27:00.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-21T21:27:00.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-21T21:27:00.376Z
31112026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31122026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-21T21:27:00.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-21T21:27:00.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-21T21:27:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-21T21:27:00.376Z
31172026-06-21T21:27:00.376Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31182026-06-21T21:27:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-21T21:27:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-21T21:27:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-21T21:27:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-21T21:27:00.377Z
31232026-06-21T21:27:00.377Zinfo: running `cargo check --bins` on oxide-client (120/298)
31242026-06-21T21:27:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-21T21:27:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-21T21:27:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-21T21:27:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-21T21:27:00.377Z
31292026-06-21T21:27:00.377Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31302026-06-21T21:27:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-21T21:27:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-21T21:27:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-21T21:27:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-21T21:27:00.377Z
31352026-06-21T21:27:00.377Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31362026-06-21T21:27:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-21T21:27:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-21T21:27:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-21T21:27:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31402026-06-21T21:27:00.377Z
31412026-06-21T21:27:00.377Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31422026-06-21T21:27:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-21T21:27:00.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-21T21:27:00.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-21T21:27:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31462026-06-21T21:27:00.378Z
31472026-06-21T21:27:00.378Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31482026-06-21T21:27:00.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-21T21:27:00.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-21T21:27:00.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-21T21:27:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-21T21:27:00.378Z
31532026-06-21T21:27:00.378Zinfo: running `cargo check --bins` on installinator-common (125/298)
31542026-06-21T21:27:00.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-21T21:27:00.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-21T21:27:00.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-21T21:27:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-06-21T21:27:00.378Z
31592026-06-21T21:27:00.378Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31602026-06-21T21:27:00.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-21T21:27:00.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-21T21:27:00.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-21T21:27:00.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31642026-06-21T21:27:00.777Z
31652026-06-21T21:27:00.777Zinfo: running `cargo check --bins` on wicket-common (127/298)
31662026-06-21T21:27:01.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-21T21:27:01.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-21T21:27:01.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-21T21:27:01.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-06-21T21:27:01.428Z
31712026-06-21T21:27:01.428Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31722026-06-21T21:27:01.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-21T21:27:01.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-21T21:27:01.940Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-21T21:27:02.049Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-21T21:27:02.055Z Checking csv-core v0.1.13
31772026-06-21T21:27:02.062Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-21T21:27:02.068Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-21T21:27:02.071Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-21T21:27:02.088Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-21T21:27:02.099Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-21T21:27:02.213Z Checking csv v1.4.0
31832026-06-21T21:27:02.251Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-21T21:27:02.267Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-21T21:27:02.291Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-21T21:27:02.308Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-21T21:27:02.554Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-21T21:27:02.916Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-06-21T21:27:02.919Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-06-21T21:27:03.251Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-21T21:27:09.283Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-21T21:27:09.810Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-21T21:27:12.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31942026-06-21T21:27:12.329Z
31952026-06-21T21:27:12.329Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31962026-06-21T21:27:12.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-21T21:27:12.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-21T21:27:12.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-21T21:27:12.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
32002026-06-21T21:27:12.846Z
32012026-06-21T21:27:12.846Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32022026-06-21T21:27:13.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-21T21:27:13.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-21T21:27:13.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-21T21:27:13.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-21T21:27:13.451Z
32072026-06-21T21:27:13.451Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32082026-06-21T21:27:13.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-21T21:27:13.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-21T21:27:13.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-21T21:27:13.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32122026-06-21T21:27:14.053Z
32132026-06-21T21:27:14.053Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32142026-06-21T21:27:14.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-21T21:27:14.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-21T21:27:14.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-21T21:27:14.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32182026-06-21T21:27:14.625Z
32192026-06-21T21:27:14.625Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32202026-06-21T21:27:15.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-21T21:27:15.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-21T21:27:15.322Z Compiling regress v0.11.1
32232026-06-21T21:27:15.462Z Compiling unsafe-libyaml v0.2.11
32242026-06-21T21:27:15.472Z Compiling semver v0.1.20
32252026-06-21T21:27:15.472Z Compiling radium v0.7.0
32262026-06-21T21:27:15.495Z Checking nom v8.0.0
32272026-06-21T21:27:15.496Z Checking tap v1.0.1
32282026-06-21T21:27:15.499Z Compiling maybe-uninit v2.0.0
32292026-06-21T21:27:15.607Z Checking wyz v0.5.1
32302026-06-21T21:27:15.745Z Compiling rustc_version v0.1.7
32312026-06-21T21:27:15.781Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-21T21:27:15.840Z Compiling zerocopy-derive v0.6.6
32332026-06-21T21:27:15.929Z Checking funty v2.0.0
32342026-06-21T21:27:15.962Z Compiling newtype_derive v0.1.6
32352026-06-21T21:27:16.151Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-21T21:27:16.197Z Compiling cancel-safe-futures v0.1.5
32372026-06-21T21:27:16.247Z Checking crc-catalog v2.4.0
32382026-06-21T21:27:16.346Z Compiling packed_struct v0.10.1
32392026-06-21T21:27:16.402Z Compiling owo-colors v4.3.0
32402026-06-21T21:27:16.674Z Checking zerocopy v0.6.6
32412026-06-21T21:27:16.692Z Checking crc v3.4.0
32422026-06-21T21:27:16.770Z Checking bitvec v1.0.1
32432026-06-21T21:27:16.897Z Checking typify-impl v0.6.2
32442026-06-21T21:27:16.988Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-21T21:27:17.256Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-21T21:27:17.405Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-21T21:27:17.527Z Compiling packed_struct_codegen v0.10.1
32482026-06-21T21:27:17.602Z Checking libsw-core v0.3.2
32492026-06-21T21:27:17.616Z Compiling bitfield-macros v0.19.4
32502026-06-21T21:27:17.749Z Compiling indexmap v1.9.3
32512026-06-21T21:27:17.950Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-06-21T21:27:18.024Z Checking nodrop v0.1.14
32532026-06-21T21:27:18.058Z Checking libsw v3.5.0
32542026-06-21T21:27:18.076Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-06-21T21:27:18.115Z Checking array-init v0.0.4
32562026-06-21T21:27:18.206Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-21T21:27:18.332Z Checking bitfield v0.19.4
32582026-06-21T21:27:18.392Z Checking smallvec v0.6.14
32592026-06-21T21:27:18.419Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-21T21:27:18.604Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-21T21:27:18.647Z Checking tagptr v0.2.0
32622026-06-21T21:27:18.727Z Checking linear-map v1.2.0
32632026-06-21T21:27:18.788Z Checking base64 v0.21.7
32642026-06-21T21:27:18.818Z Checking smawk v0.3.2
32652026-06-21T21:27:18.839Z Checking hashbrown v0.12.3
32662026-06-21T21:27:18.895Z Checking unicode-linebreak v0.1.5
32672026-06-21T21:27:18.948Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-21T21:27:19.023Z Checking ron v0.8.1
32692026-06-21T21:27:19.107Z Checking textwrap v0.16.2
32702026-06-21T21:27:19.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-06-21T21:27:19.133Z Checking moka v0.12.13
32722026-06-21T21:27:19.319Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-21T21:27:19.541Z Checking serde-hex v0.1.0
32742026-06-21T21:27:19.576Z Checking steno v0.4.1
32752026-06-21T21:27:19.667Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-21T21:27:19.775Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-21T21:27:19.936Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-21T21:27:20.127Z Checking hashbrown v0.13.2
32792026-06-21T21:27:20.407Z Checking crc-any v2.5.0
32802026-06-21T21:27:20.545Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-21T21:27:20.584Z Checking object v0.30.4
32822026-06-21T21:27:20.598Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-21T21:27:20.613Z Checking hickory-resolver v0.25.2
32842026-06-21T21:27:20.757Z Checking half v1.8.3
32852026-06-21T21:27:20.769Z Checking path-slash v0.1.5
32862026-06-21T21:27:20.874Z Checking void v1.0.2
32872026-06-21T21:27:20.955Z Checking utf-8 v0.7.6
32882026-06-21T21:27:20.985Z Checking lzss v0.8.2
32892026-06-21T21:27:21.067Z Checking serde_cbor v0.11.2
32902026-06-21T21:27:21.095Z Checking tungstenite v0.23.0
32912026-06-21T21:27:21.315Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-06-21T21:27:21.329Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-21T21:27:21.447Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-21T21:27:21.450Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-21T21:27:21.477Z Checking nix v0.27.1
32962026-06-21T21:27:21.511Z Checking kstat-rs v0.2.4
32972026-06-21T21:27:21.554Z Checking fxhash v0.2.1
32982026-06-21T21:27:21.567Z Compiling typify-macro v0.6.2
32992026-06-21T21:27:21.672Z Checking serde_bytes v0.11.19
33002026-06-21T21:27:21.687Z Checking tokio-tungstenite v0.23.1
33012026-06-21T21:27:21.700Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-21T21:27:21.752Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-06-21T21:27:21.846Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-21T21:27:21.941Z Checking signal-hook-tokio v0.3.1
33052026-06-21T21:27:22.678Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-21T21:27:22.861Z Compiling typify v0.6.2
33072026-06-21T21:27:22.939Z Compiling progenitor-impl v0.14.0
33082026-06-21T21:27:23.568Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-21T21:27:23.870Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-21T21:27:24.369Z Compiling progenitor-macro v0.14.0
33112026-06-21T21:27:26.700Z Checking progenitor v0.14.0
33122026-06-21T21:27:26.816Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-21T21:27:26.820Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-21T21:27:29.487Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-21T21:27:37.550Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-21T21:27:44.052Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-21T21:27:45.415Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-21T21:27:45.906Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-21T21:27:47.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s
33202026-06-21T21:27:48.148Z
33212026-06-21T21:27:48.148Zinfo: running `cargo check --bins` on gateway-api (134/298)
33222026-06-21T21:27:48.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-21T21:27:48.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-21T21:27:48.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-21T21:27:48.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-21T21:27:48.675Z
33272026-06-21T21:27:48.675Zinfo: running `cargo check --bins` on ipcc (135/298)
33282026-06-21T21:27:49.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-21T21:27:49.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-21T21:27:49.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-21T21:27:49.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33322026-06-21T21:27:49.203Z
33332026-06-21T21:27:49.203Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33342026-06-21T21:27:49.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-21T21:27:49.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-21T21:27:49.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-21T21:27:49.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33382026-06-21T21:27:49.718Z
33392026-06-21T21:27:49.718Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33402026-06-21T21:27:50.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-21T21:27:50.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-21T21:27:50.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-21T21:27:50.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33442026-06-21T21:27:50.269Z
33452026-06-21T21:27:50.269Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33462026-06-21T21:27:50.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-21T21:27:50.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-21T21:27:50.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-21T21:27:50.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-21T21:27:50.798Z
33512026-06-21T21:27:50.798Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33522026-06-21T21:27:51.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-21T21:27:51.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-21T21:27:51.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-21T21:27:51.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-21T21:27:51.328Z
33572026-06-21T21:27:51.328Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33582026-06-21T21:27:51.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-21T21:27:51.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-21T21:27:51.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-21T21:27:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33622026-06-21T21:27:51.858Z
33632026-06-21T21:27:51.858Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33642026-06-21T21:27:52.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-21T21:27:52.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-21T21:27:52.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-21T21:27:52.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33682026-06-21T21:27:52.406Z
33692026-06-21T21:27:52.407Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33702026-06-21T21:27:52.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-21T21:27:52.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-21T21:27:52.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-21T21:27:52.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-21T21:27:52.939Z
33752026-06-21T21:27:52.939Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33762026-06-21T21:27:53.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-21T21:27:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-21T21:27:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-21T21:27:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-21T21:27:53.474Z
33812026-06-21T21:27:53.474Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33822026-06-21T21:27:53.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-21T21:27:53.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-21T21:27:53.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-21T21:27:53.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33862026-06-21T21:27:54.009Z
33872026-06-21T21:27:54.009Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33882026-06-21T21:27:54.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-21T21:27:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-21T21:27:54.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-21T21:27:54.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33922026-06-21T21:27:54.546Z
33932026-06-21T21:27:54.546Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33942026-06-21T21:27:54.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-21T21:27:55.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-21T21:27:55.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-21T21:27:55.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-21T21:27:55.097Z
33992026-06-21T21:27:55.097Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34002026-06-21T21:27:55.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-21T21:27:55.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-21T21:27:55.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-21T21:27:55.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-06-21T21:27:55.612Z
34052026-06-21T21:27:55.612Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34062026-06-21T21:27:56.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-21T21:27:56.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-21T21:27:56.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-21T21:27:56.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-21T21:27:56.166Z
34112026-06-21T21:27:56.166Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34122026-06-21T21:27:56.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-21T21:27:56.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-21T21:27:56.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-21T21:27:56.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-21T21:27:56.720Z
34172026-06-21T21:27:56.720Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34182026-06-21T21:27:57.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-21T21:27:57.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-21T21:27:57.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-21T21:27:57.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-21T21:27:57.270Z
34232026-06-21T21:27:57.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34242026-06-21T21:27:57.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-21T21:27:57.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-21T21:27:57.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-21T21:27:57.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-21T21:27:58.824Z
34292026-06-21T21:27:58.824Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34302026-06-21T21:27:58.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-21T21:27:58.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-21T21:27:58.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-21T21:27:58.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-21T21:27:58.827Z
34352026-06-21T21:27:58.828Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34362026-06-21T21:27:58.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-21T21:27:58.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-21T21:27:58.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-21T21:27:58.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-21T21:27:58.924Z
34412026-06-21T21:27:58.924Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34422026-06-21T21:27:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-21T21:27:59.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-21T21:27:59.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-21T21:27:59.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-21T21:27:59.480Z
34472026-06-21T21:27:59.480Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34482026-06-21T21:27:59.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-21T21:27:59.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-21T21:27:59.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-21T21:27:59.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-21T21:28:00.034Z
34532026-06-21T21:28:00.034Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34542026-06-21T21:28:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-21T21:28:00.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-21T21:28:00.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-21T21:28:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-06-21T21:28:00.581Z
34592026-06-21T21:28:00.581Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34602026-06-21T21:28:01.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-21T21:28:01.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-21T21:28:01.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-21T21:28:01.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-06-21T21:28:01.129Z
34652026-06-21T21:28:01.129Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34662026-06-21T21:28:01.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-21T21:28:01.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-21T21:28:01.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-21T21:28:01.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34702026-06-21T21:28:01.668Z
34712026-06-21T21:28:01.668Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34722026-06-21T21:28:02.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-21T21:28:02.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-21T21:28:02.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-21T21:28:02.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-21T21:28:02.196Z
34772026-06-21T21:28:02.196Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34782026-06-21T21:28:02.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-21T21:28:02.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-21T21:28:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-21T21:28:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-21T21:28:02.728Z
34832026-06-21T21:28:02.728Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34842026-06-21T21:28:03.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-21T21:28:03.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-21T21:28:03.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-21T21:28:03.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34882026-06-21T21:28:03.249Z
34892026-06-21T21:28:03.249Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34902026-06-21T21:28:03.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-21T21:28:03.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-21T21:28:03.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-21T21:28:03.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-21T21:28:03.771Z
34952026-06-21T21:28:03.771Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34962026-06-21T21:28:04.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-21T21:28:04.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-21T21:28:04.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-21T21:28:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-21T21:28:04.296Z
35012026-06-21T21:28:04.296Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35022026-06-21T21:28:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-21T21:28:04.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-21T21:28:04.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-21T21:28:04.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-21T21:28:04.822Z
35072026-06-21T21:28:04.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35082026-06-21T21:28:05.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-21T21:28:05.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-21T21:28:05.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-21T21:28:05.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35122026-06-21T21:28:05.346Z
35132026-06-21T21:28:05.346Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35142026-06-21T21:28:05.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-21T21:28:05.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-21T21:28:05.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-21T21:28:05.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-21T21:28:05.886Z
35192026-06-21T21:28:05.886Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35202026-06-21T21:28:06.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-21T21:28:06.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-21T21:28:06.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-21T21:28:06.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-21T21:28:06.429Z
35252026-06-21T21:28:06.429Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35262026-06-21T21:28:06.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-21T21:28:06.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-21T21:28:06.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-21T21:28:06.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-21T21:28:06.970Z
35312026-06-21T21:28:06.970Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35322026-06-21T21:28:07.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-21T21:28:07.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-21T21:28:07.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-21T21:28:07.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-21T21:28:07.516Z
35372026-06-21T21:28:07.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35382026-06-21T21:28:07.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-21T21:28:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-21T21:28:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-21T21:28:07.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-21T21:28:08.055Z
35432026-06-21T21:28:08.055Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35442026-06-21T21:28:08.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-21T21:28:08.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-21T21:28:08.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-21T21:28:08.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-21T21:28:08.596Z
35492026-06-21T21:28:08.596Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35502026-06-21T21:28:09.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-21T21:28:09.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-21T21:28:09.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-21T21:28:09.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35542026-06-21T21:28:09.135Z
35552026-06-21T21:28:09.136Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35562026-06-21T21:28:09.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-21T21:28:09.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-21T21:28:09.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-21T21:28:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-06-21T21:28:09.696Z
35612026-06-21T21:28:09.696Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35622026-06-21T21:28:10.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-21T21:28:10.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-21T21:28:10.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-21T21:28:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35662026-06-21T21:28:10.225Z
35672026-06-21T21:28:10.225Zinfo: running `cargo check --bins` on dns-server (175/298)
35682026-06-21T21:28:10.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-21T21:28:10.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-21T21:28:10.819Z Compiling parking_lot_core v0.8.6
35712026-06-21T21:28:10.822Z Compiling git-stub v1.0.0
35722026-06-21T21:28:10.822Z Checking prefix-trie v0.7.0
35732026-06-21T21:28:10.822Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-21T21:28:11.046Z Compiling git-stub-vcs v0.1.0
35752026-06-21T21:28:11.200Z Checking hickory-server v0.25.2
35762026-06-21T21:28:11.321Z Checking parking_lot v0.11.2
35772026-06-21T21:28:11.324Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-21T21:28:11.397Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35792026-06-21T21:28:11.400Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-06-21T21:28:11.493Z Checking sled v0.34.7
35812026-06-21T21:28:13.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35822026-06-21T21:28:13.537Z
35832026-06-21T21:28:13.537Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35842026-06-21T21:28:13.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-21T21:28:13.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-21T21:28:13.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-21T21:28:13.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-21T21:28:14.059Z
35892026-06-21T21:28:14.059Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35902026-06-21T21:28:14.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-21T21:28:14.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-21T21:28:14.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-21T21:28:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35942026-06-21T21:28:14.585Z
35952026-06-21T21:28:14.585Zinfo: running `cargo check --bins` on sp-sim (178/298)
35962026-06-21T21:28:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-21T21:28:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-21T21:28:15.248Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-21T21:28:16.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36002026-06-21T21:28:17.154Z
36012026-06-21T21:28:17.154Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36022026-06-21T21:28:17.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-21T21:28:17.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-21T21:28:17.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-21T21:28:17.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-21T21:28:17.730Z
36072026-06-21T21:28:17.730Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36082026-06-21T21:28:18.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-21T21:28:18.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-21T21:28:18.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-21T21:28:18.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-06-21T21:28:18.312Z
36132026-06-21T21:28:18.312Zinfo: running `cargo check --bins` on db-macros (181/298)
36142026-06-21T21:28:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-21T21:28:18.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-21T21:28:18.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-21T21:28:18.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-21T21:28:18.823Z
36192026-06-21T21:28:18.823Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36202026-06-21T21:28:19.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-21T21:28:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-21T21:28:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-21T21:28:19.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-21T21:28:19.335Z
36252026-06-21T21:28:19.335Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36262026-06-21T21:28:19.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-21T21:28:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-21T21:28:19.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-21T21:28:19.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-06-21T21:28:19.912Z
36312026-06-21T21:28:19.912Zinfo: running `cargo check --bins` on authz-macros (184/298)
36322026-06-21T21:28:20.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-21T21:28:20.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-21T21:28:20.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-21T21:28:20.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-06-21T21:28:20.419Z
36372026-06-21T21:28:20.419Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36382026-06-21T21:28:20.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-21T21:28:20.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-21T21:28:20.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-21T21:28:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-21T21:28:20.980Z
36432026-06-21T21:28:20.980Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36442026-06-21T21:28:21.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-21T21:28:21.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-21T21:28:21.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-21T21:28:21.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-21T21:28:21.545Z
36492026-06-21T21:28:21.545Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36502026-06-21T21:28:21.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-21T21:28:21.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-21T21:28:21.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-21T21:28:21.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-21T21:28:22.054Z
36552026-06-21T21:28:22.054Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36562026-06-21T21:28:22.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-21T21:28:22.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-21T21:28:22.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-21T21:28:22.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36602026-06-21T21:28:22.562Z
36612026-06-21T21:28:22.562Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36622026-06-21T21:28:23.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-21T21:28:23.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-21T21:28:23.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-21T21:28:23.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-21T21:28:23.085Z
36672026-06-21T21:28:23.085Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36682026-06-21T21:28:23.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-21T21:28:23.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-21T21:28:23.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-21T21:28:23.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-21T21:28:23.597Z
36732026-06-21T21:28:23.597Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36742026-06-21T21:28:24.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-21T21:28:24.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-21T21:28:24.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-21T21:28:24.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36782026-06-21T21:28:24.101Z
36792026-06-21T21:28:24.102Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36802026-06-21T21:28:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-21T21:28:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-21T21:28:24.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-21T21:28:24.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36842026-06-21T21:28:24.611Z
36852026-06-21T21:28:24.611Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36862026-06-21T21:28:25.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-21T21:28:25.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-21T21:28:25.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-21T21:28:25.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-21T21:28:25.181Z
36912026-06-21T21:28:25.181Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36922026-06-21T21:28:25.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-21T21:28:25.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-21T21:28:25.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-21T21:28:25.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-21T21:28:25.754Z
36972026-06-21T21:28:25.754Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36982026-06-21T21:28:26.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-21T21:28:26.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-21T21:28:26.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-21T21:28:26.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-21T21:28:26.319Z
37032026-06-21T21:28:26.319Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
37042026-06-21T21:28:26.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-21T21:28:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-21T21:28:26.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-21T21:28:26.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-21T21:28:26.861Z
37092026-06-21T21:28:26.861Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37102026-06-21T21:28:27.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-21T21:28:27.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-21T21:28:27.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-21T21:28:27.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-21T21:28:27.405Z
37152026-06-21T21:28:27.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37162026-06-21T21:28:27.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-21T21:28:27.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-21T21:28:27.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-21T21:28:27.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-21T21:28:27.947Z
37212026-06-21T21:28:27.947Zinfo: running `cargo check --bins` on key-manager (199/298)
37222026-06-21T21:28:28.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-21T21:28:28.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-21T21:28:28.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-21T21:28:28.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-21T21:28:28.473Z
37272026-06-21T21:28:28.473Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37282026-06-21T21:28:28.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-21T21:28:28.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-21T21:28:28.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-21T21:28:28.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37322026-06-21T21:28:29.014Z
37332026-06-21T21:28:29.014Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37342026-06-21T21:28:29.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-21T21:28:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-21T21:28:29.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-21T21:28:29.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37382026-06-21T21:28:29.557Z
37392026-06-21T21:28:29.557Zinfo: running `cargo check --bins` on typed-rng (202/298)
37402026-06-21T21:28:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-21T21:28:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-21T21:28:29.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-21T21:28:29.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37442026-06-21T21:28:30.061Z
37452026-06-21T21:28:30.062Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37462026-06-21T21:28:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-21T21:28:30.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-21T21:28:30.848Z Compiling libefi-sys v0.1.0
37492026-06-21T21:28:30.851Z Compiling bitfield-struct v0.6.2
37502026-06-21T21:28:30.983Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-21T21:28:30.991Z Compiling xshell-macros v0.2.7
37522026-06-21T21:28:30.999Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-21T21:28:31.012Z Compiling salty v0.3.0
37542026-06-21T21:28:31.026Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-21T21:28:31.040Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-21T21:28:31.054Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-21T21:28:31.205Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-21T21:28:31.321Z Checking primeorder v0.13.6
37592026-06-21T21:28:31.324Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-21T21:28:31.350Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-21T21:28:31.350Z Checking xshell v0.2.7
37622026-06-21T21:28:31.493Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-21T21:28:31.508Z Checking tungstenite v0.21.0
37642026-06-21T21:28:31.548Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-21T21:28:31.562Z Checking p384 v0.13.1
37662026-06-21T21:28:31.587Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-21T21:28:31.694Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-21T21:28:31.711Z Compiling num-derive v0.3.3
37692026-06-21T21:28:31.725Z Compiling proc-macro-error2 v2.0.1
37702026-06-21T21:28:31.819Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-21T21:28:31.926Z Checking tokio-tungstenite v0.21.0
37722026-06-21T21:28:31.963Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-21T21:28:31.978Z Checking papergrid v0.17.0
37742026-06-21T21:28:32.031Z Compiling tabled_derive v0.11.0
37752026-06-21T21:28:32.050Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-21T21:28:32.065Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-21T21:28:32.177Z Compiling progenitor-impl v0.13.0
37782026-06-21T21:28:32.202Z Checking testing_table v0.3.0
37792026-06-21T21:28:32.297Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-21T21:28:32.335Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-21T21:28:32.349Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-21T21:28:32.542Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-21T21:28:32.557Z Compiling unicase v2.9.0
37842026-06-21T21:28:32.606Z Checking libscf-sys v1.1.0
37852026-06-21T21:28:32.736Z Checking corncobs v0.1.4
37862026-06-21T21:28:32.750Z Compiling illumos-nvpair-sys v0.2.0
37872026-06-21T21:28:32.764Z Compiling mime_guess v2.0.5
37882026-06-21T21:28:32.767Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-21T21:28:32.865Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-21T21:28:32.901Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-06-21T21:28:32.997Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37922026-06-21T21:28:33.011Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-21T21:28:33.063Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-21T21:28:33.191Z Checking tabled v0.20.0
37952026-06-21T21:28:33.295Z Checking progenitor-client v0.13.0
37962026-06-21T21:28:33.339Z Checking secrecy v0.8.0
37972026-06-21T21:28:33.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-21T21:28:33.570Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37992026-06-21T21:28:33.585Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-21T21:28:33.708Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-21T21:28:33.949Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-21T21:28:33.993Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-21T21:28:34.015Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38042026-06-21T21:28:34.055Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-21T21:28:34.090Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-21T21:28:34.257Z Checking filetime v0.2.27
38072026-06-21T21:28:34.272Z Checking xattr v1.6.1
38082026-06-21T21:28:34.414Z Checking crc8 v0.1.1
38092026-06-21T21:28:34.505Z Checking http-range v0.1.5
38102026-06-21T21:28:34.520Z Checking tar v0.4.45
38112026-06-21T21:28:34.636Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38122026-06-21T21:28:34.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-21T21:28:34.704Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-06-21T21:28:34.782Z Compiling progenitor-macro v0.13.0
38152026-06-21T21:28:34.851Z Checking illumos-nvpair v0.3.0
38162026-06-21T21:28:34.905Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-21T21:28:35.006Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-21T21:28:35.024Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-21T21:28:35.214Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-21T21:28:35.304Z Checking atty v0.2.14
38212026-06-21T21:28:35.319Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-21T21:28:35.407Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38232026-06-21T21:28:35.473Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-06-21T21:28:35.604Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-06-21T21:28:35.646Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38262026-06-21T21:28:35.661Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38272026-06-21T21:28:35.677Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-21T21:28:35.835Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-06-21T21:28:35.961Z Checking hyper-staticfile v0.10.1
38302026-06-21T21:28:35.998Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-21T21:28:36.056Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-21T21:28:36.257Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-21T21:28:36.273Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-21T21:28:36.526Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-06-21T21:28:36.559Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-21T21:28:36.805Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-21T21:28:37.107Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-21T21:28:37.620Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-21T21:28:38.089Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-21T21:28:38.498Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-21T21:28:38.848Z Checking progenitor v0.13.0
38422026-06-21T21:28:38.985Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-21T21:28:40.936Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-21T21:28:44.222Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-21T21:28:55.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.05s
38462026-06-21T21:29:51.198Z
38472026-06-21T21:29:51.198Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38482026-06-21T21:29:51.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-21T21:29:51.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-21T21:29:51.233Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-21T21:29:51.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38522026-06-21T21:29:51.277Z
38532026-06-21T21:29:51.277Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38542026-06-21T21:29:51.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-21T21:29:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-21T21:29:51.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-21T21:29:51.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38582026-06-21T21:29:51.277Z
38592026-06-21T21:29:51.277Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38602026-06-21T21:29:51.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-21T21:29:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-21T21:29:51.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-21T21:29:51.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38642026-06-21T21:29:51.277Z
38652026-06-21T21:29:51.277Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38662026-06-21T21:29:51.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-21T21:29:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-21T21:29:51.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-21T21:29:51.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38702026-06-21T21:29:51.277Z
38712026-06-21T21:29:51.277Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38722026-06-21T21:29:51.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-21T21:29:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-21T21:29:51.278Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-21T21:29:53.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38762026-06-21T21:29:53.653Z
38772026-06-21T21:29:53.653Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38782026-06-21T21:29:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-21T21:29:54.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-21T21:29:54.368Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-21T21:30:04.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38822026-06-21T21:30:05.185Z
38832026-06-21T21:30:05.185Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38842026-06-21T21:30:05.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-21T21:30:05.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-21T21:30:05.904Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-21T21:30:16.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38882026-06-21T21:30:16.729Z
38892026-06-21T21:30:16.729Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38902026-06-21T21:30:17.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-21T21:30:17.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-21T21:30:17.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-21T21:30:17.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-21T21:30:17.269Z
38952026-06-21T21:30:17.269Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38962026-06-21T21:30:17.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-21T21:30:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-21T21:30:17.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-21T21:30:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-21T21:30:17.802Z
39012026-06-21T21:30:17.802Zinfo: running `cargo check --bins` on range-requests (213/298)
39022026-06-21T21:30:18.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-21T21:30:18.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-21T21:30:18.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-21T21:30:18.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-21T21:30:18.327Z
39072026-06-21T21:30:18.327Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39082026-06-21T21:30:18.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-21T21:30:18.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-21T21:30:18.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-21T21:30:18.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39122026-06-21T21:30:18.841Z
39132026-06-21T21:30:18.841Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39142026-06-21T21:30:19.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-21T21:30:19.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-21T21:30:19.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-21T21:30:19.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-21T21:30:19.382Z
39192026-06-21T21:30:19.382Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39202026-06-21T21:30:19.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-21T21:30:19.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-21T21:30:19.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-21T21:30:19.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-21T21:30:19.922Z
39252026-06-21T21:30:19.922Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39262026-06-21T21:30:20.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-21T21:30:20.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-21T21:30:20.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-21T21:30:20.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39302026-06-21T21:30:20.466Z
39312026-06-21T21:30:20.466Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39322026-06-21T21:30:20.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-21T21:30:20.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-21T21:30:20.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-21T21:30:20.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39362026-06-21T21:30:21.007Z
39372026-06-21T21:30:21.007Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39382026-06-21T21:30:21.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-21T21:30:21.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-21T21:30:21.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-21T21:30:21.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-21T21:30:21.551Z
39432026-06-21T21:30:21.551Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39442026-06-21T21:30:22.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-21T21:30:22.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-21T21:30:22.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-21T21:30:22.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-06-21T21:30:22.091Z
39492026-06-21T21:30:22.091Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39502026-06-21T21:30:22.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-21T21:30:22.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-21T21:30:22.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-21T21:30:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-21T21:30:22.634Z
39552026-06-21T21:30:22.634Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39562026-06-21T21:30:23.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-21T21:30:23.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-21T21:30:23.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-21T21:30:23.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-21T21:30:23.183Z
39612026-06-21T21:30:23.183Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39622026-06-21T21:30:23.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-21T21:30:23.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-21T21:30:23.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-21T21:30:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-21T21:30:23.728Z
39672026-06-21T21:30:23.728Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39682026-06-21T21:30:24.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-21T21:30:24.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-21T21:30:24.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-21T21:30:24.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39722026-06-21T21:30:24.274Z
39732026-06-21T21:30:24.274Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39742026-06-21T21:30:24.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-21T21:30:24.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-21T21:30:24.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-21T21:30:24.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-06-21T21:30:24.834Z
39792026-06-21T21:30:24.834Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39802026-06-21T21:30:25.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-21T21:30:25.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-21T21:30:25.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-21T21:30:25.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39842026-06-21T21:30:25.376Z
39852026-06-21T21:30:25.376Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39862026-06-21T21:30:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-21T21:30:25.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-21T21:30:25.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-21T21:30:25.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-06-21T21:30:25.938Z
39912026-06-21T21:30:25.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39922026-06-21T21:30:26.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-21T21:30:26.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-21T21:30:26.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-21T21:30:26.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-06-21T21:30:26.514Z
39972026-06-21T21:30:26.514Zinfo: running `cargo check --bins` on update-common (229/298)
39982026-06-21T21:30:26.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-21T21:30:26.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-21T21:30:26.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-21T21:30:26.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-06-21T21:30:27.044Z
40032026-06-21T21:30:27.044Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
40042026-06-21T21:30:27.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-21T21:30:27.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-21T21:30:27.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-21T21:30:27.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-06-21T21:30:27.624Z
40092026-06-21T21:30:27.625Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40102026-06-21T21:30:28.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-21T21:30:28.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-21T21:30:28.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-21T21:30:28.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40142026-06-21T21:30:28.134Z
40152026-06-21T21:30:28.134Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40162026-06-21T21:30:28.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-21T21:30:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-21T21:30:28.842Z Compiling fs-err v2.11.0
40192026-06-21T21:30:28.846Z Checking ignore v0.4.25
40202026-06-21T21:30:28.846Z Checking arc-swap v1.8.2
40212026-06-21T21:30:28.970Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-21T21:30:28.973Z Checking predicates-tree v1.0.13
40232026-06-21T21:30:28.976Z Checking parse-size v1.1.0
40242026-06-21T21:30:28.997Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-21T21:30:29.001Z Checking rand_seeder v0.4.0
40262026-06-21T21:30:29.063Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-21T21:30:29.095Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-21T21:30:29.149Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-21T21:30:29.168Z Checking slog-scope v4.4.1
40302026-06-21T21:30:29.203Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-06-21T21:30:29.292Z Compiling petname v2.0.2
40322026-06-21T21:30:29.307Z Checking slog-stdlog v4.1.1
40332026-06-21T21:30:29.321Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-21T21:30:29.336Z Checking globwalk v0.9.1
40352026-06-21T21:30:29.389Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-21T21:30:29.424Z Checking slog-envlogger v2.2.0
40372026-06-21T21:30:29.513Z Checking camino-tempfile-ext v0.3.3
40382026-06-21T21:30:29.573Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-21T21:30:29.593Z Checking sapling-renderdag v0.1.0
40402026-06-21T21:30:29.704Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-21T21:30:29.762Z Checking subprocess v0.2.15
40422026-06-21T21:30:29.828Z Checking sync-ptr v0.1.4
40432026-06-21T21:30:29.927Z Checking colored v2.2.0
40442026-06-21T21:30:29.945Z Checking assert_matches v1.5.0
40452026-06-21T21:30:30.036Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-21T21:30:30.204Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40472026-06-21T21:30:30.208Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-21T21:30:30.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-21T21:30:32.139Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-21T21:30:34.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
40512026-06-21T21:30:34.466Z
40522026-06-21T21:30:34.466Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40532026-06-21T21:30:34.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-21T21:30:34.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-21T21:30:34.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-21T21:30:34.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-21T21:30:34.978Z
40582026-06-21T21:30:34.978Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40592026-06-21T21:30:35.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-21T21:30:35.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-21T21:30:35.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-21T21:30:35.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-21T21:30:35.519Z
40642026-06-21T21:30:35.519Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40652026-06-21T21:30:36.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-21T21:30:36.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-21T21:30:36.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-21T21:30:36.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40692026-06-21T21:30:36.101Z
40702026-06-21T21:30:36.101Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40712026-06-21T21:30:36.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-21T21:30:36.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-21T21:30:36.768Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-06-21T21:30:36.768Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-06-21T21:30:37.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-21T21:30:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
40772026-06-21T21:30:39.098Z
40782026-06-21T21:30:39.098Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40792026-06-21T21:30:39.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-21T21:30:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-21T21:30:39.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-21T21:30:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-06-21T21:30:39.626Z
40842026-06-21T21:30:39.626Zinfo: running `cargo check --bins` on cert-dev (238/298)
40852026-06-21T21:30:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-21T21:30:40.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-21T21:30:40.174Z Checking yasna v0.5.2
40882026-06-21T21:30:40.573Z Checking rcgen v0.12.1
40892026-06-21T21:30:40.818Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-21T21:30:40.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40912026-06-21T21:30:41.155Z
40922026-06-21T21:30:41.155Zinfo: running `cargo check --bins` on clickana (239/298)
40932026-06-21T21:30:41.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-21T21:30:41.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-21T21:30:41.743Z Compiling darling_core v0.23.0
40962026-06-21T21:30:41.845Z Compiling instability v0.3.11
40972026-06-21T21:30:41.851Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-21T21:30:41.854Z Checking castaway v0.2.4
40992026-06-21T21:30:41.857Z Compiling indoc v2.0.7
41002026-06-21T21:30:41.870Z Checking unicode-truncate v1.1.0
41012026-06-21T21:30:41.873Z Checking lru v0.12.5
41022026-06-21T21:30:41.873Z Checking cassowary v0.3.0
41032026-06-21T21:30:41.948Z Checking compact_str v0.8.1
41042026-06-21T21:30:43.143Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-21T21:30:43.272Z Compiling darling_macro v0.23.0
41062026-06-21T21:30:43.316Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-21T21:30:43.682Z Compiling darling v0.23.0
41082026-06-21T21:30:44.301Z Checking ratatui v0.29.0
41092026-06-21T21:30:45.348Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-21T21:30:46.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
41112026-06-21T21:30:46.163Z
41122026-06-21T21:30:46.164Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41132026-06-21T21:30:46.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-21T21:30:46.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-21T21:30:46.822Z Checking headers-core v0.3.0
41162026-06-21T21:30:46.825Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-21T21:30:47.010Z Checking headers v0.4.1
41182026-06-21T21:30:47.371Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-21T21:30:48.216Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-21T21:30:48.689Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-21T21:30:49.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41222026-06-21T21:30:49.261Z
41232026-06-21T21:30:49.261Zinfo: running `cargo check --bins` on ch-dev (241/298)
41242026-06-21T21:30:49.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-21T21:30:49.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-21T21:30:49.922Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-21T21:30:50.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41282026-06-21T21:30:50.822Z
41292026-06-21T21:30:50.822Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41302026-06-21T21:30:51.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-21T21:30:51.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-21T21:30:51.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-21T21:30:51.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41342026-06-21T21:30:51.215Z
41352026-06-21T21:30:51.215Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41362026-06-21T21:30:51.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-21T21:30:51.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-21T21:30:51.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-21T21:30:52.858Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-21T21:30:53.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41412026-06-21T21:30:53.353Z
41422026-06-21T21:30:53.353Zinfo: running `cargo check --bins` on db-dev (244/298)
41432026-06-21T21:30:53.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-21T21:30:53.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-21T21:30:54.006Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-21T21:30:54.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41472026-06-21T21:30:54.918Z
41482026-06-21T21:30:54.918Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41492026-06-21T21:30:55.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-21T21:30:55.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-21T21:30:55.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-21T21:30:55.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-06-21T21:30:55.477Z
41542026-06-21T21:30:55.477Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41552026-06-21T21:30:55.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-21T21:30:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-21T21:30:56.022Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-21T21:30:56.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41592026-06-21T21:30:56.852Z
41602026-06-21T21:30:56.852Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41612026-06-21T21:30:57.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-21T21:30:57.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-21T21:30:57.540Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-21T21:30:57.540Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-21T21:30:57.543Z Checking git-stub v1.0.0
41662026-06-21T21:30:57.543Z Compiling trait-variant v0.1.2
41672026-06-21T21:30:57.668Z Checking is_ci v1.2.0
41682026-06-21T21:30:57.674Z Checking maplit v1.0.2
41692026-06-21T21:30:57.677Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-21T21:30:57.705Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-21T21:30:57.758Z Checking drift v0.2.0
41722026-06-21T21:30:57.770Z Checking supports-color v3.0.2
41732026-06-21T21:30:57.802Z Checking git-stub-vcs v0.1.0
41742026-06-21T21:30:57.876Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-21T21:30:57.889Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-21T21:30:57.906Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-21T21:30:57.998Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-21T21:30:58.108Z Checking dropshot-api-manager v0.7.2
41792026-06-21T21:30:58.124Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-21T21:30:58.155Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-21T21:30:58.173Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-21T21:30:58.379Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-21T21:30:58.895Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-21T21:30:59.832Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-21T21:31:01.029Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-21T21:31:01.619Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-21T21:31:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41882026-06-21T21:31:02.225Z
41892026-06-21T21:31:02.225Zinfo: running `cargo check --bins` on installinator-api (248/298)
41902026-06-21T21:31:02.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-21T21:31:02.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-21T21:31:02.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-21T21:31:02.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41942026-06-21T21:31:02.751Z
41952026-06-21T21:31:02.751Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41962026-06-21T21:31:03.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-21T21:31:03.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-21T21:31:03.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-21T21:31:03.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-21T21:31:03.314Z
42012026-06-21T21:31:03.314Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
42022026-06-21T21:31:03.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-21T21:31:03.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-21T21:31:03.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-21T21:31:03.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-21T21:31:03.880Z
42072026-06-21T21:31:03.880Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42082026-06-21T21:31:04.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-21T21:31:04.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-21T21:31:04.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-21T21:31:04.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-06-21T21:31:04.442Z
42132026-06-21T21:31:04.442Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42142026-06-21T21:31:04.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-21T21:31:04.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-21T21:31:04.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-21T21:31:04.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42182026-06-21T21:31:04.975Z
42192026-06-21T21:31:04.975Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42202026-06-21T21:31:05.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-21T21:31:05.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-21T21:31:05.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-21T21:31:05.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42242026-06-21T21:31:05.495Z
42252026-06-21T21:31:05.495Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42262026-06-21T21:31:05.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-21T21:31:05.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-21T21:31:05.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-21T21:31:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-21T21:31:06.030Z
42312026-06-21T21:31:06.030Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42322026-06-21T21:31:06.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-21T21:31:06.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-21T21:31:06.579Z Checking typeid v1.0.3
42352026-06-21T21:31:06.685Z Checking ordered-float v2.10.1
42362026-06-21T21:31:06.704Z Checking unicode-xid v0.2.6
42372026-06-21T21:31:06.714Z Checking cargo-platform v0.2.0
42382026-06-21T21:31:06.724Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-21T21:31:06.751Z Checking erased-serde v0.4.9
42402026-06-21T21:31:06.888Z Checking serde-value v0.7.0
42412026-06-21T21:31:07.061Z Checking serde-untagged v0.1.9
42422026-06-21T21:31:07.215Z Checking cargo-util-schemas v0.8.2
42432026-06-21T21:31:07.898Z Checking cargo_metadata v0.21.0
42442026-06-21T21:31:08.495Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-21T21:31:09.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
42462026-06-21T21:31:09.379Z
42472026-06-21T21:31:09.379Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42482026-06-21T21:31:09.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-21T21:31:09.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-21T21:31:10.058Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-21T21:31:10.653Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-21T21:31:11.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42532026-06-21T21:31:11.314Z
42542026-06-21T21:31:11.314Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42552026-06-21T21:31:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-21T21:31:11.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-21T21:31:12.221Z Compiling vergen-lib v0.1.6
42582026-06-21T21:31:12.221Z Compiling diesel_derives v2.3.7
42592026-06-21T21:31:12.221Z Compiling dsl_auto_type v0.2.0
42602026-06-21T21:31:12.222Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-21T21:31:12.225Z Checking scheduled-thread-pool v0.2.7
42622026-06-21T21:31:12.225Z Compiling vergen-gitcl v1.0.8
42632026-06-21T21:31:12.225Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-21T21:31:12.225Z Compiling dirs-sys-next v0.1.2
42652026-06-21T21:31:12.512Z Compiling glob v0.3.3
42662026-06-21T21:31:12.550Z Compiling crunchy v0.2.4
42672026-06-21T21:31:12.565Z Checking r2d2 v0.8.10
42682026-06-21T21:31:12.632Z Compiling dirs-next v2.0.0
42692026-06-21T21:31:12.647Z Compiling tiny-keccak v2.0.2
42702026-06-21T21:31:12.743Z Checking downcast-rs v2.0.2
42712026-06-21T21:31:12.758Z Compiling term v0.7.0
42722026-06-21T21:31:12.881Z Compiling bit-vec v0.6.3
42732026-06-21T21:31:12.897Z Compiling clang-sys v1.8.1
42742026-06-21T21:31:12.987Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-06-21T21:31:13.099Z Compiling bit-set v0.5.3
42762026-06-21T21:31:13.176Z Compiling ascii-canvas v3.0.0
42772026-06-21T21:31:13.265Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-21T21:31:13.284Z Compiling itertools v0.10.5
42792026-06-21T21:31:13.315Z Compiling ena v0.14.4
42802026-06-21T21:31:13.318Z Compiling libloading v0.8.9
42812026-06-21T21:31:13.415Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42822026-06-21T21:31:13.418Z Compiling diff v0.1.13
42832026-06-21T21:31:13.446Z Compiling regex-syntax v0.6.29
42842026-06-21T21:31:13.526Z Compiling bindgen v0.71.1
42852026-06-21T21:31:13.707Z Compiling cexpr v0.6.0
42862026-06-21T21:31:13.984Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-21T21:31:14.025Z Compiling rustc-hash v2.1.1
42882026-06-21T21:31:14.207Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-21T21:31:14.331Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-21T21:31:14.359Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-21T21:31:14.401Z Compiling libxml v0.3.3
42922026-06-21T21:31:14.616Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-21T21:31:14.642Z Compiling strum_macros v0.24.3
42942026-06-21T21:31:14.688Z Compiling indoc v1.0.9
42952026-06-21T21:31:14.809Z Compiling lalrpop v0.19.12
42962026-06-21T21:31:15.592Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-21T21:31:15.785Z Checking derive_builder v0.20.2
42982026-06-21T21:31:15.909Z Compiling oso-derive v0.27.3
42992026-06-21T21:31:16.013Z Checking quick-xml v0.37.5
43002026-06-21T21:31:16.143Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-21T21:31:16.415Z Checking openssl-probe v0.1.6
43022026-06-21T21:31:16.559Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-21T21:31:16.894Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-21T21:31:17.089Z Checking bb8 v0.8.6
43052026-06-21T21:31:17.250Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-21T21:31:17.305Z Checking nonempty v0.12.0
43072026-06-21T21:31:17.387Z Compiling libz-sys v1.1.24
43082026-06-21T21:31:17.465Z Compiling strsim v0.10.0
43092026-06-21T21:31:17.482Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-21T21:31:17.720Z Compiling darling_core v0.13.4
43112026-06-21T21:31:17.799Z Compiling vergen-git2 v9.1.0
43122026-06-21T21:31:17.961Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-21T21:31:18.018Z Compiling base64 v0.21.7
43142026-06-21T21:31:18.155Z Compiling rustls v0.21.12
43152026-06-21T21:31:18.342Z Compiling ron v0.8.1
43162026-06-21T21:31:18.395Z Checking diesel v2.3.7
43172026-06-21T21:31:18.415Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-21T21:31:19.289Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-21T21:31:19.377Z Checking sct v0.7.1
43202026-06-21T21:31:19.481Z Checking rustls-webpki v0.101.7
43212026-06-21T21:31:19.542Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-21T21:31:19.593Z Compiling darling_macro v0.13.4
43232026-06-21T21:31:20.071Z Compiling darling v0.13.4
43242026-06-21T21:31:20.168Z Compiling serde_with_macros v1.5.2
43252026-06-21T21:31:20.466Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-21T21:31:21.077Z Compiling serde_with v1.14.0
43272026-06-21T21:31:21.180Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-21T21:31:22.133Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-21T21:31:22.211Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-21T21:31:22.917Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-21T21:31:23.553Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-06-21T21:31:23.693Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-21T21:31:23.744Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-21T21:31:23.760Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43352026-06-21T21:31:23.882Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43362026-06-21T21:31:23.935Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-06-21T21:31:23.952Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-06-21T21:31:24.071Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43392026-06-21T21:31:24.282Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-06-21T21:31:24.303Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-06-21T21:31:24.323Z Checking tokio-rustls v0.24.1
43422026-06-21T21:31:24.528Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43432026-06-21T21:31:25.078Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43442026-06-21T21:31:25.130Z Checking rustls-pemfile v1.0.4
43452026-06-21T21:31:25.290Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-06-21T21:31:25.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-06-21T21:31:25.567Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-21T21:31:25.602Z Checking twox-hash v2.1.2
43492026-06-21T21:31:25.873Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-06-21T21:31:25.917Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43512026-06-21T21:31:25.967Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-21T21:31:25.987Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43532026-06-21T21:31:26.113Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-21T21:31:27.369Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-06-21T21:31:27.620Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43562026-06-21T21:31:27.896Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43572026-06-21T21:31:28.033Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43582026-06-21T21:31:28.286Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43592026-06-21T21:31:28.477Z Checking console v0.16.2
43602026-06-21T21:31:28.789Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43612026-06-21T21:31:28.937Z Checking fatfs v0.3.6
43622026-06-21T21:31:29.005Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43632026-06-21T21:31:29.403Z Checking unit-prefix v0.5.2
43642026-06-21T21:31:29.545Z Compiling seq-macro v0.3.6
43652026-06-21T21:31:30.046Z Checking indicatif v0.18.4
43662026-06-21T21:31:30.334Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-06-21T21:31:30.448Z Checking support-bundle-viewer v0.1.2
43682026-06-21T21:31:30.698Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43692026-06-21T21:31:30.937Z Checking multimap v0.10.1
43702026-06-21T21:31:36.478Z Checking async-bb8-diesel v0.2.1
43712026-06-21T21:31:36.825Z Checking diesel-dtrace v0.5.0
43722026-06-21T21:31:39.954Z Compiling samael v0.0.19
43732026-06-21T21:34:38.933Z Compiling git2 v0.20.4
43742026-06-21T21:34:38.938Z Compiling polar-core v0.27.3
43752026-06-21T21:34:38.938Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43762026-06-21T21:34:38.938Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-21T21:34:38.938Z Checking oso v0.27.3
43782026-06-21T21:34:38.938Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43792026-06-21T21:34:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43802026-06-21T21:34:38.938Z
43812026-06-21T21:34:38.938Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43822026-06-21T21:34:38.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-21T21:34:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-21T21:34:38.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-21T21:34:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43862026-06-21T21:34:38.938Z
43872026-06-21T21:34:38.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43882026-06-21T21:34:38.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-21T21:34:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-21T21:34:38.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-21T21:34:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43922026-06-21T21:34:38.938Z
43932026-06-21T21:34:38.938Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43942026-06-21T21:34:38.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-21T21:34:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-21T21:34:38.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-21T21:34:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43982026-06-21T21:34:38.938Z
43992026-06-21T21:34:38.938Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44002026-06-21T21:34:38.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-21T21:34:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-21T21:34:38.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44042026-06-21T21:34:38.939Z
44052026-06-21T21:34:38.939Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44062026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-21T21:34:38.939Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44102026-06-21T21:34:38.939Z
44112026-06-21T21:34:38.939Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44122026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-21T21:34:38.939Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.07s
44162026-06-21T21:34:38.939Z
44172026-06-21T21:34:38.939Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44182026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-21T21:34:38.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44222026-06-21T21:34:38.939Z
44232026-06-21T21:34:38.939Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44242026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-21T21:34:38.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44282026-06-21T21:34:38.939Z
44292026-06-21T21:34:38.939Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44302026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-21T21:34:38.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-06-21T21:34:38.939Z
44352026-06-21T21:34:38.939Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44362026-06-21T21:34:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-21T21:34:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-21T21:34:38.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-21T21:34:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44402026-06-21T21:34:38.940Z
44412026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44422026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-21T21:34:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-21T21:34:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44462026-06-21T21:34:38.940Z
44472026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44482026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-21T21:34:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-21T21:34:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44522026-06-21T21:34:38.940Z
44532026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44542026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-21T21:34:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-21T21:34:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-06-21T21:34:38.940Z
44592026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44602026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-21T21:34:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-21T21:34:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44642026-06-21T21:34:38.940Z
44652026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44662026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-21T21:34:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-21T21:34:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-06-21T21:34:38.940Z
44712026-06-21T21:34:38.940Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44722026-06-21T21:34:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-21T21:34:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-21T21:34:38.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-06-21T21:34:38.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-06-21T21:34:38.946Z
44772026-06-21T21:34:38.946Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44782026-06-21T21:34:38.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-06-21T21:34:38.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-06-21T21:34:38.946Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-06-21T21:34:38.946Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-06-21T21:34:38.946Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-06-21T21:34:38.946Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-06-21T21:34:38.946Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-06-21T21:34:38.946Z Checking diff v0.1.13
44862026-06-21T21:34:38.946Z Checking yansi v1.0.1
44872026-06-21T21:34:38.946Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-06-21T21:34:38.946Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-06-21T21:34:38.946Z Checking pretty_assertions v1.4.1
44902026-06-21T21:34:38.946Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-06-21T21:34:38.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-06-21T21:34:44.824Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-06-21T21:34:44.827Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44942026-06-21T21:34:44.828Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-06-21T21:34:44.828Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44962026-06-21T21:34:44.828Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44972026-06-21T21:34:44.828Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44982026-06-21T21:34:44.828Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-06-21T21:34:45.675Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-06-21T21:34:45.675Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-06-21T21:34:46.883Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45022026-06-21T21:35:23.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45032026-06-21T21:35:23.420Z
45042026-06-21T21:35:23.420Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45052026-06-21T21:35:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-21T21:35:23.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-21T21:35:23.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-06-21T21:35:23.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45092026-06-21T21:35:23.939Z
45102026-06-21T21:35:23.940Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45112026-06-21T21:35:24.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-21T21:35:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-21T21:35:24.645Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45142026-06-21T21:35:24.763Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45152026-06-21T21:35:24.766Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45162026-06-21T21:35:51.153Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45172026-06-21T21:35:51.534Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-06-21T21:35:53.250Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45192026-06-21T21:35:53.697Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45202026-06-21T21:35:56.638Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45212026-06-21T21:36:19.873Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-06-21T21:36:20.568Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-06-21T21:36:22.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.21s
45242026-06-21T21:36:22.349Z
45252026-06-21T21:36:22.349Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45262026-06-21T21:36:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-06-21T21:36:22.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-06-21T21:36:23.002Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45292026-06-21T21:36:23.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45302026-06-21T21:36:23.847Z
45312026-06-21T21:36:23.847Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45322026-06-21T21:36:24.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-06-21T21:36:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-06-21T21:36:24.436Z Compiling blake3 v1.8.3
45352026-06-21T21:36:24.539Z Checking arrayvec v0.7.6
45362026-06-21T21:36:24.542Z Checking constant_time_eq v0.4.2
45372026-06-21T21:36:24.545Z Checking arrayref v0.3.9
45382026-06-21T21:36:24.557Z Checking topological-sort v0.2.2
45392026-06-21T21:36:24.560Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45402026-06-21T21:36:24.560Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45412026-06-21T21:36:24.560Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45422026-06-21T21:36:24.609Z Checking shell-words v1.1.1
45432026-06-21T21:36:25.341Z Checking omicron-zone-package v0.12.2
45442026-06-21T21:36:26.061Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45452026-06-21T21:36:26.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
45462026-06-21T21:36:27.095Z
45472026-06-21T21:36:27.095Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45482026-06-21T21:36:27.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-21T21:36:27.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-21T21:36:27.673Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45512026-06-21T21:36:27.990Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45522026-06-21T21:36:28.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45532026-06-21T21:36:28.547Z
45542026-06-21T21:36:28.548Zinfo: running `cargo check --bins` on schema (280/298)
45552026-06-21T21:36:29.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-06-21T21:36:29.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-06-21T21:36:29.216Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45582026-06-21T21:36:29.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45592026-06-21T21:36:30.071Z
45602026-06-21T21:36:30.071Zinfo: running `cargo check --bins` on xtask (281/298)
45612026-06-21T21:36:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-06-21T21:36:30.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-06-21T21:36:30.454Z Checking libc v0.2.185
45642026-06-21T21:36:30.528Z Checking serde v1.0.228
45652026-06-21T21:36:30.533Z Checking zerofrom v0.1.6
45662026-06-21T21:36:30.537Z Checking bitflags v2.11.0
45672026-06-21T21:36:30.542Z Checking smallvec v1.15.1
45682026-06-21T21:36:30.547Z Checking indexmap v2.14.0
45692026-06-21T21:36:30.555Z Checking serde_json v1.0.149
45702026-06-21T21:36:30.564Z Checking scroll v0.12.0
45712026-06-21T21:36:30.630Z Checking yoke v0.8.1
45722026-06-21T21:36:30.680Z Checking num-traits v0.2.19
45732026-06-21T21:36:30.713Z Checking thiserror v1.0.69
45742026-06-21T21:36:30.785Z Checking log v0.4.29
45752026-06-21T21:36:30.799Z Checking zerovec v0.11.5
45762026-06-21T21:36:30.808Z Checking zerotrie v0.2.3
45772026-06-21T21:36:30.818Z Checking errno v0.3.14
45782026-06-21T21:36:30.912Z Checking serde_spanned v0.6.9
45792026-06-21T21:36:30.932Z Checking toml_datetime v0.6.11
45802026-06-21T21:36:30.944Z Checking rustix v1.1.3
45812026-06-21T21:36:31.037Z Checking percent-encoding v2.3.2
45822026-06-21T21:36:31.048Z Checking goblin v0.8.2
45832026-06-21T21:36:31.066Z Checking zerocopy v0.7.35
45842026-06-21T21:36:31.115Z Checking toml_edit v0.22.27
45852026-06-21T21:36:31.155Z Checking getrandom v0.4.1
45862026-06-21T21:36:31.178Z Checking form_urlencoded v1.2.2
45872026-06-21T21:36:31.203Z Checking ordered-float v2.10.1
45882026-06-21T21:36:31.229Z Checking tinystr v0.8.2
45892026-06-21T21:36:31.283Z Checking potential_utf v0.1.4
45902026-06-21T21:36:31.304Z Checking thiserror v2.0.18
45912026-06-21T21:36:31.404Z Checking syn v2.0.117
45922026-06-21T21:36:31.414Z Checking icu_collections v2.1.1
45932026-06-21T21:36:31.418Z Checking icu_locale_core v2.1.1
45942026-06-21T21:36:31.431Z Checking serde-value v0.7.0
45952026-06-21T21:36:31.560Z Checking dtrace-parser v0.2.0
45962026-06-21T21:36:31.635Z Checking thread-id v4.2.2
45972026-06-21T21:36:31.718Z Checking once_cell v1.21.3
45982026-06-21T21:36:31.730Z Checking cargo-platform v0.2.0
45992026-06-21T21:36:31.745Z Checking terminal_size v0.4.3
46002026-06-21T21:36:31.817Z Checking memmap v0.7.0
46012026-06-21T21:36:31.855Z Checking clap_builder v4.6.0
46022026-06-21T21:36:31.890Z Checking tempfile v3.25.0
46032026-06-21T21:36:31.903Z Checking textwrap v0.16.2
46042026-06-21T21:36:31.944Z Checking fs-err v3.3.0
46052026-06-21T21:36:31.981Z Checking icu_provider v2.1.1
46062026-06-21T21:36:32.083Z Checking camino-tempfile v1.4.1
46072026-06-21T21:36:32.111Z Checking tabled v0.15.0
46082026-06-21T21:36:32.122Z Checking anyhow v1.0.102
46092026-06-21T21:36:32.211Z Checking toml v0.8.23
46102026-06-21T21:36:32.222Z Checking icu_normalizer v2.1.1
46112026-06-21T21:36:32.236Z Checking icu_properties v2.1.2
46122026-06-21T21:36:32.318Z Checking macaddr v1.0.1
46132026-06-21T21:36:32.496Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46142026-06-21T21:36:32.520Z Checking cargo_toml v0.21.0
46152026-06-21T21:36:32.934Z Checking dof v0.3.0
46162026-06-21T21:36:33.038Z Checking idna_adapter v1.2.1
46172026-06-21T21:36:33.062Z Checking clap v4.6.1
46182026-06-21T21:36:33.156Z Checking idna v1.1.0
46192026-06-21T21:36:33.213Z Checking usdt-impl v0.5.0
46202026-06-21T21:36:33.374Z Checking url v2.5.8
46212026-06-21T21:36:33.465Z Checking usdt v0.5.0
46222026-06-21T21:36:33.720Z Checking cargo-util-schemas v0.8.2
46232026-06-21T21:36:34.404Z Checking cargo_metadata v0.21.0
46242026-06-21T21:36:35.002Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46252026-06-21T21:36:35.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
46262026-06-21T21:36:35.524Z
46272026-06-21T21:36:35.524Zinfo: running `cargo check --bins` on dnsadm (282/298)
46282026-06-21T21:36:35.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-21T21:36:35.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-21T21:36:36.088Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46312026-06-21T21:36:36.555Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46322026-06-21T21:37:34.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46332026-06-21T21:37:34.550Z
46342026-06-21T21:37:34.550Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46352026-06-21T21:37:34.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-06-21T21:37:34.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-06-21T21:37:34.550Z Checking polyval v0.6.2
46382026-06-21T21:37:34.550Z Checking ctr v0.9.2
46392026-06-21T21:37:34.550Z Checking ssh-encoding v0.2.0
46402026-06-21T21:37:34.550Z Checking blowfish v0.9.1
46412026-06-21T21:37:34.550Z Checking password-hash v0.4.2
46422026-06-21T21:37:34.550Z Checking p256 v0.13.2
46432026-06-21T21:37:34.550Z Checking p521 v0.13.3
46442026-06-21T21:37:34.550Z Checking russh-cryptovec v0.7.3
46452026-06-21T21:37:34.550Z Checking ghash v0.5.1
46462026-06-21T21:37:34.550Z Checking bcrypt-pbkdf v0.10.0
46472026-06-21T21:37:34.550Z Checking md5 v0.7.0
46482026-06-21T21:37:34.551Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46492026-06-21T21:37:34.551Z Checking num-bigint v0.4.6
46502026-06-21T21:37:34.551Z Checking pbkdf2 v0.11.0
46512026-06-21T21:37:34.551Z Checking aes-gcm v0.10.3
46522026-06-21T21:37:34.551Z Checking des v0.8.1
46532026-06-21T21:37:34.551Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46542026-06-21T21:37:34.551Z Checking hex-literal v0.4.1
46552026-06-21T21:37:34.551Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46562026-06-21T21:37:34.551Z Checking ssh-cipher v0.2.0
46572026-06-21T21:37:34.551Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46582026-06-21T21:37:34.551Z Checking internet-checksum v0.2.1
46592026-06-21T21:37:34.551Z Checking ssh-key v0.6.7
46602026-06-21T21:37:34.584Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-06-21T21:37:34.584Z Checking russh-keys v0.45.0
46622026-06-21T21:37:34.584Z Checking russh v0.45.0
46632026-06-21T21:37:34.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
46642026-06-21T21:37:34.584Z
46652026-06-21T21:37:34.584Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46662026-06-21T21:37:34.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-06-21T21:37:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-06-21T21:37:34.585Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46692026-06-21T21:37:34.585Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46702026-06-21T21:37:34.585Z Checking termios v0.3.3
46712026-06-21T21:37:34.585Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46722026-06-21T21:37:34.585Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46732026-06-21T21:37:34.585Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46742026-06-21T21:37:34.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
46752026-06-21T21:37:34.585Z
46762026-06-21T21:37:34.585Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46772026-06-21T21:37:34.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-21T21:37:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-21T21:37:34.585Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46802026-06-21T21:37:34.585Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46812026-06-21T21:37:34.585Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46822026-06-21T21:37:34.585Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46832026-06-21T21:37:34.585Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46842026-06-21T21:37:34.585Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46852026-06-21T21:37:34.585Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46862026-06-21T21:37:34.585Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46872026-06-21T21:37:34.585Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46882026-06-21T21:37:34.585Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46892026-06-21T21:37:34.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46902026-06-21T21:37:34.586Z
46912026-06-21T21:37:34.586Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46922026-06-21T21:37:34.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-21T21:37:34.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-21T21:37:34.586Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46952026-06-21T21:37:34.586Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46962026-06-21T21:37:34.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46972026-06-21T21:37:34.586Z
46982026-06-21T21:37:34.586Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46992026-06-21T21:37:34.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-21T21:37:34.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-21T21:37:34.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-21T21:37:34.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47032026-06-21T21:37:34.587Z
47042026-06-21T21:37:34.587Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47052026-06-21T21:37:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-21T21:37:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-21T21:37:34.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-06-21T21:37:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47092026-06-21T21:37:34.587Z
47102026-06-21T21:37:34.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47112026-06-21T21:37:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-21T21:37:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-21T21:37:34.587Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47142026-06-21T21:37:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47152026-06-21T21:37:34.587Z
47162026-06-21T21:37:34.587Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47172026-06-21T21:37:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-21T21:37:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-21T21:37:34.587Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47202026-06-21T21:37:34.587Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47212026-06-21T21:37:34.587Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47222026-06-21T21:37:34.587Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47232026-06-21T21:37:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47242026-06-21T21:37:34.587Z
47252026-06-21T21:37:34.587Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47262026-06-21T21:37:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-21T21:37:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-21T21:37:34.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-06-21T21:37:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47302026-06-21T21:37:34.588Z
47312026-06-21T21:37:34.588Zinfo: running `cargo check --bins` on omicron-package (292/298)
47322026-06-21T21:37:34.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-21T21:37:34.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-21T21:37:34.588Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47352026-06-21T21:37:34.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47362026-06-21T21:37:34.588Z
47372026-06-21T21:37:34.588Zinfo: running `cargo check --bins` on tqdb (293/298)
47382026-06-21T21:37:34.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-06-21T21:37:34.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-06-21T21:37:34.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47412026-06-21T21:37:34.588Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47422026-06-21T21:37:34.588Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47432026-06-21T21:37:34.588Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47442026-06-21T21:37:34.588Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47452026-06-21T21:37:34.588Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47462026-06-21T21:37:34.588Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47472026-06-21T21:37:34.588Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47482026-06-21T21:37:34.588Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47492026-06-21T21:37:34.588Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47502026-06-21T21:37:34.588Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47512026-06-21T21:37:34.588Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47522026-06-21T21:37:34.588Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47532026-06-21T21:37:34.588Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47542026-06-21T21:37:34.589Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47552026-06-21T21:37:35.652Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47562026-06-21T21:37:35.655Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47572026-06-21T21:37:35.655Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47582026-06-21T21:37:35.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47592026-06-21T21:37:37.106Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47602026-06-21T21:37:38.418Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47612026-06-21T21:37:39.077Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47622026-06-21T21:37:40.297Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47632026-06-21T21:37:40.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.81s
47642026-06-21T21:37:41.023Z
47652026-06-21T21:37:41.023Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47662026-06-21T21:37:41.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-06-21T21:37:41.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-06-21T21:37:41.672Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47692026-06-21T21:37:41.673Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47702026-06-21T21:37:41.676Z Checking rtoolbox v0.0.3
47712026-06-21T21:37:41.795Z Checking tui-tree-widget v0.23.1
47722026-06-21T21:37:41.892Z Checking rpassword v7.4.0
47732026-06-21T21:37:42.951Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-06-21T21:37:46.015Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-21T21:37:47.847Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47762026-06-21T21:37:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
47772026-06-21T21:37:48.910Z
47782026-06-21T21:37:48.910Zinfo: running `cargo check --bins` on wicket (295/298)
47792026-06-21T21:37:49.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-21T21:37:49.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-21T21:37:49.543Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47822026-06-21T21:37:49.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47832026-06-21T21:37:50.059Z
47842026-06-21T21:37:50.059Zinfo: running `cargo check --bins` on wicketd (296/298)
47852026-06-21T21:37:50.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-21T21:37:50.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-21T21:37:50.714Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47882026-06-21T21:37:50.718Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47892026-06-21T21:37:50.718Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47902026-06-21T21:37:50.718Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47912026-06-21T21:37:51.696Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47922026-06-21T21:37:52.287Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47932026-06-21T21:37:55.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47942026-06-21T21:37:55.450Z
47952026-06-21T21:37:55.450Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47962026-06-21T21:37:55.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-21T21:37:55.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-21T21:37:55.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47992026-06-21T21:37:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
48002026-06-21T21:37:55.951Z
48012026-06-21T21:37:55.951Zinfo: running `cargo check --bins` on zone-setup (298/298)
48022026-06-21T21:37:56.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-06-21T21:37:56.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-06-21T21:37:56.560Z Checking uzers v0.12.2
48052026-06-21T21:37:56.825Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48062026-06-21T21:37:57.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48072026-06-21T21:37:57.750Z
48082026-06-21T21:37:57.750Zreal 13:40.520550580
48092026-06-21T21:37:57.750Zuser 20:40.176044421
48102026-06-21T21:37:57.750Zsys 4:07.972827646
48112026-06-21T21:37:57.750Ztrap 0.327396912
48122026-06-21T21:37:57.750Ztflt 0.643781033
48132026-06-21T21:37:57.750Zdflt 1.181761038
48142026-06-21T21:37:57.750Zkflt 0.004420750
48152026-06-21T21:37:57.750Zlock 1:13:38.400029348
48162026-06-21T21:37:57.750Zslp 1:39:16.353937390
48172026-06-21T21:37:57.750Zlat 53.832232178
48182026-06-21T21:37:57.750Zstop 3:20.246323958
48192026-06-21T21:37:57.754Zprocess exited: duration 956808 ms, exit code 0
 
48202026-06-21T21:37:57.760Zfound 0 output files