01KWFHAMTP7GZG5YEMGSKFR3Y9: 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: 01KWFHBC7NX4QKZ8QVRZ0C6JTB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T19:10:05.448Zjob assigned to worker 01KWFHBQF5E8WD3PZZ1NJK4K8C [factory aws, i-06f6fd34d2bf672aa] (queued for 1 m 2 s)
 
22026-07-01T19:10:12.608Zstarting task 0: "setup"
32026-07-01T19:10:12.614Z++ uname -s
42026-07-01T19:10:12.617Z+ kern=SunOS
52026-07-01T19:10:12.617Z+ build_user=build
62026-07-01T19:10:12.617Z+ build_uid=12345
72026-07-01T19:10:12.617Z+ work_dir=/work
82026-07-01T19:10:12.617Z+ input_dir=/input
92026-07-01T19:10:12.617Z+ [[ 0 == 12345 ]]
102026-07-01T19:10:12.617Z+ case "$kern" in
112026-07-01T19:10:12.617Z+ groupadd -g 12345 build
122026-07-01T19:10:12.627Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T19:10:14.633Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T19:10:14.710Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T19:10:14.713Z+ home_fs=zfs
162026-07-01T19:10:14.713Z+ [[ zfs == autofs ]]
172026-07-01T19:10:14.713Z+ mkdir -p /home/build
182026-07-01T19:10:14.713Z+ chown build:build /home/build /work
192026-07-01T19:10:16.716Z+ chmod 0700 /home/build /work
202026-07-01T19:10:16.719Zprocess exited: duration 4108 ms, exit code 0
 
212026-07-01T19:10:16.724Zstarting task 1: "rust-toolchain"
222026-07-01T19:10:16.728Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T19:10:16.728Z * rust toolchain channel = "1.96.1"
242026-07-01T19:10:16.728Z * rust toolchain profile = "default"
252026-07-01T19:10:16.728Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T19:10:16.728Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T19:10:16.731Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T19:10:16.731Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T19:10:16.731Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T19:10:16.808Zinfo: downloading installer
312026-07-01T19:10:18.303Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T19:10:18.303Zwarn: /home/build/.rustup/settings.toml
332026-07-01T19:10:18.303Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T19:10:18.303Zwarn: instead of the one inferred from the default host triple.
352026-07-01T19:10:18.317Zinfo: profile set to default
362026-07-01T19:10:18.317Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T19:10:18.322Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T19:10:18.474Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T19:10:18.478Zinfo: downloading 6 components
402026-07-01T19:10:33.587Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T19:10:33.587Z
422026-07-01T19:10:33.619Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T19:10:33.619Z
442026-07-01T19:10:33.622Z
452026-07-01T19:10:33.622ZRust is installed now. Great!
462026-07-01T19:10:33.622Z
472026-07-01T19:10:33.622ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T19:10:33.622Zenvironment variable. This has not been done automatically.
492026-07-01T19:10:33.622Z
502026-07-01T19:10:33.622ZTo configure your current shell, you need to source
512026-07-01T19:10:33.622Zthe corresponding env file under $HOME/.cargo.
522026-07-01T19:10:33.622Z
532026-07-01T19:10:33.622ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T19:10:33.622Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T19:10:33.622Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T19:10:33.622Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T19:10:33.622Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T19:10:33.622Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T19:10:33.622Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T19:10:33.622Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T19:10:33.622Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T19:10:33.724Z+ rustup --version
632026-07-01T19:10:33.733Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T19:10:33.738Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T19:10:33.755Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T19:10:33.758Z+ cargo --version
672026-07-01T19:10:33.772Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T19:10:33.775Z+ rustc --version
692026-07-01T19:10:33.794Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T19:10:33.797Zprocess exited: duration 17072 ms, exit code 0
 
712026-07-01T19:10:33.803Zstarting task 2: "authentication"
722026-07-01T19:10:33.819Zprocess exited: duration 16 ms, exit code 0
 
732026-07-01T19:10:33.825Zstarting task 3: "clone repository"
742026-07-01T19:10:33.828Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T19:10:33.831Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T19:10:33.877ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T19:10:44.404Z+ cd /work/oxidecomputer/omicron
782026-07-01T19:10:44.404Z+ git fetch origin 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
792026-07-01T19:10:44.699ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T19:10:44.699Z * branch 19daa89a410d974fa48d9d7f5c2e235df7d66c7f -> FETCH_HEAD
812026-07-01T19:10:44.709Z+ [[ -n remove-copyright-lines ]]
822026-07-01T19:10:44.712Z++ git branch --show-current
832026-07-01T19:10:44.712Z+ current=main
842026-07-01T19:10:44.712Z+ [[ main != remove-copyright-lines ]]
852026-07-01T19:10:44.712Z+ git branch -f remove-copyright-lines 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
862026-07-01T19:10:44.715Z+ git checkout -f remove-copyright-lines
872026-07-01T19:10:44.958ZSwitched to branch 'remove-copyright-lines'
882026-07-01T19:10:44.961Z+ git reset --hard 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
892026-07-01T19:10:44.986ZHEAD is now at 19daa89a4 remove Copyright lines; the MPL header is sufficient
902026-07-01T19:10:44.989Zprocess exited: duration 11162 ms, exit code 0
 
912026-07-01T19:10:44.994Zstarting task 4: "build"
922026-07-01T19:10:44.998Z+ source .github/buildomat/ci-env.sh
932026-07-01T19:10:45.001Z++ export CARGO_TERM_COLOR=always
942026-07-01T19:10:45.001Z++ CARGO_TERM_COLOR=always
952026-07-01T19:10:45.001Z+ cargo --version
962026-07-01T19:10:45.008Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T19:10:45.011Z+ rustc --version
982026-07-01T19:10:45.031Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T19:10:45.035Z+ source ./env.sh
1002026-07-01T19:10:45.038Z++ OLD_SHELL_OPTS=ehxB
1012026-07-01T19:10:45.038Z++ set -o xtrace
1022026-07-01T19:10:45.038Z++++ dirname ./env.sh
1032026-07-01T19:10:45.049Z+++ readlink -f .
1042026-07-01T19:10:45.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ 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-07-01T19:10:45.053Z++ case $OLD_SHELL_OPTS in
1162026-07-01T19:10:45.053Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-01T19:10:45.053Z+ 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-07-01T19:10:45.053Z+ 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-07-01T19:10:45.053Z+ banner prerequisites
1202026-07-01T19:10:45.057Z
1212026-07-01T19:10:45.057Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-01T19:10:45.057Z # # # # # # # # # # # # # # #
1232026-07-01T19:10:45.057Z # # # # ##### # # ##### # # # # # #### #
1242026-07-01T19:10:45.057Z ##### ##### # ##### # # # # # # # # #
1252026-07-01T19:10:45.057Z # # # # # # # # # # # # # # #
1262026-07-01T19:10:45.057Z # # # ###### # # ###### ### # #### # #### #
1272026-07-01T19:10:45.057Z
1282026-07-01T19:10:45.058Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-01T19:10:47.464Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-01T19:10:47.604Z Startup: Caching catalogs ... Done
1312026-07-01T19:10:48.097ZPlanning: Solver setup ... Done (0.447s)
1322026-07-01T19:10:48.124ZPlanning: Running solver ... Done (0.027s)
1332026-07-01T19:10:48.167ZPlanning: Finding local manifests ... Done (0.033s)
1342026-07-01T19:10:48.191ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-01T19:10:48.220ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-01T19:10:48.234ZPlanning: Package planning ... Done (0.013s)
1372026-07-01T19:10:48.236ZPlanning: Merging actions ... Done (0.001s)
1382026-07-01T19:10:48.430ZPlanning: Checking for conflicting actions ... Done (0.194s)
1392026-07-01T19:10:48.434ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-01T19:10:52.177ZPlanning: Evaluating mediators ... Done (3.746s)
1412026-07-01T19:10:52.180ZPlanning: Planning completed in 4.55 seconds
1422026-07-01T19:10:52.187Z Packages to install: 2
1432026-07-01T19:10:52.190Z Estimated space available: 156.06 GB
1442026-07-01T19:10:52.190ZEstimated space to be consumed: 30.98 MB
1452026-07-01T19:10:52.190Z Create boot environment: No
1462026-07-01T19:10:52.190ZCreate backup boot environment: No
1472026-07-01T19:10:52.190Z Rebuild boot archive: No
1482026-07-01T19:10:52.190Z
1492026-07-01T19:10:52.190ZChanged packages:
1502026-07-01T19:10:52.190Zhelios
1512026-07-01T19:10:52.190Z developer/build-essential
1522026-07-01T19:10:52.190Z None -> 11-3.0
1532026-07-01T19:10:52.190Z library/libxmlsec1
1542026-07-01T19:10:52.190Z None -> 1.2.35-3.0
1552026-07-01T19:10:52.340Z
1562026-07-01T19:10:52.340ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-01T19:10:52.933ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1582026-07-01T19:10:52.995Z Actions: 1/268 actions (Installing new actions)
1592026-07-01T19:10:53.031Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-01T19:10:53.042ZFinalize: Updating package state database ... Done (0.010s)
1612026-07-01T19:10:53.045ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T19:10:53.071ZFinalize: Updating image state ... Done (0.029s)
1632026-07-01T19:10:56.724ZFinalize: Creating fast lookup database ... Done (3.628s)
1642026-07-01T19:10:56.819ZFinalize: Reading search index ... Done (0.041s)
1652026-07-01T19:10:56.821ZFinalize: Updating search index ... Done (0.000s)
1662026-07-01T19:10:56.954ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-01T19:10:57.272ZPlanning: Evaluating mediator changes ... Done
1682026-07-01T19:10:57.376ZPlanning: Checking for conflicting actions ... Done
1692026-07-01T19:10:57.380ZPlanning: Consolidating action changes ... Done
1702026-07-01T19:10:57.535ZPlanning: Evaluating mediators ... Done
1712026-07-01T19:10:57.538ZPlanning: Planning completed in 0.26 seconds
1722026-07-01T19:10:57.555Z Mediators to change: 2
1732026-07-01T19:10:57.555Z Create boot environment: No
1742026-07-01T19:10:57.558ZCreate backup boot environment: No
1752026-07-01T19:10:57.600ZFinalize: Updating package state database ... Done
1762026-07-01T19:10:57.600ZFinalize: Updating package cache ... Done
1772026-07-01T19:10:57.620ZFinalize: Updating image state ... Done
1782026-07-01T19:10:59.574ZFinalize: Creating fast lookup database ... Done
1792026-07-01T19:10:59.638ZFinalize: Reading search index ... Done
1802026-07-01T19:10:59.644ZFinalize: Updating search index ... Done
1812026-07-01T19:10:59.712ZFinalize: Updating package cache ... Done
1822026-07-01T19:11:00.001ZPlanning: Evaluating mediator changes ... Done
1832026-07-01T19:11:00.108ZPlanning: Checking for conflicting actions ... Done
1842026-07-01T19:11:00.111ZPlanning: Consolidating action changes ... Done
1852026-07-01T19:11:00.287ZPlanning: Evaluating mediators ... Done
1862026-07-01T19:11:00.290ZPlanning: Planning completed in 0.27 seconds
1872026-07-01T19:11:00.290Z Mediators to change: 1
1882026-07-01T19:11:00.290Z Create boot environment: No
1892026-07-01T19:11:00.290ZCreate backup boot environment: No
1902026-07-01T19:11:00.334ZFinalize: Updating package state database ... Done
1912026-07-01T19:11:00.334ZFinalize: Updating package cache ... Done
1922026-07-01T19:11:00.349ZFinalize: Updating image state ... Done
1932026-07-01T19:11:02.301ZFinalize: Creating fast lookup database ... Done
1942026-07-01T19:11:02.370ZFinalize: Reading search index ... Done
1952026-07-01T19:11:02.373ZFinalize: Updating search index ... Done
1962026-07-01T19:11:02.436ZFinalize: Updating package cache ... Done
1972026-07-01T19:11:02.756ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-01T19:11:02.756Zapache system 2.4 system
1992026-07-01T19:11:02.756Zclang system 15 system
2002026-07-01T19:11:02.756Zcsh system system illumos
2012026-07-01T19:11:02.756Zctags system system illumos
2022026-07-01T19:11:02.756Zfile vendor vendor darwinsys
2032026-07-01T19:11:02.756Zfile system system illumos
2042026-07-01T19:11:02.756Zgcc vendor 14 vendor
2052026-07-01T19:11:02.756Zgcc system 13 system
2062026-07-01T19:11:02.756Zgcc system 10 system
2072026-07-01T19:11:02.756Zgo system 1.25 system
2082026-07-01T19:11:02.756Zllvm system 15 system
2092026-07-01T19:11:02.756Zmariadb system 11.4 system
2102026-07-01T19:11:02.756Zmta vendor vendor dma
2112026-07-01T19:11:02.756Zopenjdk system 17 system
2122026-07-01T19:11:02.756Zopenjdk system 11 system
2132026-07-01T19:11:02.756Zopenssl vendor 3 vendor
2142026-07-01T19:11:02.756Zperl system 5.40 system
2152026-07-01T19:11:02.757Zpostgresql system 18 system
2162026-07-01T19:11:02.757Zpostgresql system 17 system
2172026-07-01T19:11:02.757Zpython vendor 3 vendor
2182026-07-01T19:11:02.757Zpython system 2 system
2192026-07-01T19:11:02.757Zpython3 vendor 3.13 vendor
2202026-07-01T19:11:02.757Zruby system 3.4 system
2212026-07-01T19:11:02.757Zruby system 3.0 system
2222026-07-01T19:11:02.757Zwords vendor vendor american-english
2232026-07-01T19:11:02.757Zwords system system australian-english
2242026-07-01T19:11:02.757Zwords system system british-english
2252026-07-01T19:11:02.757Zwords system system canadian-english
2262026-07-01T19:11:02.757Zwords system system french
2272026-07-01T19:11:02.757Zwords system system italian
2282026-07-01T19:11:02.757Zwords system system ngerman
2292026-07-01T19:11:02.758Zwords system system ogerman
2302026-07-01T19:11:02.758Zwords system system spanish
2312026-07-01T19:11:03.016ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-01T19:11:03.016Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-01T19:11:03.326ZFMRI IFO
2342026-07-01T19:11:03.327Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-01T19:11:03.327Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-01T19:11:03.327Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-01T19:11:03.327Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-01T19:11:03.327Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-01T19:11:03.327Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-01T19:11:03.327Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-01T19:11:03.327Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-01T19:11:03.327Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-01T19:11:03.585Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-01T19:11:03.841Z Updating crates.io index
2452026-07-01T19:11:03.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-01T19:11:04.091Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-01T19:11:04.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-01T19:11:05.342Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-01T19:11:05.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-01T19:11:07.485Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-01T19:11:08.257Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-01T19:11:08.527Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-01T19:11:08.828Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-01T19:11:09.862Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-01T19:11:10.114Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-01T19:11:10.454Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-01T19:11:10.714Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-01T19:11:11.143Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-01T19:11:11.658Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-01T19:11:12.086Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-01T19:11:12.347Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-01T19:11:12.646Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-01T19:11:12.970Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-01T19:11:13.237Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-01T19:11:13.484Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-01T19:11:13.759Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-01T19:11:14.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-01T19:11:14.483Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-01T19:11:14.739Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-01T19:11:15.148Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-01T19:11:15.586Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-01T19:11:15.893Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-01T19:11:16.180Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-01T19:11:16.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-01T19:11:16.794Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-01T19:11:17.190Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-01T19:11:17.604Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-01T19:11:17.879Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-01T19:11:18.135Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-01T19:11:18.398Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-01T19:11:18.677Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-07-01T19:11:18.915Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-07-01T19:11:19.173Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-07-01T19:11:19.437Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-07-01T19:11:22.073Z Downloading crates ...
2862026-07-01T19:11:22.124Z Downloaded bytecount v0.6.9
2872026-07-01T19:11:22.130Z Downloaded fs-err v3.3.0
2882026-07-01T19:11:22.133Z Downloaded memmap v0.7.0
2892026-07-01T19:11:22.133Z Downloaded cargo_metadata v0.23.1
2902026-07-01T19:11:22.136Z Downloaded cargo-platform v0.3.2
2912026-07-01T19:11:22.140Z Downloaded sha2 v0.10.9
2922026-07-01T19:11:22.144Z Downloaded generic-array v0.14.7
2932026-07-01T19:11:22.144Z Downloaded byteorder v1.5.0
2942026-07-01T19:11:22.144Z Downloaded fastrand v2.3.0
2952026-07-01T19:11:22.144Z Downloaded anstream v1.0.0
2962026-07-01T19:11:22.147Z Downloaded camino v1.2.2
2972026-07-01T19:11:22.147Z Downloaded is_terminal_polyfill v1.70.2
2982026-07-01T19:11:22.151Z Downloaded pest_derive v2.8.6
2992026-07-01T19:11:22.156Z Downloaded anstyle-parse v1.0.0
3002026-07-01T19:11:22.158Z Downloaded block-buffer v0.10.4
3012026-07-01T19:11:22.164Z Downloaded zmij v1.0.21
3022026-07-01T19:11:22.167Z Downloaded zerocopy v0.7.35
3032026-07-01T19:11:22.172Z Downloaded itoa v1.0.17
3042026-07-01T19:11:22.176Z Downloaded anstyle-query v1.1.5
3052026-07-01T19:11:22.176Z Downloaded heck v0.5.0
3062026-07-01T19:11:22.176Z Downloaded heck v0.4.1
3072026-07-01T19:11:22.176Z Downloaded equivalent v1.0.2
3082026-07-01T19:11:22.179Z Downloaded fnv v1.0.7
3092026-07-01T19:11:22.183Z Downloaded camino-tempfile v1.4.1
3102026-07-01T19:11:22.183Z Downloaded colorchoice v1.0.4
3112026-07-01T19:11:22.186Z Downloaded utf8parse v0.2.2
3122026-07-01T19:11:22.191Z Downloaded swrite v0.1.0
3132026-07-01T19:11:22.196Z Downloaded macaddr v1.0.1
3142026-07-01T19:11:22.196Z Downloaded toml_datetime v0.6.11
3152026-07-01T19:11:22.208Z Downloaded cfg-if v1.0.4
3162026-07-01T19:11:22.208Z Downloaded terminal_size v0.4.3
3172026-07-01T19:11:22.208Z Downloaded crypto-common v0.1.7
3182026-07-01T19:11:22.208Z Downloaded cpufeatures v0.2.17
3192026-07-01T19:11:22.211Z Downloaded anstyle v1.0.14
3202026-07-01T19:11:22.211Z Downloaded pest_generator v2.8.6
3212026-07-01T19:11:22.211Z Downloaded bitflags v2.11.0
3222026-07-01T19:11:22.219Z Downloaded pretty-hex v0.4.1
3232026-07-01T19:11:22.222Z Downloaded clap_lex v1.0.0
3242026-07-01T19:11:22.225Z Downloaded dof v0.3.0
3252026-07-01T19:11:22.225Z Downloaded dtrace-parser v0.2.0
3262026-07-01T19:11:22.228Z Downloaded plain v0.2.3
3272026-07-01T19:11:22.231Z Downloaded errno v0.3.14
3282026-07-01T19:11:22.234Z Downloaded usdt v0.5.0
3292026-07-01T19:11:22.237Z Downloaded version_check v0.9.5
3302026-07-01T19:11:22.241Z Downloaded usdt-macro v0.5.0
3312026-07-01T19:11:22.241Z Downloaded smawk v0.3.2
3322026-07-01T19:11:22.241Z Downloaded scroll_derive v0.12.1
3332026-07-01T19:11:22.244Z Downloaded strsim v0.11.1
3342026-07-01T19:11:22.247Z Downloaded serde_spanned v0.6.9
3352026-07-01T19:11:22.252Z Downloaded unicode-linebreak v0.1.5
3362026-07-01T19:11:22.254Z Downloaded usdt-attr-macro v0.5.0
3372026-07-01T19:11:22.266Z Downloaded goblin v0.8.2
3382026-07-01T19:11:22.273Z Downloaded proc-macro-error-attr v1.0.4
3392026-07-01T19:11:22.279Z Downloaded toml_write v0.1.2
3402026-07-01T19:11:22.282Z Downloaded proc-macro-error v1.0.4
3412026-07-01T19:11:22.285Z Downloaded digest v0.10.7
3422026-07-01T19:11:22.289Z Downloaded thread-id v4.2.2
3432026-07-01T19:11:22.292Z Downloaded thiserror v2.0.18
3442026-07-01T19:11:22.295Z Downloaded thiserror-impl v2.0.18
3452026-07-01T19:11:22.295Z Downloaded tabled_derive v0.7.0
3462026-07-01T19:11:22.295Z Downloaded quote v1.0.45
3472026-07-01T19:11:22.298Z Downloaded thiserror v1.0.69
3482026-07-01T19:11:22.298Z Downloaded autocfg v1.5.0
3492026-07-01T19:11:22.301Z Downloaded anyhow v1.0.102
3502026-07-01T19:11:22.304Z Downloaded serde_tokenstream v0.2.3
3512026-07-01T19:11:22.304Z Downloaded once_cell v1.21.3
3522026-07-01T19:11:22.307Z Downloaded thiserror-impl v1.0.69
3532026-07-01T19:11:22.307Z Downloaded clap_derive v4.6.1
3542026-07-01T19:11:22.309Z Downloaded papergrid v0.11.0
3552026-07-01T19:11:22.313Z Downloaded usdt-impl v0.5.0
3562026-07-01T19:11:22.318Z Downloaded scroll v0.12.0
3572026-07-01T19:11:22.328Z Downloaded ucd-trie v0.1.7
3582026-07-01T19:11:22.330Z Downloaded tempfile v3.25.0
3592026-07-01T19:11:22.335Z Downloaded zerocopy-derive v0.7.35
3602026-07-01T19:11:22.338Z Downloaded toml v0.8.23
3612026-07-01T19:11:22.341Z Downloaded cargo_toml v0.21.0
3622026-07-01T19:11:22.341Z Downloaded semver v1.0.28
3632026-07-01T19:11:22.341Z Downloaded log v0.4.29
3642026-07-01T19:11:22.352Z Downloaded getrandom v0.4.1
3652026-07-01T19:11:22.361Z Downloaded serde_derive v1.0.228
3662026-07-01T19:11:22.366Z Downloaded unicode-ident v1.0.24
3672026-07-01T19:11:22.371Z Downloaded memchr v2.8.0
3682026-07-01T19:11:22.374Z Downloaded textwrap v0.16.2
3692026-07-01T19:11:22.377Z Downloaded proc-macro2 v1.0.106
3702026-07-01T19:11:22.377Z Downloaded pest_meta v2.8.6
3712026-07-01T19:11:22.380Z Downloaded clap v4.6.1
3722026-07-01T19:11:22.383Z Downloaded typenum v1.19.0
3732026-07-01T19:11:22.385Z Downloaded toml_edit v0.22.27
3742026-07-01T19:11:22.395Z Downloaded indexmap v2.14.0
3752026-07-01T19:11:22.397Z Downloaded serde_core v1.0.228
3762026-07-01T19:11:22.407Z Downloaded pest v2.8.6
3772026-07-01T19:11:22.410Z Downloaded serde v1.0.228
3782026-07-01T19:11:22.424Z Downloaded hashbrown v0.17.0
3792026-07-01T19:11:22.447Z Downloaded serde_json v1.0.150
3802026-07-01T19:11:22.455Z Downloaded clap_builder v4.6.0
3812026-07-01T19:11:22.475Z Downloaded winnow v0.7.14
3822026-07-01T19:11:22.483Z Downloaded tabled v0.15.0
3832026-07-01T19:11:22.493Z Downloaded syn v1.0.109
3842026-07-01T19:11:22.498Z Downloaded unicode-width v0.1.14
3852026-07-01T19:11:22.514Z Downloaded unicode-width v0.2.0
3862026-07-01T19:11:22.522Z Downloaded syn v2.0.117
3872026-07-01T19:11:22.536Z Downloaded rustix v1.1.3
3882026-07-01T19:11:22.562Z Downloaded libc v0.2.185
3892026-07-01T19:11:22.628Z Compiling proc-macro2 v1.0.106
3902026-07-01T19:11:22.628Z Compiling unicode-ident v1.0.24
3912026-07-01T19:11:22.631Z Compiling quote v1.0.45
3922026-07-01T19:11:22.631Z Compiling serde_core v1.0.228
3932026-07-01T19:11:22.631Z Compiling libc v0.2.185
3942026-07-01T19:11:22.631Z Compiling version_check v0.9.5
3952026-07-01T19:11:22.631Z Compiling memchr v2.8.0
3962026-07-01T19:11:22.631Z Compiling serde v1.0.228
3972026-07-01T19:11:22.941Z Compiling zmij v1.0.21
3982026-07-01T19:11:23.156Z Compiling thiserror v1.0.69
3992026-07-01T19:11:23.452Z Compiling ucd-trie v0.1.7
4002026-07-01T19:11:23.523Z Compiling itoa v1.0.17
4012026-07-01T19:11:23.679Z Compiling pest v2.8.6
4022026-07-01T19:11:23.880Z Compiling byteorder v1.5.0
4032026-07-01T19:11:23.899Z Compiling rustix v1.1.3
4042026-07-01T19:11:24.026Z Compiling errno v0.3.14
4052026-07-01T19:11:24.091Z Compiling bitflags v2.11.0
4062026-07-01T19:11:24.112Z Compiling serde_json v1.0.150
4072026-07-01T19:11:24.348Z Compiling thread-id v4.2.2
4082026-07-01T19:11:24.403Z Compiling proc-macro-error-attr v1.0.4
4092026-07-01T19:11:24.433Z Compiling usdt-impl v0.5.0
4102026-07-01T19:11:24.480Z Compiling syn v2.0.117
4112026-07-01T19:11:24.535Z Compiling syn v1.0.109
4122026-07-01T19:11:24.605Z Compiling camino v1.2.2
4132026-07-01T19:11:24.757Z Compiling pest_meta v2.8.6
4142026-07-01T19:11:24.973Z Compiling proc-macro-error v1.0.4
4152026-07-01T19:11:24.989Z Compiling plain v0.2.3
4162026-07-01T19:11:25.006Z Compiling equivalent v1.0.2
4172026-07-01T19:11:25.096Z Compiling hashbrown v0.17.0
4182026-07-01T19:11:25.101Z Compiling log v0.4.29
4192026-07-01T19:11:25.171Z Compiling utf8parse v0.2.2
4202026-07-01T19:11:25.294Z Compiling getrandom v0.4.1
4212026-07-01T19:11:25.307Z Compiling anstyle-parse v1.0.0
4222026-07-01T19:11:25.521Z Compiling terminal_size v0.4.3
4232026-07-01T19:11:25.626Z Compiling indexmap v2.14.0
4242026-07-01T19:11:26.244Z Compiling pretty-hex v0.4.1
4252026-07-01T19:11:26.247Z Compiling toml_write v0.1.2
4262026-07-01T19:11:26.282Z Compiling colorchoice v1.0.4
4272026-07-01T19:11:26.385Z Compiling cfg-if v1.0.4
4282026-07-01T19:11:26.402Z Compiling is_terminal_polyfill v1.70.2
4292026-07-01T19:11:26.417Z Compiling anstyle-query v1.1.5
4302026-07-01T19:11:26.460Z Compiling winnow v0.7.14
4312026-07-01T19:11:26.478Z Compiling autocfg v1.5.0
4322026-07-01T19:11:26.496Z Compiling anstyle v1.0.14
4332026-07-01T19:11:26.523Z Compiling thiserror v2.0.18
4342026-07-01T19:11:26.716Z Compiling anstream v1.0.0
4352026-07-01T19:11:26.752Z Compiling pest_generator v2.8.6
4362026-07-01T19:11:26.841Z Compiling anyhow v1.0.102
4372026-07-01T19:11:26.906Z Compiling fs-err v3.3.0
4382026-07-01T19:11:27.076Z Compiling heck v0.5.0
4392026-07-01T19:11:27.122Z Compiling unicode-width v0.1.14
4402026-07-01T19:11:27.165Z Compiling bytecount v0.6.9
4412026-07-01T19:11:27.306Z Compiling heck v0.4.1
4422026-07-01T19:11:27.323Z Compiling fnv v1.0.7
4432026-07-01T19:11:27.340Z Compiling once_cell v1.21.3
4442026-07-01T19:11:27.396Z Compiling fastrand v2.3.0
4452026-07-01T19:11:27.484Z Compiling clap_lex v1.0.0
4462026-07-01T19:11:27.503Z Compiling strsim v0.11.1
4472026-07-01T19:11:27.531Z Compiling papergrid v0.11.0
4482026-07-01T19:11:27.729Z Compiling clap_builder v4.6.0
4492026-07-01T19:11:27.748Z Compiling tempfile v3.25.0
4502026-07-01T19:11:27.876Z Compiling semver v1.0.28
4512026-07-01T19:11:27.897Z Compiling cargo-platform v0.3.2
4522026-07-01T19:11:27.944Z Compiling tabled_derive v0.7.0
4532026-07-01T19:11:28.091Z Compiling memmap v0.7.0
4542026-07-01T19:11:28.144Z Compiling unicode-linebreak v0.1.5
4552026-07-01T19:11:28.181Z Compiling unicode-width v0.2.0
4562026-07-01T19:11:28.209Z Compiling smawk v0.3.2
4572026-07-01T19:11:28.237Z Compiling camino-tempfile v1.4.1
4582026-07-01T19:11:28.465Z Compiling textwrap v0.16.2
4592026-07-01T19:11:28.482Z Compiling swrite v0.1.0
4602026-07-01T19:11:28.501Z Compiling serde_derive v1.0.228
4612026-07-01T19:11:28.583Z Compiling thiserror-impl v1.0.69
4622026-07-01T19:11:28.641Z Compiling zerocopy-derive v0.7.35
4632026-07-01T19:11:28.744Z Compiling pest_derive v2.8.6
4642026-07-01T19:11:28.888Z Compiling scroll_derive v0.12.1
4652026-07-01T19:11:28.929Z Compiling thiserror-impl v2.0.18
4662026-07-01T19:11:29.019Z Compiling clap_derive v4.6.1
4672026-07-01T19:11:29.209Z Compiling tabled v0.15.0
4682026-07-01T19:11:29.536Z Compiling zerocopy v0.7.35
4692026-07-01T19:11:29.587Z Compiling scroll v0.12.0
4702026-07-01T19:11:29.870Z Compiling goblin v0.8.2
4712026-07-01T19:11:29.999Z Compiling dtrace-parser v0.2.0
4722026-07-01T19:11:30.820Z Compiling clap v4.6.1
4732026-07-01T19:11:31.449Z Compiling serde_spanned v0.6.9
4742026-07-01T19:11:31.449Z Compiling toml_datetime v0.6.11
4752026-07-01T19:11:31.449Z Compiling macaddr v1.0.1
4762026-07-01T19:11:31.454Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-07-01T19:11:31.454Z Compiling cargo_metadata v0.23.1
4782026-07-01T19:11:31.533Z Compiling dof v0.3.0
4792026-07-01T19:11:31.542Z Compiling serde_tokenstream v0.2.3
4802026-07-01T19:11:31.687Z Compiling toml_edit v0.22.27
4812026-07-01T19:11:32.276Z Compiling usdt-macro v0.5.0
4822026-07-01T19:11:32.309Z Compiling usdt-attr-macro v0.5.0
4832026-07-01T19:11:32.965Z Compiling usdt v0.5.0
4842026-07-01T19:11:33.101Z Compiling toml v0.8.23
4852026-07-01T19:11:33.436Z Compiling cargo_toml v0.21.0
4862026-07-01T19:11:34.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-07-01T19:11:36.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
4882026-07-01T19:11:36.889Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-07-01T19:11:37.382Z Downloading crates ...
4902026-07-01T19:11:37.477Z Downloaded atomicwrites v0.4.4
4912026-07-01T19:11:37.482Z Downloaded backon v1.6.0
4922026-07-01T19:11:37.485Z Downloaded block-buffer v0.12.1
4932026-07-01T19:11:37.485Z Downloaded arrayvec v0.7.6
4942026-07-01T19:11:37.488Z Downloaded ciborium-io v0.2.2
4952026-07-01T19:11:37.494Z Downloaded allocator-api2 v0.2.21
4962026-07-01T19:11:37.498Z Downloaded castaway v0.2.4
4972026-07-01T19:11:37.502Z Downloaded compression-core v0.4.31
4982026-07-01T19:11:37.502Z Downloaded aead v0.5.2
4992026-07-01T19:11:37.505Z Downloaded anstyle-parse v0.2.7
5002026-07-01T19:11:37.505Z Downloaded defmt v1.0.1
5012026-07-01T19:11:37.508Z Downloaded argon2 v0.5.3
5022026-07-01T19:11:37.511Z Downloaded darling v0.21.3
5032026-07-01T19:11:37.514Z Downloaded env_filter v1.0.0
5042026-07-01T19:11:37.518Z Downloaded const_format v0.2.35
5052026-07-01T19:11:37.520Z Downloaded ed25519-dalek v2.2.0
5062026-07-01T19:11:37.523Z Downloaded bitfield-macros v0.19.4
5072026-07-01T19:11:37.523Z Downloaded bit-vec v0.8.0
5082026-07-01T19:11:37.523Z Downloaded async-recursion v1.1.1
5092026-07-01T19:11:37.529Z Downloaded assert_matches v1.5.0
5102026-07-01T19:11:37.532Z Downloaded bit-set v0.5.3
5112026-07-01T19:11:37.532Z Downloaded async-stream-impl v0.3.6
5122026-07-01T19:11:37.535Z Downloaded atomic-waker v1.1.2
5132026-07-01T19:11:37.538Z Downloaded bcrypt-pbkdf v0.10.0
5142026-07-01T19:11:37.541Z Downloaded base16ct v0.2.0
5152026-07-01T19:11:37.541Z Downloaded array-init v0.0.4
5162026-07-01T19:11:37.549Z Downloaded block-padding v0.3.3
5172026-07-01T19:11:37.559Z Downloaded bit-set v0.8.0
5182026-07-01T19:11:37.562Z Downloaded async-stream v0.3.6
5192026-07-01T19:11:37.562Z Downloaded adler2 v2.0.1
5202026-07-01T19:11:37.562Z Downloaded convert_case v0.4.0
5212026-07-01T19:11:37.567Z Downloaded bitvec v1.0.1
5222026-07-01T19:11:37.576Z Downloaded cexpr v0.6.0
5232026-07-01T19:11:37.581Z Downloaded ciborium-ll v0.2.2
5242026-07-01T19:11:37.581Z Downloaded atty v0.2.14
5252026-07-01T19:11:37.584Z Downloaded arrayref v0.3.9
5262026-07-01T19:11:37.584Z Downloaded digest v0.11.3
5272026-07-01T19:11:37.584Z Downloaded derive_builder_macro v0.20.2
5282026-07-01T19:11:37.588Z Downloaded darling_macro v0.13.4
5292026-07-01T19:11:37.593Z Downloaded float-cmp v0.10.0
5302026-07-01T19:11:37.593Z Downloaded ascii-canvas v3.0.0
5312026-07-01T19:11:37.597Z Downloaded dyn-clone v1.0.20
5322026-07-01T19:11:37.597Z Downloaded debug-ignore v1.0.5
5332026-07-01T19:11:37.597Z Downloaded cpufeatures v0.3.0
5342026-07-01T19:11:37.598Z Downloaded crc-catalog v2.4.0
5352026-07-01T19:11:37.601Z Downloaded bitfield-struct v0.6.2
5362026-07-01T19:11:37.601Z Downloaded bb8 v0.8.6
5372026-07-01T19:11:37.607Z Downloaded cobs v0.3.0
5382026-07-01T19:11:37.607Z Downloaded darling_macro v0.20.11
5392026-07-01T19:11:37.607Z Downloaded cstr-argument v0.1.2
5402026-07-01T19:11:37.612Z Downloaded dropshot-api-manager-types v0.7.2
5412026-07-01T19:11:37.612Z Downloaded defmt-parser v1.0.0
5422026-07-01T19:11:37.622Z Downloaded darling_macro v0.23.0
5432026-07-01T19:11:37.622Z Downloaded cmake v0.1.57
5442026-07-01T19:11:37.622Z Downloaded chacha20 v0.9.1
5452026-07-01T19:11:37.622Z Downloaded dsl_auto_type v0.2.0
5462026-07-01T19:11:37.622Z Downloaded foreign-types v0.3.2
5472026-07-01T19:11:37.622Z Downloaded fixedbitset v0.4.2
5482026-07-01T19:11:37.622Z Downloaded difflib v0.4.0
5492026-07-01T19:11:37.622Z Downloaded bit-vec v0.6.3
5502026-07-01T19:11:37.622Z Downloaded daft-derive v0.1.7
5512026-07-01T19:11:37.622Z Downloaded blowfish v0.9.1
5522026-07-01T19:11:37.625Z Downloaded cfg_aliases v0.1.1
5532026-07-01T19:11:37.629Z Downloaded float-ord v0.3.2
5542026-07-01T19:11:37.629Z Downloaded cfg_aliases v0.2.1
5552026-07-01T19:11:37.629Z Downloaded dirs-next v2.0.0
5562026-07-01T19:11:37.633Z Downloaded anstream v0.6.21
5572026-07-01T19:11:37.633Z Downloaded curve25519-dalek-derive v0.1.1
5582026-07-01T19:11:37.636Z Downloaded ctr v0.9.2
5592026-07-01T19:11:37.641Z Downloaded foreign-types v0.5.0
5602026-07-01T19:11:37.641Z Downloaded ar_archive_writer v0.5.1
5612026-07-01T19:11:37.644Z Downloaded ff v0.13.1
5622026-07-01T19:11:37.644Z Downloaded derive_builder_core v0.20.2
5632026-07-01T19:11:37.644Z Downloaded display-error-chain v0.2.2
5642026-07-01T19:11:37.647Z Downloaded foreign-types-shared v0.1.1
5652026-07-01T19:11:37.647Z Downloaded downcast-rs v2.0.2
5662026-07-01T19:11:37.651Z Downloaded futures-io v0.3.32
5672026-07-01T19:11:37.651Z Downloaded diesel-dtrace v0.5.0
5682026-07-01T19:11:37.651Z Downloaded der_derive v0.7.3
5692026-07-01T19:11:37.654Z Downloaded futures-task v0.3.32
5702026-07-01T19:11:37.654Z Downloaded crossbeam-deque v0.8.6
5712026-07-01T19:11:37.654Z Downloaded fxhash v0.2.1
5722026-07-01T19:11:37.654Z Downloaded futures-core v0.3.32
5732026-07-01T19:11:37.659Z Downloaded foreign-types-shared v0.3.1
5742026-07-01T19:11:37.659Z Downloaded futures-sink v0.3.32
5752026-07-01T19:11:37.659Z Downloaded funty v2.0.0
5762026-07-01T19:11:37.659Z Downloaded foreign-types-macros v0.2.3
5772026-07-01T19:11:37.661Z Downloaded daft v0.1.7
5782026-07-01T19:11:37.661Z Downloaded csv-core v0.1.13
5792026-07-01T19:11:37.661Z Downloaded find-msvc-tools v0.1.9
5802026-07-01T19:11:37.661Z Downloaded cipher v0.4.4
5812026-07-01T19:11:37.667Z Downloaded backoff v0.4.0
5822026-07-01T19:11:37.667Z Downloaded defmt v0.3.100
5832026-07-01T19:11:37.670Z Downloaded crypto-common v0.2.2
5842026-07-01T19:11:37.670Z Downloaded const_format_proc_macros v0.2.34
5852026-07-01T19:11:37.670Z Downloaded async-trait v0.1.89
5862026-07-01T19:11:37.670Z Downloaded fallible-iterator v0.2.0
5872026-07-01T19:11:37.678Z Downloaded gethostname v0.5.0
5882026-07-01T19:11:37.678Z Downloaded ena v0.14.4
5892026-07-01T19:11:37.678Z Downloaded ed25519 v2.2.3
5902026-07-01T19:11:37.683Z Downloaded env_logger v0.11.9
5912026-07-01T19:11:37.684Z Downloaded git-stub v1.0.0
5922026-07-01T19:11:37.684Z Downloaded ghash v0.5.1
5932026-07-01T19:11:37.684Z Downloaded defmt-macros v1.0.1
5942026-07-01T19:11:37.684Z Downloaded drift v0.2.0
5952026-07-01T19:11:37.689Z Downloaded endian-type v0.1.2
5962026-07-01T19:11:37.689Z Downloaded dtrace-parser v0.3.0
5972026-07-01T19:11:37.695Z Downloaded cookie_store v0.22.1
5982026-07-01T19:11:37.695Z Downloaded embedded-io v0.4.0
5992026-07-01T19:11:37.696Z Downloaded cassowary v0.3.0
6002026-07-01T19:11:37.706Z Downloaded erased-serde v0.3.31
6012026-07-01T19:11:37.706Z Downloaded displaydoc v0.2.5
6022026-07-01T19:11:37.706Z Downloaded compression-codecs v0.4.37
6032026-07-01T19:11:37.706Z Downloaded hex-literal v0.4.1
6042026-07-01T19:11:37.706Z Downloaded byte-wrapper v0.1.0
6052026-07-01T19:11:37.711Z Downloaded dof v0.4.0
6062026-07-01T19:11:37.711Z Downloaded convert_case v0.10.0
6072026-07-01T19:11:37.711Z Downloaded colored v3.1.1
6082026-07-01T19:11:37.711Z Downloaded fixedbitset v0.5.7
6092026-07-01T19:11:37.711Z Downloaded ecdsa v0.16.9
6102026-07-01T19:11:37.711Z Downloaded crc32fast v1.5.0
6112026-07-01T19:11:37.711Z Downloaded hash32 v0.2.1
6122026-07-01T19:11:37.716Z Downloaded futures-macro v0.3.32
6132026-07-01T19:11:37.716Z Downloaded foldhash v0.1.5
6142026-07-01T19:11:37.716Z Downloaded elliptic-curve v0.13.8
6152026-07-01T19:11:37.719Z Downloaded darling_core v0.20.11
6162026-07-01T19:11:37.722Z Downloaded hex v0.4.3
6172026-07-01T19:11:37.722Z Downloaded headers-core v0.3.0
6182026-07-01T19:11:37.722Z Downloaded foldhash v0.2.0
6192026-07-01T19:11:37.731Z Downloaded buf-list v1.1.2
6202026-07-01T19:11:37.731Z Downloaded globwalk v0.9.1
6212026-07-01T19:11:37.737Z Downloaded fs_extra v1.3.0
6222026-07-01T19:11:37.737Z Downloaded highway v1.3.0
6232026-07-01T19:11:37.737Z Downloaded corncobs v0.1.4
6242026-07-01T19:11:37.738Z Downloaded clang-sys v1.8.1
6252026-07-01T19:11:37.738Z Downloaded crc v3.4.0
6262026-07-01T19:11:37.738Z Downloaded bcs v0.1.6
6272026-07-01T19:11:37.738Z Downloaded git-stub-vcs v0.1.0
6282026-07-01T19:11:37.738Z Downloaded console v0.15.11
6292026-07-01T19:11:37.743Z Downloaded ciborium v0.2.2
6302026-07-01T19:11:37.743Z Downloaded async-bb8-diesel v0.2.1
6312026-07-01T19:11:37.743Z Downloaded bzip2 v0.6.1
6322026-07-01T19:11:37.743Z Downloaded hubpack_derive v0.1.1
6332026-07-01T19:11:37.743Z Downloaded httpdate v1.0.3
6342026-07-01T19:11:37.746Z Downloaded fd-lock v4.0.4
6352026-07-01T19:11:37.746Z Downloaded flagset v0.4.7
6362026-07-01T19:11:37.746Z Downloaded embedded-io v0.6.1
6372026-07-01T19:11:37.750Z Downloaded crucible-workspace-hack v0.1.0
6382026-07-01T19:11:37.750Z Downloaded enum-as-inner v0.6.1
6392026-07-01T19:11:37.750Z Downloaded cookie v0.18.1
6402026-07-01T19:11:37.750Z Downloaded form_urlencoded v1.2.2
6412026-07-01T19:11:37.753Z Downloaded crunchy v0.2.4
6422026-07-01T19:11:37.753Z Downloaded dunce v1.0.5
6432026-07-01T19:11:37.753Z Downloaded camino-tempfile-ext v0.3.3
6442026-07-01T19:11:37.753Z Downloaded hostname v0.3.1
6452026-07-01T19:11:37.757Z Downloaded hash32 v0.3.1
6462026-07-01T19:11:37.757Z Downloaded cancel-safe-futures v0.1.5
6472026-07-01T19:11:37.761Z Downloaded ident_case v1.0.1
6482026-07-01T19:11:37.761Z Downloaded derive_more v0.99.20
6492026-07-01T19:11:37.767Z Downloaded darling_core v0.23.0
6502026-07-01T19:11:37.767Z Downloaded illumos-nvpair v0.3.0
6512026-07-01T19:11:37.770Z Downloaded indent_write v2.2.0
6522026-07-01T19:11:37.770Z Downloaded idna_adapter v1.2.1
6532026-07-01T19:11:37.770Z Downloaded globset v0.4.18
6542026-07-01T19:11:37.770Z Downloaded crossbeam-utils v0.8.21
6552026-07-01T19:11:37.774Z Downloaded futures-executor v0.3.32
6562026-07-01T19:11:37.774Z Downloaded group v0.13.0
6572026-07-01T19:11:37.774Z Downloaded futures-channel v0.3.32
6582026-07-01T19:11:37.780Z Downloaded glob v0.3.3
6592026-07-01T19:11:37.780Z Downloaded hubpack v0.1.2
6602026-07-01T19:11:37.780Z Downloaded hyper-tls v0.6.0
6612026-07-01T19:11:37.780Z Downloaded is_ci v1.2.0
6622026-07-01T19:11:37.784Z Downloaded indoc v1.0.9
6632026-07-01T19:11:37.784Z Downloaded const-oid v0.10.2
6642026-07-01T19:11:37.784Z Downloaded illumos-nvpair-sys v0.2.0
6652026-07-01T19:11:37.787Z Downloaded home v0.5.12
6662026-07-01T19:11:37.787Z Downloaded inout v0.1.4
6672026-07-01T19:11:37.787Z Downloaded is-terminal v0.4.17
6682026-07-01T19:11:37.792Z Downloaded getrandom v0.2.17
6692026-07-01T19:11:37.792Z Downloaded const-oid v0.9.6
6702026-07-01T19:11:37.797Z Downloaded instability v0.3.11
6712026-07-01T19:11:37.797Z Downloaded blake2 v0.10.6
6722026-07-01T19:11:37.797Z Downloaded keccak v0.1.6
6732026-07-01T19:11:37.797Z Downloaded internet-checksum v0.2.1
6742026-07-01T19:11:37.797Z Downloaded diesel_table_macro_syntax v0.3.0
6752026-07-01T19:11:37.800Z Downloaded lazy_static v1.5.0
6762026-07-01T19:11:37.800Z Downloaded libscf-sys v1.1.0
6772026-07-01T19:11:37.800Z Downloaded crossbeam-epoch v0.9.18
6782026-07-01T19:11:37.804Z Downloaded half v1.8.3
6792026-07-01T19:11:37.804Z Downloaded either v1.15.0
6802026-07-01T19:11:37.804Z Downloaded critical-section v1.2.0
6812026-07-01T19:11:37.807Z Downloaded deranged v0.5.8
6822026-07-01T19:11:37.808Z Downloaded lalrpop-util v0.19.12
6832026-07-01T19:11:37.811Z Downloaded arc-swap v1.8.2
6842026-07-01T19:11:37.815Z Downloaded kstat-rs v0.2.4
6852026-07-01T19:11:37.815Z Downloaded ahash v0.8.12
6862026-07-01T19:11:37.815Z Downloaded bzip2 v0.4.4
6872026-07-01T19:11:37.815Z Downloaded document-features v0.2.12
6882026-07-01T19:11:37.822Z Downloaded http-range v0.1.5
6892026-07-01T19:11:37.822Z Downloaded http-body v1.0.1
6902026-07-01T19:11:37.822Z Downloaded fs-err v2.11.0
6912026-07-01T19:11:37.822Z Downloaded hostname v0.4.2
6922026-07-01T19:11:37.825Z Downloaded console v0.16.2
6932026-07-01T19:11:37.826Z Downloaded colored v2.2.0
6942026-07-01T19:11:37.826Z Downloaded instant v0.1.13
6952026-07-01T19:11:37.826Z Downloaded chacha20 v0.10.0
6962026-07-01T19:11:37.829Z Downloaded impl-trait-for-tuples v0.2.3
6972026-07-01T19:11:37.829Z Downloaded diff v0.1.13
6982026-07-01T19:11:37.832Z Downloaded filetime v0.2.27
6992026-07-01T19:11:37.832Z Downloaded derive_more-impl v2.1.1
7002026-07-01T19:11:37.836Z Downloaded maybe-uninit v2.0.0
7012026-07-01T19:11:37.839Z Downloaded ingot-types v0.1.2
7022026-07-01T19:11:37.839Z Downloaded lru-cache v0.1.2
7032026-07-01T19:11:37.839Z Downloaded lru v0.12.5
7042026-07-01T19:11:37.842Z Downloaded data-encoding v2.10.0
7052026-07-01T19:11:37.842Z Downloaded base64ct v1.8.3
7062026-07-01T19:11:37.842Z Downloaded memoffset v0.9.1
7072026-07-01T19:11:37.846Z Downloaded maplit v1.0.2
7082026-07-01T19:11:37.847Z Downloaded http-body-util v0.1.3
7092026-07-01T19:11:37.847Z Downloaded derive-ex v0.1.8
7102026-07-01T19:11:37.849Z Downloaded darling v0.13.4
7112026-07-01T19:11:37.849Z Downloaded md5 v0.7.0
7122026-07-01T19:11:37.849Z Downloaded ipnet v2.11.0
7132026-07-01T19:11:37.852Z Downloaded indoc v2.0.7
7142026-07-01T19:11:37.852Z Downloaded match_cfg v0.1.0
7152026-07-01T19:11:37.852Z Downloaded crc8 v0.1.1
7162026-07-01T19:11:37.855Z Downloaded hyper-staticfile v0.10.1
7172026-07-01T19:11:37.855Z Downloaded bytes v1.11.1
7182026-07-01T19:11:37.862Z Downloaded nodrop v0.1.14
7192026-07-01T19:11:37.862Z Downloaded newtype-uuid-macros v0.1.0
7202026-07-01T19:11:37.867Z Downloaded new_debug_unreachable v1.0.6
7212026-07-01T19:11:37.867Z Downloaded num-conv v0.2.0
7222026-07-01T19:11:37.867Z Downloaded getrandom v0.3.4
7232026-07-01T19:11:37.867Z Downloaded normalize-line-endings v0.3.0
7242026-07-01T19:11:37.867Z Downloaded newtype_derive v0.1.6
7252026-07-01T19:11:37.867Z Downloaded lzss v0.8.2
7262026-07-01T19:11:37.867Z Downloaded num-derive v0.3.3
7272026-07-01T19:11:37.870Z Downloaded hybrid-array v0.4.10
7282026-07-01T19:11:37.870Z Downloaded dropshot_endpoint v0.17.1
7292026-07-01T19:11:37.873Z Downloaded nibble_vec v0.1.0
7302026-07-01T19:11:37.873Z Downloaded derive_builder v0.20.2
7312026-07-01T19:11:37.880Z Downloaded des v0.8.1
7322026-07-01T19:11:37.880Z Downloaded num v0.4.3
7332026-07-01T19:11:37.884Z Downloaded flate2 v1.1.9
7342026-07-01T19:11:37.884Z Downloaded darling v0.20.11
7352026-07-01T19:11:37.884Z Downloaded base64 v0.22.1
7362026-07-01T19:11:37.887Z Downloaded libsw v3.5.0
7372026-07-01T19:11:37.887Z Downloaded multimap v0.10.1
7382026-07-01T19:11:37.887Z Downloaded num-iter v0.1.45
7392026-07-01T19:11:37.892Z Downloaded libefi-sys v0.1.0
7402026-07-01T19:11:37.892Z Downloaded der v0.7.10
7412026-07-01T19:11:37.896Z Downloaded num_enum_derive v0.5.11
7422026-07-01T19:11:37.896Z Downloaded num-derive v0.4.2
7432026-07-01T19:11:37.896Z Downloaded libsw-core v0.3.2
7442026-07-01T19:11:37.899Z Downloaded nonempty v0.12.0
7452026-07-01T19:11:37.899Z Downloaded lock_api v0.4.14
7462026-07-01T19:11:37.899Z Downloaded aes v0.8.4
7472026-07-01T19:11:37.904Z Downloaded olpc-cjson v0.1.4
7482026-07-01T19:11:37.904Z Downloaded openssl-probe v0.1.6
7492026-07-01T19:11:37.904Z Downloaded opaque-debug v0.3.1
7502026-07-01T19:11:37.904Z Downloaded linked-hash-map v0.5.6
7512026-07-01T19:11:37.907Z Downloaded libloading v0.8.9
7522026-07-01T19:11:37.907Z Downloaded openssl-probe v0.2.1
7532026-07-01T19:11:37.907Z Downloaded iana-time-zone v0.1.65
7542026-07-01T19:11:37.911Z Downloaded packed_struct_codegen v0.10.1
7552026-07-01T19:11:37.911Z Downloaded openssl-macros v0.1.1
7562026-07-01T19:11:37.911Z Downloaded num_threads v0.1.7
7572026-07-01T19:11:37.914Z Downloaded async-compression v0.4.41
7582026-07-01T19:11:37.914Z Downloaded half v2.7.1
7592026-07-01T19:11:37.919Z Downloaded ingot-macros v0.1.1
7602026-07-01T19:11:37.920Z Downloaded flume v0.11.1
7612026-07-01T19:11:37.923Z Downloaded httparse v1.10.1
7622026-07-01T19:11:37.923Z Downloaded oso-derive v0.27.3
7632026-07-01T19:11:37.923Z Downloaded mime v0.3.17
7642026-07-01T19:11:37.929Z Downloaded base64 v0.21.7
7652026-07-01T19:11:37.929Z Downloaded humantime v2.3.0
7662026-07-01T19:11:37.929Z Downloaded newline-converter v0.3.0
7672026-07-01T19:11:37.929Z Downloaded compact_str v0.8.1
7682026-07-01T19:11:37.932Z Downloaded multer v3.1.0
7692026-07-01T19:11:37.932Z Downloaded nanorand v0.7.0
7702026-07-01T19:11:37.938Z Downloaded md-5 v0.10.6
7712026-07-01T19:11:37.938Z Downloaded num-rational v0.4.2
7722026-07-01T19:11:37.938Z Downloaded nu-ansi-term v0.50.3
7732026-07-01T19:11:37.956Z Downloaded mime_guess v2.0.5
7742026-07-01T19:11:37.956Z Downloaded ipnetwork v0.21.1
7752026-07-01T19:11:37.956Z Downloaded num-complex v0.4.6
7762026-07-01T19:11:37.956Z Downloaded fatfs v0.3.6
7772026-07-01T19:11:37.956Z Downloaded crc-any v2.5.0
7782026-07-01T19:11:37.956Z Downloaded linear-map v1.2.0
7792026-07-01T19:11:37.961Z Downloaded jobserver v0.1.34
7802026-07-01T19:11:37.961Z Downloaded ingot v0.1.1
7812026-07-01T19:11:37.961Z Downloaded cbc v0.1.2
7822026-07-01T19:11:37.961Z Downloaded hyper-rustls v0.27.7
7832026-07-01T19:11:37.964Z Downloaded phf_shared v0.13.1
7842026-07-01T19:11:37.967Z Downloaded crypto-bigint v0.5.5
7852026-07-01T19:11:38.011Z Downloaded num_enum_derive v0.7.6
7862026-07-01T19:11:38.011Z Downloaded num_enum v0.7.6
7872026-07-01T19:11:38.011Z Downloaded phf_shared v0.12.1
7882026-07-01T19:11:38.011Z Downloaded path-slash v0.1.5
7892026-07-01T19:11:38.011Z Downloaded num_enum v0.5.11
7902026-07-01T19:11:38.011Z Downloaded chrono v0.4.44
7912026-07-01T19:11:38.011Z Downloaded ignore v0.4.25
7922026-07-01T19:11:38.011Z Downloaded headers v0.4.1
7932026-07-01T19:11:38.011Z Downloaded oxnet v0.1.6
7942026-07-01T19:11:38.012Z Downloaded indexmap v1.9.3
7952026-07-01T19:11:38.012Z Downloaded packed_struct v0.10.1
7962026-07-01T19:11:38.012Z Downloaded icu_properties v2.1.2
7972026-07-01T19:11:38.012Z Downloaded potential_utf v0.1.4
7982026-07-01T19:11:38.012Z Downloaded proc-macro-error-attr2 v2.0.0
7992026-07-01T19:11:38.012Z Downloaded peg-runtime v0.8.5
8002026-07-01T19:11:38.012Z Downloaded phf_shared v0.11.3
8012026-07-01T19:11:38.012Z Downloaded predicates-core v1.0.10
8022026-07-01T19:11:38.012Z Downloaded oxide-tokio-rt v0.1.4
8032026-07-01T19:11:38.012Z Downloaded owo-colors v4.3.0
8042026-07-01T19:11:38.012Z Downloaded memmap2 v0.9.10
8052026-07-01T19:11:38.012Z Downloaded chacha20poly1305 v0.10.1
8062026-07-01T19:11:38.012Z Downloaded proc-macro-crate v1.3.1
8072026-07-01T19:11:38.012Z Downloaded precomputed-hash v0.1.1
8082026-07-01T19:11:38.012Z Downloaded predicates-tree v1.0.13
8092026-07-01T19:11:38.012Z Downloaded powerfmt v0.2.0
8102026-07-01T19:11:38.022Z Downloaded num-integer v0.1.46
8112026-07-01T19:11:38.022Z Downloaded newtype-uuid v1.3.2
8122026-07-01T19:11:38.022Z Downloaded litrs v1.0.0
8132026-07-01T19:11:38.022Z Downloaded litemap v0.8.1
8142026-07-01T19:11:38.022Z Downloaded icu_provider v2.1.1
8152026-07-01T19:11:38.022Z Downloaded crossterm v0.28.1
8162026-07-01T19:11:38.027Z Downloaded icu_locale_core v2.1.1
8172026-07-01T19:11:38.027Z Downloaded proc-macro-crate v3.4.0
8182026-07-01T19:11:38.028Z Downloaded futures v0.3.32
8192026-07-01T19:11:38.028Z Downloaded progenitor-client v0.14.0
8202026-07-01T19:11:38.039Z Downloaded parse-display v0.10.0
8212026-07-01T19:11:38.039Z Downloaded parse-display-derive v0.10.0
8222026-07-01T19:11:38.039Z Downloaded darling v0.23.0
8232026-07-01T19:11:38.042Z Downloaded password-hash v0.4.2
8242026-07-01T19:11:38.042Z Downloaded cc v1.2.56
8252026-07-01T19:11:38.042Z Downloaded peg v0.8.5
8262026-07-01T19:11:38.042Z Downloaded psl-types v2.0.11
8272026-07-01T19:11:38.042Z Downloaded progenitor-macro v0.13.0
8282026-07-01T19:11:38.042Z Downloaded progenitor-macro v0.14.0
8292026-07-01T19:11:38.043Z Downloaded phf v0.13.1
8302026-07-01T19:11:38.043Z Downloaded percent-encoding v2.3.2
8312026-07-01T19:11:38.043Z Downloaded pem-rfc7468 v0.7.0
8322026-07-01T19:11:38.046Z Downloaded peg-macros v0.8.5
8332026-07-01T19:11:38.046Z Downloaded quick-error v1.2.3
8342026-07-01T19:11:38.046Z Downloaded paste v1.0.15
8352026-07-01T19:11:38.053Z Downloaded rand_chacha v0.3.1
8362026-07-01T19:11:38.054Z Downloaded poly1305 v0.8.0
8372026-07-01T19:11:38.060Z Downloaded pkcs8 v0.10.2
8382026-07-01T19:11:38.060Z Downloaded indicatif v0.18.4
8392026-07-01T19:11:38.060Z Downloaded pin-project-lite v0.2.17
8402026-07-01T19:11:38.060Z Downloaded heapless v0.8.0
8412026-07-01T19:11:38.063Z Downloaded radium v0.7.0
8422026-07-01T19:11:38.064Z Downloaded pem v3.0.6
8432026-07-01T19:11:38.064Z Downloaded icu_normalizer_data v2.1.1
8442026-07-01T19:11:38.064Z Downloaded phf v0.12.1
8452026-07-01T19:11:38.073Z Downloaded parking_lot_core v0.8.6
8462026-07-01T19:11:38.074Z Downloaded lru-slab v0.1.2
8472026-07-01T19:11:38.074Z Downloaded polyval v0.6.2
8482026-07-01T19:11:38.074Z Downloaded postgres-protocol v0.6.10
8492026-07-01T19:11:38.077Z Downloaded pbkdf2 v0.12.2
8502026-07-01T19:11:38.077Z Downloaded parking_lot v0.11.2
8512026-07-01T19:11:38.077Z Downloaded progenitor-client v0.13.0
8522026-07-01T19:11:38.077Z Downloaded pkg-config v0.3.32
8532026-07-01T19:11:38.078Z Downloaded heapless v0.7.17
8542026-07-01T19:11:38.078Z Downloaded hickory-resolver v0.24.4
8552026-07-01T19:11:38.081Z Downloaded derive_more v2.1.1
8562026-07-01T19:11:38.087Z Downloaded ref-cast v1.0.25
8572026-07-01T19:11:38.091Z Downloaded rand_xorshift v0.4.0
8582026-07-01T19:11:38.091Z Downloaded primeorder v0.13.6
8592026-07-01T19:11:38.091Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-07-01T19:11:38.091Z Downloaded recursive v0.1.1
8612026-07-01T19:11:38.096Z Downloaded progenitor-extras v0.2.0
8622026-07-01T19:11:38.096Z Downloaded ref-cast-impl v1.0.25
8632026-07-01T19:11:38.096Z Downloaded progenitor v0.14.0
8642026-07-01T19:11:38.096Z Downloaded proc-macro-error2 v2.0.1
8652026-07-01T19:11:38.099Z Downloaded predicates v3.1.4
8662026-07-01T19:11:38.099Z Downloaded rfc6979 v0.4.0
8672026-07-01T19:11:38.099Z Downloaded ppv-lite86 v0.2.21
8682026-07-01T19:11:38.099Z Downloaded password-hash v0.5.0
8692026-07-01T19:11:38.102Z Downloaded oso v0.27.3
8702026-07-01T19:11:38.108Z Downloaded bumpalo v3.20.2
8712026-07-01T19:11:38.108Z Downloaded parking_lot_core v0.9.12
8722026-07-01T19:11:38.108Z Downloaded native-tls v0.2.18
8732026-07-01T19:11:38.108Z Downloaded psm v0.1.30
8742026-07-01T19:11:38.113Z Downloaded russh-cryptovec v0.7.3
8752026-07-01T19:11:38.113Z Downloaded rand_chacha v0.9.0
8762026-07-01T19:11:38.113Z Downloaded darling_core v0.21.3
8772026-07-01T19:11:38.116Z Downloaded rustc_version v0.4.1
8782026-07-01T19:11:38.116Z Downloaded rustc_version v0.1.7
8792026-07-01T19:11:38.116Z Downloaded rustc-hash v2.1.1
8802026-07-01T19:11:38.123Z Downloaded crossbeam-channel v0.5.15
8812026-07-01T19:11:38.123Z Downloaded pbkdf2 v0.11.0
8822026-07-01T19:11:38.128Z Downloaded parse-size v1.1.0
8832026-07-01T19:11:38.128Z Downloaded hmac v0.12.1
8842026-07-01T19:11:38.128Z Downloaded rand_core v0.9.5
8852026-07-01T19:11:38.129Z Downloaded num-traits v0.2.19
8862026-07-01T19:11:38.129Z Downloaded pin-project-internal v1.1.11
8872026-07-01T19:11:38.132Z Downloaded omicron-zone-package v0.12.3
8882026-07-01T19:11:38.132Z Downloaded libbz2-rs-sys v0.2.2
8892026-07-01T19:11:38.132Z Downloaded r2d2 v0.8.10
8902026-07-01T19:11:38.137Z Downloaded pkcs5 v0.7.1
8912026-07-01T19:11:38.137Z Downloaded postgres-types v0.2.12
8922026-07-01T19:11:38.137Z Downloaded postcard v1.1.3
8932026-07-01T19:11:38.140Z Downloaded pkcs1 v0.7.5
8942026-07-01T19:11:38.140Z Downloaded sapling-renderdag v0.1.0
8952026-07-01T19:11:38.143Z Downloaded scopeguard v1.2.0
8962026-07-01T19:11:38.143Z Downloaded rand_core v0.10.0
8972026-07-01T19:11:38.143Z Downloaded diesel_derives v2.3.7
8982026-07-01T19:11:38.147Z Downloaded expectorate v1.2.0
8992026-07-01T19:11:38.149Z Downloaded scheduled-thread-pool v0.2.7
9002026-07-01T19:11:38.152Z Downloaded salsa20 v0.10.2
9012026-07-01T19:11:38.152Z Downloaded same-file v1.0.6
9022026-07-01T19:11:38.152Z Downloaded derive-where v1.6.0
9032026-07-01T19:11:38.155Z Downloaded seq-macro v0.3.6
9042026-07-01T19:11:38.157Z Downloaded rand_seeder v0.4.0
9052026-07-01T19:11:38.158Z Downloaded miniz_oxide v0.8.9
9062026-07-01T19:11:38.161Z Downloaded semver v0.1.20
9072026-07-01T19:11:38.161Z Downloaded secrecy v0.10.3
9082026-07-01T19:11:38.162Z Downloaded serde_bytes v0.11.19
9092026-07-01T19:11:38.162Z Downloaded secrecy v0.8.0
9102026-07-01T19:11:38.165Z Downloaded scrypt v0.11.0
9112026-07-01T19:11:38.165Z Downloaded rand_core v0.6.4
9122026-07-01T19:11:38.165Z Downloaded p256 v0.13.2
9132026-07-01T19:11:38.167Z Downloaded progenitor v0.13.0
9142026-07-01T19:11:38.167Z Downloaded parking_lot v0.12.5
9152026-07-01T19:11:38.170Z Downloaded icu_normalizer v2.1.1
9162026-07-01T19:11:38.176Z Downloaded serde-big-array v0.5.1
9172026-07-01T19:11:38.176Z Downloaded rtoolbox v0.0.3
9182026-07-01T19:11:38.176Z Downloaded hashbrown v0.12.3
9192026-07-01T19:11:38.179Z Downloaded rustls-pemfile v2.2.0
9202026-07-01T19:11:38.179Z Downloaded rustls-native-certs v0.8.3
9212026-07-01T19:11:38.179Z Downloaded serde_spanned v1.1.1
9222026-07-01T19:11:38.183Z Downloaded bitflags v1.3.2
9232026-07-01T19:11:38.183Z Downloaded bitfield v0.19.4
9242026-07-01T19:11:38.186Z Downloaded serde_urlencoded v0.7.1
9252026-07-01T19:11:38.186Z Downloaded sha1 v0.10.6
9262026-07-01T19:11:38.186Z Downloaded resolv-conf v0.7.6
9272026-07-01T19:11:38.188Z Downloaded serde_plain v1.0.2
9282026-07-01T19:11:38.189Z Downloaded constant_time_eq v0.4.2
9292026-07-01T19:11:38.189Z Downloaded darling_macro v0.21.3
9302026-07-01T19:11:38.193Z Downloaded icu_collections v2.1.1
9312026-07-01T19:11:38.200Z Downloaded quinn-udp v0.5.14
9322026-07-01T19:11:38.202Z Downloaded serde_repr v0.1.20
9332026-07-01T19:11:38.203Z Downloaded sigpipe v0.1.3
9342026-07-01T19:11:38.205Z Downloaded sha1 v0.11.0
9352026-07-01T19:11:38.205Z Downloaded pin-project v1.1.11
9362026-07-01T19:11:38.212Z Downloaded siphasher v1.0.2
9372026-07-01T19:11:38.216Z Downloaded crossterm v0.29.0
9382026-07-01T19:11:38.219Z Downloaded signal-hook-tokio v0.3.1
9392026-07-01T19:11:38.219Z Downloaded signal-hook-mio v0.2.5
9402026-07-01T19:11:38.219Z Downloaded schemars_derive v0.8.22
9412026-07-01T19:11:38.224Z Downloaded rusty-fork v0.3.1
9422026-07-01T19:11:38.224Z Downloaded hashbrown v0.13.2
9432026-07-01T19:11:38.224Z Downloaded slog-bunyan v2.5.0
9442026-07-01T19:11:38.228Z Downloaded minimal-lexical v0.2.1
9452026-07-01T19:11:38.228Z Downloaded signature v2.2.0
9462026-07-01T19:11:38.232Z Downloaded shell-words v1.1.1
9472026-07-01T19:11:38.232Z Downloaded jiff-static v0.2.21
9482026-07-01T19:11:38.232Z Downloaded sec1 v0.7.3
9492026-07-01T19:11:38.232Z Downloaded hickory-server v0.25.2
9502026-07-01T19:11:38.237Z Downloaded scroll_derive v0.13.1
9512026-07-01T19:11:38.237Z Downloaded slog-envlogger v2.2.0
9522026-07-01T19:11:38.237Z Downloaded papergrid v0.17.0
9532026-07-01T19:11:38.263Z Downloaded prefix-trie v0.7.0
9542026-07-01T19:11:38.264Z Downloaded serde-hex v0.1.0
9552026-07-01T19:11:38.280Z Downloaded http v1.4.2
9562026-07-01T19:11:38.280Z Downloaded aes-gcm v0.10.3
9572026-07-01T19:11:38.281Z Downloaded serde_path_to_error v0.1.20
9582026-07-01T19:11:38.281Z Downloaded serde_derive_internals v0.29.1
9592026-07-01T19:11:38.281Z Downloaded russh-keys v0.45.0
9602026-07-01T19:11:38.281Z Downloaded ssh-encoding v0.2.0
9612026-07-01T19:11:38.281Z Downloaded strip-ansi-escapes v0.2.1
9622026-07-01T19:11:38.286Z Downloaded hyper-util v0.1.20
9632026-07-01T19:11:38.286Z Downloaded serde_with_macros v1.5.2
9642026-07-01T19:11:38.287Z Downloaded openssl-sys v0.9.115
9652026-07-01T19:11:38.287Z Downloaded sqlparser_derive v0.5.0
9662026-07-01T19:11:38.291Z Downloaded shlex v1.3.0
9672026-07-01T19:11:38.291Z Downloaded rustversion v1.0.22
9682026-07-01T19:11:38.291Z Downloaded strum v0.26.3
9692026-07-01T19:11:38.291Z Downloaded stable_deref_trait v1.2.1
9702026-07-01T19:11:38.291Z Downloaded ssh-cipher v0.2.0
9712026-07-01T19:11:38.291Z Downloaded simd-adler32 v0.3.8
9722026-07-01T19:11:38.295Z Downloaded itertools v0.10.5
9732026-07-01T19:11:38.299Z Downloaded strum v0.27.2
9742026-07-01T19:11:38.299Z Downloaded structmeta-derive v0.3.0
9752026-07-01T19:11:38.299Z Downloaded structmeta v0.3.0
9762026-07-01T19:11:38.299Z Downloaded strsim v0.10.0
9772026-07-01T19:11:38.303Z Downloaded rcgen v0.12.1
9782026-07-01T19:11:38.303Z Downloaded managed v0.8.0
9792026-07-01T19:11:38.303Z Downloaded supports-color v3.0.2
9802026-07-01T19:11:38.306Z Downloaded scroll v0.13.0
9812026-07-01T19:11:38.306Z Downloaded subtle v2.6.1
9822026-07-01T19:11:38.306Z Downloaded hickory-resolver v0.25.2
9832026-07-01T19:11:38.309Z Downloaded dirs-sys-next v0.1.2
9842026-07-01T19:11:38.312Z Downloaded progenitor-impl v0.13.0
9852026-07-01T19:11:38.317Z Downloaded mio v1.2.0
9862026-07-01T19:11:38.320Z Downloaded slog-scope v4.4.1
9872026-07-01T19:11:38.320Z Downloaded smallvec v0.6.14
9882026-07-01T19:11:38.320Z Downloaded tagptr v0.2.0
9892026-07-01T19:11:38.320Z Downloaded sync_wrapper v1.0.2
9902026-07-01T19:11:38.324Z Downloaded sync-ptr v0.1.4
9912026-07-01T19:11:38.324Z Downloaded slog-stdlog v4.1.1
9922026-07-01T19:11:38.324Z Downloaded tabwriter v1.4.1
9932026-07-01T19:11:38.324Z Downloaded snafu-derive v0.8.9
9942026-07-01T19:11:38.328Z Downloaded slog-term v2.9.2
9952026-07-01T19:11:38.328Z Downloaded slog-dtrace v0.3.0
9962026-07-01T19:11:38.328Z Downloaded termtree v0.5.1
9972026-07-01T19:11:38.332Z Downloaded slog-async v2.8.0
9982026-07-01T19:11:38.332Z Downloaded take_mut v0.2.2
9992026-07-01T19:11:38.332Z Downloaded tabled_derive v0.11.0
10002026-07-01T19:11:38.332Z Downloaded smf v0.2.3
10012026-07-01T19:11:38.336Z Downloaded slog-json v2.6.1
10022026-07-01T19:11:38.336Z Downloaded rustls-pki-types v1.14.0
10032026-07-01T19:11:38.339Z Downloaded serde_with_macros v3.17.0
10042026-07-01T19:11:38.339Z Downloaded progenitor-impl v0.14.0
10052026-07-01T19:11:38.341Z Downloaded testing_table v0.3.0
10062026-07-01T19:11:38.341Z Downloaded thread-id v5.1.0
10072026-07-01T19:11:38.344Z Downloaded thiserror-impl-no-std v2.0.2
10082026-07-01T19:11:38.344Z Downloaded serde_cbor v0.11.2
10092026-07-01T19:11:38.350Z Downloaded string_cache v0.8.9
10102026-07-01T19:11:38.350Z Downloaded static_assertions v1.1.0
10112026-07-01T19:11:38.350Z Downloaded sqlformat v0.3.5
10122026-07-01T19:11:38.360Z Downloaded spki v0.7.3
10132026-07-01T19:11:38.360Z Downloaded signal-hook-registry v1.4.8
10142026-07-01T19:11:38.362Z Downloaded time-core v0.1.8
10152026-07-01T19:11:38.363Z Downloaded stringprep v0.1.5
10162026-07-01T19:11:38.369Z Downloaded ryu v1.0.23
10172026-07-01T19:11:38.369Z Downloaded stacker v0.1.23
10182026-07-01T19:11:38.369Z Downloaded slab v0.4.12
10192026-07-01T19:11:38.372Z Downloaded rustls-platform-verifier v0.6.2
10202026-07-01T19:11:38.372Z Downloaded prettyplease v0.2.37
10212026-07-01T19:11:38.377Z Downloaded strum_macros v0.27.2
10222026-07-01T19:11:38.379Z Downloaded tinyvec_macros v0.1.1
10232026-07-01T19:11:38.379Z Downloaded support-bundle-viewer v0.1.2
10242026-07-01T19:11:38.380Z Downloaded tokio-macros v2.7.0
10252026-07-01T19:11:38.383Z Downloaded strum_macros v0.24.3
10262026-07-01T19:11:38.383Z Downloaded synstructure v0.13.2
10272026-07-01T19:11:38.383Z Downloaded strum_macros v0.26.4
10282026-07-01T19:11:38.386Z Downloaded rayon-core v1.13.0
10292026-07-01T19:11:38.386Z Downloaded pretty_assertions v1.4.1
10302026-07-01T19:11:38.391Z Downloaded tap v1.0.1
10312026-07-01T19:11:38.395Z Downloaded publicsuffix v2.3.0
10322026-07-01T19:11:38.396Z Downloaded smallvec v1.15.1
10332026-07-01T19:11:38.399Z Downloaded schemars v0.8.22
10342026-07-01T19:11:38.402Z Downloaded tokio-test v0.4.5
10352026-07-01T19:11:38.406Z Downloaded ron v0.8.1
10362026-07-01T19:11:38.413Z Downloaded libxml v0.3.3
10372026-07-01T19:11:38.413Z Downloaded idna v1.1.0
10382026-07-01T19:11:38.417Z Downloaded num-bigint v0.4.6
10392026-07-01T19:11:38.421Z Downloaded topological-sort v0.2.2
10402026-07-01T19:11:38.421Z Downloaded tower-service v0.3.3
10412026-07-01T19:11:38.421Z Downloaded tinystr v0.8.2
10422026-07-01T19:11:38.424Z Downloaded thread_local v1.1.9
10432026-07-01T19:11:38.424Z Downloaded similar v2.7.0
10442026-07-01T19:11:38.428Z Downloaded aho-corasick v1.1.4
10452026-07-01T19:11:38.431Z Downloaded quinn v0.11.9
10462026-07-01T19:11:38.431Z Downloaded nom v7.1.3
10472026-07-01T19:11:38.434Z Downloaded try-lock v0.2.5
10482026-07-01T19:11:38.438Z Downloaded trait-variant v0.1.2
10492026-07-01T19:11:38.438Z Downloaded signal-hook v0.3.18
10502026-07-01T19:11:38.441Z Downloaded iri-string v0.7.10
10512026-07-01T19:11:38.445Z Downloaded unarray v0.1.4
10522026-07-01T19:11:38.445Z Downloaded typify-macro v0.6.2
10532026-07-01T19:11:38.446Z Downloaded tls_codec_derive v0.4.2
10542026-07-01T19:11:38.449Z Downloaded tiny-keccak v2.0.2
10552026-07-01T19:11:38.449Z Downloaded schemars v0.9.0
10562026-07-01T19:11:38.454Z Downloaded unicode-xid v0.2.6
10572026-07-01T19:11:38.463Z Downloaded usdt-macro v0.6.0
10582026-07-01T19:11:38.464Z Downloaded universal-hash v0.5.1
10592026-07-01T19:11:38.464Z Downloaded unicode-truncate v1.1.0
10602026-07-01T19:11:38.464Z Downloaded utf-8 v0.7.6
10612026-07-01T19:11:38.464Z Downloaded untrusted v0.7.1
10622026-07-01T19:11:38.464Z Downloaded tls_codec v0.4.2
10632026-07-01T19:11:38.464Z Downloaded itertools v0.12.1
10642026-07-01T19:11:38.469Z Downloaded tokio-native-tls v0.3.1
10652026-07-01T19:11:38.469Z Downloaded usdt-attr-macro v0.6.0
10662026-07-01T19:11:38.469Z Downloaded untrusted v0.9.0
10672026-07-01T19:11:38.469Z Downloaded usdt v0.6.0
10682026-07-01T19:11:38.478Z Downloaded tokio-dtrace v0.1.1
10692026-07-01T19:11:38.478Z Downloaded dropshot-api-manager v0.7.2
10702026-07-01T19:11:38.478Z Downloaded tokio-tungstenite v0.21.0
10712026-07-01T19:11:38.478Z Downloaded hashbrown v0.16.1
10722026-07-01T19:11:38.485Z Downloaded hashbrown v0.15.5
10732026-07-01T19:11:38.485Z Downloaded utf8_iter v1.0.4
10742026-07-01T19:11:38.485Z Downloaded rand v0.8.6
10752026-07-01T19:11:38.496Z Downloaded term v0.7.0
10762026-07-01T19:11:38.496Z Downloaded serde_yaml v0.9.34+deprecated
10772026-07-01T19:11:38.496Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10782026-07-01T19:11:38.496Z Downloaded tokio-tungstenite v0.23.1
10792026-07-01T19:11:38.496Z Downloaded toml_writer v1.1.1+spec-1.1.0
10802026-07-01T19:11:38.496Z Downloaded term v1.2.1
10812026-07-01T19:11:38.500Z Downloaded rsa v0.9.10
10822026-07-01T19:11:38.500Z Downloaded want v0.3.1
10832026-07-01T19:11:38.500Z Downloaded socket2 v0.6.3
10842026-07-01T19:11:38.500Z Downloaded qorb v0.4.1
10852026-07-01T19:11:38.502Z Downloaded rustls-webpki v0.103.9
10862026-07-01T19:11:38.506Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-07-01T19:11:38.506Z Downloaded num-bigint-dig v0.8.6
10882026-07-01T19:11:38.509Z Downloaded unicase v2.9.0
10892026-07-01T19:11:38.509Z Downloaded hyper v1.10.1
10902026-07-01T19:11:38.511Z Downloaded waitgroup v0.1.2
10912026-07-01T19:11:38.514Z Downloaded void v1.0.2
10922026-07-01T19:11:38.514Z Downloaded rand v0.9.2
10932026-07-01T19:11:38.519Z Downloaded samael v0.0.19
10942026-07-01T19:11:38.522Z Downloaded unit-prefix v0.5.2
10952026-07-01T19:11:38.522Z Downloaded slog v2.8.2
10962026-07-01T19:11:38.522Z Downloaded tui-tree-widget v0.23.1
10972026-07-01T19:11:38.525Z Downloaded time-macros v0.2.27
10982026-07-01T19:11:38.525Z Downloaded tower-layer v0.3.3
10992026-07-01T19:11:38.525Z Downloaded nom v8.0.0
11002026-07-01T19:11:38.529Z Downloaded thiserror-no-std v2.0.2
11012026-07-01T19:11:38.532Z Downloaded xshell-macros v0.2.7
11022026-07-01T19:11:38.532Z Downloaded subprocess v0.2.15
11032026-07-01T19:11:38.534Z Downloaded itertools v0.14.0
11042026-07-01T19:11:38.538Z Downloaded futures-util v0.3.32
11052026-07-01T19:11:38.543Z Downloaded usdt-impl v0.6.0
11062026-07-01T19:11:38.546Z Downloaded zerofrom-derive v0.1.6
11072026-07-01T19:11:38.546Z Downloaded zerofrom v0.1.6
11082026-07-01T19:11:38.546Z Downloaded xattr v1.6.1
11092026-07-01T19:11:38.548Z Downloaded tokio-stream v0.1.18
11102026-07-01T19:11:38.553Z Downloaded tokio-rustls v0.26.4
11112026-07-01T19:11:38.553Z Downloaded socket2 v0.5.10
11122026-07-01T19:11:38.556Z Downloaded itertools v0.13.0
11132026-07-01T19:11:38.556Z Downloaded zone v0.3.1
11142026-07-01T19:11:38.559Z Downloaded hkdf v0.12.4
11152026-07-01T19:11:38.559Z Downloaded zeroize_derive v1.4.3
11162026-07-01T19:11:38.559Z Downloaded uzers v0.12.2
11172026-07-01T19:11:38.561Z Downloaded yoke-derive v0.8.1
11182026-07-01T19:11:38.561Z Downloaded darling_core v0.13.4
11192026-07-01T19:11:38.563Z Downloaded termios v0.3.3
11202026-07-01T19:11:38.566Z Downloaded spin v0.9.8
11212026-07-01T19:11:38.568Z Downloaded wait-timeout v0.2.1
11222026-07-01T19:11:38.571Z Downloaded vergen-git2 v9.1.0
11232026-07-01T19:11:38.571Z Downloaded zone_cfg_derive v0.3.1
11242026-07-01T19:11:38.573Z Downloaded vergen-lib v9.1.0
11252026-07-01T19:11:38.573Z Downloaded vergen-gitcl v1.0.8
11262026-07-01T19:11:38.573Z Downloaded toml_parser v1.1.2+spec-1.1.0
11272026-07-01T19:11:38.576Z Downloaded vsss-rs v3.3.4
11282026-07-01T19:11:38.578Z Downloaded vergen-lib v0.1.6
11292026-07-01T19:11:38.581Z Downloaded tinyvec v1.10.0
11302026-07-01T19:11:38.586Z Downloaded whoami v1.6.1
11312026-07-01T19:11:38.596Z Downloaded twox-hash v2.1.2
11322026-07-01T19:11:38.599Z Downloaded rand v0.10.0
11332026-07-01T19:11:38.599Z Downloaded h2 v0.4.15
11342026-07-01T19:11:38.601Z Downloaded writeable v0.6.2
11352026-07-01T19:11:38.612Z Downloaded whoami v2.1.0
11362026-07-01T19:11:38.612Z Downloaded schemars v1.2.1
11372026-07-01T19:11:38.614Z Downloaded toml v1.1.2+spec-1.1.0
11382026-07-01T19:11:38.614Z Downloaded test-strategy v0.4.5
11392026-07-01T19:11:38.619Z Downloaded xshell v0.2.7
11402026-07-01T19:11:38.619Z Downloaded yoke v0.8.1
11412026-07-01T19:11:38.624Z Downloaded tar v0.4.45
11422026-07-01T19:11:38.628Z Downloaded zerovec-derive v0.11.2
11432026-07-01T19:11:38.628Z Downloaded zstd-safe v7.2.4
11442026-07-01T19:11:38.631Z Downloaded libm v0.2.16
11452026-07-01T19:11:38.634Z Downloaded toml v0.7.8
11462026-07-01T19:11:38.637Z Downloaded russh v0.45.0
11472026-07-01T19:11:38.640Z Downloaded snafu v0.8.9
11482026-07-01T19:11:38.642Z Downloaded vergen v9.1.0
11492026-07-01T19:11:38.643Z Downloaded walkdir v2.5.0
11502026-07-01T19:11:38.645Z Downloaded iddqd v0.4.2
11512026-07-01T19:11:38.648Z Downloaded p521 v0.13.3
11522026-07-01T19:11:38.651Z Downloaded unicode-bidi v0.3.18
11532026-07-01T19:11:38.654Z Downloaded tracing-core v0.1.36
11542026-07-01T19:11:38.654Z Downloaded blake3 v1.8.5
11552026-07-01T19:11:38.660Z Downloaded unicode-properties v0.1.4
11562026-07-01T19:11:38.670Z Downloaded unsafe-libyaml v0.2.11
11572026-07-01T19:11:38.670Z Downloaded tungstenite v0.23.0
11582026-07-01T19:11:38.670Z Downloaded wyz v0.5.1
11592026-07-01T19:11:38.670Z Downloaded tungstenite v0.21.0
11602026-07-01T19:11:38.678Z Downloaded aws-lc-rs v1.16.3
11612026-07-01T19:11:38.678Z Downloaded zerocopy v0.6.6
11622026-07-01T19:11:38.684Z Downloaded yasna v0.5.2
11632026-07-01T19:11:38.688Z Downloaded rpassword v7.4.0
11642026-07-01T19:11:38.696Z Downloaded toml_edit v0.23.10+spec-1.0.0
11652026-07-01T19:11:38.706Z Downloaded zstd v0.13.3
11662026-07-01T19:11:38.706Z Downloaded steno v0.4.1
11672026-07-01T19:11:38.706Z Downloaded vte v0.14.1
11682026-07-01T19:11:38.706Z Downloaded tracing-attributes v0.1.31
11692026-07-01T19:11:38.709Z Downloaded typify v0.6.2
11702026-07-01T19:11:38.715Z Downloaded rustyline v14.0.0
11712026-07-01T19:11:38.730Z Downloaded zeroize v1.8.2
11722026-07-01T19:11:38.733Z Downloaded uuid v1.23.4
11732026-07-01T19:11:38.738Z Downloaded zopfli v0.8.3
11742026-07-01T19:11:38.742Z Downloaded toml_edit v0.19.15
11752026-07-01T19:11:38.747Z Downloaded serde_with v1.14.0
11762026-07-01T19:11:38.753Z Downloaded icu_properties_data v2.1.2
11772026-07-01T19:11:38.759Z Downloaded yansi v1.0.1
11782026-07-01T19:11:38.765Z Downloaded tokio-postgres v0.7.16
11792026-07-01T19:11:38.772Z Downloaded reqwest v0.12.28
11802026-07-01T19:11:38.772Z Downloaded zip v0.6.6
11812026-07-01T19:11:38.786Z Downloaded unicode_categories v0.1.1
11822026-07-01T19:11:38.786Z Downloaded reedline v0.40.0
11832026-07-01T19:11:38.789Z Downloaded zerotrie v0.2.3
11842026-07-01T19:11:38.789Z Downloaded git2 v0.20.4
11852026-07-01T19:11:38.789Z Downloaded regex v1.12.3
11862026-07-01T19:11:38.790Z Downloaded ssh-key v0.6.7
11872026-07-01T19:11:38.793Z Downloaded bindgen v0.71.1
11882026-07-01T19:11:38.801Z Downloaded zerocopy-derive v0.8.40
11892026-07-01T19:11:38.806Z Downloaded reqwest v0.13.2
11902026-07-01T19:11:38.818Z Downloaded salty v0.3.0
11912026-07-01T19:11:38.824Z Downloaded rayon v1.11.0
11922026-07-01T19:11:38.831Z Downloaded goblin v0.10.5
11932026-07-01T19:11:38.831Z Downloaded moka v0.12.13
11942026-07-01T19:11:38.841Z Downloaded proptest v1.10.0
11952026-07-01T19:11:38.845Z Downloaded tower v0.5.3
11962026-07-01T19:11:38.862Z Downloaded portable-atomic v1.13.1
11972026-07-01T19:11:38.865Z Downloaded x509-cert v0.2.5
11982026-07-01T19:11:38.866Z Downloaded unicode-segmentation v1.12.0
11992026-07-01T19:11:38.866Z Downloaded lalrpop v0.19.12
12002026-07-01T19:11:38.866Z Downloaded url v2.5.8
12012026-07-01T19:11:38.866Z Downloaded quick-xml v0.37.5
12022026-07-01T19:11:38.869Z Downloaded p384 v0.13.1
12032026-07-01T19:11:38.871Z Downloaded tower-http v0.6.8
12042026-07-01T19:11:38.881Z Downloaded typed-path v0.9.3
12052026-07-01T19:11:38.888Z Downloaded zip v4.6.1
12062026-07-01T19:11:38.895Z Downloaded unicode-normalization v0.1.25
12072026-07-01T19:11:38.898Z Downloaded tokio-util v0.7.18
12082026-07-01T19:11:38.898Z Downloaded object v0.30.4
12092026-07-01T19:11:38.902Z Downloaded tough v0.22.0
12102026-07-01T19:11:38.907Z Downloaded petname v2.0.2
12112026-07-01T19:11:38.925Z Downloaded nix v0.27.1
12122026-07-01T19:11:38.944Z Downloaded curve25519-dalek v4.1.3
12132026-07-01T19:11:38.953Z Downloaded radix_trie v0.2.1
12142026-07-01T19:11:38.953Z Downloaded winnow v0.5.40
12152026-07-01T19:11:38.958Z Downloaded zerovec v0.11.5
12162026-07-01T19:11:38.959Z Downloaded serde_with v3.17.0
12172026-07-01T19:11:38.970Z Downloaded winnow v1.0.3
12182026-07-01T19:11:38.977Z Downloaded tabled v0.20.0
12192026-07-01T19:11:38.985Z Downloaded bstr v1.12.1
12202026-07-01T19:11:38.990Z Downloaded nix v0.28.0
12212026-07-01T19:11:38.996Z Downloaded winnow v0.6.26
12222026-07-01T19:11:39.001Z Downloaded regex-syntax v0.6.29
12232026-07-01T19:11:39.005Z Downloaded quinn-proto v0.11.13
12242026-07-01T19:11:39.009Z Downloaded time v0.3.47
12252026-07-01T19:11:39.016Z Downloaded smoltcp v0.9.1
12262026-07-01T19:11:39.022Z Downloaded nix v0.31.2
12272026-07-01T19:11:39.029Z Downloaded hickory-proto v0.24.4
12282026-07-01T19:11:39.040Z Downloaded polar-core v0.27.3
12292026-07-01T19:11:39.045Z Downloaded encoding_rs v0.8.35
12302026-07-01T19:11:39.054Z Downloaded openssl v0.10.79
12312026-07-01T19:11:39.066Z Downloaded object v0.37.3
12322026-07-01T19:11:39.075Z Downloaded zlib-rs v0.6.2
12332026-07-01T19:11:39.081Z Downloaded vcpkg v0.2.15
12342026-07-01T19:11:39.098Z Downloaded openapiv3 v2.2.0
12352026-07-01T19:11:39.105Z Downloaded dropshot v0.17.1
12362026-07-01T19:11:39.140Z Downloaded hickory-proto v0.25.2
12372026-07-01T19:11:39.148Z Downloaded zerocopy v0.8.40
12382026-07-01T19:11:39.156Z Downloaded smoltcp v0.11.0
12392026-07-01T19:11:39.163Z Downloaded diesel v2.3.7
12402026-07-01T19:11:39.180Z Downloaded sqlparser v0.61.0
12412026-07-01T19:11:39.184Z Downloaded rustls v0.23.41
12422026-07-01T19:11:39.187Z Downloaded rustix v0.38.44
12432026-07-01T19:11:39.198Z Downloaded tracing v0.1.44
12442026-07-01T19:11:39.210Z Downloaded regress v0.10.5
12452026-07-01T19:11:39.215Z Downloaded regex-syntax v0.8.10
12462026-07-01T19:11:39.219Z Downloaded regress v0.11.1
12472026-07-01T19:11:39.275Z Downloaded bzip2-sys v0.1.13+1.0.8
12482026-07-01T19:11:39.275Z Downloaded sled v0.34.7
12492026-07-01T19:11:39.279Z Downloaded zerocopy-derive v0.6.6
12502026-07-01T19:11:39.279Z Downloaded ratatui v0.29.0
12512026-07-01T19:11:39.279Z Downloaded typify-impl v0.6.2
12522026-07-01T19:11:39.294Z Downloaded regex-automata v0.4.14
12532026-07-01T19:11:39.300Z Downloaded chrono-tz v0.10.4
12542026-07-01T19:11:39.316Z Downloaded petgraph v0.6.5
12552026-07-01T19:11:39.336Z Downloaded jiff v0.2.21
12562026-07-01T19:11:39.350Z Downloaded sha3 v0.10.8
12572026-07-01T19:11:39.353Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12582026-07-01T19:11:39.362Z Downloaded petgraph v0.8.3
12592026-07-01T19:11:39.374Z Downloaded libz-sys v1.1.24
12602026-07-01T19:11:39.387Z Downloaded tokio v1.52.1
12612026-07-01T19:11:39.410Z Downloaded csv v1.4.0
12622026-07-01T19:11:39.475Z Downloaded libgit2-sys v0.18.3+1.9.2
12632026-07-01T19:11:39.513Z Downloaded ring v0.17.14
12642026-07-01T19:11:40.052Z Downloaded aws-lc-sys v0.40.0
12652026-07-01T19:11:40.307Z Compiling libc v0.2.185
12662026-07-01T19:11:40.307Z Compiling serde_core v1.0.228
12672026-07-01T19:11:40.307Z Compiling serde v1.0.228
12682026-07-01T19:11:40.310Z Compiling log v0.4.29
12692026-07-01T19:11:40.310Z Compiling smallvec v1.15.1
12702026-07-01T19:11:40.437Z Compiling shlex v1.3.0
12712026-07-01T19:11:40.447Z Compiling find-msvc-tools v0.1.9
12722026-07-01T19:11:40.447Z Compiling syn v2.0.117
12732026-07-01T19:11:40.637Z Compiling typenum v1.19.0
12742026-07-01T19:11:40.641Z Compiling generic-array v0.14.7
12752026-07-01T19:11:40.678Z Compiling subtle v2.6.1
12762026-07-01T19:11:40.738Z Compiling scopeguard v1.2.0
12772026-07-01T19:11:40.767Z Compiling stable_deref_trait v1.2.1
12782026-07-01T19:11:40.840Z Compiling lock_api v0.4.14
12792026-07-01T19:11:40.850Z Compiling const-oid v0.9.6
12802026-07-01T19:11:40.893Z Compiling serde_json v1.0.150
12812026-07-01T19:11:40.919Z Compiling portable-atomic v1.13.1
12822026-07-01T19:11:41.067Z Compiling zerocopy v0.8.40
12832026-07-01T19:11:41.121Z Compiling parking_lot_core v0.9.12
12842026-07-01T19:11:41.359Z Compiling jobserver v0.1.34
12852026-07-01T19:11:41.401Z Compiling getrandom v0.2.17
12862026-07-01T19:11:41.429Z Compiling errno v0.3.14
12872026-07-01T19:11:41.549Z Compiling rand_core v0.6.4
12882026-07-01T19:11:41.572Z Compiling cc v1.2.56
12892026-07-01T19:11:41.618Z Compiling pin-project-lite v0.2.17
12902026-07-01T19:11:41.736Z Compiling pkg-config v0.3.32
12912026-07-01T19:11:41.750Z Compiling critical-section v1.2.0
12922026-07-01T19:11:41.817Z Compiling signal-hook-registry v1.4.8
12932026-07-01T19:11:41.860Z Compiling libm v0.2.16
12942026-07-01T19:11:42.047Z Compiling once_cell v1.21.3
12952026-07-01T19:11:42.091Z Compiling futures-core v0.3.32
12962026-07-01T19:11:42.137Z Compiling parking_lot v0.12.5
12972026-07-01T19:11:42.239Z Compiling mio v1.2.0
12982026-07-01T19:11:42.253Z Compiling num-traits v0.2.19
12992026-07-01T19:11:42.295Z Compiling percent-encoding v2.3.2
13002026-07-01T19:11:42.577Z Compiling writeable v0.6.2
13012026-07-01T19:11:42.593Z Compiling litemap v0.8.1
13022026-07-01T19:11:42.767Z Compiling bitflags v2.11.0
13032026-07-01T19:11:42.781Z Compiling semver v1.0.28
13042026-07-01T19:11:42.786Z Compiling socket2 v0.6.3
13052026-07-01T19:11:42.786Z Compiling icu_properties_data v2.1.2
13062026-07-01T19:11:43.011Z Compiling icu_normalizer_data v2.1.1
13072026-07-01T19:11:43.048Z Compiling getrandom v0.4.1
13082026-07-01T19:11:43.201Z Compiling futures-sink v0.3.32
13092026-07-01T19:11:43.310Z Compiling futures-channel v0.3.32
13102026-07-01T19:11:43.329Z Compiling rand_core v0.10.0
13112026-07-01T19:11:43.413Z Compiling cpufeatures v0.2.17
13122026-07-01T19:11:43.446Z Compiling futures-io v0.3.32
13132026-07-01T19:11:43.497Z Compiling synstructure v0.13.2
13142026-07-01T19:11:43.506Z Compiling slab v0.4.12
13152026-07-01T19:11:43.520Z Compiling futures-task v0.3.32
13162026-07-01T19:11:43.604Z Compiling indexmap v2.14.0
13172026-07-01T19:11:43.692Z Compiling utf8_iter v1.0.4
13182026-07-01T19:11:43.706Z Compiling rustversion v1.0.22
13192026-07-01T19:11:43.781Z Compiling getrandom v0.3.4
13202026-07-01T19:11:43.805Z Compiling form_urlencoded v1.2.2
13212026-07-01T19:11:43.847Z Compiling cmake v0.1.57
13222026-07-01T19:11:43.922Z Compiling ident_case v1.0.1
13232026-07-01T19:11:43.997Z Compiling rustix v1.1.3
13242026-07-01T19:11:44.050Z Compiling dunce v1.0.5
13252026-07-01T19:11:44.114Z Compiling base64ct v1.8.3
13262026-07-01T19:11:44.150Z Compiling fs_extra v1.3.0
13272026-07-01T19:11:44.274Z Compiling flagset v0.4.7
13282026-07-01T19:11:44.289Z Compiling regex-syntax v0.8.10
13292026-07-01T19:11:44.409Z Compiling pem-rfc7468 v0.7.0
13302026-07-01T19:11:44.433Z Compiling iana-time-zone v0.1.65
13312026-07-01T19:11:44.447Z Compiling aws-lc-sys v0.40.0
13322026-07-01T19:11:44.645Z Compiling vcpkg v0.2.15
13332026-07-01T19:11:44.734Z Compiling rand_core v0.9.5
13342026-07-01T19:11:44.768Z Compiling uuid v1.23.4
13352026-07-01T19:11:44.772Z Compiling rustc_version v0.4.1
13362026-07-01T19:11:45.029Z Compiling tracing-core v0.1.36
13372026-07-01T19:11:45.117Z Compiling base64 v0.22.1
13382026-07-01T19:11:45.275Z Compiling serde_derive v1.0.228
13392026-07-01T19:11:45.403Z Compiling zeroize_derive v1.4.3
13402026-07-01T19:11:45.456Z Compiling zerofrom-derive v0.1.6
13412026-07-01T19:11:45.524Z Compiling yoke-derive v0.8.1
13422026-07-01T19:11:45.601Z Compiling zerovec-derive v0.11.2
13432026-07-01T19:11:45.807Z Compiling zerocopy-derive v0.8.40
13442026-07-01T19:11:46.098Z Compiling zeroize v1.8.2
13452026-07-01T19:11:46.765Z Compiling displaydoc v0.2.5
13462026-07-01T19:11:46.806Z Compiling tokio-macros v2.7.0
13472026-07-01T19:11:46.821Z Compiling futures-macro v0.3.32
13482026-07-01T19:11:46.932Z Compiling crypto-common v0.1.7
13492026-07-01T19:11:46.949Z Compiling zerofrom v0.1.6
13502026-07-01T19:11:47.076Z Compiling yoke v0.8.1
13512026-07-01T19:11:47.090Z Compiling block-buffer v0.10.4
13522026-07-01T19:11:47.259Z Compiling zerovec v0.11.5
13532026-07-01T19:11:47.275Z Compiling digest v0.10.7
13542026-07-01T19:11:47.571Z Compiling zerotrie v0.2.3
13552026-07-01T19:11:47.626Z Compiling hmac v0.12.1
13562026-07-01T19:11:47.647Z Compiling block-padding v0.3.3
13572026-07-01T19:11:47.757Z Compiling futures-util v0.3.32
13582026-07-01T19:11:47.819Z Compiling tinystr v0.8.2
13592026-07-01T19:11:47.862Z Compiling potential_utf v0.1.4
13602026-07-01T19:11:47.871Z Compiling inout v0.1.4
13612026-07-01T19:11:47.924Z Compiling sha2 v0.10.9
13622026-07-01T19:11:48.023Z Compiling icu_locale_core v2.1.1
13632026-07-01T19:11:48.036Z Compiling icu_collections v2.1.1
13642026-07-01T19:11:48.047Z Compiling cipher v0.4.4
13652026-07-01T19:11:48.322Z Compiling der_derive v0.7.3
13662026-07-01T19:11:48.528Z Compiling salsa20 v0.10.2
13672026-07-01T19:11:48.673Z Compiling icu_provider v2.1.1
13682026-07-01T19:11:48.933Z Compiling bytes v1.11.1
13692026-07-01T19:11:48.971Z Compiling icu_properties v2.1.2
13702026-07-01T19:11:48.984Z Compiling icu_normalizer v2.1.1
13712026-07-01T19:11:49.310Z Compiling der v0.7.10
13722026-07-01T19:11:49.347Z Compiling chrono v0.4.44
13732026-07-01T19:11:49.529Z Compiling tokio v1.52.1
13742026-07-01T19:11:49.553Z Compiling http v1.4.2
13752026-07-01T19:11:50.062Z Compiling idna_adapter v1.2.1
13762026-07-01T19:11:50.130Z Compiling pbkdf2 v0.12.2
13772026-07-01T19:11:50.201Z Compiling idna v1.1.0
13782026-07-01T19:11:50.251Z Compiling spki v0.7.3
13792026-07-01T19:11:50.466Z Compiling ppv-lite86 v0.2.21
13802026-07-01T19:11:50.478Z Compiling openssl-sys v0.9.115
13812026-07-01T19:11:50.524Z Compiling url v2.5.8
13822026-07-01T19:11:50.542Z Compiling tracing-attributes v0.1.31
13832026-07-01T19:11:50.747Z Compiling thiserror-impl v2.0.18
13842026-07-01T19:11:50.793Z Compiling aws-lc-rs v1.16.3
13852026-07-01T19:11:50.856Z Compiling rand_chacha v0.9.0
13862026-07-01T19:11:51.096Z Compiling scrypt v0.11.0
13872026-07-01T19:11:51.311Z Compiling http-body v1.0.1
13882026-07-01T19:11:51.345Z Compiling cbc v0.1.2
13892026-07-01T19:11:51.462Z Compiling aes v0.8.4
13902026-07-01T19:11:51.477Z Compiling rustls-pki-types v1.14.0
13912026-07-01T19:11:51.490Z Compiling tinyvec_macros v0.1.1
13922026-07-01T19:11:51.534Z Compiling openssl-probe v0.2.1
13932026-07-01T19:11:51.562Z Compiling httparse v1.10.1
13942026-07-01T19:11:51.712Z Compiling tinyvec v1.10.0
13952026-07-01T19:11:51.843Z Compiling tracing v0.1.44
13962026-07-01T19:11:51.932Z Compiling pkcs5 v0.7.1
13972026-07-01T19:11:51.958Z Compiling pest_generator v2.8.6
13982026-07-01T19:11:52.057Z Compiling rand v0.9.2
13992026-07-01T19:11:52.077Z Compiling thiserror v2.0.18
14002026-07-01T19:11:52.108Z Compiling serde_derive_internals v0.29.1
14012026-07-01T19:11:52.182Z Compiling aho-corasick v1.1.4
14022026-07-01T19:11:52.479Z Compiling untrusted v0.7.1
14032026-07-01T19:11:52.536Z Compiling dyn-clone v1.0.20
14042026-07-01T19:11:52.611Z Compiling tower-layer v0.3.3
14052026-07-01T19:11:52.675Z Compiling tower-service v0.3.3
14062026-07-01T19:11:52.693Z Compiling atomic-waker v1.1.2
14072026-07-01T19:11:52.770Z Compiling try-lock v0.2.5
14082026-07-01T19:11:52.771Z Compiling schemars v0.8.22
14092026-07-01T19:11:52.819Z Compiling pest_derive v2.8.6
14102026-07-01T19:11:52.873Z Compiling want v0.3.1
14112026-07-01T19:11:52.887Z Compiling tempfile v3.25.0
14122026-07-01T19:11:53.012Z Compiling schemars_derive v0.8.22
14132026-07-01T19:11:53.029Z Compiling pkcs8 v0.10.2
14142026-07-01T19:11:53.042Z Compiling regex-automata v0.4.14
14152026-07-01T19:11:53.275Z Compiling ipnet v2.11.0
14162026-07-01T19:11:53.423Z Compiling scroll_derive v0.13.1
14172026-07-01T19:11:53.562Z Compiling tokio-util v0.7.18
14182026-07-01T19:11:53.798Z Compiling darling_core v0.20.11
14192026-07-01T19:11:53.945Z Compiling untrusted v0.9.0
14202026-07-01T19:11:54.068Z Compiling foreign-types-shared v0.1.1
14212026-07-01T19:11:54.155Z Compiling httpdate v1.0.3
14222026-07-01T19:11:54.169Z Compiling openssl v0.10.79
14232026-07-01T19:11:54.286Z Compiling h2 v0.4.15
14242026-07-01T19:11:54.384Z Compiling rustls v0.23.41
14252026-07-01T19:11:54.572Z Compiling scroll v0.13.0
14262026-07-01T19:11:54.612Z Compiling foreign-types v0.3.2
14272026-07-01T19:11:54.687Z Compiling unicode-normalization v0.1.25
14282026-07-01T19:11:55.154Z Compiling openssl-macros v0.1.1
14292026-07-01T19:11:55.259Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-07-01T19:11:55.381Z Compiling spin v0.9.8
14312026-07-01T19:11:55.558Z Compiling powerfmt v0.2.0
14322026-07-01T19:11:55.595Z Compiling crc32fast v1.5.0
14332026-07-01T19:11:55.666Z Compiling native-tls v0.2.18
14342026-07-01T19:11:55.742Z Compiling num-conv v0.2.0
14352026-07-01T19:11:55.759Z Compiling time-core v0.1.8
14362026-07-01T19:11:55.865Z Compiling deranged v0.5.8
14372026-07-01T19:11:55.914Z Compiling time-macros v0.2.27
14382026-07-01T19:11:56.050Z Compiling darling_macro v0.20.11
14392026-07-01T19:11:56.537Z Compiling darling v0.20.11
14402026-07-01T19:11:56.622Z Compiling goblin v0.10.5
14412026-07-01T19:11:56.839Z Compiling sync_wrapper v1.0.2
14422026-07-01T19:11:56.955Z Compiling wait-timeout v0.2.1
14432026-07-01T19:11:56.995Z Compiling num_threads v0.1.7
14442026-07-01T19:11:57.101Z Compiling usdt-impl v0.6.0
14452026-07-01T19:11:57.169Z Compiling bit-vec v0.8.0
14462026-07-01T19:11:57.211Z Compiling quick-error v1.2.3
14472026-07-01T19:11:57.303Z Compiling simd-adler32 v0.3.8
14482026-07-01T19:11:57.319Z Compiling crossbeam-utils v0.8.21
14492026-07-01T19:11:57.407Z Compiling hyper v1.10.1
14502026-07-01T19:11:57.571Z Compiling siphasher v1.0.2
14512026-07-01T19:11:57.654Z Compiling syn v1.0.109
14522026-07-01T19:11:57.787Z Compiling bit-set v0.8.0
14532026-07-01T19:11:57.968Z Compiling rusty-fork v0.3.1
14542026-07-01T19:11:58.030Z Compiling time v0.3.47
14552026-07-01T19:11:58.599Z Compiling tower v0.5.3
14562026-07-01T19:11:58.610Z Compiling hyper-util v0.1.20
14572026-07-01T19:11:58.959Z Compiling derive_builder_core v0.20.2
14582026-07-01T19:11:59.067Z Compiling dtrace-parser v0.3.0
14592026-07-01T19:11:59.188Z Compiling http-body-util v0.1.3
14602026-07-01T19:11:59.430Z Compiling dof v0.4.0
14612026-07-01T19:11:59.617Z Compiling signature v2.2.0
14622026-07-01T19:11:59.796Z Compiling thiserror-impl v1.0.69
14632026-07-01T19:11:59.822Z Compiling scroll_derive v0.12.1
14642026-07-01T19:11:59.826Z Compiling heapless v0.7.17
14652026-07-01T19:12:00.078Z Compiling rand_xorshift v0.4.0
14662026-07-01T19:12:00.249Z Compiling slog v2.8.2
14672026-07-01T19:12:00.365Z Compiling darling_core v0.21.3
14682026-07-01T19:12:00.472Z Compiling bzip2-sys v0.1.13+1.0.8
14692026-07-01T19:12:00.504Z Compiling thread-id v5.1.0
14702026-07-01T19:12:00.591Z Compiling cookie v0.18.1
14712026-07-01T19:12:00.603Z Compiling adler2 v2.0.1
14722026-07-01T19:12:00.733Z Compiling unicode-bidi v0.3.18
14732026-07-01T19:12:00.748Z Compiling ryu v1.0.23
14742026-07-01T19:12:00.764Z Compiling paste v1.0.15
14752026-07-01T19:12:00.922Z Compiling unarray v0.1.4
14762026-07-01T19:12:00.925Z Compiling iri-string v0.7.10
14772026-07-01T19:12:01.030Z Compiling allocator-api2 v0.2.21
14782026-07-01T19:12:01.040Z Compiling signal-hook v0.3.18
14792026-07-01T19:12:01.052Z Compiling anyhow v1.0.102
14802026-07-01T19:12:01.225Z Compiling unicode-properties v0.1.4
14812026-07-01T19:12:01.265Z Compiling zstd-safe v7.2.4
14822026-07-01T19:12:01.391Z Compiling thiserror v1.0.69
14832026-07-01T19:12:01.434Z Compiling stringprep v0.1.5
14842026-07-01T19:12:01.502Z Compiling proptest v1.10.0
14852026-07-01T19:12:01.522Z Compiling serde_urlencoded v0.7.1
14862026-07-01T19:12:01.761Z Compiling miniz_oxide v0.8.9
14872026-07-01T19:12:02.357Z Compiling tower-http v0.6.8
14882026-07-01T19:12:02.398Z Compiling scroll v0.12.0
14892026-07-01T19:12:02.748Z Compiling derive_builder_macro v0.20.2
14902026-07-01T19:12:02.758Z Compiling tokio-native-tls v0.3.1
14912026-07-01T19:12:02.762Z Compiling camino v1.2.2
14922026-07-01T19:12:02.903Z Compiling darling_macro v0.21.3
14932026-07-01T19:12:02.981Z Compiling bstr v1.12.1
14942026-07-01T19:12:03.096Z Compiling ipnetwork v0.21.1
14952026-07-01T19:12:03.272Z Compiling rustls-native-certs v0.8.3
14962026-07-01T19:12:03.326Z Compiling rand_chacha v0.3.1
14972026-07-01T19:12:03.420Z Compiling erased-serde v0.3.31
14982026-07-01T19:12:03.513Z Compiling toml_datetime v0.6.11
14992026-07-01T19:12:03.560Z Compiling serde_tokenstream v0.2.3
15002026-07-01T19:12:03.739Z Compiling serde_spanned v0.6.9
15012026-07-01T19:12:03.768Z Compiling md-5 v0.10.6
15022026-07-01T19:12:03.810Z Compiling pin-project-internal v1.1.11
15032026-07-01T19:12:03.881Z Compiling zerocopy-derive v0.7.35
15042026-07-01T19:12:03.906Z Compiling async-trait v0.1.89
15052026-07-01T19:12:03.924Z Compiling curve25519-dalek v4.1.3
15062026-07-01T19:12:04.103Z Compiling vergen-lib v9.1.0
15072026-07-01T19:12:04.291Z Compiling num-integer v0.1.46
15082026-07-01T19:12:04.322Z Compiling hash32 v0.2.1
15092026-07-01T19:12:04.502Z Compiling ff v0.13.1
15102026-07-01T19:12:04.602Z Compiling memoffset v0.9.1
15112026-07-01T19:12:04.641Z Compiling encoding_rs v0.8.35
15122026-07-01T19:12:04.759Z Compiling zlib-rs v0.6.2
15132026-07-01T19:12:04.807Z Compiling base16ct v0.2.0
15142026-07-01T19:12:04.916Z Compiling psl-types v2.0.11
15152026-07-01T19:12:04.932Z Compiling fallible-iterator v0.2.0
15162026-07-01T19:12:04.984Z Compiling rustix v0.38.44
15172026-07-01T19:12:05.039Z Compiling smoltcp v0.9.1
15182026-07-01T19:12:05.336Z Compiling num-bigint-dig v0.8.6
15192026-07-01T19:12:05.387Z Compiling cfg_aliases v0.2.1
15202026-07-01T19:12:05.400Z Compiling mime v0.3.17
15212026-07-01T19:12:05.421Z Compiling ref-cast v1.0.25
15222026-07-01T19:12:05.465Z Compiling litrs v1.0.0
15232026-07-01T19:12:05.667Z Compiling nix v0.31.2
15242026-07-01T19:12:05.889Z Compiling postgres-protocol v0.6.10
15252026-07-01T19:12:05.954Z Compiling document-features v0.2.12
15262026-07-01T19:12:06.047Z Compiling publicsuffix v2.3.0
15272026-07-01T19:12:06.160Z Compiling sec1 v0.7.3
15282026-07-01T19:12:06.221Z Compiling pin-project v1.1.11
15292026-07-01T19:12:06.415Z Compiling zerocopy v0.7.35
15302026-07-01T19:12:06.418Z Compiling group v0.13.0
15312026-07-01T19:12:06.443Z Compiling num-iter v0.1.45
15322026-07-01T19:12:06.559Z Compiling hubpack_derive v0.1.1
15332026-07-01T19:12:06.600Z Compiling newtype-uuid v1.3.2
15342026-07-01T19:12:06.941Z Compiling rand v0.8.6
15352026-07-01T19:12:06.959Z Compiling darling v0.21.3
15362026-07-01T19:12:07.025Z Compiling oxnet v0.1.6
15372026-07-01T19:12:07.048Z Compiling derive_builder v0.20.2
15382026-07-01T19:12:07.066Z Compiling hyper-tls v0.6.0
15392026-07-01T19:12:07.174Z Compiling goblin v0.8.2
15402026-07-01T19:12:07.788Z Compiling flate2 v1.1.9
15412026-07-01T19:12:07.866Z Compiling phf_shared v0.13.1
15422026-07-01T19:12:08.034Z Compiling lazy_static v1.5.0
15432026-07-01T19:12:08.101Z Compiling regex v1.12.3
15442026-07-01T19:12:08.124Z Compiling anstyle-parse v0.2.7
15452026-07-01T19:12:08.139Z Compiling futures-executor v0.3.32
15462026-07-01T19:12:08.172Z Compiling hex v0.4.3
15472026-07-01T19:12:08.210Z Compiling hkdf v0.12.4
15482026-07-01T19:12:08.301Z Compiling crypto-bigint v0.5.5
15492026-07-01T19:12:08.378Z Compiling terminal_size v0.4.3
15502026-07-01T19:12:08.393Z Compiling strum_macros v0.27.2
15512026-07-01T19:12:08.451Z Compiling ref-cast-impl v1.0.25
15522026-07-01T19:12:08.520Z Compiling curve25519-dalek-derive v0.1.1
15532026-07-01T19:12:08.547Z Compiling daft-derive v0.1.7
15542026-07-01T19:12:09.041Z Compiling snafu-derive v0.8.9
15552026-07-01T19:12:09.182Z Compiling vergen v9.1.0
15562026-07-01T19:12:09.286Z Compiling cargo-platform v0.3.2
15572026-07-01T19:12:09.383Z Compiling fs-err v3.3.0
15582026-07-01T19:12:09.676Z Compiling ahash v0.8.12
15592026-07-01T19:12:09.702Z Compiling unicode-segmentation v1.12.0
15602026-07-01T19:12:09.791Z Compiling bumpalo v3.20.2
15612026-07-01T19:12:09.986Z Compiling winnow v0.5.40
15622026-07-01T19:12:10.050Z Compiling foldhash v0.2.0
15632026-07-01T19:12:10.279Z Compiling object v0.37.3
15642026-07-01T19:12:10.368Z Compiling same-file v1.0.6
15652026-07-01T19:12:10.440Z Compiling foldhash v0.1.5
15662026-07-01T19:12:10.538Z Compiling libbz2-rs-sys v0.2.2
15672026-07-01T19:12:10.566Z Compiling managed v0.8.0
15682026-07-01T19:12:10.615Z Compiling bitflags v1.3.2
15692026-07-01T19:12:10.756Z Compiling hashbrown v0.15.5
15702026-07-01T19:12:10.778Z Compiling walkdir v2.5.0
15712026-07-01T19:12:10.941Z Compiling snafu v0.8.9
15722026-07-01T19:12:11.094Z Compiling bzip2 v0.6.1
15732026-07-01T19:12:11.231Z Compiling strum v0.27.2
15742026-07-01T19:12:11.289Z Compiling toml_edit v0.19.15
15752026-07-01T19:12:11.290Z Compiling hashbrown v0.16.1
15762026-07-01T19:12:11.317Z Compiling zopfli v0.8.3
15772026-07-01T19:12:11.349Z Compiling clap_builder v4.6.0
15782026-07-01T19:12:11.567Z Compiling dof v0.3.0
15792026-07-01T19:12:11.604Z Compiling cargo_metadata v0.23.1
15802026-07-01T19:12:11.927Z Compiling daft v0.1.7
15812026-07-01T19:12:11.999Z Compiling elliptic-curve v0.13.8
15822026-07-01T19:12:12.383Z Compiling futures v0.3.32
15832026-07-01T19:12:12.423Z Compiling anstream v0.6.21
15842026-07-01T19:12:12.586Z Compiling phf v0.13.1
15852026-07-01T19:12:12.746Z Compiling signal-hook-mio v0.2.5
15862026-07-01T19:12:12.874Z Compiling cookie_store v0.22.1
15872026-07-01T19:12:13.014Z Compiling bzip2 v0.4.4
15882026-07-01T19:12:13.136Z Compiling reqwest v0.12.28
15892026-07-01T19:12:13.240Z Compiling zstd v0.13.3
15902026-07-01T19:12:13.508Z Compiling serde_with_macros v3.17.0
15912026-07-01T19:12:13.547Z Compiling hubpack v0.1.2
15922026-07-01T19:12:13.848Z Compiling postgres-types v0.2.12
15932026-07-01T19:12:14.407Z Compiling usdt-macro v0.6.0
15942026-07-01T19:12:14.425Z Compiling usdt-attr-macro v0.6.0
15952026-07-01T19:12:14.642Z Compiling globset v0.4.18
15962026-07-01T19:12:15.154Z Compiling dtrace-parser v0.2.0
15972026-07-01T19:12:15.175Z Compiling ed25519 v2.2.3
15982026-07-01T19:12:15.247Z Compiling phf_shared v0.11.3
15992026-07-01T19:12:15.255Z Compiling olpc-cjson v0.1.4
16002026-07-01T19:12:15.336Z Compiling pkcs1 v0.7.5
16012026-07-01T19:12:15.404Z Compiling serde-big-array v0.5.1
16022026-07-01T19:12:15.436Z Compiling serde_plain v1.0.2
16032026-07-01T19:12:15.555Z Compiling rfc6979 v0.4.0
16042026-07-01T19:12:15.633Z Compiling pem v3.0.6
16052026-07-01T19:12:15.680Z Compiling serde_repr v0.1.20
16062026-07-01T19:12:15.731Z Compiling enum-as-inner v0.6.1
16072026-07-01T19:12:15.885Z Compiling strum_macros v0.26.4
16082026-07-01T19:12:15.969Z Compiling async-recursion v1.1.1
16092026-07-01T19:12:16.074Z Compiling clap_derive v4.6.1
16102026-07-01T19:12:16.272Z Compiling float-cmp v0.10.0
16112026-07-01T19:12:16.332Z Compiling thread-id v4.2.2
16122026-07-01T19:12:16.345Z Compiling memmap2 v0.9.10
16132026-07-01T19:12:16.382Z Compiling env_filter v1.0.0
16142026-07-01T19:12:16.572Z Compiling jiff v0.2.21
16152026-07-01T19:12:16.644Z Compiling keccak v0.1.6
16162026-07-01T19:12:16.687Z Compiling static_assertions v1.1.0
16172026-07-01T19:12:16.764Z Compiling fixedbitset v0.5.7
16182026-07-01T19:12:16.903Z Compiling precomputed-hash v0.1.1
16192026-07-01T19:12:16.996Z Compiling either v1.15.0
16202026-07-01T19:12:17.163Z Compiling new_debug_unreachable v1.0.6
16212026-07-01T19:12:17.216Z Compiling fixedbitset v0.4.2
16222026-07-01T19:12:17.252Z Compiling winnow v1.0.3
16232026-07-01T19:12:17.370Z Compiling predicates-core v1.0.10
16242026-07-01T19:12:17.370Z Compiling typed-path v0.9.3
16252026-07-01T19:12:17.646Z Compiling data-encoding v2.10.0
16262026-07-01T19:12:17.727Z Compiling difflib v0.4.0
16272026-07-01T19:12:17.804Z Compiling whoami v2.1.0
16282026-07-01T19:12:17.971Z Compiling normalize-line-endings v0.3.0
16292026-07-01T19:12:18.041Z Compiling predicates v3.1.4
16302026-07-01T19:12:18.135Z Compiling tokio-postgres v0.7.16
16312026-07-01T19:12:18.216Z Compiling toml_edit v0.22.27
16322026-07-01T19:12:18.300Z Compiling clap v4.6.1
16332026-07-01T19:12:18.469Z Compiling hickory-proto v0.25.2
16342026-07-01T19:12:18.469Z Compiling strum v0.26.3
16352026-07-01T19:12:18.515Z Compiling toml_parser v1.1.2+spec-1.1.0
16362026-07-01T19:12:18.690Z Compiling petgraph v0.6.5
16372026-07-01T19:12:18.840Z Compiling itertools v0.13.0
16382026-07-01T19:12:19.085Z Compiling string_cache v0.8.9
16392026-07-01T19:12:19.325Z Compiling zip v4.6.1
16402026-07-01T19:12:19.988Z Compiling petgraph v0.8.3
16412026-07-01T19:12:20.187Z Compiling sha3 v0.10.8
16422026-07-01T19:12:20.293Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-07-01T19:12:20.359Z Compiling env_logger v0.11.9
16442026-07-01T19:12:20.630Z Compiling usdt v0.6.0
16452026-07-01T19:12:20.705Z Compiling usdt-impl v0.5.0
16462026-07-01T19:12:20.864Z Compiling ecdsa v0.16.9
16472026-07-01T19:12:20.875Z Compiling rsa v0.9.10
16482026-07-01T19:12:20.952Z Compiling ed25519-dalek v2.2.0
16492026-07-01T19:12:21.297Z Compiling crossterm v0.28.1
16502026-07-01T19:12:21.360Z Compiling serde_with v3.17.0
16512026-07-01T19:12:21.945Z Compiling zip v0.6.6
16522026-07-01T19:12:22.620Z Compiling toml v0.7.8
16532026-07-01T19:12:22.958Z Compiling iddqd v0.4.2
16542026-07-01T19:12:23.146Z Compiling similar v2.7.0
16552026-07-01T19:12:23.203Z Compiling heck v0.4.1
16562026-07-01T19:12:23.312Z Compiling crossbeam-epoch v0.9.18
16572026-07-01T19:12:23.428Z Compiling tokio-stream v0.1.18
16582026-07-01T19:12:23.463Z Compiling buf-list v1.1.2
16592026-07-01T19:12:23.651Z Compiling x509-cert v0.2.5
16602026-07-01T19:12:23.752Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-07-01T19:12:23.896Z Compiling openapiv3 v2.2.0
16622026-07-01T19:12:24.031Z Compiling sha1 v0.10.6
16632026-07-01T19:12:24.049Z Compiling lalrpop-util v0.19.12
16642026-07-01T19:12:24.246Z Compiling peg-runtime v0.8.5
16652026-07-01T19:12:24.250Z Compiling thread_local v1.1.9
16662026-07-01T19:12:24.273Z Compiling slog-async v2.8.0
16672026-07-01T19:12:24.277Z Compiling crossbeam-channel v0.5.15
16682026-07-01T19:12:24.508Z Compiling filetime v0.2.27
16692026-07-01T19:12:24.523Z Compiling is-terminal v0.4.17
16702026-07-01T19:12:24.603Z Compiling take_mut v0.2.2
16712026-07-01T19:12:24.622Z Compiling xattr v1.6.1
16722026-07-01T19:12:24.681Z Compiling term v1.2.1
16732026-07-01T19:12:24.748Z Compiling tar v0.4.45
16742026-07-01T19:12:24.790Z Compiling camino-tempfile v1.4.1
16752026-07-01T19:12:25.020Z Compiling slog-term v2.9.2
16762026-07-01T19:12:38.707Z Compiling rustls-webpki v0.103.9
16772026-07-01T19:12:39.117Z Compiling tokio-rustls v0.26.4
16782026-07-01T19:12:39.117Z Compiling rustls-platform-verifier v0.6.2
16792026-07-01T19:12:39.117Z Compiling tough v0.22.0
16802026-07-01T19:12:39.343Z Compiling hyper-rustls v0.27.7
16812026-07-01T19:12:39.543Z Compiling reqwest v0.13.2
16822026-07-01T19:12:41.780Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-07-01T19:12:42.006Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-07-01T19:12:44.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
16852026-07-01T19:12:45.033Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16862026-07-01T19:12:45.085ZJul 01 19:12:43.498 INFO Starting download, target: Console
16872026-07-01T19:12:45.088ZJul 01 19:12:43.498 INFO Starting download, target: Cockroach
16882026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Starting download, target: Clickhouse
16892026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Starting download, target: MaghemiteMgd
16902026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Starting download, target: DendriteStub
16912026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Starting download, target: MaghemiteDdmd
16922026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Starting download, target: TransceiverControl
16932026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16942026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16952026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16982026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16992026-07-01T19:12:45.088ZJul 01 19:12:43.499 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17002026-07-01T19:12:46.938ZJul 01 19:12:45.351 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-07-01T19:12:47.179ZJul 01 19:12:45.592 INFO Download complete, target: Console
17022026-07-01T19:12:47.609ZJul 01 19:12:46.022 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17032026-07-01T19:12:54.135ZJul 01 19:12:52.548 INFO Checking that binary works, target: Clickhouse
17042026-07-01T19:12:54.377ZJul 01 19:12:52.790 INFO Download complete, target: Clickhouse
17052026-07-01T19:13:00.204ZJul 01 19:12:58.583 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17062026-07-01T19:13:00.419ZJul 01 19:12:58.809 INFO Download complete, target: TransceiverControl
17072026-07-01T19:13:01.657ZJul 01 19:13:00.053 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17082026-07-01T19:13:02.196ZJul 01 19:13:00.598 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17092026-07-01T19:13:02.326ZJul 01 19:13:00.724 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17102026-07-01T19:13:02.966ZJul 01 19:13:01.379 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17112026-07-01T19:13:02.966ZJul 01 19:13:01.379 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17122026-07-01T19:13:03.494ZJul 01 19:13:01.908 INFO Download complete, target: MaghemiteDdmd
17132026-07-01T19:13:04.706ZJul 01 19:13:03.119 INFO Download complete, target: MaghemiteMgd
17142026-07-01T19:13:04.780ZJul 01 19:13:03.193 INFO Download complete, target: DendriteStub
17152026-07-01T19:13:07.520ZJul 01 19:13:05.934 INFO Checking that binary works, target: Cockroach
17162026-07-01T19:13:07.724ZJul 01 19:13:06.136 INFO Download complete, target: Cockroach
17172026-07-01T19:13:07.847ZAll builder prerequisites installed successfully, and PATH looks valid
17182026-07-01T19:13:07.850Z
17192026-07-01T19:13:07.850Zreal 2:22.769590364
17202026-07-01T19:13:07.850Zuser 6:41.523570593
17212026-07-01T19:13:07.850Zsys 1:22.060525708
17222026-07-01T19:13:07.850Ztrap 0.207899783
17232026-07-01T19:13:07.850Ztflt 1.416905388
17242026-07-01T19:13:07.850Zdflt 2.553597862
17252026-07-01T19:13:07.850Zkflt 0.078800184
17262026-07-01T19:13:07.851Zlock 25:45.891206830
17272026-07-01T19:13:07.851Zslp 21:23.824581686
17282026-07-01T19:13:07.851Zlat 42.028395372
17292026-07-01T19:13:07.851Zstop 1:55.580476962
17302026-07-01T19:13:07.851Z+ banner hack-check
17312026-07-01T19:13:07.851Z
17322026-07-01T19:13:07.851Z # # ## #### # # #### # # ###### #### # #
17332026-07-01T19:13:07.851Z # # # # # # # # # # # # # # # # #
17342026-07-01T19:13:07.851Z ###### # # # #### ##### # ###### ##### # ####
17352026-07-01T19:13:07.851Z # # ###### # # # # # # # # # #
17362026-07-01T19:13:07.851Z # # # # # # # # # # # # # # # # #
17372026-07-01T19:13:07.851Z # # # # #### # # #### # # ###### #### # #
17382026-07-01T19:13:07.851Z
17392026-07-01T19:13:07.851Z+ export CARGO_INCREMENTAL=0
17402026-07-01T19:13:07.851Z+ CARGO_INCREMENTAL=0
17412026-07-01T19:13:07.851Z+ ptime -m timeout 2h cargo xtask check-features --ci
17422026-07-01T19:13:08.295Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17432026-07-01T19:13:08.593Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17442026-07-01T19:13:10.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17452026-07-01T19:13:10.412Z Running `target/debug/xtask check-features --ci`
17462026-07-01T19:13:10.437Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17472026-07-01T19:13:10.440Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17482026-07-01T19:13:10.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17492026-07-01T19:13:10.864Z Running `target/debug/xtask download cargo-hack`
17502026-07-01T19:13:11.590Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-07-01T19:13:11.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-07-01T19:13:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17532026-07-01T19:13:14.635Z Running `target/debug/xtask-downloader cargo-hack`
17542026-07-01T19:13:14.675ZJul 01 19:13:13.088 INFO Starting download, target: CargoHack
17552026-07-01T19:13:14.679ZJul 01 19:13:13.089 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17562026-07-01T19:13:15.051ZJul 01 19:13:13.464 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17572026-07-01T19:13:15.100ZJul 01 19:13:13.513 INFO Download complete, target: CargoHack
17582026-07-01T19:13:15.103Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17592026-07-01T19:13:15.119Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17602026-07-01T19:13:15.282Zinfo: running `cargo check --bins` on api_identity (1/299)
17612026-07-01T19:13:15.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622026-07-01T19:13:15.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632026-07-01T19:13:15.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642026-07-01T19:13:15.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17652026-07-01T19:13:15.797Z
17662026-07-01T19:13:15.797Zinfo: running `cargo check --bins` on bootstore (2/299)
17672026-07-01T19:13:16.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682026-07-01T19:13:16.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692026-07-01T19:13:16.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702026-07-01T19:13:16.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17712026-07-01T19:13:16.304Z
17722026-07-01T19:13:16.304Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
17732026-07-01T19:13:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742026-07-01T19:13:16.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752026-07-01T19:13:16.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762026-07-01T19:13:16.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17772026-07-01T19:13:16.818Z
17782026-07-01T19:13:16.818Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
17792026-07-01T19:13:17.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802026-07-01T19:13:17.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812026-07-01T19:13:17.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822026-07-01T19:13:17.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17832026-07-01T19:13:17.330Z
17842026-07-01T19:13:17.330Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
17852026-07-01T19:13:17.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862026-07-01T19:13:17.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872026-07-01T19:13:17.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882026-07-01T19:13:17.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17892026-07-01T19:13:17.848Z
17902026-07-01T19:13:17.848Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
17912026-07-01T19:13:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-07-01T19:13:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-07-01T19:13:18.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-07-01T19:13:18.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17952026-07-01T19:13:18.376Z
17962026-07-01T19:13:18.376Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
17972026-07-01T19:13:18.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-07-01T19:13:18.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-07-01T19:13:18.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-07-01T19:13:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18012026-07-01T19:13:18.904Z
18022026-07-01T19:13:18.904Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18032026-07-01T19:13:19.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-07-01T19:13:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-07-01T19:13:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-07-01T19:13:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18072026-07-01T19:13:19.430Z
18082026-07-01T19:13:19.430Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18092026-07-01T19:13:19.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-07-01T19:13:19.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-07-01T19:13:19.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-07-01T19:13:19.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18132026-07-01T19:13:19.818Z
18142026-07-01T19:13:19.818Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18152026-07-01T19:13:20.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-07-01T19:13:20.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-07-01T19:13:20.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-07-01T19:13:20.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18192026-07-01T19:13:20.210Z
18202026-07-01T19:13:20.210Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18212026-07-01T19:13:20.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-01T19:13:20.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-01T19:13:20.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-01T19:13:20.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18252026-07-01T19:13:20.603Z
18262026-07-01T19:13:20.603Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18272026-07-01T19:13:20.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-01T19:13:20.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-01T19:13:20.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-01T19:13:20.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18312026-07-01T19:13:20.988Z
18322026-07-01T19:13:20.988Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18332026-07-01T19:13:21.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-01T19:13:21.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-01T19:13:21.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-01T19:13:21.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18372026-07-01T19:13:21.379Z
18382026-07-01T19:13:21.380Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18392026-07-01T19:13:21.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-01T19:13:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-01T19:13:21.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-01T19:13:21.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18432026-07-01T19:13:21.771Z
18442026-07-01T19:13:21.771Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18452026-07-01T19:13:22.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-01T19:13:22.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-01T19:13:22.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-01T19:13:22.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18492026-07-01T19:13:22.158Z
18502026-07-01T19:13:22.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18512026-07-01T19:13:22.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-01T19:13:22.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-01T19:13:22.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-01T19:13:22.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18552026-07-01T19:13:22.544Z
18562026-07-01T19:13:22.544Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18572026-07-01T19:13:22.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-01T19:13:22.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-01T19:13:22.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-01T19:13:22.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18612026-07-01T19:13:22.935Z
18622026-07-01T19:13:22.935Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
18632026-07-01T19:13:23.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-01T19:13:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-01T19:13:23.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-01T19:13:23.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18672026-07-01T19:13:23.324Z
18682026-07-01T19:13:23.324Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
18692026-07-01T19:13:23.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-01T19:13:23.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-01T19:13:23.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-01T19:13:23.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18732026-07-01T19:13:23.714Z
18742026-07-01T19:13:23.714Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
18752026-07-01T19:13:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-01T19:13:24.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-01T19:13:24.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-01T19:13:24.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18792026-07-01T19:13:24.103Z
18802026-07-01T19:13:24.103Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
18812026-07-01T19:13:24.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-01T19:13:24.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-01T19:13:24.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-01T19:13:24.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18852026-07-01T19:13:24.492Z
18862026-07-01T19:13:24.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
18872026-07-01T19:13:24.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-01T19:13:24.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-01T19:13:24.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-01T19:13:24.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18912026-07-01T19:13:24.883Z
18922026-07-01T19:13:24.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
18932026-07-01T19:13:25.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-01T19:13:25.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-01T19:13:25.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-01T19:13:25.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18972026-07-01T19:13:25.275Z
18982026-07-01T19:13:25.276Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
18992026-07-01T19:13:25.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-01T19:13:25.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-01T19:13:25.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-01T19:13:25.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19032026-07-01T19:13:25.668Z
19042026-07-01T19:13:25.669Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19052026-07-01T19:13:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-01T19:13:26.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-01T19:13:26.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-01T19:13:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-07-01T19:13:26.057Z
19102026-07-01T19:13:26.057Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19112026-07-01T19:13:26.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-01T19:13:26.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-01T19:13:26.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-01T19:13:26.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19152026-07-01T19:13:26.447Z
19162026-07-01T19:13:26.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19172026-07-01T19:13:26.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-01T19:13:26.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-01T19:13:26.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-01T19:13:26.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19212026-07-01T19:13:26.838Z
19222026-07-01T19:13:26.838Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19232026-07-01T19:13:27.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-01T19:13:27.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-01T19:13:27.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-01T19:13:27.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19272026-07-01T19:13:27.229Z
19282026-07-01T19:13:27.229Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19292026-07-01T19:13:27.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-01T19:13:27.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-01T19:13:27.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-01T19:13:27.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19332026-07-01T19:13:27.618Z
19342026-07-01T19:13:27.618Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19352026-07-01T19:13:27.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-01T19:13:27.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-01T19:13:27.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-01T19:13:27.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19392026-07-01T19:13:28.008Z
19402026-07-01T19:13:28.008Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19412026-07-01T19:13:28.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-01T19:13:28.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-01T19:13:28.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-01T19:13:28.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19452026-07-01T19:13:28.397Z
19462026-07-01T19:13:28.397Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19472026-07-01T19:13:28.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-01T19:13:28.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-01T19:13:28.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-01T19:13:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19512026-07-01T19:13:28.791Z
19522026-07-01T19:13:28.791Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19532026-07-01T19:13:29.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-01T19:13:29.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-01T19:13:29.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-01T19:13:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19572026-07-01T19:13:29.183Z
19582026-07-01T19:13:29.183Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
19592026-07-01T19:13:29.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-01T19:13:29.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-01T19:13:29.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-01T19:13:29.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19632026-07-01T19:13:29.573Z
19642026-07-01T19:13:29.573Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
19652026-07-01T19:13:29.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-01T19:13:29.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-01T19:13:29.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-01T19:13:29.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19692026-07-01T19:13:29.965Z
19702026-07-01T19:13:29.965Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
19712026-07-01T19:13:30.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-01T19:13:30.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-01T19:13:30.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-01T19:13:30.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19752026-07-01T19:13:30.352Z
19762026-07-01T19:13:30.352Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
19772026-07-01T19:13:30.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-01T19:13:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-01T19:13:30.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-01T19:13:30.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19812026-07-01T19:13:30.741Z
19822026-07-01T19:13:30.741Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
19832026-07-01T19:13:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-01T19:13:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-01T19:13:31.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-01T19:13:31.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19872026-07-01T19:13:31.130Z
19882026-07-01T19:13:31.130Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
19892026-07-01T19:13:31.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-01T19:13:31.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-01T19:13:31.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-01T19:13:31.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19932026-07-01T19:13:31.519Z
19942026-07-01T19:13:31.519Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
19952026-07-01T19:13:31.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-01T19:13:31.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-01T19:13:31.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-01T19:13:31.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19992026-07-01T19:13:31.910Z
20002026-07-01T19:13:31.911Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20012026-07-01T19:13:32.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-01T19:13:32.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-01T19:13:32.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-01T19:13:32.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20052026-07-01T19:13:32.299Z
20062026-07-01T19:13:32.300Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20072026-07-01T19:13:32.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-01T19:13:32.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-01T19:13:32.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-01T19:13:32.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20112026-07-01T19:13:32.692Z
20122026-07-01T19:13:32.692Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20132026-07-01T19:13:33.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-01T19:13:33.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-01T19:13:33.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-01T19:13:33.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20172026-07-01T19:13:33.082Z
20182026-07-01T19:13:33.083Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20192026-07-01T19:13:33.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-01T19:13:33.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-01T19:13:33.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-01T19:13:33.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20232026-07-01T19:13:33.521Z
20242026-07-01T19:13:33.521Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20252026-07-01T19:13:33.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-01T19:13:33.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-01T19:13:33.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-01T19:13:33.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20292026-07-01T19:13:33.865Z
20302026-07-01T19:13:33.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20312026-07-01T19:13:34.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-01T19:13:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-01T19:13:34.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-01T19:13:34.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20352026-07-01T19:13:34.257Z
20362026-07-01T19:13:34.257Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20372026-07-01T19:13:34.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-01T19:13:34.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-01T19:13:34.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-01T19:13:34.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20412026-07-01T19:13:34.649Z
20422026-07-01T19:13:34.649Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20432026-07-01T19:13:34.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-01T19:13:34.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-01T19:13:34.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-01T19:13:34.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20472026-07-01T19:13:35.042Z
20482026-07-01T19:13:35.042Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20492026-07-01T19:13:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-01T19:13:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-01T19:13:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-01T19:13:35.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20532026-07-01T19:13:35.603Z
20542026-07-01T19:13:35.603Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20552026-07-01T19:13:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-01T19:13:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-01T19:13:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-01T19:13:36.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20592026-07-01T19:13:36.159Z
20602026-07-01T19:13:36.159Zinfo: running `cargo check --bins` on nexus-config (51/299)
20612026-07-01T19:13:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-01T19:13:36.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-01T19:13:36.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-01T19:13:36.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20652026-07-01T19:13:36.735Z
20662026-07-01T19:13:36.735Zinfo: running `cargo check --bins` on nexus-types (52/299)
20672026-07-01T19:13:37.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-01T19:13:37.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-01T19:13:37.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-01T19:13:37.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20712026-07-01T19:13:37.277Z
20722026-07-01T19:13:37.277Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
20732026-07-01T19:13:37.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-01T19:13:37.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-01T19:13:37.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-01T19:13:37.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20772026-07-01T19:13:37.808Z
20782026-07-01T19:13:37.808Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
20792026-07-01T19:13:38.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-01T19:13:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-01T19:13:38.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-01T19:13:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20832026-07-01T19:13:38.315Z
20842026-07-01T19:13:38.316Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
20852026-07-01T19:13:38.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-01T19:13:38.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-01T19:13:38.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-01T19:13:38.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20892026-07-01T19:13:38.846Z
20902026-07-01T19:13:38.846Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
20912026-07-01T19:13:39.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-01T19:13:39.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-01T19:13:39.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-01T19:13:39.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20952026-07-01T19:13:39.374Z
20962026-07-01T19:13:39.374Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
20972026-07-01T19:13:39.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-01T19:13:39.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-01T19:13:39.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-01T19:13:39.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21012026-07-01T19:13:39.916Z
21022026-07-01T19:13:39.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21032026-07-01T19:13:40.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-01T19:13:40.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-01T19:13:40.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-01T19:13:40.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21072026-07-01T19:13:40.514Z
21082026-07-01T19:13:40.514Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21092026-07-01T19:13:40.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-01T19:13:40.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-01T19:13:40.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-01T19:13:40.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21132026-07-01T19:13:40.937Z
21142026-07-01T19:13:40.937Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21152026-07-01T19:13:41.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-01T19:13:41.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-01T19:13:41.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-01T19:13:41.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21192026-07-01T19:13:41.475Z
21202026-07-01T19:13:41.475Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21212026-07-01T19:13:41.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-01T19:13:41.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-01T19:13:41.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-01T19:13:41.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21252026-07-01T19:13:41.950Z
21262026-07-01T19:13:41.950Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21272026-07-01T19:13:42.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-01T19:13:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-01T19:13:42.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-01T19:13:42.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21312026-07-01T19:13:42.465Z
21322026-07-01T19:13:42.465Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21332026-07-01T19:13:42.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-01T19:13:42.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-01T19:13:42.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-01T19:13:42.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21372026-07-01T19:13:42.988Z
21382026-07-01T19:13:42.988Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21392026-07-01T19:13:43.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-01T19:13:43.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-01T19:13:43.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-01T19:13:43.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21432026-07-01T19:13:43.511Z
21442026-07-01T19:13:43.511Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21452026-07-01T19:13:44.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-01T19:13:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-01T19:13:44.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-01T19:13:44.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21492026-07-01T19:13:44.067Z
21502026-07-01T19:13:44.067Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21512026-07-01T19:13:44.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-01T19:13:44.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-01T19:13:44.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-01T19:13:44.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21552026-07-01T19:13:44.526Z
21562026-07-01T19:13:44.527Zinfo: running `cargo check --bins` on ereport-types (67/299)
21572026-07-01T19:13:44.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-01T19:13:44.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-01T19:13:44.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-01T19:13:44.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21612026-07-01T19:13:45.052Z
21622026-07-01T19:13:45.052Zinfo: running `cargo check --bins` on gateway-client (68/299)
21632026-07-01T19:13:45.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-01T19:13:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-01T19:13:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-01T19:13:45.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21672026-07-01T19:13:45.566Z
21682026-07-01T19:13:45.567Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
21692026-07-01T19:13:46.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-01T19:13:46.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-01T19:13:46.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-01T19:13:46.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21732026-07-01T19:13:46.093Z
21742026-07-01T19:13:46.093Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
21752026-07-01T19:13:46.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-01T19:13:46.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-01T19:13:46.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-01T19:13:46.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21792026-07-01T19:13:46.607Z
21802026-07-01T19:13:46.607Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
21812026-07-01T19:13:47.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-01T19:13:47.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-01T19:13:47.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-01T19:13:47.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21852026-07-01T19:13:47.124Z
21862026-07-01T19:13:47.124Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
21872026-07-01T19:13:47.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-01T19:13:47.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-01T19:13:47.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-01T19:13:47.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21912026-07-01T19:13:47.649Z
21922026-07-01T19:13:47.649Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
21932026-07-01T19:13:48.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-01T19:13:48.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-01T19:13:48.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-01T19:13:48.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21972026-07-01T19:13:48.189Z
21982026-07-01T19:13:48.189Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
21992026-07-01T19:13:48.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-01T19:13:48.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-01T19:13:48.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-01T19:13:48.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22032026-07-01T19:13:48.731Z
22042026-07-01T19:13:48.731Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22052026-07-01T19:13:49.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-01T19:13:49.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-01T19:13:49.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-01T19:13:49.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22092026-07-01T19:13:49.312Z
22102026-07-01T19:13:49.312Zinfo: running `cargo check --bins` on oxlog (76/299)
22112026-07-01T19:13:49.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-01T19:13:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-01T19:13:49.794Z Checking cfg-if v1.0.4
22142026-07-01T19:13:49.809Z Checking libc v0.2.185
22152026-07-01T19:13:49.809Z Checking serde_core v1.0.228
22162026-07-01T19:13:49.907Z Checking zeroize v1.8.2
22172026-07-01T19:13:49.916Z Checking memchr v2.8.0
22182026-07-01T19:13:49.927Z Checking log v0.4.29
22192026-07-01T19:13:49.934Z Checking smallvec v1.15.1
22202026-07-01T19:13:49.949Z Checking typenum v1.19.0
22212026-07-01T19:13:49.956Z Checking subtle v2.6.1
22222026-07-01T19:13:50.049Z Checking itoa v1.0.17
22232026-07-01T19:13:50.080Z Checking scopeguard v1.2.0
22242026-07-01T19:13:50.097Z Checking stable_deref_trait v1.2.1
22252026-07-01T19:13:50.109Z Checking const-oid v0.9.6
22262026-07-01T19:13:50.178Z Checking zerofrom v0.1.6
22272026-07-01T19:13:50.187Z Checking lock_api v0.4.14
22282026-07-01T19:13:50.200Z Checking pin-project-lite v0.2.17
22292026-07-01T19:13:50.290Z Checking yoke v0.8.1
22302026-07-01T19:13:50.302Z Checking getrandom v0.2.17
22312026-07-01T19:13:50.306Z Checking errno v0.3.14
22322026-07-01T19:13:50.306Z Checking parking_lot_core v0.9.12
22332026-07-01T19:13:50.381Z Checking portable-atomic v1.13.1
22342026-07-01T19:13:50.452Z Checking signal-hook-registry v1.4.8
22352026-07-01T19:13:50.455Z Checking zerovec v0.11.5
22362026-07-01T19:13:50.475Z Checking rand_core v0.6.4
22372026-07-01T19:13:50.541Z Checking critical-section v1.2.0
22382026-07-01T19:13:50.623Z Checking futures-core v0.3.32
22392026-07-01T19:13:50.624Z Checking generic-array v0.14.7
22402026-07-01T19:13:50.644Z Checking parking_lot v0.12.5
22412026-07-01T19:13:50.660Z Checking mio v1.2.0
22422026-07-01T19:13:50.745Z Checking zerocopy v0.8.40
22432026-07-01T19:13:50.794Z Checking once_cell v1.21.3
22442026-07-01T19:13:50.807Z Checking zmij v1.0.21
22452026-07-01T19:13:50.834Z Checking socket2 v0.6.3
22462026-07-01T19:13:50.889Z Checking tinystr v0.8.2
22472026-07-01T19:13:50.948Z Checking libm v0.2.16
22482026-07-01T19:13:50.973Z Checking equivalent v1.0.2
22492026-07-01T19:13:51.023Z Checking writeable v0.6.2
22502026-07-01T19:13:51.049Z Checking litemap v0.8.1
22512026-07-01T19:13:51.064Z Checking percent-encoding v2.3.2
22522026-07-01T19:13:51.078Z Checking potential_utf v0.1.4
22532026-07-01T19:13:51.093Z Checking crypto-common v0.1.7
22542026-07-01T19:13:51.196Z Checking block-buffer v0.10.4
22552026-07-01T19:13:51.201Z Checking zerotrie v0.2.3
22562026-07-01T19:13:51.213Z Checking icu_locale_core v2.1.1
22572026-07-01T19:13:51.223Z Checking futures-sink v0.3.32
22582026-07-01T19:13:51.238Z Checking icu_collections v2.1.1
22592026-07-01T19:13:51.314Z Checking digest v0.10.7
22602026-07-01T19:13:51.324Z Checking futures-channel v0.3.32
22612026-07-01T19:13:51.426Z Checking serde v1.0.228
22622026-07-01T19:13:51.445Z Checking bitflags v2.11.0
22632026-07-01T19:13:51.565Z Checking serde_json v1.0.150
22642026-07-01T19:13:51.593Z Checking cpufeatures v0.2.17
22652026-07-01T19:13:51.593Z Checking futures-io v0.3.32
22662026-07-01T19:13:51.593Z Checking futures-task v0.3.32
22672026-07-01T19:13:51.609Z Checking slab v0.4.12
22682026-07-01T19:13:51.657Z Checking num-traits v0.2.19
22692026-07-01T19:13:51.663Z Checking hmac v0.12.1
22702026-07-01T19:13:51.724Z Checking icu_properties_data v2.1.2
22712026-07-01T19:13:51.766Z Checking futures-util v0.3.32
22722026-07-01T19:13:51.779Z Checking icu_provider v2.1.1
22732026-07-01T19:13:51.794Z Checking icu_normalizer_data v2.1.1
22742026-07-01T19:13:51.840Z Checking bytes v1.11.1
22752026-07-01T19:13:51.867Z Checking hashbrown v0.17.0
22762026-07-01T19:13:51.877Z Checking rand_core v0.10.0
22772026-07-01T19:13:52.006Z Checking getrandom v0.4.1
22782026-07-01T19:13:52.018Z Checking icu_properties v2.1.2
22792026-07-01T19:13:52.155Z Checking icu_normalizer v2.1.1
22802026-07-01T19:13:52.176Z Checking block-padding v0.3.3
22812026-07-01T19:13:52.203Z Checking utf8_iter v1.0.4
22822026-07-01T19:13:52.334Z Checking tokio v1.52.1
22832026-07-01T19:13:52.341Z Checking inout v0.1.4
22842026-07-01T19:13:52.341Z Checking indexmap v2.14.0
22852026-07-01T19:13:52.341Z Checking sha2 v0.10.9
22862026-07-01T19:13:52.443Z Checking cipher v0.4.4
22872026-07-01T19:13:52.471Z Checking form_urlencoded v1.2.2
22882026-07-01T19:13:52.582Z Checking getrandom v0.3.4
22892026-07-01T19:13:52.603Z Checking byteorder v1.5.0
22902026-07-01T19:13:52.648Z Checking fnv v1.0.7
22912026-07-01T19:13:52.726Z Checking base64ct v1.8.3
22922026-07-01T19:13:52.746Z Checking flagset v0.4.7
22932026-07-01T19:13:52.793Z Checking rand_core v0.9.5
22942026-07-01T19:13:52.843Z Checking idna_adapter v1.2.1
22952026-07-01T19:13:52.900Z Checking http v1.4.2
22962026-07-01T19:13:52.914Z Checking regex-syntax v0.8.10
22972026-07-01T19:13:52.974Z Checking idna v1.1.0
22982026-07-01T19:13:52.974Z Checking pem-rfc7468 v0.7.0
22992026-07-01T19:13:52.988Z Checking salsa20 v0.10.2
23002026-07-01T19:13:53.120Z Checking uuid v1.23.4
23012026-07-01T19:13:53.138Z Checking der v0.7.10
23022026-07-01T19:13:53.222Z Checking url v2.5.8
23032026-07-01T19:13:53.452Z Checking pbkdf2 v0.12.2
23042026-07-01T19:13:53.462Z Checking rustix v1.1.3
23052026-07-01T19:13:53.558Z Checking tracing-core v0.1.36
23062026-07-01T19:13:53.577Z Checking ppv-lite86 v0.2.21
23072026-07-01T19:13:53.664Z Checking base64 v0.22.1
23082026-07-01T19:13:53.733Z Checking iana-time-zone v0.1.65
23092026-07-01T19:13:53.892Z Checking chrono v0.4.44
23102026-07-01T19:13:53.921Z Checking tracing v0.1.44
23112026-07-01T19:13:53.921Z Checking rand_chacha v0.9.0
23122026-07-01T19:13:53.921Z Checking spki v0.7.3
23132026-07-01T19:13:53.921Z Checking scrypt v0.11.0
23142026-07-01T19:13:54.046Z Checking http-body v1.0.1
23152026-07-01T19:13:54.057Z Checking aes v0.8.4
23162026-07-01T19:13:54.071Z Checking cbc v0.1.2
23172026-07-01T19:13:54.104Z Checking rustls-pki-types v1.14.0
23182026-07-01T19:13:54.189Z Checking tinyvec_macros v0.1.1
23192026-07-01T19:13:54.217Z Checking openssl-probe v0.2.1
23202026-07-01T19:13:54.258Z Checking rand v0.9.2
23212026-07-01T19:13:54.264Z Checking tinyvec v1.10.0
23222026-07-01T19:13:54.313Z Checking aws-lc-sys v0.40.0
23232026-07-01T19:13:54.323Z Checking tower-service v0.3.3
23242026-07-01T19:13:54.388Z Checking tower-layer v0.3.3
23252026-07-01T19:13:54.404Z Checking untrusted v0.7.1
23262026-07-01T19:13:54.449Z Checking pkcs5 v0.7.1
23272026-07-01T19:13:54.509Z Checking try-lock v0.2.5
23282026-07-01T19:13:54.534Z Checking atomic-waker v1.1.2
23292026-07-01T19:13:54.592Z Checking ipnet v2.11.0
23302026-07-01T19:13:54.613Z Checking want v0.3.1
23312026-07-01T19:13:54.631Z Checking httparse v1.10.1
23322026-07-01T19:13:54.700Z Checking pkcs8 v0.10.2
23332026-07-01T19:13:54.712Z Checking aho-corasick v1.1.4
23342026-07-01T19:13:54.727Z Checking httpdate v1.0.3
23352026-07-01T19:13:54.742Z Checking untrusted v0.9.0
23362026-07-01T19:13:54.804Z Checking aws-lc-rs v1.16.3
23372026-07-01T19:13:54.828Z Checking dyn-clone v1.0.20
23382026-07-01T19:13:54.844Z Checking plain v0.2.3
23392026-07-01T19:13:54.847Z Checking utf8parse v0.2.2
23402026-07-01T19:13:54.869Z Checking foreign-types-shared v0.1.1
23412026-07-01T19:13:54.883Z Checking fastrand v2.3.0
23422026-07-01T19:13:54.930Z Checking unicode-normalization v0.1.25
23432026-07-01T19:13:54.945Z Checking semver v1.0.28
23442026-07-01T19:13:54.957Z Checking foreign-types v0.3.2
23452026-07-01T19:13:54.961Z Checking openssl-sys v0.9.115
23462026-07-01T19:13:55.026Z Checking spin v0.9.8
23472026-07-01T19:13:55.059Z Checking tempfile v3.25.0
23482026-07-01T19:13:55.183Z Checking anstyle v1.0.14
23492026-07-01T19:13:55.237Z Checking unicode-ident v1.0.24
23502026-07-01T19:13:55.274Z Checking ucd-trie v0.1.7
23512026-07-01T19:13:55.346Z Checking proc-macro2 v1.0.106
23522026-07-01T19:13:55.362Z Checking schemars v0.8.22
23532026-07-01T19:13:55.373Z Checking openssl v0.10.79
23542026-07-01T19:13:55.473Z Checking thiserror v2.0.18
23552026-07-01T19:13:55.479Z Checking pest v2.8.6
23562026-07-01T19:13:55.479Z Checking regex-automata v0.4.14
23572026-07-01T19:13:55.493Z Checking sync_wrapper v1.0.2
23582026-07-01T19:13:55.598Z Checking wait-timeout v0.2.1
23592026-07-01T19:13:55.635Z Checking tokio-util v0.7.18
23602026-07-01T19:13:55.670Z Checking bit-vec v0.8.0
23612026-07-01T19:13:55.683Z Checking rustls-webpki v0.103.9
23622026-07-01T19:13:55.727Z Checking is_terminal_polyfill v1.70.2
23632026-07-01T19:13:55.808Z Checking colorchoice v1.0.4
23642026-07-01T19:13:55.865Z Checking anstyle-query v1.1.5
23652026-07-01T19:13:55.908Z Checking pretty-hex v0.4.1
23662026-07-01T19:13:55.988Z Checking simd-adler32 v0.3.8
23672026-07-01T19:13:56.034Z Checking siphasher v1.0.2
23682026-07-01T19:13:56.103Z Checking powerfmt v0.2.0
23692026-07-01T19:13:56.109Z Checking rustls v0.23.41
23702026-07-01T19:13:56.123Z Checking quick-error v1.2.3
23712026-07-01T19:13:56.183Z Checking bit-set v0.8.0
23722026-07-01T19:13:56.197Z Checking deranged v0.5.8
23732026-07-01T19:13:56.223Z Checking rusty-fork v0.3.1
23742026-07-01T19:13:56.256Z Checking h2 v0.4.15
23752026-07-01T19:13:56.331Z Checking quote v1.0.45
23762026-07-01T19:13:56.397Z Checking tower v0.5.3
23772026-07-01T19:13:56.526Z Compiling newtype-uuid v1.3.2
23782026-07-01T19:13:56.582Z Checking http-body-util v0.1.3
23792026-07-01T19:13:56.670Z Checking crossbeam-utils v0.8.21
23802026-07-01T19:13:56.722Z Checking rand_xorshift v0.4.0
23812026-07-01T19:13:56.797Z Checking crc32fast v1.5.0
23822026-07-01T19:13:56.843Z Checking scroll v0.13.0
23832026-07-01T19:13:56.933Z Checking signature v2.2.0
23842026-07-01T19:13:57.022Z Checking unarray v0.1.4
23852026-07-01T19:13:57.066Z Checking allocator-api2 v0.2.21
23862026-07-01T19:13:57.088Z Checking num-conv v0.2.0
23872026-07-01T19:13:57.125Z Checking iri-string v0.7.10
23882026-07-01T19:13:57.142Z Checking unicode-properties v0.1.4
23892026-07-01T19:13:57.197Z Checking ryu v1.0.23
23902026-07-01T19:13:57.329Z Checking adler2 v2.0.1
23912026-07-01T19:13:57.344Z Checking unicode-bidi v0.3.18
23922026-07-01T19:13:57.362Z Checking time-core v0.1.8
23932026-07-01T19:13:57.366Z Checking num_threads v0.1.7
23942026-07-01T19:13:57.435Z Checking miniz_oxide v0.8.9
23952026-07-01T19:13:57.449Z Checking native-tls v0.2.18
23962026-07-01T19:13:57.461Z Checking bstr v1.12.1
23972026-07-01T19:13:57.494Z Checking time v0.3.47
23982026-07-01T19:13:57.629Z Checking tokio-native-tls v0.3.1
23992026-07-01T19:13:57.639Z Checking stringprep v0.1.5
24002026-07-01T19:13:57.787Z Checking serde_urlencoded v0.7.1
24012026-07-01T19:13:57.799Z Checking proptest v1.10.0
24022026-07-01T19:13:57.799Z Checking goblin v0.10.5
24032026-07-01T19:13:57.876Z Checking crossbeam-epoch v0.9.18
24042026-07-01T19:13:57.997Z Compiling daft v0.1.7
24052026-07-01T19:13:58.093Z Checking syn v2.0.117
24062026-07-01T19:13:58.168Z Checking tower-http v0.6.8
24072026-07-01T19:13:58.293Z Checking ipnetwork v0.21.1
24082026-07-01T19:13:58.400Z Checking anstyle-parse v1.0.0
24092026-07-01T19:13:58.450Z Checking rustls-native-certs v0.8.3
24102026-07-01T19:13:58.514Z Checking rand_chacha v0.3.1
24112026-07-01T19:13:58.677Z Checking scroll v0.12.0
24122026-07-01T19:13:58.697Z Checking thiserror v1.0.69
24132026-07-01T19:13:58.697Z Checking zstd-sys v2.0.16+zstd.1.5.7
24142026-07-01T19:13:58.697Z Checking hash32 v0.2.1
24152026-07-01T19:13:58.732Z Checking num-integer v0.1.46
24162026-07-01T19:13:58.866Z Checking serde_spanned v0.6.9
24172026-07-01T19:13:58.890Z Checking toml_datetime v0.6.11
24182026-07-01T19:13:58.890Z Checking md-5 v0.10.6
24192026-07-01T19:13:58.925Z Checking ff v0.13.1
24202026-07-01T19:13:58.948Z Checking encoding_rs v0.8.35
24212026-07-01T19:13:58.971Z Checking fallible-iterator v0.2.0
24222026-07-01T19:13:58.984Z Checking zlib-rs v0.6.2
24232026-07-01T19:13:59.038Z Checking base16ct v0.2.0
24242026-07-01T19:13:59.166Z Checking mime v0.3.17
24252026-07-01T19:13:59.176Z Checking hyper v1.10.1
24262026-07-01T19:13:59.246Z Checking psl-types v2.0.11
24272026-07-01T19:13:59.337Z Checking postgres-protocol v0.6.10
24282026-07-01T19:13:59.373Z Checking publicsuffix v2.3.0
24292026-07-01T19:13:59.524Z Checking sec1 v0.7.3
24302026-07-01T19:13:59.675Z Checking group v0.13.0
24312026-07-01T19:13:59.738Z Checking num-iter v0.1.45
24322026-07-01T19:13:59.809Z Checking heapless v0.7.17
24332026-07-01T19:13:59.837Z Checking goblin v0.8.2
24342026-07-01T19:13:59.851Z Checking zstd-safe v7.2.4
24352026-07-01T19:13:59.876Z Checking flate2 v1.1.9
24362026-07-01T19:13:59.893Z Checking rand v0.8.6
24372026-07-01T19:14:00.013Z Checking cookie v0.18.1
24382026-07-01T19:14:00.127Z Checking hyper-util v0.1.20
24392026-07-01T19:14:00.196Z Checking anstream v1.0.0
24402026-07-01T19:14:00.202Z Checking dof v0.4.0
24412026-07-01T19:14:00.248Z Checking oxnet v0.1.6
24422026-07-01T19:14:00.272Z Compiling iddqd v0.4.2
24432026-07-01T19:14:00.416Z Checking tokio-rustls v0.26.4
24442026-07-01T19:14:00.430Z Checking dtrace-parser v0.3.0
24452026-07-01T19:14:00.457Z Checking phf_shared v0.13.1
24462026-07-01T19:14:00.514Z Checking lazy_static v1.5.0
24472026-07-01T19:14:00.609Z Checking anstyle-parse v0.2.7
24482026-07-01T19:14:00.652Z Checking pin-project v1.1.11
24492026-07-01T19:14:00.666Z Checking zerocopy v0.7.35
24502026-07-01T19:14:00.671Z Checking terminal_size v0.4.3
24512026-07-01T19:14:00.742Z Checking bzip2-sys v0.1.13+1.0.8
24522026-07-01T19:14:00.761Z Checking signal-hook v0.3.18
24532026-07-01T19:14:00.791Z Checking futures-executor v0.3.32
24542026-07-01T19:14:00.833Z Checking hex v0.4.3
24552026-07-01T19:14:00.851Z Checking hkdf v0.12.4
24562026-07-01T19:14:00.939Z Checking crypto-bigint v0.5.5
24572026-07-01T19:14:00.952Z Checking thread-id v5.1.0
24582026-07-01T19:14:01.093Z Compiling rayon-core v1.13.0
24592026-07-01T19:14:01.103Z Checking bumpalo v3.20.2
24602026-07-01T19:14:01.103Z Checking bitflags v1.3.2
24612026-07-01T19:14:01.127Z Checking strsim v0.11.1
24622026-07-01T19:14:01.170Z Checking managed v0.8.0
24632026-07-01T19:14:01.181Z Checking foldhash v0.2.0
24642026-07-01T19:14:01.233Z Checking clap_lex v1.0.0
24652026-07-01T19:14:01.294Z Checking winnow v0.5.40
24662026-07-01T19:14:01.328Z Checking foldhash v0.1.5
24672026-07-01T19:14:01.346Z Checking same-file v1.0.6
24682026-07-01T19:14:01.500Z Checking libbz2-rs-sys v0.2.2
24692026-07-01T19:14:01.521Z Checking hyper-tls v0.6.0
24702026-07-01T19:14:01.521Z Checking either v1.15.0
24712026-07-01T19:14:01.521Z Checking hashbrown v0.15.5
24722026-07-01T19:14:01.595Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732026-07-01T19:14:01.620Z Checking reqwest v0.12.28
24742026-07-01T19:14:01.664Z Checking walkdir v2.5.0
24752026-07-01T19:14:01.788Z Checking hyper-rustls v0.27.7
24762026-07-01T19:14:01.849Z Checking bzip2 v0.6.1
24772026-07-01T19:14:01.902Z Checking dof v0.3.0
24782026-07-01T19:14:01.903Z Checking clap_builder v4.6.0
24792026-07-01T19:14:01.903Z Checking elliptic-curve v0.13.8
24802026-07-01T19:14:01.944Z Checking smoltcp v0.9.1
24812026-07-01T19:14:01.984Z Checking hashbrown v0.16.1
24822026-07-01T19:14:01.997Z Checking zopfli v0.8.3
24832026-07-01T19:14:02.130Z Checking usdt-impl v0.6.0
24842026-07-01T19:14:02.166Z Checking signal-hook-mio v0.2.5
24852026-07-01T19:14:02.278Z Checking futures v0.3.32
24862026-07-01T19:14:02.329Z Checking bzip2 v0.4.4
24872026-07-01T19:14:02.351Z Checking anstream v0.6.21
24882026-07-01T19:14:02.383Z Checking snafu v0.8.9
24892026-07-01T19:14:02.416Z Checking phf v0.13.1
24902026-07-01T19:14:02.470Z Checking num-bigint-dig v0.8.6
24912026-07-01T19:14:02.481Z Checking toml_edit v0.19.15
24922026-07-01T19:14:02.529Z Checking cookie_store v0.22.1
24932026-07-01T19:14:02.552Z Checking zstd v0.13.3
24942026-07-01T19:14:02.563Z Checking postgres-types v0.2.12
24952026-07-01T19:14:02.629Z Checking dtrace-parser v0.2.0
24962026-07-01T19:14:02.783Z Checking rustls-platform-verifier v0.6.2
24972026-07-01T19:14:02.815Z Checking crossbeam-deque v0.8.6
24982026-07-01T19:14:02.864Z Checking globset v0.4.18
24992026-07-01T19:14:02.880Z Checking regex v1.12.3
25002026-07-01T19:14:02.888Z Checking ed25519 v2.2.3
25012026-07-01T19:14:02.888Z Checking phf_shared v0.11.3
25022026-07-01T19:14:02.929Z Checking olpc-cjson v0.1.4
25032026-07-01T19:14:03.029Z Checking curve25519-dalek v4.1.3
25042026-07-01T19:14:03.086Z Checking ref-cast v1.0.25
25052026-07-01T19:14:03.113Z Checking strum v0.27.2
25062026-07-01T19:14:03.118Z Checking hubpack v0.1.2
25072026-07-01T19:14:03.123Z Checking memoffset v0.9.1
25082026-07-01T19:14:03.157Z Checking rustix v0.38.44
25092026-07-01T19:14:03.169Z Checking pkcs1 v0.7.5
25102026-07-01T19:14:03.187Z Checking pem v3.0.6
25112026-07-01T19:14:03.199Z Checking float-cmp v0.10.0
25122026-07-01T19:14:03.286Z Checking serde-big-array v0.5.1
25132026-07-01T19:14:03.301Z Checking serde_plain v1.0.2
25142026-07-01T19:14:03.340Z Checking erased-serde v0.3.31
25152026-07-01T19:14:03.361Z Checking rfc6979 v0.4.0
25162026-07-01T19:14:03.380Z Checking memmap2 v0.9.10
25172026-07-01T19:14:03.409Z Checking thread-id v4.2.2
25182026-07-01T19:14:03.449Z Checking env_filter v1.0.0
25192026-07-01T19:14:03.458Z Checking normalize-line-endings v0.3.0
25202026-07-01T19:14:03.488Z Checking fixedbitset v0.5.7
25212026-07-01T19:14:03.543Z Checking fixedbitset v0.4.2
25222026-07-01T19:14:03.555Z Checking static_assertions v1.1.0
25232026-07-01T19:14:03.568Z Checking winnow v0.7.14
25242026-07-01T19:14:03.593Z Checking toml_write v0.1.2
25252026-07-01T19:14:03.624Z Checking jiff v0.2.21
25262026-07-01T19:14:03.748Z Checking unicode-segmentation v1.12.0
25272026-07-01T19:14:03.812Z Checking keccak v0.1.6
25282026-07-01T19:14:03.812Z Checking typed-path v0.9.3
25292026-07-01T19:14:03.828Z Checking predicates-core v1.0.10
25302026-07-01T19:14:04.174Z Checking new_debug_unreachable v1.0.6
25312026-07-01T19:14:04.174Z Checking data-encoding v2.10.0
25322026-07-01T19:14:04.174Z Checking winnow v1.0.3
25332026-07-01T19:14:04.174Z Checking difflib v0.4.0
25342026-07-01T19:14:04.174Z Checking whoami v2.1.0
25352026-07-01T19:14:04.175Z Checking precomputed-hash v0.1.1
25362026-07-01T19:14:04.175Z Checking predicates v3.1.4
25372026-07-01T19:14:04.310Z Checking string_cache v0.8.9
25382026-07-01T19:14:04.310Z Checking hickory-proto v0.25.2
25392026-07-01T19:14:04.310Z Checking tokio-postgres v0.7.16
25402026-07-01T19:14:04.310Z Checking toml_parser v1.1.2+spec-1.1.0
25412026-07-01T19:14:04.370Z Checking similar v2.7.0
25422026-07-01T19:14:04.612Z Checking crossterm v0.28.1
25432026-07-01T19:14:04.631Z Checking sha3 v0.10.8
25442026-07-01T19:14:04.631Z Checking tough v0.22.0
25452026-07-01T19:14:04.658Z Checking ed25519-dalek v2.2.0
25462026-07-01T19:14:04.732Z Checking slog v2.8.2
25472026-07-01T19:14:04.791Z Checking toml_edit v0.22.27
25482026-07-01T19:14:04.895Z Checking petgraph v0.6.5
25492026-07-01T19:14:05.004Z Checking petgraph v0.8.3
25502026-07-01T19:14:05.116Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25512026-07-01T19:14:05.497Z Checking env_logger v0.11.9
25522026-07-01T19:14:05.700Z Checking toml v0.7.8
25532026-07-01T19:14:05.947Z Checking usdt v0.6.0
25542026-07-01T19:14:05.954Z Checking zip v4.6.1
25552026-07-01T19:14:06.027Z Checking usdt-impl v0.5.0
25562026-07-01T19:14:06.108Z Checking ecdsa v0.16.9
25572026-07-01T19:14:06.195Z Checking rsa v0.9.10
25582026-07-01T19:14:06.319Z Checking nix v0.31.2
25592026-07-01T19:14:06.546Z Checking clap v4.6.1
25602026-07-01T19:14:06.653Z Checking reqwest v0.13.2
25612026-07-01T19:14:06.653Z Checking zip v0.6.6
25622026-07-01T19:14:06.715Z Checking itertools v0.13.0
25632026-07-01T19:14:06.957Z Checking serde_with v3.17.0
25642026-07-01T19:14:07.021Z Checking strum v0.26.3
25652026-07-01T19:14:07.116Z Checking fs-err v3.3.0
25662026-07-01T19:14:07.179Z Checking ahash v0.8.12
25672026-07-01T19:14:07.372Z Checking tokio-stream v0.1.18
25682026-07-01T19:14:07.431Z Checking object v0.37.3
25692026-07-01T19:14:07.502Z Checking buf-list v1.1.2
25702026-07-01T19:14:07.503Z Checking camino v1.2.2
25712026-07-01T19:14:07.618Z Checking anyhow v1.0.102
25722026-07-01T19:14:07.720Z Checking x509-cert v0.2.5
25732026-07-01T19:14:07.720Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25742026-07-01T19:14:07.751Z Checking openapiv3 v2.2.0
25752026-07-01T19:14:07.751Z Checking sha1 v0.10.6
25762026-07-01T19:14:07.751Z Checking peg-runtime v0.8.5
25772026-07-01T19:14:08.642Z Checking lalrpop-util v0.19.12
25782026-07-01T19:14:08.642Z Checking rayon v1.11.0
25792026-07-01T19:14:08.642Z Checking sigpipe v0.1.3
25802026-07-01T19:14:08.642Z Checking glob v0.3.3
25812026-07-01T19:14:09.604Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25822026-07-01T19:14:09.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.64s
25832026-07-01T19:14:10.039Z
25842026-07-01T19:14:10.039Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
25852026-07-01T19:14:10.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-07-01T19:14:10.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-07-01T19:14:10.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-07-01T19:14:10.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25892026-07-01T19:14:10.588Z
25902026-07-01T19:14:10.588Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
25912026-07-01T19:14:11.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-07-01T19:14:11.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-07-01T19:14:11.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-07-01T19:14:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
25952026-07-01T19:14:11.135Z
25962026-07-01T19:14:11.135Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
25972026-07-01T19:14:11.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-07-01T19:14:11.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-07-01T19:14:11.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-07-01T19:14:11.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26012026-07-01T19:14:11.729Z
26022026-07-01T19:14:11.730Zinfo: running `cargo check --bins` on oxql-types (80/299)
26032026-07-01T19:14:12.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-07-01T19:14:12.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-07-01T19:14:12.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062026-07-01T19:14:12.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26072026-07-01T19:14:12.233Z
26082026-07-01T19:14:12.234Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26092026-07-01T19:14:13.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102026-07-01T19:14:13.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112026-07-01T19:14:13.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122026-07-01T19:14:13.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26132026-07-01T19:14:13.023Z
26142026-07-01T19:14:13.023Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26152026-07-01T19:14:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-07-01T19:14:13.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-07-01T19:14:13.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-07-01T19:14:13.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26192026-07-01T19:14:13.300Z
26202026-07-01T19:14:13.300Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26212026-07-01T19:14:17.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-07-01T19:14:17.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-07-01T19:14:17.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-07-01T19:14:17.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26252026-07-01T19:14:17.645Z
26262026-07-01T19:14:17.645Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26272026-07-01T19:14:17.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-07-01T19:14:17.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-07-01T19:14:17.645Z Compiling structmeta-derive v0.3.0
26302026-07-01T19:14:17.645Z Compiling multer v3.1.0
26312026-07-01T19:14:17.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26322026-07-01T19:14:17.645Z Compiling async-stream-impl v0.3.6
26332026-07-01T19:14:17.645Z Compiling dropshot v0.17.1
26342026-07-01T19:14:17.645Z Compiling dropshot_endpoint v0.17.1
26352026-07-01T19:14:17.645Z Compiling newtype-uuid-macros v0.1.0
26362026-07-01T19:14:17.645Z Checking newtype-uuid v1.3.2
26372026-07-01T19:14:17.645Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26382026-07-01T19:14:17.647Z Checking daft v0.1.7
26392026-07-01T19:14:17.647Z Checking hybrid-array v0.4.10
26402026-07-01T19:14:17.647Z Checking thread_local v1.1.9
26412026-07-01T19:14:17.647Z Checking compression-core v0.4.31
26422026-07-01T19:14:17.647Z Checking const-oid v0.10.2
26432026-07-01T19:14:17.647Z Checking match_cfg v0.1.0
26442026-07-01T19:14:17.647Z Checking block-buffer v0.12.1
26452026-07-01T19:14:17.647Z Checking crypto-common v0.2.2
26462026-07-01T19:14:17.647Z Checking compression-codecs v0.4.37
26472026-07-01T19:14:17.647Z Checking hostname v0.3.1
26482026-07-01T19:14:17.647Z Checking iddqd v0.4.2
26492026-07-01T19:14:17.647Z Checking crossbeam-channel v0.5.15
26502026-07-01T19:14:17.647Z Checking atomicwrites v0.4.4
26512026-07-01T19:14:17.647Z Checking slog-json v2.6.1
26522026-07-01T19:14:17.647Z Checking toml_datetime v1.1.1+spec-1.1.0
26532026-07-01T19:14:17.648Z Checking serde_spanned v1.1.1
26542026-07-01T19:14:17.648Z Checking is-terminal v0.4.17
26552026-07-01T19:14:17.648Z Compiling structmeta v0.3.0
26562026-07-01T19:14:17.648Z Checking cpufeatures v0.3.0
26572026-07-01T19:14:17.648Z Checking toml_writer v1.1.1+spec-1.1.0
26582026-07-01T19:14:17.648Z Checking debug-ignore v1.0.5
26592026-07-01T19:14:17.648Z Checking take_mut v0.2.2
26602026-07-01T19:14:17.648Z Checking term v1.2.1
26612026-07-01T19:14:17.648Z Checking slog-bunyan v2.5.0
26622026-07-01T19:14:17.648Z Compiling derive-ex v0.1.8
26632026-07-01T19:14:17.650Z Compiling parse-display-derive v0.10.0
26642026-07-01T19:14:17.650Z Checking digest v0.11.3
26652026-07-01T19:14:17.650Z Checking toml v1.1.2+spec-1.1.0
26662026-07-01T19:14:17.650Z Checking slog-async v2.8.0
26672026-07-01T19:14:17.650Z Checking slog-term v2.9.2
26682026-07-01T19:14:17.650Z Checking sha1 v0.11.0
26692026-07-01T19:14:17.650Z Checking async-compression v0.4.41
26702026-07-01T19:14:17.650Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26712026-07-01T19:14:17.650Z Checking async-stream v0.3.6
26722026-07-01T19:14:17.650Z Checking progenitor-client v0.14.0
26732026-07-01T19:14:17.650Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742026-07-01T19:14:17.651Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26752026-07-01T19:14:17.651Z Checking waitgroup v0.1.2
26762026-07-01T19:14:17.651Z Checking rustls-pemfile v2.2.0
26772026-07-01T19:14:17.651Z Checking backon v1.6.0
26782026-07-01T19:14:17.651Z Checking serde_path_to_error v0.1.20
26792026-07-01T19:14:17.651Z Checking hostname v0.4.2
26802026-07-01T19:14:17.651Z Checking instant v0.1.13
26812026-07-01T19:14:17.651Z Checking backoff v0.4.0
26822026-07-01T19:14:17.651Z Checking progenitor-extras v0.2.0
26832026-07-01T19:14:17.651Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26842026-07-01T19:14:17.651Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852026-07-01T19:14:17.652Z Checking itertools v0.14.0
26862026-07-01T19:14:17.652Z Checking regress v0.10.5
26872026-07-01T19:14:17.652Z Checking macaddr v1.0.1
26882026-07-01T19:14:17.727Z Checking parse-display v0.10.0
26892026-07-01T19:14:17.727Z Compiling test-strategy v0.4.5
26902026-07-01T19:14:17.778Z Checking humantime v2.3.0
26912026-07-01T19:14:18.770Z Compiling prettyplease v0.2.37
26922026-07-01T19:14:19.051Z Checking num-rational v0.4.2
26932026-07-01T19:14:19.174Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26942026-07-01T19:14:19.336Z Checking num-complex v0.4.6
26952026-07-01T19:14:19.560Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26962026-07-01T19:14:19.904Z Checking num v0.4.3
26972026-07-01T19:14:19.918Z Compiling usdt-attr-macro v0.5.0
26982026-07-01T19:14:19.981Z Compiling usdt-macro v0.5.0
26992026-07-01T19:14:20.064Z Checking memmap v0.7.0
27002026-07-01T19:14:20.148Z Compiling float-ord v0.3.2
27012026-07-01T19:14:20.292Z Checking unicode-width v0.2.0
27022026-07-01T19:14:20.325Z Compiling convert_case v0.4.0
27032026-07-01T19:14:20.541Z Checking console v0.15.11
27042026-07-01T19:14:22.470Z Compiling derive_more v0.99.20
27052026-07-01T19:14:22.532Z Checking newline-converter v0.3.0
27062026-07-01T19:14:22.532Z Checking usdt v0.5.0
27072026-07-01T19:14:22.532Z Compiling toml v0.8.23
27082026-07-01T19:14:22.532Z Checking linked-hash-map v0.5.6
27092026-07-01T19:14:22.532Z Compiling minimal-lexical v0.2.1
27102026-07-01T19:14:22.532Z Checking lru-cache v0.1.2
27112026-07-01T19:14:22.532Z Compiling nom v7.1.3
27122026-07-01T19:14:22.532Z Checking expectorate v1.2.0
27132026-07-01T19:14:22.532Z Checking camino-tempfile v1.4.1
27142026-07-01T19:14:22.532Z Checking hickory-proto v0.24.4
27152026-07-01T19:14:22.532Z Checking phf_shared v0.12.1
27162026-07-01T19:14:22.532Z Compiling slog-dtrace v0.3.0
27172026-07-01T19:14:22.532Z Checking resolv-conf v0.7.6
27182026-07-01T19:14:22.532Z Compiling chrono-tz v0.10.4
27192026-07-01T19:14:22.532Z Checking heck v0.5.0
27202026-07-01T19:14:22.557Z Compiling unicode-xid v0.2.6
27212026-07-01T19:14:22.605Z Checking phf v0.12.1
27222026-07-01T19:14:22.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232026-07-01T19:14:22.633Z Compiling const_format_proc_macros v0.2.34
27242026-07-01T19:14:22.759Z Checking tokio-dtrace v0.1.1
27252026-07-01T19:14:22.868Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27262026-07-01T19:14:22.951Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27272026-07-01T19:14:23.137Z Compiling derive-where v1.6.0
27282026-07-01T19:14:23.386Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27292026-07-01T19:14:23.503Z Checking highway v1.3.0
27302026-07-01T19:14:23.700Z Checking hickory-resolver v0.24.4
27312026-07-01T19:14:23.745Z Checking const_format v0.2.35
27322026-07-01T19:14:23.984Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27332026-07-01T19:14:24.476Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27342026-07-01T19:14:24.492Z Checking qorb v0.4.1
27352026-07-01T19:14:24.495Z Checking oxide-tokio-rt v0.1.4
27362026-07-01T19:14:24.732Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27372026-07-01T19:14:24.765Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27382026-07-01T19:14:24.825Z Checking gethostname v0.5.0
27392026-07-01T19:14:24.902Z Checking bcs v0.1.6
27402026-07-01T19:14:24.916Z Checking termtree v0.5.1
27412026-07-01T19:14:24.932Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27422026-07-01T19:14:28.298Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27432026-07-01T19:14:30.887Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27442026-07-01T19:14:32.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
27452026-07-01T19:14:33.117Z
27462026-07-01T19:14:33.117Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27472026-07-01T19:14:33.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-07-01T19:14:33.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-07-01T19:14:33.749Z Compiling ar_archive_writer v0.5.1
27502026-07-01T19:14:33.859Z Compiling stacker v0.1.23
27512026-07-01T19:14:33.863Z Compiling cfg_aliases v0.1.1
27522026-07-01T19:14:33.868Z Compiling convert_case v0.10.0
27532026-07-01T19:14:33.873Z Checking unicode-width v0.1.14
27542026-07-01T19:14:33.880Z Compiling proc-macro-error v1.0.4
27552026-07-01T19:14:33.890Z Checking fd-lock v4.0.4
27562026-07-01T19:14:33.890Z Checking nibble_vec v0.1.0
27572026-07-01T19:14:33.924Z Compiling nix v0.28.0
27582026-07-01T19:14:34.003Z Checking vte v0.14.1
27592026-07-01T19:14:34.021Z Compiling recursive-proc-macro-impl v0.1.1
27602026-07-01T19:14:34.123Z Checking endian-type v0.1.2
27612026-07-01T19:14:34.138Z Checking bytecount v0.6.9
27622026-07-01T19:14:34.154Z Compiling derive_more-impl v2.1.1
27632026-07-01T19:14:34.165Z Checking strip-ansi-escapes v0.2.1
27642026-07-01T19:14:34.179Z Compiling tabled_derive v0.7.0
27652026-07-01T19:14:34.241Z Checking papergrid v0.11.0
27662026-07-01T19:14:34.252Z Checking radix_trie v0.2.1
27672026-07-01T19:14:34.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-07-01T19:14:34.441Z Compiling peg-macros v0.8.5
27692026-07-01T19:14:34.464Z Checking winnow v0.6.26
27702026-07-01T19:14:34.687Z Compiling psm v0.1.30
27712026-07-01T19:14:34.762Z Compiling sqlparser_derive v0.5.0
27722026-07-01T19:14:34.867Z Checking unicode_categories v0.1.1
27732026-07-01T19:14:34.987Z Checking derive_more v2.1.1
27742026-07-01T19:14:35.026Z Checking nu-ansi-term v0.50.3
27752026-07-01T19:14:35.069Z Checking home v0.5.12
27762026-07-01T19:14:35.214Z Checking tabled v0.15.0
27772026-07-01T19:14:35.251Z Checking crossterm v0.29.0
27782026-07-01T19:14:35.282Z Checking reedline v0.40.0
27792026-07-01T19:14:35.340Z Checking rustyline v14.0.0
27802026-07-01T19:14:35.543Z Checking recursive v0.1.1
27812026-07-01T19:14:35.632Z Checking display-error-chain v0.2.2
27822026-07-01T19:14:35.645Z Checking sqlparser v0.61.0
27832026-07-01T19:14:35.676Z Checking sqlformat v0.3.5
27842026-07-01T19:14:35.924Z Checking peg v0.8.5
27852026-07-01T19:14:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
27862026-07-01T19:14:47.344Z
27872026-07-01T19:14:47.345Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
27882026-07-01T19:14:47.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-07-01T19:14:47.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-07-01T19:14:47.998Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912026-07-01T19:14:51.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
27922026-07-01T19:14:51.685Z
27932026-07-01T19:14:51.685Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
27942026-07-01T19:14:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-07-01T19:14:52.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-07-01T19:14:52.311Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27972026-07-01T19:14:54.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
27982026-07-01T19:14:54.971Z
27992026-07-01T19:14:54.971Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28002026-07-01T19:14:55.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-07-01T19:14:55.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-07-01T19:14:55.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-01T19:14:58.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28042026-07-01T19:14:59.072Z
28052026-07-01T19:14:59.072Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28062026-07-01T19:14:59.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-07-01T19:14:59.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-07-01T19:14:59.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-07-01T19:15:03.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28102026-07-01T19:15:03.292Z
28112026-07-01T19:15:03.292Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28122026-07-01T19:15:03.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-07-01T19:15:03.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-07-01T19:15:03.927Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28152026-07-01T19:15:06.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28162026-07-01T19:15:06.795Z
28172026-07-01T19:15:06.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28182026-07-01T19:15:07.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-07-01T19:15:07.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-07-01T19:15:07.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-07-01T19:15:10.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28222026-07-01T19:15:10.312Z
28232026-07-01T19:15:10.312Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28242026-07-01T19:15:10.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-07-01T19:15:10.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-07-01T19:15:10.951Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-07-01T19:15:14.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28282026-07-01T19:15:14.669Z
28292026-07-01T19:15:14.669Zinfo: running `cargo check --bins` on oximeter (93/299)
28302026-07-01T19:15:15.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-07-01T19:15:15.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-07-01T19:15:15.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-07-01T19:15:15.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28342026-07-01T19:15:15.207Z
28352026-07-01T19:15:15.207Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28362026-07-01T19:15:15.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-07-01T19:15:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-07-01T19:15:15.793Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28392026-07-01T19:15:15.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28402026-07-01T19:15:15.958Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28412026-07-01T19:15:16.321Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28422026-07-01T19:15:18.908Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28432026-07-01T19:15:20.162Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28442026-07-01T19:15:20.372Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28452026-07-01T19:15:21.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
28462026-07-01T19:15:21.219Z
28472026-07-01T19:15:21.219Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28482026-07-01T19:15:21.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-07-01T19:15:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-07-01T19:15:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-07-01T19:15:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28522026-07-01T19:15:21.755Z
28532026-07-01T19:15:21.755Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28542026-07-01T19:15:22.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-07-01T19:15:22.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-07-01T19:15:22.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-07-01T19:15:22.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28582026-07-01T19:15:22.334Z
28592026-07-01T19:15:22.335Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28602026-07-01T19:15:22.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-07-01T19:15:22.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-07-01T19:15:22.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-07-01T19:15:22.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28642026-07-01T19:15:22.885Z
28652026-07-01T19:15:22.885Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
28662026-07-01T19:15:23.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-07-01T19:15:23.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-07-01T19:15:23.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-07-01T19:15:23.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28702026-07-01T19:15:23.429Z
28712026-07-01T19:15:23.429Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
28722026-07-01T19:15:23.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-07-01T19:15:23.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-07-01T19:15:23.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-07-01T19:15:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28762026-07-01T19:15:23.976Z
28772026-07-01T19:15:23.976Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
28782026-07-01T19:15:24.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-07-01T19:15:24.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-07-01T19:15:24.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-07-01T19:15:24.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28822026-07-01T19:15:24.519Z
28832026-07-01T19:15:24.519Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
28842026-07-01T19:15:24.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-07-01T19:15:24.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-07-01T19:15:24.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-07-01T19:15:24.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28882026-07-01T19:15:25.048Z
28892026-07-01T19:15:25.048Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
28902026-07-01T19:15:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-07-01T19:15:25.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-07-01T19:15:25.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-07-01T19:15:25.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28942026-07-01T19:15:25.596Z
28952026-07-01T19:15:25.596Zinfo: running `cargo check --bins` on update-engine (103/299)
28962026-07-01T19:15:26.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-07-01T19:15:26.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-07-01T19:15:26.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-07-01T19:15:26.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29002026-07-01T19:15:26.118Z
29012026-07-01T19:15:26.118Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29022026-07-01T19:15:26.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-07-01T19:15:26.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-07-01T19:15:26.790Z Compiling crucible-workspace-hack v0.1.0
29052026-07-01T19:15:26.904Z Checking secrecy v0.10.3
29062026-07-01T19:15:26.913Z Compiling heapless v0.8.0
29072026-07-01T19:15:26.920Z Compiling toml_datetime v0.7.5+spec-1.1.0
29082026-07-01T19:15:26.928Z Compiling ingot-macros v0.1.1
29092026-07-01T19:15:26.935Z Checking hash32 v0.3.1
29102026-07-01T19:15:26.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29112026-07-01T19:15:26.949Z Compiling smoltcp v0.11.0
29122026-07-01T19:15:27.009Z Checking cobs v0.3.0
29132026-07-01T19:15:27.058Z Compiling thiserror-impl-no-std v2.0.2
29142026-07-01T19:15:27.152Z Compiling toml_edit v0.23.10+spec-1.0.0
29152026-07-01T19:15:27.152Z Checking universal-hash v0.5.1
29162026-07-01T19:15:27.178Z Checking half v2.7.1
29172026-07-01T19:15:27.218Z Checking ciborium-io v0.2.2
29182026-07-01T19:15:27.284Z Checking opaque-debug v0.3.1
29192026-07-01T19:15:27.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29202026-07-01T19:15:27.343Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29212026-07-01T19:15:27.356Z Checking poly1305 v0.8.0
29222026-07-01T19:15:27.444Z Checking ciborium-ll v0.2.2
29232026-07-01T19:15:27.532Z Checking postcard v1.1.3
29242026-07-01T19:15:27.637Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29252026-07-01T19:15:27.640Z Checking password-hash v0.5.0
29262026-07-01T19:15:27.757Z Compiling proc-macro-crate v3.4.0
29272026-07-01T19:15:27.841Z Checking chacha20 v0.9.1
29282026-07-01T19:15:27.873Z Compiling proc-macro-crate v1.3.1
29292026-07-01T19:15:27.909Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29302026-07-01T19:15:28.032Z Checking blake2 v0.10.6
29312026-07-01T19:15:28.156Z Checking aead v0.5.2
29322026-07-01T19:15:28.267Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29332026-07-01T19:15:28.281Z Checking thiserror-no-std v2.0.2
29342026-07-01T19:15:28.285Z Compiling foreign-types-macros v0.2.3
29352026-07-01T19:15:28.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29362026-07-01T19:15:28.319Z Checking foreign-types-shared v0.3.1
29372026-07-01T19:15:28.322Z Compiling num_enum_derive v0.7.6
29382026-07-01T19:15:28.364Z Checking vsss-rs v3.3.4
29392026-07-01T19:15:28.407Z Checking chacha20poly1305 v0.10.1
29402026-07-01T19:15:28.479Z Compiling num_enum_derive v0.5.11
29412026-07-01T19:15:28.536Z Checking argon2 v0.5.3
29422026-07-01T19:15:28.566Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29432026-07-01T19:15:28.898Z Checking ciborium v0.2.2
29442026-07-01T19:15:28.918Z Checking foreign-types v0.5.0
29452026-07-01T19:15:29.107Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29462026-07-01T19:15:29.124Z Checking tabwriter v1.4.1
29472026-07-01T19:15:29.332Z Checking chacha20 v0.10.0
29482026-07-01T19:15:29.339Z Checking byte-wrapper v0.1.0
29492026-07-01T19:15:29.406Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29502026-07-01T19:15:29.421Z Checking num_enum v0.7.6
29512026-07-01T19:15:29.500Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29522026-07-01T19:15:29.517Z Checking cstr-argument v0.1.2
29532026-07-01T19:15:29.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29542026-07-01T19:15:29.547Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29552026-07-01T19:15:29.559Z Checking num_enum v0.5.11
29562026-07-01T19:15:29.640Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-01T19:15:29.674Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-01T19:15:29.756Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29592026-07-01T19:15:29.824Z Checking rand v0.10.0
29602026-07-01T19:15:29.843Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29612026-07-01T19:15:29.867Z Checking ingot-types v0.1.2
29622026-07-01T19:15:29.880Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29632026-07-01T19:15:29.981Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29642026-07-01T19:15:29.988Z Checking colored v3.1.1
29652026-07-01T19:15:30.056Z Checking indent_write v2.2.0
29662026-07-01T19:15:30.104Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29672026-07-01T19:15:30.215Z Compiling zone_cfg_derive v0.3.1
29682026-07-01T19:15:30.232Z Checking ingot v0.1.1
29692026-07-01T19:15:30.244Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29702026-07-01T19:15:30.259Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-01T19:15:30.259Z Checking itertools v0.12.1
29722026-07-01T19:15:30.359Z Compiling num-derive v0.4.2
29732026-07-01T19:15:30.432Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29742026-07-01T19:15:30.449Z Checking swrite v0.1.0
29752026-07-01T19:15:30.543Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29762026-07-01T19:15:30.652Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-01T19:15:30.819Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29782026-07-01T19:15:30.878Z Checking dropshot-api-manager-types v0.7.2
29792026-07-01T19:15:30.900Z Checking smf v0.2.3
29802026-07-01T19:15:30.934Z Checking nanorand v0.7.0
29812026-07-01T19:15:30.979Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29822026-07-01T19:15:31.050Z Checking whoami v1.6.1
29832026-07-01T19:15:31.136Z Checking flume v0.11.1
29842026-07-01T19:15:31.149Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29852026-07-01T19:15:31.335Z Checking zone v0.3.1
29862026-07-01T19:15:31.350Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29872026-07-01T19:15:31.869Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-01T19:15:32.858Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-01T19:15:33.761Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29902026-07-01T19:15:37.471Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912026-07-01T19:15:39.525Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29922026-07-01T19:15:40.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
29932026-07-01T19:15:40.835Z
29942026-07-01T19:15:40.835Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
29952026-07-01T19:15:41.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-07-01T19:15:41.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-07-01T19:15:41.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-07-01T19:15:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29992026-07-01T19:15:41.376Z
30002026-07-01T19:15:41.376Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30012026-07-01T19:15:41.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-07-01T19:15:41.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-07-01T19:15:41.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-07-01T19:15:41.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30052026-07-01T19:15:41.922Z
30062026-07-01T19:15:41.922Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30072026-07-01T19:15:42.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-07-01T19:15:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-07-01T19:15:42.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-07-01T19:15:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-07-01T19:15:42.475Z
30122026-07-01T19:15:42.475Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30132026-07-01T19:15:42.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-07-01T19:15:42.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-07-01T19:15:42.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-07-01T19:15:42.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30172026-07-01T19:15:43.020Z
30182026-07-01T19:15:43.020Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30192026-07-01T19:15:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-07-01T19:15:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-07-01T19:15:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-07-01T19:15:43.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30232026-07-01T19:15:43.559Z
30242026-07-01T19:15:43.559Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30252026-07-01T19:15:44.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-07-01T19:15:44.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-07-01T19:15:44.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-07-01T19:15:44.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30292026-07-01T19:15:44.101Z
30302026-07-01T19:15:44.101Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30312026-07-01T19:15:44.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-07-01T19:15:44.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-07-01T19:15:44.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-07-01T19:15:44.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30352026-07-01T19:15:44.639Z
30362026-07-01T19:15:44.639Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30372026-07-01T19:15:45.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-07-01T19:15:45.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-07-01T19:15:45.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-07-01T19:15:45.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30412026-07-01T19:15:45.157Z
30422026-07-01T19:15:45.157Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30432026-07-01T19:15:45.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-01T19:15:45.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-01T19:15:45.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-01T19:15:45.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30472026-07-01T19:15:45.693Z
30482026-07-01T19:15:45.693Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30492026-07-01T19:15:46.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-01T19:15:46.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-01T19:15:46.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-01T19:15:46.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30532026-07-01T19:15:46.232Z
30542026-07-01T19:15:46.232Zinfo: running `cargo check --bins` on installinator-client (115/299)
30552026-07-01T19:15:46.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-01T19:15:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-01T19:15:46.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-01T19:15:46.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30592026-07-01T19:15:46.773Z
30602026-07-01T19:15:46.773Zinfo: running `cargo check --bins` on nexus-client (116/299)
30612026-07-01T19:15:47.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-01T19:15:47.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-01T19:15:47.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-01T19:15:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30652026-07-01T19:15:47.350Z
30662026-07-01T19:15:47.350Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
30672026-07-01T19:15:47.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-01T19:15:47.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-01T19:15:47.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-01T19:15:47.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30712026-07-01T19:15:47.923Z
30722026-07-01T19:15:47.923Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
30732026-07-01T19:15:48.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-01T19:15:48.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-01T19:15:48.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-01T19:15:48.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30772026-07-01T19:15:48.444Z
30782026-07-01T19:15:48.444Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
30792026-07-01T19:15:48.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-01T19:15:48.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-01T19:15:48.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-01T19:15:48.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30832026-07-01T19:15:49.003Z
30842026-07-01T19:15:49.003Zinfo: running `cargo check --bins` on oxide-client (120/299)
30852026-07-01T19:15:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-01T19:15:49.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-01T19:15:49.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-01T19:15:49.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30892026-07-01T19:15:49.495Z
30902026-07-01T19:15:49.495Zinfo: running `cargo check --bins` on oximeter-client (121/299)
30912026-07-01T19:15:49.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-01T19:15:49.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-01T19:15:49.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-01T19:15:49.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30952026-07-01T19:15:50.034Z
30962026-07-01T19:15:50.034Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
30972026-07-01T19:15:50.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-01T19:15:50.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-01T19:15:50.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-01T19:15:50.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31012026-07-01T19:15:50.554Z
31022026-07-01T19:15:50.554Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31032026-07-01T19:15:51.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-01T19:15:51.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-01T19:15:51.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-01T19:15:51.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31072026-07-01T19:15:51.101Z
31082026-07-01T19:15:51.101Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31092026-07-01T19:15:51.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-01T19:15:51.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-01T19:15:51.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-01T19:15:51.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31132026-07-01T19:15:51.657Z
31142026-07-01T19:15:51.657Zinfo: running `cargo check --bins` on installinator-common (125/299)
31152026-07-01T19:15:52.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-01T19:15:52.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-01T19:15:52.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-01T19:15:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31192026-07-01T19:15:52.214Z
31202026-07-01T19:15:52.214Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31212026-07-01T19:15:52.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-01T19:15:52.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-01T19:15:52.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-01T19:15:52.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31252026-07-01T19:15:52.741Z
31262026-07-01T19:15:52.741Zinfo: running `cargo check --bins` on wicket-common (127/299)
31272026-07-01T19:15:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-01T19:15:53.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-01T19:15:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-01T19:15:53.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31312026-07-01T19:15:53.290Z
31322026-07-01T19:15:53.291Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31332026-07-01T19:15:53.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-01T19:15:53.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-01T19:15:53.934Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31362026-07-01T19:15:54.045Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31372026-07-01T19:15:54.052Z Checking csv-core v0.1.13
31382026-07-01T19:15:54.059Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31392026-07-01T19:15:54.065Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31402026-07-01T19:15:54.068Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31412026-07-01T19:15:54.083Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31422026-07-01T19:15:54.095Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31432026-07-01T19:15:54.210Z Checking csv v1.4.0
31442026-07-01T19:15:54.238Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31452026-07-01T19:15:54.253Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-07-01T19:15:54.281Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-07-01T19:15:54.314Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-07-01T19:15:54.565Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31492026-07-01T19:15:54.949Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-07-01T19:15:54.953Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-07-01T19:15:55.299Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31522026-07-01T19:16:01.538Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-07-01T19:16:02.083Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31542026-07-01T19:16:04.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
31552026-07-01T19:16:04.686Z
31562026-07-01T19:16:04.686Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31572026-07-01T19:16:05.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-01T19:16:05.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-01T19:16:05.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-01T19:16:05.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31612026-07-01T19:16:05.226Z
31622026-07-01T19:16:05.226Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31632026-07-01T19:16:05.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-01T19:16:05.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-01T19:16:05.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-01T19:16:05.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31672026-07-01T19:16:05.851Z
31682026-07-01T19:16:05.851Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
31692026-07-01T19:16:06.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-01T19:16:06.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-01T19:16:06.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-07-01T19:16:06.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31732026-07-01T19:16:06.474Z
31742026-07-01T19:16:06.474Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
31752026-07-01T19:16:06.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-07-01T19:16:06.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-07-01T19:16:06.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-07-01T19:16:06.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31792026-07-01T19:16:07.058Z
31802026-07-01T19:16:07.058Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
31812026-07-01T19:16:07.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-07-01T19:16:07.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-07-01T19:16:07.773Z Compiling regress v0.11.1
31842026-07-01T19:16:07.915Z Compiling unsafe-libyaml v0.2.11
31852026-07-01T19:16:07.924Z Compiling semver v0.1.20
31862026-07-01T19:16:07.934Z Compiling radium v0.7.0
31872026-07-01T19:16:07.944Z Checking nom v8.0.0
31882026-07-01T19:16:07.947Z Checking tap v1.0.1
31892026-07-01T19:16:07.947Z Compiling maybe-uninit v2.0.0
31902026-07-01T19:16:08.072Z Checking wyz v0.5.1
31912026-07-01T19:16:08.198Z Compiling rustc_version v0.1.7
31922026-07-01T19:16:08.254Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31932026-07-01T19:16:08.319Z Compiling zerocopy-derive v0.6.6
31942026-07-01T19:16:08.403Z Compiling cancel-safe-futures v0.1.5
31952026-07-01T19:16:08.442Z Compiling newtype_derive v0.1.6
31962026-07-01T19:16:08.632Z Compiling serde_yaml v0.9.34+deprecated
31972026-07-01T19:16:08.657Z Compiling packed_struct v0.10.1
31982026-07-01T19:16:08.682Z Checking crc-catalog v2.4.0
31992026-07-01T19:16:08.777Z Checking funty v2.0.0
32002026-07-01T19:16:08.967Z Compiling owo-colors v4.3.0
32012026-07-01T19:16:09.103Z Checking bitvec v1.0.1
32022026-07-01T19:16:09.207Z Checking zerocopy v0.6.6
32032026-07-01T19:16:09.390Z Checking crc v3.4.0
32042026-07-01T19:16:09.440Z Checking typify-impl v0.6.2
32052026-07-01T19:16:09.721Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32062026-07-01T19:16:09.798Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32072026-07-01T19:16:09.975Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32082026-07-01T19:16:10.172Z Compiling packed_struct_codegen v0.10.1
32092026-07-01T19:16:10.189Z Checking libsw-core v0.3.2
32102026-07-01T19:16:10.274Z Compiling bitfield-macros v0.19.4
32112026-07-01T19:16:10.346Z Compiling indexmap v1.9.3
32122026-07-01T19:16:10.493Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32132026-07-01T19:16:10.573Z Checking nodrop v0.1.14
32142026-07-01T19:16:10.609Z Checking libsw v3.5.0
32152026-07-01T19:16:10.673Z Checking array-init v0.0.4
32162026-07-01T19:16:10.687Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-07-01T19:16:10.767Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32182026-07-01T19:16:10.954Z Checking smallvec v0.6.14
32192026-07-01T19:16:10.989Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32202026-07-01T19:16:11.043Z Checking bitfield v0.19.4
32212026-07-01T19:16:11.279Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-07-01T19:16:11.317Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32232026-07-01T19:16:11.345Z Checking base64 v0.21.7
32242026-07-01T19:16:11.405Z Checking hashbrown v0.12.3
32252026-07-01T19:16:11.420Z Checking linear-map v1.2.0
32262026-07-01T19:16:11.589Z Checking tagptr v0.2.0
32272026-07-01T19:16:11.602Z Checking unicode-linebreak v0.1.5
32282026-07-01T19:16:11.739Z Checking smawk v0.3.2
32292026-07-01T19:16:11.809Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32302026-07-01T19:16:11.809Z Checking moka v0.12.13
32312026-07-01T19:16:11.836Z Checking ron v0.8.1
32322026-07-01T19:16:11.874Z Checking textwrap v0.16.2
32332026-07-01T19:16:12.100Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32342026-07-01T19:16:12.182Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32352026-07-01T19:16:12.283Z Checking steno v0.4.1
32362026-07-01T19:16:12.387Z Checking serde-hex v0.1.0
32372026-07-01T19:16:12.431Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32382026-07-01T19:16:12.492Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32392026-07-01T19:16:12.663Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32402026-07-01T19:16:13.025Z Checking hashbrown v0.13.2
32412026-07-01T19:16:13.151Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32422026-07-01T19:16:13.280Z Checking crc-any v2.5.0
32432026-07-01T19:16:13.326Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32442026-07-01T19:16:13.388Z Checking hickory-resolver v0.25.2
32452026-07-01T19:16:13.467Z Checking half v1.8.3
32462026-07-01T19:16:13.482Z Checking object v0.30.4
32472026-07-01T19:16:13.497Z Checking void v1.0.2
32482026-07-01T19:16:13.605Z Checking utf-8 v0.7.6
32492026-07-01T19:16:13.672Z Checking path-slash v0.1.5
32502026-07-01T19:16:13.749Z Checking tungstenite v0.23.0
32512026-07-01T19:16:13.783Z Checking serde_cbor v0.11.2
32522026-07-01T19:16:13.951Z Checking lzss v0.8.2
32532026-07-01T19:16:14.129Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32542026-07-01T19:16:14.175Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32552026-07-01T19:16:14.178Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32562026-07-01T19:16:14.202Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32572026-07-01T19:16:14.215Z Compiling typify-macro v0.6.2
32582026-07-01T19:16:14.279Z Checking nix v0.27.1
32592026-07-01T19:16:14.298Z Checking kstat-rs v0.2.4
32602026-07-01T19:16:14.331Z Checking fxhash v0.2.1
32612026-07-01T19:16:14.422Z Checking serde_bytes v0.11.19
32622026-07-01T19:16:14.456Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32632026-07-01T19:16:14.490Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32642026-07-01T19:16:14.544Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32652026-07-01T19:16:14.601Z Checking tokio-tungstenite v0.23.1
32662026-07-01T19:16:14.778Z Checking signal-hook-tokio v0.3.1
32672026-07-01T19:16:15.631Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-07-01T19:16:15.663Z Compiling typify v0.6.2
32692026-07-01T19:16:15.743Z Compiling progenitor-impl v0.14.0
32702026-07-01T19:16:16.556Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32712026-07-01T19:16:16.858Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32722026-07-01T19:16:17.212Z Compiling progenitor-macro v0.14.0
32732026-07-01T19:16:19.594Z Checking progenitor v0.14.0
32742026-07-01T19:16:19.716Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32752026-07-01T19:16:19.719Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32762026-07-01T19:16:22.446Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32772026-07-01T19:16:30.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32782026-07-01T19:16:37.637Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32792026-07-01T19:16:39.030Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32802026-07-01T19:16:39.533Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32812026-07-01T19:16:41.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.59s
32822026-07-01T19:16:41.847Z
32832026-07-01T19:16:41.847Zinfo: running `cargo check --bins` on gateway-api (134/299)
32842026-07-01T19:16:42.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-07-01T19:16:42.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-07-01T19:16:42.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-07-01T19:16:42.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32882026-07-01T19:16:42.389Z
32892026-07-01T19:16:42.389Zinfo: running `cargo check --bins` on ipcc (135/299)
32902026-07-01T19:16:42.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-07-01T19:16:42.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-07-01T19:16:42.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-07-01T19:16:42.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32942026-07-01T19:16:42.933Z
32952026-07-01T19:16:42.933Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
32962026-07-01T19:16:43.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-07-01T19:16:43.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-07-01T19:16:43.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-07-01T19:16:43.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33002026-07-01T19:16:43.454Z
33012026-07-01T19:16:43.454Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33022026-07-01T19:16:43.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-07-01T19:16:43.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-07-01T19:16:43.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-07-01T19:16:43.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33062026-07-01T19:16:44.013Z
33072026-07-01T19:16:44.013Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33082026-07-01T19:16:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-07-01T19:16:44.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-07-01T19:16:44.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-07-01T19:16:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33122026-07-01T19:16:44.554Z
33132026-07-01T19:16:44.554Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33142026-07-01T19:16:45.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-07-01T19:16:45.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-07-01T19:16:45.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-07-01T19:16:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33182026-07-01T19:16:45.099Z
33192026-07-01T19:16:45.099Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33202026-07-01T19:16:45.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-07-01T19:16:45.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-07-01T19:16:45.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-07-01T19:16:45.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33242026-07-01T19:16:45.642Z
33252026-07-01T19:16:45.643Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33262026-07-01T19:16:46.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-01T19:16:46.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-01T19:16:46.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-01T19:16:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33302026-07-01T19:16:46.202Z
33312026-07-01T19:16:46.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33322026-07-01T19:16:46.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-01T19:16:46.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-01T19:16:46.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-01T19:16:46.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33362026-07-01T19:16:46.738Z
33372026-07-01T19:16:46.738Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33382026-07-01T19:16:47.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-01T19:16:47.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-01T19:16:47.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-01T19:16:47.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33422026-07-01T19:16:47.278Z
33432026-07-01T19:16:47.278Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33442026-07-01T19:16:47.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-01T19:16:47.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-01T19:16:47.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-01T19:16:47.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-01T19:16:47.824Z
33492026-07-01T19:16:47.824Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33502026-07-01T19:16:48.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-01T19:16:48.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-01T19:16:48.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-01T19:16:48.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-01T19:16:48.363Z
33552026-07-01T19:16:48.364Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33562026-07-01T19:16:48.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-01T19:16:48.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-01T19:16:48.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-01T19:16:48.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33602026-07-01T19:16:48.906Z
33612026-07-01T19:16:48.906Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33622026-07-01T19:16:49.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-01T19:16:49.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-01T19:16:49.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-01T19:16:49.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-01T19:16:49.448Z
33672026-07-01T19:16:49.449Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
33682026-07-01T19:16:49.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-01T19:16:49.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-01T19:16:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-01T19:16:49.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33722026-07-01T19:16:50.005Z
33732026-07-01T19:16:50.005Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
33742026-07-01T19:16:50.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-01T19:16:50.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-01T19:16:50.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-01T19:16:50.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33782026-07-01T19:16:50.561Z
33792026-07-01T19:16:50.561Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
33802026-07-01T19:16:51.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-01T19:16:51.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-01T19:16:51.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-01T19:16:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33842026-07-01T19:16:51.123Z
33852026-07-01T19:16:51.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
33862026-07-01T19:16:51.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-01T19:16:51.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-01T19:16:51.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-01T19:16:51.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33902026-07-01T19:16:51.677Z
33912026-07-01T19:16:51.677Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
33922026-07-01T19:16:52.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-01T19:16:52.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-01T19:16:52.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-01T19:16:52.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33962026-07-01T19:16:52.237Z
33972026-07-01T19:16:52.237Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
33982026-07-01T19:16:52.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-01T19:16:52.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-01T19:16:52.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-01T19:16:52.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34022026-07-01T19:16:52.798Z
34032026-07-01T19:16:52.798Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34042026-07-01T19:16:53.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-01T19:16:53.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-01T19:16:53.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-01T19:16:53.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34082026-07-01T19:16:53.358Z
34092026-07-01T19:16:53.358Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34102026-07-01T19:16:53.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-01T19:16:53.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-01T19:16:53.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-01T19:16:53.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34142026-07-01T19:16:53.916Z
34152026-07-01T19:16:53.916Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34162026-07-01T19:16:54.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-01T19:16:54.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-01T19:16:54.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-01T19:16:54.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34202026-07-01T19:16:54.474Z
34212026-07-01T19:16:54.474Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34222026-07-01T19:16:54.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-01T19:16:54.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-01T19:16:54.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-01T19:16:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34262026-07-01T19:16:55.035Z
34272026-07-01T19:16:55.035Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34282026-07-01T19:16:55.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-01T19:16:55.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-01T19:16:55.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-01T19:16:55.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34322026-07-01T19:16:55.571Z
34332026-07-01T19:16:55.571Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34342026-07-01T19:16:56.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-01T19:16:56.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-01T19:16:56.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-01T19:16:56.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34382026-07-01T19:16:56.107Z
34392026-07-01T19:16:56.107Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34402026-07-01T19:16:56.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-01T19:16:56.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-01T19:16:56.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-01T19:16:56.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34442026-07-01T19:16:56.641Z
34452026-07-01T19:16:56.641Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34462026-07-01T19:16:57.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-01T19:16:57.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-01T19:16:57.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-01T19:16:57.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34502026-07-01T19:16:57.182Z
34512026-07-01T19:16:57.182Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34522026-07-01T19:16:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-01T19:16:57.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-01T19:16:57.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-01T19:16:57.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34562026-07-01T19:16:57.723Z
34572026-07-01T19:16:57.723Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34582026-07-01T19:16:58.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-01T19:16:58.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-01T19:16:58.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-01T19:16:58.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34622026-07-01T19:16:58.261Z
34632026-07-01T19:16:58.261Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
34642026-07-01T19:16:58.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-01T19:16:58.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-01T19:16:58.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-01T19:16:58.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34682026-07-01T19:16:58.803Z
34692026-07-01T19:16:58.804Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
34702026-07-01T19:16:59.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-01T19:16:59.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-01T19:16:59.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-01T19:16:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34742026-07-01T19:16:59.345Z
34752026-07-01T19:16:59.345Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
34762026-07-01T19:16:59.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-01T19:16:59.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-01T19:16:59.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-01T19:16:59.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-01T19:16:59.904Z
34812026-07-01T19:16:59.904Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
34822026-07-01T19:17:00.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-01T19:17:00.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-01T19:17:00.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-01T19:17:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34862026-07-01T19:17:00.462Z
34872026-07-01T19:17:00.462Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
34882026-07-01T19:17:00.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-01T19:17:00.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-01T19:17:00.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-01T19:17:00.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34922026-07-01T19:17:01.015Z
34932026-07-01T19:17:01.015Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
34942026-07-01T19:17:01.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-01T19:17:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-01T19:17:01.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-01T19:17:01.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34982026-07-01T19:17:01.562Z
34992026-07-01T19:17:01.562Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35002026-07-01T19:17:02.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-01T19:17:02.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-01T19:17:02.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-01T19:17:02.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35042026-07-01T19:17:02.123Z
35052026-07-01T19:17:02.123Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35062026-07-01T19:17:02.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-01T19:17:02.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-01T19:17:02.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-01T19:17:02.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35102026-07-01T19:17:02.683Z
35112026-07-01T19:17:02.684Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35122026-07-01T19:17:03.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-01T19:17:03.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-01T19:17:03.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-01T19:17:03.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-01T19:17:03.243Z
35172026-07-01T19:17:03.243Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35182026-07-01T19:17:03.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-01T19:17:03.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-01T19:17:03.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-01T19:17:03.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35222026-07-01T19:17:03.826Z
35232026-07-01T19:17:03.826Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35242026-07-01T19:17:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-01T19:17:04.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-01T19:17:04.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-01T19:17:04.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35282026-07-01T19:17:04.366Z
35292026-07-01T19:17:04.366Zinfo: running `cargo check --bins` on dns-server (175/299)
35302026-07-01T19:17:04.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-01T19:17:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-01T19:17:04.971Z Compiling parking_lot_core v0.8.6
35332026-07-01T19:17:04.974Z Compiling git-stub v1.0.0
35342026-07-01T19:17:04.974Z Checking prefix-trie v0.7.0
35352026-07-01T19:17:05.086Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35362026-07-01T19:17:05.208Z Compiling git-stub-vcs v0.1.0
35372026-07-01T19:17:05.379Z Checking hickory-server v0.25.2
35382026-07-01T19:17:05.489Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35392026-07-01T19:17:05.502Z Checking parking_lot v0.11.2
35402026-07-01T19:17:05.554Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35412026-07-01T19:17:05.554Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35422026-07-01T19:17:05.672Z Checking sled v0.34.7
35432026-07-01T19:17:07.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35442026-07-01T19:17:07.756Z
35452026-07-01T19:17:07.756Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35462026-07-01T19:17:08.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-01T19:17:08.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-01T19:17:08.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-01T19:17:08.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35502026-07-01T19:17:08.289Z
35512026-07-01T19:17:08.289Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35522026-07-01T19:17:08.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-01T19:17:08.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-01T19:17:08.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-01T19:17:08.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35562026-07-01T19:17:08.830Z
35572026-07-01T19:17:08.830Zinfo: running `cargo check --bins` on sp-sim (178/299)
35582026-07-01T19:17:09.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-01T19:17:09.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-01T19:17:09.510Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35612026-07-01T19:17:11.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35622026-07-01T19:17:11.484Z
35632026-07-01T19:17:11.484Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
35642026-07-01T19:17:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-01T19:17:11.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-01T19:17:11.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-01T19:17:11.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-07-01T19:17:12.078Z
35692026-07-01T19:17:12.078Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
35702026-07-01T19:17:12.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-01T19:17:12.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-01T19:17:12.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-01T19:17:12.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-07-01T19:17:12.669Z
35752026-07-01T19:17:12.669Zinfo: running `cargo check --bins` on db-macros (181/299)
35762026-07-01T19:17:13.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-01T19:17:13.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-01T19:17:13.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-07-01T19:17:13.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35802026-07-01T19:17:13.194Z
35812026-07-01T19:17:13.194Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
35822026-07-01T19:17:13.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-07-01T19:17:13.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-07-01T19:17:13.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-07-01T19:17:13.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35862026-07-01T19:17:13.718Z
35872026-07-01T19:17:13.718Zinfo: running `cargo check --bins` on nexus-auth (183/299)
35882026-07-01T19:17:14.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-01T19:17:14.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-01T19:17:14.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-01T19:17:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35922026-07-01T19:17:14.306Z
35932026-07-01T19:17:14.306Zinfo: running `cargo check --bins` on authz-macros (184/299)
35942026-07-01T19:17:14.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-01T19:17:14.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-01T19:17:14.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-07-01T19:17:14.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35982026-07-01T19:17:14.829Z
35992026-07-01T19:17:14.829Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36002026-07-01T19:17:15.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-01T19:17:15.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-01T19:17:15.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-07-01T19:17:15.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36042026-07-01T19:17:15.415Z
36052026-07-01T19:17:15.415Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36062026-07-01T19:17:15.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-01T19:17:15.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-01T19:17:15.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-01T19:17:15.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-07-01T19:17:15.987Z
36112026-07-01T19:17:15.987Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36122026-07-01T19:17:16.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-01T19:17:16.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-01T19:17:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-01T19:17:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36162026-07-01T19:17:16.509Z
36172026-07-01T19:17:16.509Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36182026-07-01T19:17:16.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-01T19:17:16.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-01T19:17:16.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-01T19:17:16.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36222026-07-01T19:17:17.028Z
36232026-07-01T19:17:17.028Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36242026-07-01T19:17:17.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-01T19:17:17.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-01T19:17:17.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-01T19:17:17.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36282026-07-01T19:17:17.560Z
36292026-07-01T19:17:17.560Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36302026-07-01T19:17:18.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-01T19:17:18.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-01T19:17:18.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-01T19:17:18.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36342026-07-01T19:17:18.085Z
36352026-07-01T19:17:18.085Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36362026-07-01T19:17:18.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-01T19:17:18.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-01T19:17:18.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-01T19:17:18.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36402026-07-01T19:17:18.604Z
36412026-07-01T19:17:18.604Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36422026-07-01T19:17:19.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-01T19:17:19.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-01T19:17:19.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-01T19:17:19.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36462026-07-01T19:17:19.127Z
36472026-07-01T19:17:19.128Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36482026-07-01T19:17:19.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-01T19:17:19.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-01T19:17:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-01T19:17:19.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-07-01T19:17:19.715Z
36532026-07-01T19:17:19.715Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36542026-07-01T19:17:20.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-01T19:17:20.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-01T19:17:20.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-01T19:17:20.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-07-01T19:17:20.300Z
36592026-07-01T19:17:20.300Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36602026-07-01T19:17:20.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-01T19:17:20.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-01T19:17:20.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-01T19:17:20.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-07-01T19:17:20.872Z
36652026-07-01T19:17:20.872Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
36662026-07-01T19:17:21.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-01T19:17:21.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-01T19:17:21.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-01T19:17:21.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36702026-07-01T19:17:21.430Z
36712026-07-01T19:17:21.430Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
36722026-07-01T19:17:21.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-01T19:17:21.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-01T19:17:21.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-01T19:17:21.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36762026-07-01T19:17:21.982Z
36772026-07-01T19:17:21.982Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
36782026-07-01T19:17:22.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-01T19:17:22.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-01T19:17:22.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-01T19:17:22.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36822026-07-01T19:17:22.534Z
36832026-07-01T19:17:22.534Zinfo: running `cargo check --bins` on key-manager (199/299)
36842026-07-01T19:17:22.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-01T19:17:22.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-01T19:17:22.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-01T19:17:22.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36882026-07-01T19:17:23.071Z
36892026-07-01T19:17:23.071Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
36902026-07-01T19:17:23.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-01T19:17:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-01T19:17:23.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-01T19:17:23.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36942026-07-01T19:17:23.622Z
36952026-07-01T19:17:23.622Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
36962026-07-01T19:17:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-01T19:17:24.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-01T19:17:24.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-01T19:17:24.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37002026-07-01T19:17:24.172Z
37012026-07-01T19:17:24.172Zinfo: running `cargo check --bins` on typed-rng (202/299)
37022026-07-01T19:17:24.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-01T19:17:24.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-01T19:17:24.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-01T19:17:24.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37062026-07-01T19:17:24.692Z
37072026-07-01T19:17:24.692Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37082026-07-01T19:17:25.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-01T19:17:25.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-01T19:17:25.492Z Compiling libefi-sys v0.1.0
37112026-07-01T19:17:25.621Z Compiling bitfield-struct v0.6.2
37122026-07-01T19:17:25.633Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37132026-07-01T19:17:25.641Z Compiling xshell-macros v0.2.7
37142026-07-01T19:17:25.650Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37152026-07-01T19:17:25.663Z Compiling salty v0.3.0
37162026-07-01T19:17:25.677Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37172026-07-01T19:17:25.692Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37182026-07-01T19:17:25.706Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37192026-07-01T19:17:25.816Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37202026-07-01T19:17:25.978Z Checking primeorder v0.13.6
37212026-07-01T19:17:25.994Z Compiling proc-macro-error-attr2 v2.0.0
37222026-07-01T19:17:26.007Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37232026-07-01T19:17:26.030Z Checking xshell v0.2.7
37242026-07-01T19:17:26.153Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37252026-07-01T19:17:26.168Z Checking tungstenite v0.21.0
37262026-07-01T19:17:26.219Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37272026-07-01T19:17:26.233Z Checking p384 v0.13.1
37282026-07-01T19:17:26.257Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37292026-07-01T19:17:26.343Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37302026-07-01T19:17:26.378Z Compiling num-derive v0.3.3
37312026-07-01T19:17:26.403Z Compiling proc-macro-error2 v2.0.1
37322026-07-01T19:17:26.495Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37332026-07-01T19:17:26.599Z Checking tokio-tungstenite v0.21.0
37342026-07-01T19:17:26.652Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-07-01T19:17:26.655Z Checking papergrid v0.17.0
37362026-07-01T19:17:26.714Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37372026-07-01T19:17:26.717Z Compiling tabled_derive v0.11.0
37382026-07-01T19:17:26.743Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37392026-07-01T19:17:26.865Z Compiling progenitor-impl v0.13.0
37402026-07-01T19:17:26.882Z Checking testing_table v0.3.0
37412026-07-01T19:17:26.976Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37422026-07-01T19:17:26.999Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37432026-07-01T19:17:27.030Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37442026-07-01T19:17:27.227Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37452026-07-01T19:17:27.242Z Compiling illumos-nvpair-sys v0.2.0
37462026-07-01T19:17:27.294Z Checking libscf-sys v1.1.0
37472026-07-01T19:17:27.429Z Compiling unicase v2.9.0
37482026-07-01T19:17:27.443Z Checking corncobs v0.1.4
37492026-07-01T19:17:27.490Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37502026-07-01T19:17:27.547Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37512026-07-01T19:17:27.569Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37522026-07-01T19:17:27.630Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37532026-07-01T19:17:27.646Z Compiling mime_guess v2.0.5
37542026-07-01T19:17:27.699Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37552026-07-01T19:17:27.757Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37562026-07-01T19:17:27.881Z Checking progenitor-client v0.13.0
37572026-07-01T19:17:27.899Z Checking tabled v0.20.0
37582026-07-01T19:17:28.125Z Checking secrecy v0.8.0
37592026-07-01T19:17:28.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37602026-07-01T19:17:28.305Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37612026-07-01T19:17:28.322Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37622026-07-01T19:17:28.478Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37632026-07-01T19:17:28.664Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37642026-07-01T19:17:28.757Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37652026-07-01T19:17:28.771Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37662026-07-01T19:17:28.787Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37672026-07-01T19:17:28.835Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37682026-07-01T19:17:29.008Z Checking filetime v0.2.27
37692026-07-01T19:17:29.025Z Checking http-range v0.1.5
37702026-07-01T19:17:29.152Z Checking crc8 v0.1.1
37712026-07-01T19:17:29.218Z Checking xattr v1.6.1
37722026-07-01T19:17:29.253Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37732026-07-01T19:17:29.352Z Checking tar v0.4.45
37742026-07-01T19:17:29.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-07-01T19:17:29.496Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37762026-07-01T19:17:29.513Z Compiling progenitor-macro v0.13.0
37772026-07-01T19:17:29.667Z Checking illumos-nvpair v0.3.0
37782026-07-01T19:17:29.745Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37792026-07-01T19:17:29.822Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37802026-07-01T19:17:29.838Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37812026-07-01T19:17:29.930Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37822026-07-01T19:17:30.000Z Checking atty v0.2.14
37832026-07-01T19:17:30.101Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37842026-07-01T19:17:30.150Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37852026-07-01T19:17:30.208Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37862026-07-01T19:17:30.300Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37872026-07-01T19:17:30.471Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37882026-07-01T19:17:30.522Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37892026-07-01T19:17:30.539Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37902026-07-01T19:17:30.556Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37912026-07-01T19:17:30.740Z Checking hyper-staticfile v0.10.1
37922026-07-01T19:17:30.787Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37932026-07-01T19:17:30.892Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37942026-07-01T19:17:31.042Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37952026-07-01T19:17:31.060Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37962026-07-01T19:17:31.316Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37972026-07-01T19:17:31.359Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37982026-07-01T19:17:31.607Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
37992026-07-01T19:17:31.910Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38002026-07-01T19:17:32.554Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38012026-07-01T19:17:33.040Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38022026-07-01T19:17:33.462Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38032026-07-01T19:17:33.735Z Checking progenitor v0.13.0
38042026-07-01T19:17:33.873Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38052026-07-01T19:17:35.881Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38062026-07-01T19:17:39.275Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38072026-07-01T19:17:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.68s
38082026-07-01T19:17:50.597Z
38092026-07-01T19:17:50.597Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38102026-07-01T19:17:51.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-07-01T19:17:51.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-07-01T19:17:51.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-07-01T19:18:02.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38142026-07-01T19:18:02.419Z
38152026-07-01T19:18:02.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38162026-07-01T19:18:02.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-07-01T19:18:02.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-07-01T19:18:03.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-07-01T19:18:14.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38202026-07-01T19:18:14.229Z
38212026-07-01T19:18:14.229Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38222026-07-01T19:18:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-07-01T19:18:14.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-07-01T19:18:14.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-07-01T19:18:25.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
38262026-07-01T19:18:26.086Z
38272026-07-01T19:18:26.087Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38282026-07-01T19:18:26.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-07-01T19:18:26.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-07-01T19:18:26.830Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38312026-07-01T19:18:37.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38322026-07-01T19:18:37.897Z
38332026-07-01T19:18:37.897Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38342026-07-01T19:18:38.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-07-01T19:18:38.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-07-01T19:18:38.637Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-07-01T19:18:49.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38382026-07-01T19:18:49.732Z
38392026-07-01T19:18:49.732Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38402026-07-01T19:18:50.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-07-01T19:18:50.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-07-01T19:18:50.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38432026-07-01T19:19:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
38442026-07-01T19:19:01.598Z
38452026-07-01T19:19:01.598Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38462026-07-01T19:19:02.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-07-01T19:19:02.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-07-01T19:19:02.336Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-07-01T19:19:13.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38502026-07-01T19:19:13.414Z
38512026-07-01T19:19:13.414Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38522026-07-01T19:19:13.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-07-01T19:19:13.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-07-01T19:19:13.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-07-01T19:19:13.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38562026-07-01T19:19:13.960Z
38572026-07-01T19:19:13.960Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38582026-07-01T19:19:14.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-01T19:19:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-01T19:19:14.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-07-01T19:19:14.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38622026-07-01T19:19:14.515Z
38632026-07-01T19:19:14.516Zinfo: running `cargo check --bins` on range-requests (213/299)
38642026-07-01T19:19:14.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-01T19:19:14.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-01T19:19:14.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-07-01T19:19:14.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38682026-07-01T19:19:15.039Z
38692026-07-01T19:19:15.039Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
38702026-07-01T19:19:15.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-01T19:19:15.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-01T19:19:15.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-07-01T19:19:15.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38742026-07-01T19:19:16.333Z
38752026-07-01T19:19:16.333Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
38762026-07-01T19:19:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-01T19:19:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-01T19:19:16.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-07-01T19:19:16.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38802026-07-01T19:19:16.343Z
38812026-07-01T19:19:16.343Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
38822026-07-01T19:19:16.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-01T19:19:16.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-01T19:19:16.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-07-01T19:19:16.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38862026-07-01T19:19:16.690Z
38872026-07-01T19:19:16.690Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
38882026-07-01T19:19:17.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-01T19:19:17.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-01T19:19:17.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-07-01T19:19:17.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38922026-07-01T19:19:17.251Z
38932026-07-01T19:19:17.251Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
38942026-07-01T19:19:17.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-01T19:19:17.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-01T19:19:17.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-07-01T19:19:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38982026-07-01T19:19:17.817Z
38992026-07-01T19:19:17.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39002026-07-01T19:19:18.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-01T19:19:18.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-01T19:19:18.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-01T19:19:18.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39042026-07-01T19:19:18.382Z
39052026-07-01T19:19:18.382Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39062026-07-01T19:19:18.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-01T19:19:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-01T19:19:18.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-01T19:19:18.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39102026-07-01T19:19:18.945Z
39112026-07-01T19:19:18.945Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39122026-07-01T19:19:19.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-01T19:19:19.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-01T19:19:19.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-01T19:19:19.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39162026-07-01T19:19:19.500Z
39172026-07-01T19:19:19.500Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39182026-07-01T19:19:19.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-01T19:19:19.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-01T19:19:19.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-01T19:19:19.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39222026-07-01T19:19:20.063Z
39232026-07-01T19:19:20.063Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39242026-07-01T19:19:20.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-01T19:19:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-01T19:19:20.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-01T19:19:20.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39282026-07-01T19:19:20.625Z
39292026-07-01T19:19:20.625Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39302026-07-01T19:19:21.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-01T19:19:21.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-01T19:19:21.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-01T19:19:21.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39342026-07-01T19:19:21.187Z
39352026-07-01T19:19:21.187Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39362026-07-01T19:19:21.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-01T19:19:21.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-01T19:19:21.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-01T19:19:21.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39402026-07-01T19:19:21.770Z
39412026-07-01T19:19:21.770Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39422026-07-01T19:19:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-01T19:19:22.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-01T19:19:22.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-01T19:19:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39462026-07-01T19:19:22.336Z
39472026-07-01T19:19:22.336Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39482026-07-01T19:19:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-01T19:19:22.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-01T19:19:22.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-01T19:19:22.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39522026-07-01T19:19:22.911Z
39532026-07-01T19:19:22.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39542026-07-01T19:19:23.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-01T19:19:23.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-01T19:19:23.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-01T19:19:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39582026-07-01T19:19:23.504Z
39592026-07-01T19:19:23.504Zinfo: running `cargo check --bins` on update-common (229/299)
39602026-07-01T19:19:23.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-01T19:19:23.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-01T19:19:23.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-01T19:19:23.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39642026-07-01T19:19:24.053Z
39652026-07-01T19:19:24.054Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
39662026-07-01T19:19:24.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-01T19:19:24.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-01T19:19:24.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-01T19:19:24.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39702026-07-01T19:19:24.647Z
39712026-07-01T19:19:24.647Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
39722026-07-01T19:19:25.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-01T19:19:25.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-01T19:19:25.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-01T19:19:25.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39762026-07-01T19:19:25.170Z
39772026-07-01T19:19:25.170Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
39782026-07-01T19:19:25.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-01T19:19:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-01T19:19:25.898Z Compiling fs-err v2.11.0
39812026-07-01T19:19:25.901Z Checking ignore v0.4.25
39822026-07-01T19:19:25.901Z Checking arc-swap v1.8.2
39832026-07-01T19:19:26.029Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39842026-07-01T19:19:26.032Z Checking predicates-tree v1.0.13
39852026-07-01T19:19:26.035Z Checking parse-size v1.1.0
39862026-07-01T19:19:26.055Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39872026-07-01T19:19:26.067Z Checking rand_seeder v0.4.0
39882026-07-01T19:19:26.134Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39892026-07-01T19:19:26.155Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39902026-07-01T19:19:26.222Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39912026-07-01T19:19:26.231Z Checking slog-scope v4.4.1
39922026-07-01T19:19:26.272Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39932026-07-01T19:19:26.360Z Compiling petname v2.0.2
39942026-07-01T19:19:26.374Z Checking slog-stdlog v4.1.1
39952026-07-01T19:19:26.379Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39962026-07-01T19:19:26.421Z Checking globwalk v0.9.1
39972026-07-01T19:19:26.583Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39982026-07-01T19:19:26.589Z Checking slog-envlogger v2.2.0
39992026-07-01T19:19:26.649Z Checking camino-tempfile-ext v0.3.3
40002026-07-01T19:19:26.659Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40012026-07-01T19:19:26.669Z Checking sapling-renderdag v0.1.0
40022026-07-01T19:19:26.793Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40032026-07-01T19:19:26.852Z Checking subprocess v0.2.15
40042026-07-01T19:19:26.914Z Checking sync-ptr v0.1.4
40052026-07-01T19:19:27.018Z Checking colored v2.2.0
40062026-07-01T19:19:27.033Z Checking assert_matches v1.5.0
40072026-07-01T19:19:27.138Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40082026-07-01T19:19:27.313Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40092026-07-01T19:19:27.317Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40102026-07-01T19:19:27.946Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40112026-07-01T19:19:29.273Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40122026-07-01T19:19:31.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
40132026-07-01T19:19:31.667Z
40142026-07-01T19:19:31.667Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40152026-07-01T19:19:32.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-01T19:19:32.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-01T19:19:32.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-01T19:19:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40192026-07-01T19:19:32.181Z
40202026-07-01T19:19:32.181Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40212026-07-01T19:19:32.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-01T19:19:32.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-01T19:19:32.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-01T19:19:32.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40252026-07-01T19:19:32.719Z
40262026-07-01T19:19:32.719Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40272026-07-01T19:19:33.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-01T19:19:33.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-01T19:19:33.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-01T19:19:33.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40312026-07-01T19:19:33.301Z
40322026-07-01T19:19:33.301Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40332026-07-01T19:19:33.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-01T19:19:33.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-01T19:19:33.973Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40362026-07-01T19:19:33.976Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40372026-07-01T19:19:34.604Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40382026-07-01T19:19:36.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40392026-07-01T19:19:36.375Z
40402026-07-01T19:19:36.375Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40412026-07-01T19:19:36.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-07-01T19:19:36.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-07-01T19:19:36.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-07-01T19:19:36.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40452026-07-01T19:19:36.902Z
40462026-07-01T19:19:36.902Zinfo: running `cargo check --bins` on cert-dev (238/299)
40472026-07-01T19:19:37.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-07-01T19:19:37.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-07-01T19:19:37.446Z Checking yasna v0.5.2
40502026-07-01T19:19:37.845Z Checking rcgen v0.12.1
40512026-07-01T19:19:38.096Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40522026-07-01T19:19:38.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40532026-07-01T19:19:38.440Z
40542026-07-01T19:19:38.440Zinfo: running `cargo check --bins` on clickana (239/299)
40552026-07-01T19:19:38.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-07-01T19:19:38.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-07-01T19:19:39.022Z Compiling darling_core v0.23.0
40582026-07-01T19:19:39.125Z Compiling instability v0.3.11
40592026-07-01T19:19:39.131Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40602026-07-01T19:19:39.136Z Checking castaway v0.2.4
40612026-07-01T19:19:39.141Z Compiling indoc v2.0.7
40622026-07-01T19:19:39.144Z Checking unicode-truncate v1.1.0
40632026-07-01T19:19:39.157Z Checking lru v0.12.5
40642026-07-01T19:19:39.157Z Checking cassowary v0.3.0
40652026-07-01T19:19:39.225Z Checking compact_str v0.8.1
40662026-07-01T19:19:40.458Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40672026-07-01T19:19:40.572Z Compiling darling_macro v0.23.0
40682026-07-01T19:19:40.630Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40692026-07-01T19:19:40.998Z Compiling darling v0.23.0
40702026-07-01T19:19:41.637Z Checking ratatui v0.29.0
40712026-07-01T19:19:42.705Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40722026-07-01T19:19:43.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40732026-07-01T19:19:43.523Z
40742026-07-01T19:19:43.523Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
40752026-07-01T19:19:43.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-07-01T19:19:43.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-07-01T19:19:44.176Z Checking headers-core v0.3.0
40782026-07-01T19:19:44.179Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40792026-07-01T19:19:44.366Z Checking headers v0.4.1
40802026-07-01T19:19:44.733Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40812026-07-01T19:19:45.605Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40822026-07-01T19:19:46.085Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40832026-07-01T19:19:46.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40842026-07-01T19:19:46.669Z
40852026-07-01T19:19:46.669Zinfo: running `cargo check --bins` on ch-dev (241/299)
40862026-07-01T19:19:47.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-01T19:19:47.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-01T19:19:47.325Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40892026-07-01T19:19:48.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
40902026-07-01T19:19:48.260Z
40912026-07-01T19:19:48.260Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
40922026-07-01T19:19:48.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-07-01T19:19:48.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-07-01T19:19:48.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-07-01T19:19:48.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
40962026-07-01T19:19:48.653Z
40972026-07-01T19:19:48.653Zinfo: running `cargo check --bins` on crdb-seed (243/299)
40982026-07-01T19:19:49.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-01T19:19:49.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-01T19:19:49.308Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41012026-07-01T19:19:50.310Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41022026-07-01T19:19:50.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41032026-07-01T19:19:50.830Z
41042026-07-01T19:19:50.830Zinfo: running `cargo check --bins` on db-dev (244/299)
41052026-07-01T19:19:51.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-07-01T19:19:51.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-07-01T19:19:51.486Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41082026-07-01T19:19:52.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41092026-07-01T19:19:52.417Z
41102026-07-01T19:19:52.417Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41112026-07-01T19:19:52.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-07-01T19:19:52.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-07-01T19:19:52.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-07-01T19:19:52.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41152026-07-01T19:19:52.979Z
41162026-07-01T19:19:52.980Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41172026-07-01T19:19:53.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-07-01T19:19:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-07-01T19:19:54.538Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41202026-07-01T19:19:54.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41212026-07-01T19:19:54.542Z
41222026-07-01T19:19:54.542Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41232026-07-01T19:19:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-01T19:19:54.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-01T19:19:55.066Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41262026-07-01T19:19:55.084Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41272026-07-01T19:19:55.098Z Checking git-stub v1.0.0
41282026-07-01T19:19:55.178Z Compiling trait-variant v0.1.2
41292026-07-01T19:19:55.181Z Checking is_ci v1.2.0
41302026-07-01T19:19:55.181Z Checking maplit v1.0.2
41312026-07-01T19:19:55.213Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41322026-07-01T19:19:55.236Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41332026-07-01T19:19:55.269Z Checking supports-color v3.0.2
41342026-07-01T19:19:55.282Z Checking drift v0.2.0
41352026-07-01T19:19:55.363Z Checking git-stub-vcs v0.1.0
41362026-07-01T19:19:55.390Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41372026-07-01T19:19:55.412Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41382026-07-01T19:19:55.438Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41392026-07-01T19:19:55.572Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41402026-07-01T19:19:55.631Z Checking dropshot-api-manager v0.7.2
41412026-07-01T19:19:55.655Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41422026-07-01T19:19:55.677Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41432026-07-01T19:19:55.731Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41442026-07-01T19:19:55.934Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41452026-07-01T19:19:56.461Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41462026-07-01T19:19:57.427Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41472026-07-01T19:19:58.641Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41482026-07-01T19:19:59.250Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41492026-07-01T19:19:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
41502026-07-01T19:19:59.905Z
41512026-07-01T19:19:59.905Zinfo: running `cargo check --bins` on installinator-api (248/299)
41522026-07-01T19:20:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-01T19:20:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-01T19:20:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-07-01T19:20:00.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41562026-07-01T19:20:00.412Z
41572026-07-01T19:20:00.412Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41582026-07-01T19:20:00.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-01T19:20:00.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-01T19:20:00.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-01T19:20:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41622026-07-01T19:20:00.985Z
41632026-07-01T19:20:00.986Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
41642026-07-01T19:20:01.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-01T19:20:01.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-01T19:20:01.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-01T19:20:01.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41682026-07-01T19:20:01.549Z
41692026-07-01T19:20:01.549Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
41702026-07-01T19:20:02.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-01T19:20:02.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-01T19:20:02.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-07-01T19:20:02.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41742026-07-01T19:20:02.122Z
41752026-07-01T19:20:02.122Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
41762026-07-01T19:20:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-01T19:20:02.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-01T19:20:02.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-01T19:20:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41802026-07-01T19:20:02.659Z
41812026-07-01T19:20:02.659Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
41822026-07-01T19:20:03.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-01T19:20:03.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-01T19:20:03.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-07-01T19:20:03.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41862026-07-01T19:20:03.176Z
41872026-07-01T19:20:03.176Zinfo: running `cargo check --bins` on wicketd-api (254/299)
41882026-07-01T19:20:03.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-01T19:20:03.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-01T19:20:03.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-07-01T19:20:03.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41922026-07-01T19:20:03.723Z
41932026-07-01T19:20:03.723Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
41942026-07-01T19:20:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-07-01T19:20:04.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-07-01T19:20:04.280Z Checking cargo-platform v0.3.2
41972026-07-01T19:20:04.283Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41982026-07-01T19:20:04.516Z Checking cargo_metadata v0.23.1
41992026-07-01T19:20:05.121Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42002026-07-01T19:20:05.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
42012026-07-01T19:20:06.021Z
42022026-07-01T19:20:06.021Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42032026-07-01T19:20:06.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-01T19:20:06.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-01T19:20:06.705Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062026-07-01T19:20:07.316Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42072026-07-01T19:20:07.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42082026-07-01T19:20:07.998Z
42092026-07-01T19:20:07.998Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42102026-07-01T19:20:08.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-07-01T19:20:08.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-07-01T19:20:08.911Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42132026-07-01T19:20:08.911Z Compiling vergen-lib v0.1.6
42142026-07-01T19:20:08.915Z Compiling diesel_derives v2.3.7
42152026-07-01T19:20:08.915Z Compiling dsl_auto_type v0.2.0
42162026-07-01T19:20:08.915Z Checking scheduled-thread-pool v0.2.7
42172026-07-01T19:20:08.915Z Compiling vergen-gitcl v1.0.8
42182026-07-01T19:20:08.915Z Compiling diesel_table_macro_syntax v0.3.0
42192026-07-01T19:20:09.084Z Compiling dirs-sys-next v0.1.2
42202026-07-01T19:20:09.183Z Compiling glob v0.3.3
42212026-07-01T19:20:09.254Z Compiling crunchy v0.2.4
42222026-07-01T19:20:09.315Z Compiling dirs-next v2.0.0
42232026-07-01T19:20:09.332Z Checking r2d2 v0.8.10
42242026-07-01T19:20:09.407Z Checking downcast-rs v2.0.2
42252026-07-01T19:20:09.465Z Compiling tiny-keccak v2.0.2
42262026-07-01T19:20:09.516Z Compiling term v0.7.0
42272026-07-01T19:20:09.534Z Compiling bit-vec v0.6.3
42282026-07-01T19:20:09.586Z Compiling clang-sys v1.8.1
42292026-07-01T19:20:09.724Z Compiling bit-set v0.5.3
42302026-07-01T19:20:09.769Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42312026-07-01T19:20:09.900Z Compiling ascii-canvas v3.0.0
42322026-07-01T19:20:09.977Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42332026-07-01T19:20:10.000Z Compiling itertools v0.10.5
42342026-07-01T19:20:10.075Z Compiling ena v0.14.4
42352026-07-01T19:20:10.152Z Compiling libloading v0.8.9
42362026-07-01T19:20:10.157Z Compiling regex-syntax v0.6.29
42372026-07-01T19:20:10.157Z Compiling diff v0.1.13
42382026-07-01T19:20:10.238Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42392026-07-01T19:20:10.306Z Compiling bindgen v0.71.1
42402026-07-01T19:20:10.452Z Compiling cexpr v0.6.0
42412026-07-01T19:20:10.782Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42422026-07-01T19:20:10.880Z Compiling rustc-hash v2.1.1
42432026-07-01T19:20:11.028Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42442026-07-01T19:20:11.098Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42452026-07-01T19:20:11.143Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42462026-07-01T19:20:11.171Z Compiling libxml v0.3.3
42472026-07-01T19:20:11.400Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42482026-07-01T19:20:11.405Z Compiling strum_macros v0.24.3
42492026-07-01T19:20:11.463Z Compiling indoc v1.0.9
42502026-07-01T19:20:11.612Z Compiling lalrpop v0.19.12
42512026-07-01T19:20:12.332Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42522026-07-01T19:20:12.547Z Checking derive_builder v0.20.2
42532026-07-01T19:20:12.665Z Compiling oso-derive v0.27.3
42542026-07-01T19:20:12.811Z Checking quick-xml v0.37.5
42552026-07-01T19:20:12.897Z Compiling impl-trait-for-tuples v0.2.3
42562026-07-01T19:20:13.185Z Checking openssl-probe v0.1.6
42572026-07-01T19:20:13.331Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42582026-07-01T19:20:13.710Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42592026-07-01T19:20:13.925Z Checking bb8 v0.8.6
42602026-07-01T19:20:14.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42612026-07-01T19:20:14.088Z Checking nonempty v0.12.0
42622026-07-01T19:20:14.217Z Compiling libz-sys v1.1.24
42632026-07-01T19:20:14.258Z Compiling strsim v0.10.0
42642026-07-01T19:20:14.300Z Compiling libgit2-sys v0.18.3+1.9.2
42652026-07-01T19:20:14.466Z Compiling darling_core v0.13.4
42662026-07-01T19:20:14.596Z Compiling vergen-git2 v9.1.0
42672026-07-01T19:20:14.811Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-07-01T19:20:14.853Z Compiling base64 v0.21.7
42692026-07-01T19:20:15.052Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42702026-07-01T19:20:15.108Z Checking diesel v2.3.7
42712026-07-01T19:20:15.246Z Compiling ron v0.8.1
42722026-07-01T19:20:16.070Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42732026-07-01T19:20:16.236Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42742026-07-01T19:20:16.306Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
42752026-07-01T19:20:16.419Z Compiling darling_macro v0.13.4
42762026-07-01T19:20:16.520Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42772026-07-01T19:20:16.728Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42782026-07-01T19:20:16.920Z Compiling darling v0.13.4
42792026-07-01T19:20:16.937Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42802026-07-01T19:20:17.014Z Compiling serde_with_macros v1.5.2
42812026-07-01T19:20:17.143Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42822026-07-01T19:20:17.349Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42832026-07-01T19:20:17.368Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42842026-07-01T19:20:17.561Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42852026-07-01T19:20:17.884Z Compiling serde_with v1.14.0
42862026-07-01T19:20:19.043Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
42872026-07-01T19:20:19.061Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42882026-07-01T19:20:19.323Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42892026-07-01T19:20:20.002Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42902026-07-01T19:20:20.231Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42912026-07-01T19:20:20.524Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
42922026-07-01T19:20:20.706Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42932026-07-01T19:20:20.728Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42942026-07-01T19:20:20.991Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42952026-07-01T19:20:21.463Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
42962026-07-01T19:20:21.820Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42972026-07-01T19:20:21.838Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42982026-07-01T19:20:21.856Z Checking twox-hash v2.1.2
42992026-07-01T19:20:22.047Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43002026-07-01T19:20:22.192Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43012026-07-01T19:20:22.405Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43022026-07-01T19:20:22.952Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43032026-07-01T19:20:23.112Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43042026-07-01T19:20:24.092Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43052026-07-01T19:20:24.314Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43062026-07-01T19:20:24.415Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43072026-07-01T19:20:25.023Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43082026-07-01T19:20:25.093Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43092026-07-01T19:20:25.324Z Checking console v0.16.2
43102026-07-01T19:20:25.653Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43112026-07-01T19:20:25.809Z Checking fatfs v0.3.6
43122026-07-01T19:20:26.034Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43132026-07-01T19:20:26.285Z Compiling seq-macro v0.3.6
43142026-07-01T19:20:26.822Z Checking unit-prefix v0.5.2
43152026-07-01T19:20:26.964Z Checking indicatif v0.18.4
43162026-07-01T19:20:27.327Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43172026-07-01T19:20:27.368Z Checking support-bundle-viewer v0.1.2
43182026-07-01T19:20:27.446Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43192026-07-01T19:20:27.619Z Checking multimap v0.10.1
43202026-07-01T19:20:33.451Z Checking diesel-dtrace v0.5.0
43212026-07-01T19:20:33.702Z Checking async-bb8-diesel v0.2.1
43222026-07-01T19:20:36.943Z Compiling samael v0.0.19
43232026-07-01T19:20:42.556Z Compiling git2 v0.20.4
43242026-07-01T19:20:43.475Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43252026-07-01T19:20:44.475Z Compiling polar-core v0.27.3
43262026-07-01T19:20:45.142Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43272026-07-01T19:20:49.127Z Checking oso v0.27.3
43282026-07-01T19:21:19.068Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43292026-07-01T19:22:33.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
43302026-07-01T19:22:33.352Z
43312026-07-01T19:22:33.352Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43322026-07-01T19:22:33.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-07-01T19:22:33.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-07-01T19:22:33.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-07-01T19:22:33.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43362026-07-01T19:22:34.005Z
43372026-07-01T19:22:34.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43382026-07-01T19:22:34.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-07-01T19:22:34.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-07-01T19:22:34.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-07-01T19:22:34.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43422026-07-01T19:22:34.597Z
43432026-07-01T19:22:34.597Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43442026-07-01T19:22:35.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-07-01T19:22:35.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-07-01T19:22:35.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-07-01T19:22:35.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43482026-07-01T19:22:35.186Z
43492026-07-01T19:22:35.186Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43502026-07-01T19:22:35.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-07-01T19:22:35.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-07-01T19:22:35.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-07-01T19:22:35.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43542026-07-01T19:22:35.706Z
43552026-07-01T19:22:35.706Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43562026-07-01T19:22:36.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-07-01T19:22:36.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-07-01T19:22:36.501Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43592026-07-01T19:22:37.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
43602026-07-01T19:22:37.438Z
43612026-07-01T19:22:37.438Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
43622026-07-01T19:22:37.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-07-01T19:22:37.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-07-01T19:22:38.245Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-07-01T19:23:16.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.80s
43662026-07-01T19:23:16.463Z
43672026-07-01T19:23:16.463Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
43682026-07-01T19:23:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-07-01T19:23:16.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-07-01T19:23:16.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43712026-07-01T19:23:16.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43722026-07-01T19:23:16.985Z
43732026-07-01T19:23:16.986Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
43742026-07-01T19:23:17.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-07-01T19:23:17.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-07-01T19:23:17.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-07-01T19:23:17.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43782026-07-01T19:23:17.510Z
43792026-07-01T19:23:17.510Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
43802026-07-01T19:23:17.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-07-01T19:23:18.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-07-01T19:23:18.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-07-01T19:23:18.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43842026-07-01T19:23:18.103Z
43852026-07-01T19:23:18.103Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
43862026-07-01T19:23:18.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-01T19:23:18.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-01T19:23:18.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-01T19:23:18.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43902026-07-01T19:23:18.687Z
43912026-07-01T19:23:18.687Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
43922026-07-01T19:23:19.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-01T19:23:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-01T19:23:19.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-01T19:23:19.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43962026-07-01T19:23:19.276Z
43972026-07-01T19:23:19.276Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
43982026-07-01T19:23:19.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-01T19:23:19.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-01T19:23:19.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-01T19:23:19.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44022026-07-01T19:23:19.872Z
44032026-07-01T19:23:19.873Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44042026-07-01T19:23:20.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-01T19:23:20.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-01T19:23:20.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-01T19:23:20.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44082026-07-01T19:23:20.449Z
44092026-07-01T19:23:20.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44102026-07-01T19:23:20.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-01T19:23:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-01T19:23:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-01T19:23:20.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44142026-07-01T19:23:21.049Z
44152026-07-01T19:23:21.049Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44162026-07-01T19:23:21.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-01T19:23:21.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-01T19:23:21.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-01T19:23:21.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44202026-07-01T19:23:21.622Z
44212026-07-01T19:23:21.623Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44222026-07-01T19:23:22.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-01T19:23:22.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-01T19:23:22.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-01T19:23:22.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44262026-07-01T19:23:22.211Z
44272026-07-01T19:23:22.211Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44282026-07-01T19:23:22.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-01T19:23:22.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-01T19:23:22.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-01T19:23:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-07-01T19:23:22.803Z
44332026-07-01T19:23:22.803Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44342026-07-01T19:23:23.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-01T19:23:23.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-01T19:23:23.660Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44372026-07-01T19:23:23.663Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44382026-07-01T19:23:23.847Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44392026-07-01T19:23:23.874Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44402026-07-01T19:23:23.893Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44412026-07-01T19:23:23.911Z Checking yansi v1.0.1
44422026-07-01T19:23:23.921Z Checking diff v0.1.13
44432026-07-01T19:23:23.935Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44442026-07-01T19:23:23.997Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44452026-07-01T19:23:24.158Z Checking pretty_assertions v1.4.1
44462026-07-01T19:23:24.853Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44472026-07-01T19:23:24.969Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44482026-07-01T19:23:49.785Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44492026-07-01T19:23:49.785Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44502026-07-01T19:23:49.788Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44512026-07-01T19:23:49.788Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44522026-07-01T19:23:49.788Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44532026-07-01T19:23:49.788Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44542026-07-01T19:23:49.788Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44552026-07-01T19:23:50.688Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44562026-07-01T19:23:50.703Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44572026-07-01T19:23:51.846Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44582026-07-01T19:24:29.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44592026-07-01T19:24:30.081Z
44602026-07-01T19:24:30.081Zinfo: running `cargo check --bins` on omicron-pins (276/299)
44612026-07-01T19:24:30.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-01T19:24:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-01T19:24:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-01T19:24:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44652026-07-01T19:24:30.599Z
44662026-07-01T19:24:30.599Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
44672026-07-01T19:24:31.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-01T19:24:31.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-01T19:24:31.322Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44702026-07-01T19:24:31.442Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44712026-07-01T19:24:31.445Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44722026-07-01T19:24:58.650Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44732026-07-01T19:24:59.032Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44742026-07-01T19:25:00.787Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44752026-07-01T19:25:01.232Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44762026-07-01T19:25:04.261Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-07-01T19:25:28.266Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44782026-07-01T19:25:28.973Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44792026-07-01T19:25:30.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
44802026-07-01T19:25:30.815Z
44812026-07-01T19:25:30.815Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
44822026-07-01T19:25:31.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-01T19:25:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-01T19:25:31.485Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44852026-07-01T19:25:32.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44862026-07-01T19:25:32.417Z
44872026-07-01T19:25:32.417Zinfo: running `cargo check --bins` on omicron-releng (279/299)
44882026-07-01T19:25:32.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-01T19:25:32.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-01T19:25:32.951Z Compiling blake3 v1.8.5
44912026-07-01T19:25:33.056Z Checking constant_time_eq v0.4.2
44922026-07-01T19:25:33.060Z Checking arrayref v0.3.9
44932026-07-01T19:25:33.066Z Checking arrayvec v0.7.6
44942026-07-01T19:25:33.072Z Checking topological-sort v0.2.2
44952026-07-01T19:25:33.077Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44962026-07-01T19:25:33.077Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44972026-07-01T19:25:33.077Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44982026-07-01T19:25:33.114Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44992026-07-01T19:25:33.175Z Checking shell-words v1.1.1
45002026-07-01T19:25:33.985Z Checking omicron-zone-package v0.12.3
45012026-07-01T19:25:34.711Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45022026-07-01T19:25:35.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
45032026-07-01T19:25:35.796Z
45042026-07-01T19:25:35.796Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45052026-07-01T19:25:36.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-01T19:25:36.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-01T19:25:36.395Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45082026-07-01T19:25:36.714Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45092026-07-01T19:25:37.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45102026-07-01T19:25:37.288Z
45112026-07-01T19:25:37.288Zinfo: running `cargo check --bins` on schema (281/299)
45122026-07-01T19:25:37.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-01T19:25:37.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-01T19:25:37.979Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45152026-07-01T19:25:38.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45162026-07-01T19:25:38.870Z
45172026-07-01T19:25:38.870Zinfo: running `cargo check --bins` on xtask (282/299)
45182026-07-01T19:25:39.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-07-01T19:25:39.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-07-01T19:25:39.254Z Checking serde_core v1.0.228
45212026-07-01T19:25:39.254Z Checking libc v0.2.185
45222026-07-01T19:25:39.326Z Checking bitflags v2.11.0
45232026-07-01T19:25:39.336Z Checking scroll v0.12.0
45242026-07-01T19:25:39.340Z Checking thiserror v1.0.69
45252026-07-01T19:25:39.349Z Checking log v0.4.29
45262026-07-01T19:25:39.351Z Checking zerocopy v0.7.35
45272026-07-01T19:25:39.361Z Checking indexmap v2.14.0
45282026-07-01T19:25:39.428Z Checking syn v2.0.117
45292026-07-01T19:25:39.473Z Checking dtrace-parser v0.2.0
45302026-07-01T19:25:39.491Z Checking once_cell v1.21.3
45312026-07-01T19:25:39.552Z Checking goblin v0.8.2
45322026-07-01T19:25:39.621Z Checking errno v0.3.14
45332026-07-01T19:25:39.668Z Checking thread-id v4.2.2
45342026-07-01T19:25:39.707Z Checking getrandom v0.4.1
45352026-07-01T19:25:39.740Z Checking rustix v1.1.3
45362026-07-01T19:25:39.752Z Checking memmap v0.7.0
45372026-07-01T19:25:39.845Z Checking thiserror v2.0.18
45382026-07-01T19:25:39.857Z Checking fs-err v3.3.0
45392026-07-01T19:25:39.882Z Checking anyhow v1.0.102
45402026-07-01T19:25:39.904Z Checking tabled v0.15.0
45412026-07-01T19:25:40.534Z Checking terminal_size v0.4.3
45422026-07-01T19:25:40.534Z Checking tempfile v3.25.0
45432026-07-01T19:25:40.647Z Checking clap_builder v4.6.0
45442026-07-01T19:25:40.647Z Checking textwrap v0.16.2
45452026-07-01T19:25:40.807Z Checking serde v1.0.228
45462026-07-01T19:25:40.807Z Checking serde_json v1.0.150
45472026-07-01T19:25:40.811Z Checking camino v1.2.2
45482026-07-01T19:25:40.862Z Checking semver v1.0.28
45492026-07-01T19:25:41.046Z Checking cargo-platform v0.3.2
45502026-07-01T19:25:41.099Z Checking camino-tempfile v1.4.1
45512026-07-01T19:25:41.214Z Checking serde_spanned v0.6.9
45522026-07-01T19:25:41.214Z Checking toml_datetime v0.6.11
45532026-07-01T19:25:41.214Z Checking macaddr v1.0.1
45542026-07-01T19:25:41.250Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45552026-07-01T19:25:41.412Z Checking toml_edit v0.22.27
45562026-07-01T19:25:41.433Z Checking dof v0.3.0
45572026-07-01T19:25:41.438Z Checking cargo_metadata v0.23.1
45582026-07-01T19:25:41.708Z Checking usdt-impl v0.5.0
45592026-07-01T19:25:41.884Z Checking clap v4.6.1
45602026-07-01T19:25:41.972Z Checking usdt v0.5.0
45612026-07-01T19:25:42.424Z Checking toml v0.8.23
45622026-07-01T19:25:42.697Z Checking cargo_toml v0.21.0
45632026-07-01T19:25:43.342Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45642026-07-01T19:25:43.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
45652026-07-01T19:25:43.830Z
45662026-07-01T19:25:43.830Zinfo: running `cargo check --bins` on dnsadm (283/299)
45672026-07-01T19:25:44.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-01T19:25:44.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-01T19:25:44.426Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45702026-07-01T19:25:44.890Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45712026-07-01T19:25:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
45722026-07-01T19:25:45.449Z
45732026-07-01T19:25:45.449Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
45742026-07-01T19:25:45.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-07-01T19:25:45.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-07-01T19:25:46.217Z Checking polyval v0.6.2
45772026-07-01T19:25:46.361Z Checking ctr v0.9.2
45782026-07-01T19:25:46.412Z Checking ssh-encoding v0.2.0
45792026-07-01T19:25:46.413Z Checking blowfish v0.9.1
45802026-07-01T19:25:46.413Z Checking password-hash v0.4.2
45812026-07-01T19:25:46.413Z Checking p256 v0.13.2
45822026-07-01T19:25:46.413Z Checking p521 v0.13.3
45832026-07-01T19:25:46.440Z Checking russh-cryptovec v0.7.3
45842026-07-01T19:25:46.489Z Checking ghash v0.5.1
45852026-07-01T19:25:46.536Z Checking bcrypt-pbkdf v0.10.0
45862026-07-01T19:25:46.536Z Checking md5 v0.7.0
45872026-07-01T19:25:46.560Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45882026-07-01T19:25:46.560Z Checking num-bigint v0.4.6
45892026-07-01T19:25:46.587Z Checking pbkdf2 v0.11.0
45902026-07-01T19:25:46.597Z Checking aes-gcm v0.10.3
45912026-07-01T19:25:46.657Z Checking des v0.8.1
45922026-07-01T19:25:46.681Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45932026-07-01T19:25:46.681Z Checking hex-literal v0.4.1
45942026-07-01T19:25:46.765Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45952026-07-01T19:25:46.802Z Checking ssh-cipher v0.2.0
45962026-07-01T19:25:46.802Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45972026-07-01T19:25:46.805Z Checking socket2 v0.5.10
45982026-07-01T19:25:46.805Z Checking internet-checksum v0.2.1
45992026-07-01T19:25:46.924Z Checking ssh-key v0.6.7
46002026-07-01T19:25:47.083Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46012026-07-01T19:25:47.581Z Checking russh-keys v0.45.0
46022026-07-01T19:25:48.130Z Checking russh v0.45.0
46032026-07-01T19:26:04.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.44s
46042026-07-01T19:26:05.082Z
46052026-07-01T19:26:05.082Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46062026-07-01T19:26:05.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-07-01T19:26:05.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-07-01T19:26:05.677Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46092026-07-01T19:26:05.781Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46102026-07-01T19:26:05.791Z Checking termios v0.3.3
46112026-07-01T19:26:07.003Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46122026-07-01T19:26:07.148Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46132026-07-01T19:26:08.829Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46142026-07-01T19:26:09.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
46152026-07-01T19:26:09.571Z
46162026-07-01T19:26:09.572Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
46172026-07-01T19:26:10.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-07-01T19:26:10.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-07-01T19:26:10.234Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46202026-07-01T19:26:10.237Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46212026-07-01T19:26:10.353Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46222026-07-01T19:26:10.356Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46232026-07-01T19:26:10.363Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46242026-07-01T19:26:10.366Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46252026-07-01T19:26:11.119Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46262026-07-01T19:26:11.452Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46272026-07-01T19:26:11.452Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46282026-07-01T19:26:12.089Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46292026-07-01T19:26:13.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46302026-07-01T19:26:13.919Z
46312026-07-01T19:26:13.920Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
46322026-07-01T19:26:14.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-07-01T19:26:14.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-07-01T19:26:14.509Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46352026-07-01T19:26:14.956Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46362026-07-01T19:26:15.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46372026-07-01T19:26:15.440Z
46382026-07-01T19:26:15.440Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
46392026-07-01T19:26:15.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-07-01T19:26:15.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-07-01T19:26:15.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-07-01T19:26:15.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46432026-07-01T19:26:15.964Z
46442026-07-01T19:26:15.964Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
46452026-07-01T19:26:16.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-07-01T19:26:16.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-07-01T19:26:16.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-07-01T19:26:16.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46492026-07-01T19:26:16.481Z
46502026-07-01T19:26:16.481Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
46512026-07-01T19:26:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-07-01T19:26:16.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-07-01T19:26:17.184Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46542026-07-01T19:26:17.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46552026-07-01T19:26:17.982Z
46562026-07-01T19:26:17.982Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
46572026-07-01T19:26:18.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-07-01T19:26:18.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-07-01T19:26:18.580Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46602026-07-01T19:26:18.583Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46612026-07-01T19:26:18.852Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46622026-07-01T19:26:18.852Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46632026-07-01T19:26:19.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46642026-07-01T19:26:19.840Z
46652026-07-01T19:26:19.840Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
46662026-07-01T19:26:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-07-01T19:26:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-07-01T19:26:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46692026-07-01T19:26:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46702026-07-01T19:26:20.365Z
46712026-07-01T19:26:20.365Zinfo: running `cargo check --bins` on omicron-package (293/299)
46722026-07-01T19:26:20.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-07-01T19:26:20.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-07-01T19:26:20.997Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46752026-07-01T19:26:22.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46762026-07-01T19:26:22.247Z
46772026-07-01T19:26:22.247Zinfo: running `cargo check --bins` on tqdb (294/299)
46782026-07-01T19:26:22.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-07-01T19:26:22.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-07-01T19:26:22.987Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46812026-07-01T19:26:23.337Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46822026-07-01T19:26:23.852Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46832026-07-01T19:26:23.852Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46842026-07-01T19:26:30.044Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46852026-07-01T19:26:30.047Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46862026-07-01T19:26:30.632Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46872026-07-01T19:26:30.635Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46882026-07-01T19:26:30.635Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46892026-07-01T19:26:30.636Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46902026-07-01T19:26:31.433Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46912026-07-01T19:26:32.462Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46922026-07-01T19:26:33.259Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46932026-07-01T19:26:33.976Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46942026-07-01T19:26:38.823Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46952026-07-01T19:26:45.547Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46962026-07-01T19:26:45.547Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46972026-07-01T19:26:45.550Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46982026-07-01T19:26:45.550Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46992026-07-01T19:26:47.039Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47002026-07-01T19:26:48.381Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47012026-07-01T19:26:49.054Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47022026-07-01T19:26:50.284Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47032026-07-01T19:26:50.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.57s
47042026-07-01T19:26:51.026Z
47052026-07-01T19:26:51.026Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47062026-07-01T19:26:51.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-07-01T19:26:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-07-01T19:26:51.703Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47092026-07-01T19:26:51.703Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47102026-07-01T19:26:51.706Z Checking rtoolbox v0.0.3
47112026-07-01T19:26:51.830Z Checking tui-tree-widget v0.23.1
47122026-07-01T19:26:51.928Z Checking rpassword v7.4.0
47132026-07-01T19:26:53.000Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47142026-07-01T19:26:56.212Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47152026-07-01T19:26:58.089Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47162026-07-01T19:26:58.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s
47172026-07-01T19:26:59.180Z
47182026-07-01T19:26:59.180Zinfo: running `cargo check --bins` on wicket (296/299)
47192026-07-01T19:26:59.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-07-01T19:26:59.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-07-01T19:26:59.830Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47222026-07-01T19:27:00.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47232026-07-01T19:27:00.353Z
47242026-07-01T19:27:00.353Zinfo: running `cargo check --bins` on wicketd (297/299)
47252026-07-01T19:27:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-07-01T19:27:00.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-07-01T19:27:01.028Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47282026-07-01T19:27:01.032Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47292026-07-01T19:27:01.140Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47302026-07-01T19:27:01.146Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47312026-07-01T19:27:02.020Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47322026-07-01T19:27:02.609Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47332026-07-01T19:27:05.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
47342026-07-01T19:27:05.889Z
47352026-07-01T19:27:05.889Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
47362026-07-01T19:27:06.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-01T19:27:06.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-01T19:27:06.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-01T19:27:06.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47402026-07-01T19:27:06.406Z
47412026-07-01T19:27:06.406Zinfo: running `cargo check --bins` on zone-setup (299/299)
47422026-07-01T19:27:06.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-01T19:27:06.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-01T19:27:07.031Z Checking uzers v0.12.2
47452026-07-01T19:27:07.322Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47462026-07-01T19:27:08.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
47472026-07-01T19:27:08.246Z
47482026-07-01T19:27:08.247Zreal 14:00.388229883
47492026-07-01T19:27:08.247Zuser 21:04.496641978
47502026-07-01T19:27:08.247Zsys 4:14.777482309
47512026-07-01T19:27:08.247Ztrap 0.315524038
47522026-07-01T19:27:08.247Ztflt 2.752729816
47532026-07-01T19:27:08.247Zdflt 2.376108448
47542026-07-01T19:27:08.247Zkflt 0.034597464
47552026-07-01T19:27:08.247Zlock 1:19:31.143305604
47562026-07-01T19:27:08.247Zslp 1:41:26.528168252
47572026-07-01T19:27:08.247Zlat 1:01.694331869
47582026-07-01T19:27:08.248Zstop 3:40.478860512
47592026-07-01T19:27:08.251Zprocess exited: duration 983245 ms, exit code 0
 
47602026-07-01T19:27:08.259Zfound 0 output files