01KZW4B4NYFNTC88MBKNA1ZPV0: 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: 01KZW4BRDJ7JD2SWXB4VG4BZWB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T23:20:13.241Zjob assigned to worker 01KZW4C5QW2BHFKF2DFS15967A [factory aws, i-0c507c74f8f23b22b] (queued for 56 s)
 
22026-08-12T23:20:19.552Zstarting task 0: "setup"
32026-08-12T23:20:19.558Z++ uname -s
42026-08-12T23:20:19.563Z+ kern=SunOS
52026-08-12T23:20:19.563Z+ build_user=build
62026-08-12T23:20:19.563Z+ build_uid=12345
72026-08-12T23:20:19.563Z+ work_dir=/work
82026-08-12T23:20:19.563Z+ input_dir=/input
92026-08-12T23:20:19.563Z+ [[ 0 == 12345 ]]
102026-08-12T23:20:19.563Z+ case "$kern" in
112026-08-12T23:20:19.563Z+ groupadd -g 12345 build
122026-08-12T23:20:19.563Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T23:20:21.670Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T23:20:21.806Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T23:20:21.806Z+ home_fs=zfs
162026-08-12T23:20:21.806Z+ [[ zfs == autofs ]]
172026-08-12T23:20:21.806Z+ mkdir -p /home/build
182026-08-12T23:20:21.806Z+ chown build:build /home/build /work
192026-08-12T23:20:22.667Z+ chmod 0700 /home/build /work
202026-08-12T23:20:22.670Zprocess exited: duration 3116 ms, exit code 0
 
212026-08-12T23:20:22.676Zstarting task 1: "rust-toolchain"
222026-08-12T23:20:22.680Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T23:20:22.680Z * rust toolchain channel = "1.97.1"
242026-08-12T23:20:22.680Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-12T23:20:22.680Z * rust toolchain profile = "default"
262026-08-12T23:20:22.680Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T23:20:22.684Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T23:20:22.684Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T23:20:22.684Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T23:20:22.775Zinfo: downloading installer
312026-08-12T23:20:24.193Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T23:20:24.193Zwarn: /home/build/.rustup/settings.toml
332026-08-12T23:20:24.193Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T23:20:24.193Zwarn: instead of the one inferred from the default host triple.
352026-08-12T23:20:24.202Zinfo: profile set to default
362026-08-12T23:20:24.202Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T23:20:24.207Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T23:20:24.384Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T23:20:24.405Zinfo: downloading 6 components
402026-08-12T23:20:39.657Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T23:20:39.658Z
422026-08-12T23:20:39.683Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T23:20:39.684Z
442026-08-12T23:20:39.684Z
452026-08-12T23:20:39.684ZRust is installed now. Great!
462026-08-12T23:20:39.684Z
472026-08-12T23:20:39.684ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T23:20:39.684Zenvironment variable. This has not been done automatically.
492026-08-12T23:20:39.684Z
502026-08-12T23:20:39.687ZTo configure your current shell, you need to source
512026-08-12T23:20:39.687Zthe corresponding env file under $HOME/.cargo.
522026-08-12T23:20:39.687Z
532026-08-12T23:20:39.687ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T23:20:39.687Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T23:20:39.687Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T23:20:39.687Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T23:20:39.687Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T23:20:39.687Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T23:20:39.687Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T23:20:39.687Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T23:20:39.687Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T23:20:39.775Z+ rustup --version
632026-08-12T23:20:39.785Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T23:20:39.788Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T23:20:39.805Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T23:20:39.809Z+ cargo --version
672026-08-12T23:20:39.823Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T23:20:39.828Z+ rustc --version
692026-08-12T23:20:39.846Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T23:20:39.850Zprocess exited: duration 17172 ms, exit code 0
 
712026-08-12T23:20:39.856Zstarting task 2: "authentication"
722026-08-12T23:20:39.872Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T23:20:39.884Zstarting task 3: "clone repository"
742026-08-12T23:20:39.888Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T23:20:39.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T23:20:39.925ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T23:20:51.267Z+ cd /work/oxidecomputer/omicron
782026-08-12T23:20:51.267Z+ git fetch origin 8e543d40bb4593f3463c5aa33f34e8c679031e7c
792026-08-12T23:20:51.615ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T23:20:51.615Z * branch 8e543d40bb4593f3463c5aa33f34e8c679031e7c -> FETCH_HEAD
812026-08-12T23:20:51.626Z+ [[ -n sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
822026-08-12T23:20:51.629Z++ git branch --show-current
832026-08-12T23:20:51.629Z+ current=main
842026-08-12T23:20:51.629Z+ [[ main != sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]]
852026-08-12T23:20:51.629Z+ git branch -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses 8e543d40bb4593f3463c5aa33f34e8c679031e7c
862026-08-12T23:20:51.632Z+ git checkout -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses
872026-08-12T23:20:51.881ZSwitched to branch 'sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses'
882026-08-12T23:20:51.884Z+ git reset --hard 8e543d40bb4593f3463c5aa33f34e8c679031e7c
892026-08-12T23:20:51.899ZHEAD is now at 8e543d40b rebase on main
902026-08-12T23:20:51.901Zprocess exited: duration 12017 ms, exit code 0
 
912026-08-12T23:20:51.907Zstarting task 4: "build"
922026-08-12T23:20:51.911Z+ source .github/buildomat/ci-env.sh
932026-08-12T23:20:51.914Z++ export CARGO_TERM_COLOR=always
942026-08-12T23:20:51.914Z++ CARGO_TERM_COLOR=always
952026-08-12T23:20:51.914Z+++ uname -s
962026-08-12T23:20:51.914Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T23:20:51.914Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T23:20:51.917Z+ cargo --version
992026-08-12T23:20:51.923Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T23:20:51.926Z+ rustc --version
1012026-08-12T23:20:51.945Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T23:20:51.949Z+ source ./env.sh
1032026-08-12T23:20:51.949Z++ OLD_SHELL_OPTS=ehxB
1042026-08-12T23:20:51.949Z++ set -o xtrace
1052026-08-12T23:20:51.952Z++++ dirname ./env.sh
1062026-08-12T23:20:51.952Z+++ readlink -f .
1072026-08-12T23:20:51.956Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-12T23:20:51.956Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-12T23:20:51.956Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-12T23:20:51.956Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-12T23:20:51.956Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-12T23:20:51.957Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-12T23:20:51.957Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-12T23:20:51.957Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-12T23:20:51.957Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-12T23:20:51.957Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-12T23:20:51.957Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-12T23:20:51.957Z++ case $OLD_SHELL_OPTS in
1192026-08-12T23:20:51.957Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-12T23:20:51.957Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-12T23:20:51.957Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-12T23:20:51.957Z+ banner prerequisites
1232026-08-12T23:20:51.957Z
1242026-08-12T23:20:51.957Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-12T23:20:51.957Z # # # # # # # # # # # # # # #
1262026-08-12T23:20:51.957Z # # # # ##### # # ##### # # # # # #### #
1272026-08-12T23:20:51.957Z ##### ##### # ##### # # # # # # # # #
1282026-08-12T23:20:51.957Z # # # # # # # # # # # # # # #
1292026-08-12T23:20:51.958Z # # # ###### # # ###### ### # #### # #### #
1302026-08-12T23:20:51.958Z
1312026-08-12T23:20:51.958Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-12T23:20:53.731Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-12T23:20:54.047Z Startup: Caching catalogs ... Done
1342026-08-12T23:20:55.763ZPlanning: Solver setup ... Done (1.614s)
1352026-08-12T23:20:55.817ZPlanning: Running solver ... Done (0.054s)
1362026-08-12T23:20:55.855ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-12T23:20:55.867ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-12T23:20:55.882ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-12T23:20:55.896ZPlanning: Package planning ... Done (0.014s)
1402026-08-12T23:20:55.901ZPlanning: Merging actions ... Done (0.001s)
1412026-08-12T23:20:56.062ZPlanning: Checking for conflicting actions ... Done (0.165s)
1422026-08-12T23:20:56.065ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-12T23:20:56.805ZPlanning: Evaluating mediators ... Done (0.742s)
1442026-08-12T23:20:56.808ZPlanning: Planning completed in 2.73 seconds
1452026-08-12T23:20:56.815Z Packages to install: 2
1462026-08-12T23:20:56.818Z Estimated space available: 156.02 GB
1472026-08-12T23:20:56.818ZEstimated space to be consumed: 67.95 MB
1482026-08-12T23:20:56.818Z Create boot environment: No
1492026-08-12T23:20:56.818ZCreate backup boot environment: No
1502026-08-12T23:20:56.818Z Rebuild boot archive: No
1512026-08-12T23:20:56.818Z
1522026-08-12T23:20:56.818ZChanged packages:
1532026-08-12T23:20:56.818Zhelios
1542026-08-12T23:20:56.818Z developer/build-essential
1552026-08-12T23:20:56.818Z None -> 11-3.0
1562026-08-12T23:20:56.818Z library/libxmlsec1
1572026-08-12T23:20:56.818Z None -> 1.2.35-3.0
1582026-08-12T23:20:56.839Z
1592026-08-12T23:20:56.839ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-12T23:20:56.916ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-12T23:20:56.999Z Actions: 1/268 actions (Installing new actions)
1622026-08-12T23:20:57.037Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-12T23:20:57.067ZFinalize: Updating package state database ... Done (0.029s)
1642026-08-12T23:20:57.069ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-12T23:20:57.142ZFinalize: Updating image state ... Done (0.075s)
1662026-08-12T23:20:59.595ZFinalize: Creating fast lookup database ... Done (2.406s)
1672026-08-12T23:20:59.659ZFinalize: Reading search index ... Done (0.012s)
1682026-08-12T23:20:59.662ZFinalize: Updating search index ... Done (0.000s)
1692026-08-12T23:20:59.758ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-12T23:21:00.121ZPlanning: Evaluating mediator changes ... Done
1712026-08-12T23:21:00.230ZPlanning: Checking for conflicting actions ... Done
1722026-08-12T23:21:00.234ZPlanning: Consolidating action changes ... Done
1732026-08-12T23:21:00.391ZPlanning: Evaluating mediators ... Done
1742026-08-12T23:21:00.394ZPlanning: Planning completed in 0.27 seconds
1752026-08-12T23:21:00.413Z Mediators to change: 2
1762026-08-12T23:21:00.413Z Create boot environment: No
1772026-08-12T23:21:00.413ZCreate backup boot environment: No
1782026-08-12T23:21:00.463ZFinalize: Updating package state database ... Done
1792026-08-12T23:21:00.463ZFinalize: Updating package cache ... Done
1802026-08-12T23:21:00.507ZFinalize: Updating image state ... Done
1812026-08-12T23:21:02.471ZFinalize: Creating fast lookup database ... Done
1822026-08-12T23:21:02.532ZFinalize: Reading search index ... Done
1832026-08-12T23:21:02.537ZFinalize: Updating search index ... Done
1842026-08-12T23:21:02.610ZFinalize: Updating package cache ... Done
1852026-08-12T23:21:02.900ZPlanning: Evaluating mediator changes ... Done
1862026-08-12T23:21:03.017ZPlanning: Checking for conflicting actions ... Done
1872026-08-12T23:21:03.026ZPlanning: Consolidating action changes ... Done
1882026-08-12T23:21:03.169ZPlanning: Evaluating mediators ... Done
1892026-08-12T23:21:03.171ZPlanning: Planning completed in 0.27 seconds
1902026-08-12T23:21:03.192Z Mediators to change: 1
1912026-08-12T23:21:03.192Z Create boot environment: No
1922026-08-12T23:21:03.192ZCreate backup boot environment: No
1932026-08-12T23:21:03.236ZFinalize: Updating package state database ... Done
1942026-08-12T23:21:03.236ZFinalize: Updating package cache ... Done
1952026-08-12T23:21:03.281ZFinalize: Updating image state ... Done
1962026-08-12T23:21:05.230ZFinalize: Creating fast lookup database ... Done
1972026-08-12T23:21:05.291ZFinalize: Reading search index ... Done
1982026-08-12T23:21:05.295ZFinalize: Updating search index ... Done
1992026-08-12T23:21:05.346ZFinalize: Updating package cache ... Done
2002026-08-12T23:21:05.660ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-12T23:21:05.660Zapache system 2.4 system
2022026-08-12T23:21:05.660Zclang system 15 system
2032026-08-12T23:21:05.660Zcsh system system illumos
2042026-08-12T23:21:05.660Zctags system system illumos
2052026-08-12T23:21:05.660Zfile vendor vendor darwinsys
2062026-08-12T23:21:05.660Zfile system system illumos
2072026-08-12T23:21:05.660Zgcc vendor 14 vendor
2082026-08-12T23:21:05.660Zgcc system 13 system
2092026-08-12T23:21:05.660Zgcc system 10 system
2102026-08-12T23:21:05.660Zgo system 1.25 system
2112026-08-12T23:21:05.660Zllvm system 15 system
2122026-08-12T23:21:05.661Zmariadb system 11.4 system
2132026-08-12T23:21:05.661Zmta vendor vendor dma
2142026-08-12T23:21:05.661Zopenjdk system 17 system
2152026-08-12T23:21:05.661Zopenjdk system 11 system
2162026-08-12T23:21:05.661Zopenssl vendor 3 vendor
2172026-08-12T23:21:05.661Zperl system 5.40 system
2182026-08-12T23:21:05.661Zpostgresql system 18 system
2192026-08-12T23:21:05.661Zpostgresql system 17 system
2202026-08-12T23:21:05.661Zpython vendor 3 vendor
2212026-08-12T23:21:05.662Zpython system 2 system
2222026-08-12T23:21:05.662Zpython3 vendor 3.13 vendor
2232026-08-12T23:21:05.662Zruby system 3.4 system
2242026-08-12T23:21:05.662Zruby system 3.0 system
2252026-08-12T23:21:05.662Zwords vendor vendor american-english
2262026-08-12T23:21:05.662Zwords system system australian-english
2272026-08-12T23:21:05.662Zwords system system british-english
2282026-08-12T23:21:05.662Zwords system system canadian-english
2292026-08-12T23:21:05.662Zwords system system french
2302026-08-12T23:21:05.662Zwords system system italian
2312026-08-12T23:21:05.662Zwords system system ngerman
2322026-08-12T23:21:05.662Zwords system system ogerman
2332026-08-12T23:21:05.662Zwords system system spanish
2342026-08-12T23:21:05.911ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-12T23:21:05.911Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-12T23:21:06.356ZFMRI IFO
2372026-08-12T23:21:06.356Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-12T23:21:06.356Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-12T23:21:06.357Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-12T23:21:06.357Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-12T23:21:06.357Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-12T23:21:06.357Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-12T23:21:06.357Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-12T23:21:06.357Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-12T23:21:06.357Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-12T23:21:06.685Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-12T23:21:06.984Z Updating crates.io index
2482026-08-12T23:21:06.987Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-12T23:21:07.278Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-12T23:21:07.664Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-12T23:21:08.968Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-12T23:21:09.592Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-12T23:21:11.543Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-12T23:21:12.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-12T23:21:12.981Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-12T23:21:13.311Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-12T23:21:14.698Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-12T23:21:14.985Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-12T23:21:15.358Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-12T23:21:15.623Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-12T23:21:15.932Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-12T23:21:16.205Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-12T23:21:16.517Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-12T23:21:16.795Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-12T23:21:17.112Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-12T23:21:17.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-12T23:21:17.964Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-12T23:21:18.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-12T23:21:18.782Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-12T23:21:19.064Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-12T23:21:19.662Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-12T23:21:19.989Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-12T23:21:20.255Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-12T23:21:20.714Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-12T23:21:20.995Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-12T23:21:21.302Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-12T23:21:22.050Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-12T23:21:22.312Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-12T23:21:22.667Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-12T23:21:23.084Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-12T23:21:23.784Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-12T23:21:24.073Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-12T23:21:24.373Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-12T23:21:24.682Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-12T23:21:25.010Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-12T23:21:25.291Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-12T23:21:25.585Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-12T23:21:25.891Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-12T23:21:26.270Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-12T23:21:28.830Z Downloading crates ...
2912026-08-12T23:21:28.915Z Downloaded crypto-common v0.1.7
2922026-08-12T23:21:29.006Z Downloaded cfg-if v1.0.4
2932026-08-12T23:21:29.006Z Downloaded anstyle v1.0.14
2942026-08-12T23:21:29.006Z Downloaded cargo-platform v0.3.2
2952026-08-12T23:21:29.006Z Downloaded cargo_toml v0.21.0
2962026-08-12T23:21:29.006Z Downloaded anstream v1.0.0
2972026-08-12T23:21:29.006Z Downloaded equivalent v1.0.2
2982026-08-12T23:21:29.006Z Downloaded bitflags v2.11.0
2992026-08-12T23:21:29.007Z Downloaded zmij v1.0.21
3002026-08-12T23:21:29.007Z Downloaded heck v0.4.1
3012026-08-12T23:21:29.007Z Downloaded scroll_derive v0.12.1
3022026-08-12T23:21:29.007Z Downloaded colorchoice v1.0.4
3032026-08-12T23:21:29.007Z Downloaded zerocopy-derive v0.7.35
3042026-08-12T23:21:29.007Z Downloaded fnv v1.0.7
3052026-08-12T23:21:29.007Z Downloaded fs-err v3.3.0
3062026-08-12T23:21:29.007Z Downloaded zerocopy v0.7.35
3072026-08-12T23:21:29.007Z Downloaded smawk v0.3.2
3082026-08-12T23:21:29.007Z Downloaded cargo_metadata v0.23.1
3092026-08-12T23:21:29.007Z Downloaded digest v0.10.7
3102026-08-12T23:21:29.007Z Downloaded bytecount v0.6.9
3112026-08-12T23:21:29.007Z Downloaded plain v0.2.3
3122026-08-12T23:21:29.007Z Downloaded camino-tempfile v1.4.1
3132026-08-12T23:21:29.007Z Downloaded is_terminal_polyfill v1.70.2
3142026-08-12T23:21:29.007Z Downloaded macaddr v1.0.1
3152026-08-12T23:21:29.007Z Downloaded toml_datetime v0.6.11
3162026-08-12T23:21:29.007Z Downloaded thread-id v4.2.2
3172026-08-12T23:21:29.008Z Downloaded block-buffer v0.10.4
3182026-08-12T23:21:29.008Z Downloaded fastrand v2.3.0
3192026-08-12T23:21:29.008Z Downloaded tabled_derive v0.7.0
3202026-08-12T23:21:29.008Z Downloaded terminal_size v0.4.3
3212026-08-12T23:21:29.008Z Downloaded generic-array v0.14.7
3222026-08-12T23:21:29.008Z Downloaded errno v0.3.14
3232026-08-12T23:21:29.008Z Downloaded usdt-macro v0.5.0
3242026-08-12T23:21:29.008Z Downloaded anyhow v1.0.102
3252026-08-12T23:21:29.008Z Downloaded camino v1.2.2
3262026-08-12T23:21:29.008Z Downloaded thiserror-impl v1.0.69
3272026-08-12T23:21:29.080Z Downloaded dof v0.3.0
3282026-08-12T23:21:29.081Z Downloaded utf8parse v0.2.2
3292026-08-12T23:21:29.081Z Downloaded cpufeatures v0.2.17
3302026-08-12T23:21:29.081Z Downloaded version_check v0.9.5
3312026-08-12T23:21:29.081Z Downloaded dtrace-parser v0.2.0
3322026-08-12T23:21:29.081Z Downloaded strsim v0.11.1
3332026-08-12T23:21:29.081Z Downloaded toml_write v0.1.2
3342026-08-12T23:21:29.081Z Downloaded pretty-hex v0.4.1
3352026-08-12T23:21:29.082Z Downloaded heck v0.5.0
3362026-08-12T23:21:29.082Z Downloaded unicode-linebreak v0.1.5
3372026-08-12T23:21:29.082Z Downloaded usdt v0.5.0
3382026-08-12T23:21:29.082Z Downloaded clap_lex v1.0.0
3392026-08-12T23:21:29.082Z Downloaded byteorder v1.5.0
3402026-08-12T23:21:29.082Z Downloaded itoa v1.0.17
3412026-08-12T23:21:29.082Z Downloaded proc-macro-error v1.0.4
3422026-08-12T23:21:29.082Z Downloaded anstyle-parse v1.0.0
3432026-08-12T23:21:29.082Z Downloaded memmap v0.7.0
3442026-08-12T23:21:29.082Z Downloaded swrite v0.1.0
3452026-08-12T23:21:29.082Z Downloaded usdt-attr-macro v0.5.0
3462026-08-12T23:21:29.082Z Downloaded proc-macro-error-attr v1.0.4
3472026-08-12T23:21:29.083Z Downloaded serde_spanned v0.6.9
3482026-08-12T23:21:29.083Z Downloaded pest_derive v2.8.6
3492026-08-12T23:21:29.083Z Downloaded clap_derive v4.6.1
3502026-08-12T23:21:29.083Z Downloaded thiserror v2.0.18
3512026-08-12T23:21:29.083Z Downloaded anstyle-query v1.1.5
3522026-08-12T23:21:29.083Z Downloaded autocfg v1.5.0
3532026-08-12T23:21:29.083Z Downloaded serde_tokenstream v0.2.3
3542026-08-12T23:21:29.083Z Downloaded once_cell v1.21.3
3552026-08-12T23:21:29.083Z Downloaded scroll v0.12.0
3562026-08-12T23:21:29.083Z Downloaded thiserror-impl v2.0.18
3572026-08-12T23:21:29.083Z Downloaded usdt-impl v0.5.0
3582026-08-12T23:21:29.084Z Downloaded getrandom v0.4.1
3592026-08-12T23:21:29.084Z Downloaded pest_generator v2.8.6
3602026-08-12T23:21:29.084Z Downloaded ucd-trie v0.1.7
3612026-08-12T23:21:29.084Z Downloaded textwrap v0.16.2
3622026-08-12T23:21:29.084Z Downloaded thiserror v1.0.69
3632026-08-12T23:21:29.138Z Downloaded quote v1.0.45
3642026-08-12T23:21:29.138Z Downloaded tempfile v3.25.0
3652026-08-12T23:21:29.138Z Downloaded log v0.4.29
3662026-08-12T23:21:29.138Z Downloaded pest_meta v2.8.6
3672026-08-12T23:21:29.139Z Downloaded proc-macro2 v1.0.106
3682026-08-12T23:21:29.139Z Downloaded semver v1.0.28
3692026-08-12T23:21:29.139Z Downloaded sha2 v0.10.9
3702026-08-12T23:21:29.139Z Downloaded serde_derive v1.0.228
3712026-08-12T23:21:29.139Z Downloaded toml v0.8.23
3722026-08-12T23:21:29.139Z Downloaded serde_core v1.0.228
3732026-08-12T23:21:29.139Z Downloaded clap v4.6.1
3742026-08-12T23:21:29.139Z Downloaded toml_edit v0.22.27
3752026-08-12T23:21:29.139Z Downloaded unicode-ident v1.0.24
3762026-08-12T23:21:29.139Z Downloaded indexmap v2.14.0
3772026-08-12T23:21:29.139Z Downloaded papergrid v0.11.0
3782026-08-12T23:21:29.139Z Downloaded serde v1.0.228
3792026-08-12T23:21:29.259Z Downloaded pest v2.8.6
3802026-08-12T23:21:29.259Z Downloaded memchr v2.8.0
3812026-08-12T23:21:29.259Z Downloaded typenum v1.20.1
3822026-08-12T23:21:29.259Z Downloaded hashbrown v0.17.0
3832026-08-12T23:21:29.259Z Downloaded goblin v0.8.2
3842026-08-12T23:21:29.317Z Downloaded serde_json v1.0.151
3852026-08-12T23:21:29.317Z Downloaded clap_builder v4.6.0
3862026-08-12T23:21:29.317Z Downloaded winnow v0.7.14
3872026-08-12T23:21:29.317Z Downloaded tabled v0.15.0
3882026-08-12T23:21:29.318Z Downloaded unicode-width v0.2.0
3892026-08-12T23:21:29.319Z Downloaded syn v1.0.109
3902026-08-12T23:21:29.319Z Downloaded unicode-width v0.1.14
3912026-08-12T23:21:29.319Z Downloaded syn v2.0.117
3922026-08-12T23:21:29.319Z Downloaded rustix v1.1.3
3932026-08-12T23:21:29.319Z Downloaded libc v0.2.185
3942026-08-12T23:21:29.776Z Compiling proc-macro2 v1.0.106
3952026-08-12T23:21:29.776Z Compiling quote v1.0.45
3962026-08-12T23:21:29.777Z Compiling unicode-ident v1.0.24
3972026-08-12T23:21:29.777Z Compiling serde_core v1.0.228
3982026-08-12T23:21:29.777Z Compiling libc v0.2.185
3992026-08-12T23:21:29.777Z Compiling version_check v0.9.5
4002026-08-12T23:21:29.777Z Compiling memchr v2.8.0
4012026-08-12T23:21:29.777Z Compiling serde v1.0.228
4022026-08-12T23:21:29.838Z Compiling zmij v1.0.21
4032026-08-12T23:21:30.005Z Compiling itoa v1.0.17
4042026-08-12T23:21:30.058Z Compiling ucd-trie v0.1.7
4052026-08-12T23:21:30.119Z Compiling thiserror v1.0.69
4062026-08-12T23:21:30.208Z Compiling pest v2.8.6
4072026-08-12T23:21:30.303Z Compiling byteorder v1.5.0
4082026-08-12T23:21:30.508Z Compiling rustix v1.1.3
4092026-08-12T23:21:30.614Z Compiling errno v0.3.14
4102026-08-12T23:21:30.675Z Compiling serde_json v1.0.151
4112026-08-12T23:21:30.770Z Compiling bitflags v2.11.0
4122026-08-12T23:21:30.862Z Compiling syn v2.0.117
4132026-08-12T23:21:30.899Z Compiling thread-id v4.2.2
4142026-08-12T23:21:31.024Z Compiling usdt-impl v0.5.0
4152026-08-12T23:21:31.102Z Compiling proc-macro-error-attr v1.0.4
4162026-08-12T23:21:31.163Z Compiling syn v1.0.109
4172026-08-12T23:21:31.218Z Compiling camino v1.2.2
4182026-08-12T23:21:31.389Z Compiling pest_meta v2.8.6
4192026-08-12T23:21:31.457Z Compiling proc-macro-error v1.0.4
4202026-08-12T23:21:31.501Z Compiling equivalent v1.0.2
4212026-08-12T23:21:31.574Z Compiling hashbrown v0.17.0
4222026-08-12T23:21:31.598Z Compiling getrandom v0.4.1
4232026-08-12T23:21:31.639Z Compiling plain v0.2.3
4242026-08-12T23:21:31.761Z Compiling log v0.4.29
4252026-08-12T23:21:31.950Z Compiling utf8parse v0.2.2
4262026-08-12T23:21:31.989Z Compiling terminal_size v0.4.3
4272026-08-12T23:21:32.073Z Compiling indexmap v2.14.0
4282026-08-12T23:21:32.137Z Compiling anstyle-parse v1.0.0
4292026-08-12T23:21:32.686Z Compiling autocfg v1.5.0
4302026-08-12T23:21:32.725Z Compiling is_terminal_polyfill v1.70.2
4312026-08-12T23:21:32.747Z Compiling pretty-hex v0.4.1
4322026-08-12T23:21:32.831Z Compiling toml_write v0.1.2
4332026-08-12T23:21:32.885Z Compiling cfg-if v1.0.4
4342026-08-12T23:21:32.945Z Compiling winnow v0.7.14
4352026-08-12T23:21:32.963Z Compiling anstyle v1.0.14
4362026-08-12T23:21:32.986Z Compiling anstyle-query v1.1.5
4372026-08-12T23:21:33.032Z Compiling thiserror v2.0.18
4382026-08-12T23:21:33.098Z Compiling pest_generator v2.8.6
4392026-08-12T23:21:33.116Z Compiling colorchoice v1.0.4
4402026-08-12T23:21:33.133Z Compiling fs-err v3.3.0
4412026-08-12T23:21:33.234Z Compiling anstream v1.0.0
4422026-08-12T23:21:33.417Z Compiling heck v0.4.1
4432026-08-12T23:21:33.422Z Compiling once_cell v1.21.3
4442026-08-12T23:21:33.575Z Compiling strsim v0.11.1
4452026-08-12T23:21:33.614Z Compiling bytecount v0.6.9
4462026-08-12T23:21:33.646Z Compiling fastrand v2.3.0
4472026-08-12T23:21:33.754Z Compiling anyhow v1.0.102
4482026-08-12T23:21:33.783Z Compiling fnv v1.0.7
4492026-08-12T23:21:33.856Z Compiling unicode-width v0.1.14
4502026-08-12T23:21:33.891Z Compiling heck v0.5.0
4512026-08-12T23:21:33.910Z Compiling clap_lex v1.0.0
4522026-08-12T23:21:33.926Z Compiling tempfile v3.25.0
4532026-08-12T23:21:34.125Z Compiling papergrid v0.11.0
4542026-08-12T23:21:34.125Z Compiling clap_builder v4.6.0
4552026-08-12T23:21:34.258Z Compiling cargo-platform v0.3.2
4562026-08-12T23:21:34.279Z Compiling semver v1.0.28
4572026-08-12T23:21:34.295Z Compiling memmap v0.7.0
4582026-08-12T23:21:34.340Z Compiling tabled_derive v0.7.0
4592026-08-12T23:21:34.431Z Compiling smawk v0.3.2
4602026-08-12T23:21:34.481Z Compiling unicode-width v0.2.0
4612026-08-12T23:21:34.538Z Compiling unicode-linebreak v0.1.5
4622026-08-12T23:21:34.745Z Compiling serde_derive v1.0.228
4632026-08-12T23:21:34.763Z Compiling thiserror-impl v1.0.69
4642026-08-12T23:21:34.782Z Compiling zerocopy-derive v0.7.35
4652026-08-12T23:21:34.879Z Compiling pest_derive v2.8.6
4662026-08-12T23:21:34.934Z Compiling scroll_derive v0.12.1
4672026-08-12T23:21:35.280Z Compiling thiserror-impl v2.0.18
4682026-08-12T23:21:35.434Z Compiling clap_derive v4.6.1
4692026-08-12T23:21:35.608Z Compiling tabled v0.15.0
4702026-08-12T23:21:35.702Z Compiling scroll v0.12.0
4712026-08-12T23:21:35.786Z Compiling zerocopy v0.7.35
4722026-08-12T23:21:35.974Z Compiling goblin v0.8.2
4732026-08-12T23:21:36.234Z Compiling dtrace-parser v0.2.0
4742026-08-12T23:21:36.368Z Compiling textwrap v0.16.2
4752026-08-12T23:21:36.846Z Compiling camino-tempfile v1.4.1
4762026-08-12T23:21:36.969Z Compiling swrite v0.1.0
4772026-08-12T23:21:37.171Z Compiling clap v4.6.1
4782026-08-12T23:21:37.897Z Compiling dof v0.3.0
4792026-08-12T23:21:37.897Z Compiling toml_datetime v0.6.11
4802026-08-12T23:21:37.897Z Compiling serde_spanned v0.6.9
4812026-08-12T23:21:38.100Z Compiling serde_tokenstream v0.2.3
4822026-08-12T23:21:38.111Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-12T23:21:38.184Z Compiling cargo_metadata v0.23.1
4842026-08-12T23:21:38.184Z Compiling macaddr v1.0.1
4852026-08-12T23:21:38.184Z Compiling toml_edit v0.22.27
4862026-08-12T23:21:38.773Z Compiling usdt-attr-macro v0.5.0
4872026-08-12T23:21:38.983Z Compiling usdt-macro v0.5.0
4882026-08-12T23:21:39.336Z Compiling usdt v0.5.0
4892026-08-12T23:21:39.455Z Compiling toml v0.8.23
4902026-08-12T23:21:40.053Z Compiling cargo_toml v0.21.0
4912026-08-12T23:21:41.097Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-12T23:21:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.56s
4932026-08-12T23:21:43.315Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-12T23:21:43.879Z Downloading crates ...
4952026-08-12T23:21:43.926Z Downloaded adler2 v2.0.1
4962026-08-12T23:21:43.927Z Downloaded base16ct v0.2.0
4972026-08-12T23:21:43.927Z Downloaded bitfield-struct v0.6.2
4982026-08-12T23:21:43.927Z Downloaded base64 v0.21.7
4992026-08-12T23:21:43.927Z Downloaded aead v0.5.2
5002026-08-12T23:21:43.927Z Downloaded atomic-waker v1.1.2
5012026-08-12T23:21:43.927Z Downloaded async-stream-impl v0.3.6
5022026-08-12T23:21:43.970Z Downloaded arrayref v0.3.9
5032026-08-12T23:21:43.970Z Downloaded atomicwrites v0.4.4
5042026-08-12T23:21:43.970Z Downloaded base16ct v1.0.0
5052026-08-12T23:21:43.970Z Downloaded foreign-types-macros v0.2.3
5062026-08-12T23:21:43.970Z Downloaded fixedbitset v0.4.2
5072026-08-12T23:21:43.970Z Downloaded bcs v0.1.6
5082026-08-12T23:21:43.970Z Downloaded atty v0.2.14
5092026-08-12T23:21:43.970Z Downloaded fd-lock v4.0.4
5102026-08-12T23:21:43.970Z Downloaded bitfield-macros v0.19.4
5112026-08-12T23:21:43.970Z Downloaded ghash v0.6.0
5122026-08-12T23:21:43.970Z Downloaded hostname v0.3.1
5132026-08-12T23:21:43.971Z Downloaded cmov v0.5.4
5142026-08-12T23:21:43.971Z Downloaded cassowary v0.3.0
5152026-08-12T23:21:43.971Z Downloaded cipher v0.5.2
5162026-08-12T23:21:43.971Z Downloaded http-body v1.0.1
5172026-08-12T23:21:43.971Z Downloaded convert_case v0.4.0
5182026-08-12T23:21:43.971Z Downloaded fxhash v0.2.1
5192026-08-12T23:21:43.971Z Downloaded hash32 v0.3.1
5202026-08-12T23:21:43.971Z Downloaded argon2 v0.5.3
5212026-08-12T23:21:43.971Z Downloaded async-recursion v1.1.1
5222026-08-12T23:21:43.971Z Downloaded bb8 v0.8.6
5232026-08-12T23:21:43.971Z Downloaded bcrypt-pbkdf v0.11.0
5242026-08-12T23:21:43.972Z Downloaded flume v0.11.1
5252026-08-12T23:21:43.972Z Downloaded gethostname v0.5.0
5262026-08-12T23:21:43.972Z Downloaded futures-macro v0.3.32
5272026-08-12T23:21:43.972Z Downloaded futures-task v0.3.32
5282026-08-12T23:21:43.972Z Downloaded fallible-iterator v0.2.0
5292026-08-12T23:21:43.972Z Downloaded base64ct v1.8.3
5302026-08-12T23:21:43.972Z Downloaded hmac v0.13.0
5312026-08-12T23:21:43.972Z Downloaded iana-time-zone v0.1.65
5322026-08-12T23:21:43.972Z Downloaded blake2 v0.10.6
5332026-08-12T23:21:43.972Z Downloaded console v0.15.11
5342026-08-12T23:21:43.972Z Downloaded ahash v0.8.12
5352026-08-12T23:21:43.972Z Downloaded foreign-types-shared v0.3.1
5362026-08-12T23:21:43.972Z Downloaded futures v0.3.32
5372026-08-12T23:21:43.973Z Downloaded colored v2.2.0
5382026-08-12T23:21:43.973Z Downloaded getrandom v0.3.4
5392026-08-12T23:21:44.054Z Downloaded futures-io v0.3.32
5402026-08-12T23:21:44.054Z Downloaded filetime v0.2.27
5412026-08-12T23:21:44.054Z Downloaded ciborium-ll v0.2.2
5422026-08-12T23:21:44.054Z Downloaded flagset v0.4.7
5432026-08-12T23:21:44.054Z Downloaded foreign-types v0.3.2
5442026-08-12T23:21:44.055Z Downloaded foreign-types-shared v0.1.1
5452026-08-12T23:21:44.055Z Downloaded group v0.13.0
5462026-08-12T23:21:44.055Z Downloaded futures-core v0.3.32
5472026-08-12T23:21:44.055Z Downloaded fs_extra v1.3.0
5482026-08-12T23:21:44.055Z Downloaded globset v0.4.18
5492026-08-12T23:21:44.055Z Downloaded hex v0.4.3
5502026-08-12T23:21:44.055Z Downloaded bit-set v0.8.0
5512026-08-12T23:21:44.055Z Downloaded ciborium-io v0.2.2
5522026-08-12T23:21:44.055Z Downloaded find-msvc-tools v0.1.9
5532026-08-12T23:21:44.055Z Downloaded group v0.14.0
5542026-08-12T23:21:44.055Z Downloaded getrandom v0.2.17
5552026-08-12T23:21:44.055Z Downloaded glob v0.3.3
5562026-08-12T23:21:44.055Z Downloaded httpdate v1.0.3
5572026-08-12T23:21:44.055Z Downloaded float-ord v0.3.2
5582026-08-12T23:21:44.055Z Downloaded bitfield v0.19.4
5592026-08-12T23:21:44.055Z Downloaded constant_time_eq v0.4.2
5602026-08-12T23:21:44.055Z Downloaded hyper-tls v0.6.0
5612026-08-12T23:21:44.055Z Downloaded futures-sink v0.3.32
5622026-08-12T23:21:44.055Z Downloaded hostname v0.4.2
5632026-08-12T23:21:44.055Z Downloaded form_urlencoded v1.2.2
5642026-08-12T23:21:44.055Z Downloaded hash32 v0.2.1
5652026-08-12T23:21:44.055Z Downloaded argon2 v0.6.0-rc.8
5662026-08-12T23:21:44.056Z Downloaded hubpack_derive v0.1.1
5672026-08-12T23:21:44.056Z Downloaded async-stream v0.3.6
5682026-08-12T23:21:44.123Z Downloaded ff v0.14.0
5692026-08-12T23:21:44.123Z Downloaded futures-channel v0.3.32
5702026-08-12T23:21:44.123Z Downloaded home v0.5.12
5712026-08-12T23:21:44.123Z Downloaded assert_matches v1.5.0
5722026-08-12T23:21:44.123Z Downloaded globwalk v0.9.1
5732026-08-12T23:21:44.123Z Downloaded bit-set v0.5.3
5742026-08-12T23:21:44.123Z Downloaded git-stub v1.0.0
5752026-08-12T23:21:44.123Z Downloaded funty v2.0.0
5762026-08-12T23:21:44.123Z Downloaded cobs v0.3.0
5772026-08-12T23:21:44.124Z Downloaded env_filter v1.0.0
5782026-08-12T23:21:44.124Z Downloaded float-cmp v0.10.0
5792026-08-12T23:21:44.124Z Downloaded http-range v0.1.5
5802026-08-12T23:21:44.124Z Downloaded path-slash v0.1.5
5812026-08-12T23:21:44.124Z Downloaded compression-core v0.4.31
5822026-08-12T23:21:44.124Z Downloaded block-padding v0.4.2
5832026-08-12T23:21:44.124Z Downloaded num_enum_derive v0.5.11
5842026-08-12T23:21:44.124Z Downloaded block-buffer v0.12.1
5852026-08-12T23:21:44.124Z Downloaded headers-core v0.3.0
5862026-08-12T23:21:44.124Z Downloaded hex-literal v1.1.0
5872026-08-12T23:21:44.124Z Downloaded hubpack v0.1.2
5882026-08-12T23:21:44.124Z Downloaded castaway v0.2.4
5892026-08-12T23:21:44.124Z Downloaded num-conv v0.2.0
5902026-08-12T23:21:44.125Z Downloaded openssl-probe v0.2.1
5912026-08-12T23:21:44.125Z Downloaded powerfmt v0.2.0
5922026-08-12T23:21:44.125Z Downloaded cfg_aliases v0.2.1
5932026-08-12T23:21:44.125Z Downloaded rand_xorshift v0.4.0
5942026-08-12T23:21:44.125Z Downloaded parse-size v1.1.0
5952026-08-12T23:21:44.125Z Downloaded array-init v0.0.4
5962026-08-12T23:21:44.125Z Downloaded cexpr v0.6.0
5972026-08-12T23:21:44.125Z Downloaded colored v3.1.1
5982026-08-12T23:21:44.125Z Downloaded fixedbitset v0.5.7
5992026-08-12T23:21:44.125Z Downloaded ff v0.13.1
6002026-08-12T23:21:44.125Z Downloaded foreign-types v0.5.0
6012026-08-12T23:21:44.125Z Downloaded fs-err v2.11.0
6022026-08-12T23:21:44.125Z Downloaded humantime v2.3.0
6032026-08-12T23:21:44.125Z Downloaded buf-list v1.1.2
6042026-08-12T23:21:44.125Z Downloaded chacha20 v0.9.1
6052026-08-12T23:21:44.125Z Downloaded cipher v0.4.4
6062026-08-12T23:21:44.125Z Downloaded cmake v0.1.57
6072026-08-12T23:21:44.125Z Downloaded aead v0.6.1
6082026-08-12T23:21:44.126Z Downloaded bitflags v1.3.2
6092026-08-12T23:21:44.127Z Downloaded blowfish v0.10.0
6102026-08-12T23:21:44.127Z Downloaded russh-cryptovec v0.62.0
6112026-08-12T23:21:44.128Z Downloaded async-bb8-diesel v0.2.1
6122026-08-12T23:21:44.128Z Downloaded ciborium v0.2.2
6132026-08-12T23:21:44.128Z Downloaded anstyle-parse v0.2.7
6142026-08-12T23:21:44.128Z Downloaded rfc6979 v0.4.0
6152026-08-12T23:21:44.128Z Downloaded same-file v1.0.6
6162026-08-12T23:21:44.128Z Downloaded bzip2 v0.4.4
6172026-08-12T23:21:44.128Z Downloaded cbc v0.2.1
6182026-08-12T23:21:44.128Z Downloaded phf_shared v0.13.1
6192026-08-12T23:21:44.128Z Downloaded semver v0.1.20
6202026-08-12T23:21:44.128Z Downloaded sigpipe v0.1.3
6212026-08-12T23:21:44.128Z Downloaded proc-macro-crate v1.3.1
6222026-08-12T23:21:44.128Z Downloaded proc-macro-crate v3.4.0
6232026-08-12T23:21:44.128Z Downloaded proc-macro-error-attr2 v2.0.0
6242026-08-12T23:21:44.128Z Downloaded const_format v0.2.35
6252026-08-12T23:21:44.196Z Downloaded cfg_aliases v0.1.1
6262026-08-12T23:21:44.196Z Downloaded arrayvec v0.7.6
6272026-08-12T23:21:44.196Z Downloaded ascii-canvas v3.0.0
6282026-08-12T23:21:44.196Z Downloaded serde_bytes v0.11.19
6292026-08-12T23:21:44.197Z Downloaded slog-bunyan v2.5.0
6302026-08-12T23:21:44.197Z Downloaded backoff v0.4.0
6312026-08-12T23:21:44.197Z Downloaded bit-vec v0.8.0
6322026-08-12T23:21:44.197Z Downloaded compression-codecs v0.4.37
6332026-08-12T23:21:44.197Z Downloaded ref-cast v1.0.25
6342026-08-12T23:21:44.197Z Downloaded foldhash v0.1.5
6352026-08-12T23:21:44.197Z Downloaded camino-tempfile-ext v0.3.3
6362026-08-12T23:21:44.197Z Downloaded bit-vec v0.6.3
6372026-08-12T23:21:44.197Z Downloaded foldhash v0.2.0
6382026-08-12T23:21:44.197Z Downloaded futures-executor v0.3.32
6392026-08-12T23:21:44.197Z Downloaded highway v1.3.0
6402026-08-12T23:21:44.197Z Downloaded const_format_proc_macros v0.2.34
6412026-08-12T23:21:44.197Z Downloaded byte-wrapper v0.1.0
6422026-08-12T23:21:44.197Z Downloaded http-body-util v0.1.3
6432026-08-12T23:21:44.197Z Downloaded ppv-lite86 v0.2.21
6442026-08-12T23:21:44.198Z Downloaded num-rational v0.4.2
6452026-08-12T23:21:44.198Z Downloaded num_enum_derive v0.7.6
6462026-08-12T23:21:44.198Z Downloaded strum v0.26.3
6472026-08-12T23:21:44.198Z Downloaded anstream v0.6.21
6482026-08-12T23:21:44.198Z Downloaded phf v0.12.1
6492026-08-12T23:21:44.198Z Downloaded half v1.8.3
6502026-08-12T23:21:44.198Z Downloaded pem v3.0.6
6512026-08-12T23:21:44.198Z Downloaded bs58 v0.5.1
6522026-08-12T23:21:44.198Z Downloaded bzip2 v0.6.1
6532026-08-12T23:21:44.198Z Downloaded parking_lot_core v0.8.6
6542026-08-12T23:21:44.198Z Downloaded supports-color v3.0.2
6552026-08-12T23:21:44.198Z Downloaded thiserror-impl-no-std v2.0.2
6562026-08-12T23:21:44.198Z Downloaded hyper-rustls v0.27.7
6572026-08-12T23:21:44.198Z Downloaded git-stub-vcs v0.1.0
6582026-08-12T23:21:44.198Z Downloaded fatfs v0.3.6
6592026-08-12T23:21:44.198Z Downloaded futures-util v0.3.32
6602026-08-12T23:21:44.199Z Downloaded tokio-test v0.4.5
6612026-08-12T23:21:44.199Z Downloaded async-trait v0.1.89
6622026-08-12T23:21:44.199Z Downloaded tabwriter v1.4.1
6632026-08-12T23:21:44.199Z Downloaded tokio-macros v2.7.0
6642026-08-12T23:21:44.199Z Downloaded tower-layer v0.3.3
6652026-08-12T23:21:44.199Z Downloaded const-oid v0.9.6
6662026-08-12T23:21:44.199Z Downloaded rand_core v0.9.5
6672026-08-12T23:21:44.199Z Downloaded resolv-conf v0.7.6
6682026-08-12T23:21:44.199Z Downloaded rustls-native-certs v0.8.3
6692026-08-12T23:21:44.199Z Downloaded unarray v0.1.4
6702026-08-12T23:21:44.199Z Downloaded usdt v0.6.0
6712026-08-12T23:21:44.199Z Downloaded serde_derive_internals v0.29.1
6722026-08-12T23:21:44.199Z Downloaded simd-adler32 v0.3.8
6732026-08-12T23:21:44.199Z Downloaded static_assertions v1.1.0
6742026-08-12T23:21:44.209Z Downloaded unicode-truncate v1.1.0
6752026-08-12T23:21:44.209Z Downloaded universal-hash v0.6.1
6762026-08-12T23:21:44.209Z Downloaded serde_with_macros v1.5.2
6772026-08-12T23:21:44.209Z Downloaded usdt-attr-macro v0.6.0
6782026-08-12T23:21:44.209Z Downloaded xattr v1.6.1
6792026-08-12T23:21:44.209Z Downloaded cpufeatures v0.3.0
6802026-08-12T23:21:44.209Z Downloaded sqlformat v0.3.5
6812026-08-12T23:21:44.209Z Downloaded strum_macros v0.27.2
6822026-08-12T23:21:44.209Z Downloaded crc v3.4.0
6832026-08-12T23:21:44.210Z Downloaded blake2 v0.11.0-rc.6
6842026-08-12T23:21:44.210Z Downloaded clang-sys v1.8.1
6852026-08-12T23:21:44.210Z Downloaded console v0.16.2
6862026-08-12T23:21:44.211Z Downloaded hmac v0.12.1
6872026-08-12T23:21:44.211Z Downloaded hyper-staticfile v0.10.1
6882026-08-12T23:21:44.211Z Downloaded cancel-safe-futures v0.1.5
6892026-08-12T23:21:44.291Z Downloaded hybrid-array v0.4.13
6902026-08-12T23:21:44.292Z Downloaded chacha20 v0.10.0
6912026-08-12T23:21:44.292Z Downloaded cpubits v0.1.1
6922026-08-12T23:21:44.292Z Downloaded document-features v0.2.12
6932026-08-12T23:21:44.292Z Downloaded allocator-api2 v0.2.21
6942026-08-12T23:21:44.292Z Downloaded owo-colors v4.3.0
6952026-08-12T23:21:44.292Z Downloaded pkcs1 v0.7.5
6962026-08-12T23:21:44.292Z Downloaded poly1305 v0.9.0
6972026-08-12T23:21:44.292Z Downloaded crypto-common v0.2.2
6982026-08-12T23:21:44.292Z Downloaded darling_macro v0.13.4
6992026-08-12T23:21:44.292Z Downloaded display-error-chain v0.2.2
7002026-08-12T23:21:44.293Z Downloaded dunce v1.0.5
7012026-08-12T23:21:44.293Z Downloaded defmt v0.3.100
7022026-08-12T23:21:44.293Z Downloaded idna_adapter v1.2.1
7032026-08-12T23:21:44.293Z Downloaded indent_write v2.2.0
7042026-08-12T23:21:44.293Z Downloaded pkcs8 v0.11.0
7052026-08-12T23:21:44.293Z Downloaded termios v0.3.3
7062026-08-12T23:21:44.293Z Downloaded thread_local v1.1.9
7072026-08-12T23:21:44.293Z Downloaded aho-corasick v1.1.4
7082026-08-12T23:21:44.293Z Downloaded instant v0.1.13
7092026-08-12T23:21:44.293Z Downloaded tinystr v0.8.2
7102026-08-12T23:21:44.294Z Downloaded tls_codec_derive v0.4.2
7112026-08-12T23:21:44.294Z Downloaded tokio-tungstenite v0.21.0
7122026-08-12T23:21:44.294Z Downloaded is_ci v1.2.0
7132026-08-12T23:21:44.294Z Downloaded backon v1.6.0
7142026-08-12T23:21:44.294Z Downloaded serde_cbor v0.11.2
7152026-08-12T23:21:44.294Z Downloaded slog-scope v4.4.1
7162026-08-12T23:21:44.294Z Downloaded vergen-lib v9.1.0
7172026-08-12T23:21:44.294Z Downloaded zerofrom v0.1.6
7182026-08-12T23:21:44.294Z Downloaded whoami v1.6.1
7192026-08-12T23:21:44.294Z Downloaded linked-hash-map v0.5.6
7202026-08-12T23:21:44.294Z Downloaded wait-timeout v0.2.1
7212026-08-12T23:21:44.294Z Downloaded lru-cache v0.1.2
7222026-08-12T23:21:44.294Z Downloaded xshell v0.2.7
7232026-08-12T23:21:44.294Z Downloaded num_threads v0.1.7
7242026-08-12T23:21:44.294Z Downloaded openssl-macros v0.1.1
7252026-08-12T23:21:44.294Z Downloaded maplit v1.0.2
7262026-08-12T23:21:44.295Z Downloaded md5 v0.8.0
7272026-08-12T23:21:44.295Z Downloaded zerovec-derive v0.11.2
7282026-08-12T23:21:44.296Z Downloaded newline-converter v0.3.0
7292026-08-12T23:21:44.296Z Downloaded nodrop v0.1.14
7302026-08-12T23:21:44.296Z Downloaded packed_struct_codegen v0.10.1
7312026-08-12T23:21:44.296Z Downloaded daft v0.1.7
7322026-08-12T23:21:44.296Z Downloaded nonempty v0.12.0
7332026-08-12T23:21:44.296Z Downloaded normalize-line-endings v0.3.0
7342026-08-12T23:21:44.296Z Downloaded papergrid v0.18.0
7352026-08-12T23:21:44.296Z Downloaded half v2.7.1
7362026-08-12T23:21:44.296Z Downloaded generic-array v1.4.3
7372026-08-12T23:21:44.296Z Downloaded smallvec v1.15.1
7382026-08-12T23:21:44.296Z Downloaded httparse v1.10.1
7392026-08-12T23:21:44.296Z Downloaded const-oid v0.10.2
7402026-08-12T23:21:44.296Z Downloaded icu_properties v2.1.2
7412026-08-12T23:21:44.296Z Downloaded peg-runtime v0.8.5
7422026-08-12T23:21:44.331Z Downloaded oxide-tokio-rt v0.1.4
7432026-08-12T23:21:44.331Z Downloaded derive-ex v0.1.8
7442026-08-12T23:21:44.331Z Downloaded deranged v0.5.8
7452026-08-12T23:21:44.331Z Downloaded displaydoc v0.2.5
7462026-08-12T23:21:44.331Z Downloaded bytes v1.11.1
7472026-08-12T23:21:44.331Z Downloaded defmt v1.0.1
7482026-08-12T23:21:44.332Z Downloaded openssl-probe v0.1.6
7492026-08-12T23:21:44.332Z Downloaded digest v0.11.3
7502026-08-12T23:21:44.332Z Downloaded either v1.15.0
7512026-08-12T23:21:44.332Z Downloaded impl-trait-for-tuples v0.2.3
7522026-08-12T23:21:44.332Z Downloaded ingot v0.2.1
7532026-08-12T23:21:44.332Z Downloaded enum_dispatch v0.3.13
7542026-08-12T23:21:44.332Z Downloaded env_logger v0.11.9
7552026-08-12T23:21:44.332Z Downloaded progenitor-macro v0.14.0
7562026-08-12T23:21:44.332Z Downloaded predicates-tree v1.0.13
7572026-08-12T23:21:44.332Z Downloaded ipnetwork v0.21.1
7582026-08-12T23:21:44.332Z Downloaded bumpalo v3.20.2
7592026-08-12T23:21:44.332Z Downloaded progenitor-macro v0.13.0
7602026-08-12T23:21:44.333Z Downloaded scopeguard v1.2.0
7612026-08-12T23:21:44.333Z Downloaded vergen v9.1.0
7622026-08-12T23:21:44.333Z Downloaded base64 v0.22.1
7632026-08-12T23:21:44.333Z Downloaded progenitor-impl v0.13.0
7642026-08-12T23:21:44.333Z Downloaded salsa20 v0.11.0
7652026-08-12T23:21:44.333Z Downloaded serde_with_macros v3.21.0
7662026-08-12T23:21:44.333Z Downloaded serde_yaml v0.9.34+deprecated
7672026-08-12T23:21:44.333Z Downloaded ryu v1.0.23
7682026-08-12T23:21:44.333Z Downloaded libloading v0.8.9
7692026-08-12T23:21:44.333Z Downloaded nu-ansi-term v0.50.3
7702026-08-12T23:21:44.333Z Downloaded serde_spanned v1.1.1
7712026-08-12T23:21:44.362Z Downloaded slog-envlogger v2.2.0
7722026-08-12T23:21:44.362Z Downloaded secrecy v0.10.3
7732026-08-12T23:21:44.362Z Downloaded signature v3.0.0
7742026-08-12T23:21:44.362Z Downloaded socket2 v0.6.3
7752026-08-12T23:21:44.363Z Downloaded heapless v0.8.0
7762026-08-12T23:21:44.363Z Downloaded icu_normalizer v2.1.1
7772026-08-12T23:21:44.363Z Downloaded newtype-uuid v1.3.2
7782026-08-12T23:21:44.363Z Downloaded phf v0.13.1
7792026-08-12T23:21:44.363Z Downloaded heapless v0.7.17
7802026-08-12T23:21:44.363Z Downloaded icu_normalizer_data v2.1.1
7812026-08-12T23:21:44.363Z Downloaded icu_locale_core v2.1.1
7822026-08-12T23:21:44.363Z Downloaded chacha20poly1305 v0.10.1
7832026-08-12T23:21:44.363Z Downloaded compact_str v0.8.1
7842026-08-12T23:21:44.363Z Downloaded p384 v0.14.0
7852026-08-12T23:21:44.363Z Downloaded port-file v0.1.0
7862026-08-12T23:21:44.364Z Downloaded strsim v0.10.0
7872026-08-12T23:21:44.364Z Downloaded pin-project-lite v0.2.17
7882026-08-12T23:21:44.364Z Downloaded progenitor-impl v0.14.0
7892026-08-12T23:21:44.364Z Downloaded structmeta v0.3.0
7902026-08-12T23:21:44.364Z Downloaded take_mut v0.2.2
7912026-08-12T23:21:44.364Z Downloaded darling v0.23.0
7922026-08-12T23:21:44.364Z Downloaded darling v0.21.3
7932026-08-12T23:21:44.373Z Downloaded headers v0.4.1
7942026-08-12T23:21:44.374Z Downloaded untrusted v0.7.1
7952026-08-12T23:21:44.374Z Downloaded unit-prefix v0.5.2
7962026-08-12T23:21:44.374Z Downloaded void v1.0.2
7972026-08-12T23:21:44.375Z Downloaded structmeta-derive v0.3.0
7982026-08-12T23:21:44.375Z Downloaded arc-swap v1.8.2
7992026-08-12T23:21:44.376Z Downloaded ed25519 v2.2.3
8002026-08-12T23:21:44.376Z Downloaded prettyplease v0.2.37
8012026-08-12T23:21:44.376Z Downloaded rand_chacha v0.9.0
8022026-08-12T23:21:44.376Z Downloaded tracing-attributes v0.1.31
8032026-08-12T23:21:44.376Z Downloaded tungstenite v0.21.0
8042026-08-12T23:21:44.376Z Downloaded typify v0.6.2
8052026-08-12T23:21:44.376Z Downloaded rand_core v0.6.4
8062026-08-12T23:21:44.376Z Downloaded progenitor v0.14.0
8072026-08-12T23:21:44.376Z Downloaded rpassword v7.5.4
8082026-08-12T23:21:44.376Z Downloaded xshell-macros v0.2.7
8092026-08-12T23:21:44.376Z Downloaded rustls-pemfile v2.2.0
8102026-08-12T23:21:44.398Z Downloaded rusty-fork v0.3.1
8112026-08-12T23:21:44.399Z Downloaded topological-sort v0.2.2
8122026-08-12T23:21:44.399Z Downloaded zone_cfg_derive v0.3.1
8132026-08-12T23:21:44.399Z Downloaded untrusted v0.9.0
8142026-08-12T23:21:44.399Z Downloaded curve25519-dalek-derive v0.1.1
8152026-08-12T23:21:44.399Z Downloaded aes v0.9.1
8162026-08-12T23:21:44.399Z Downloaded crc-any v2.5.0
8172026-08-12T23:21:44.399Z Downloaded memmap2 v0.9.10
8182026-08-12T23:21:44.399Z Downloaded serde_path_to_error v0.1.20
8192026-08-12T23:21:44.400Z Downloaded sha1 v0.11.0
8202026-08-12T23:21:44.400Z Downloaded slog-json v2.6.1
8212026-08-12T23:21:44.400Z Downloaded spki v0.8.0
8222026-08-12T23:21:44.400Z Downloaded ssh-encoding v0.3.0
8232026-08-12T23:21:44.400Z Downloaded debug-ignore v1.0.5
8242026-08-12T23:21:44.400Z Downloaded shlex v1.3.0
8252026-08-12T23:21:44.400Z Downloaded snafu-derive v0.8.9
8262026-08-12T23:21:44.411Z Downloaded darling_macro v0.20.11
8272026-08-12T23:21:44.411Z Downloaded snafu v0.8.9
8282026-08-12T23:21:44.411Z Downloaded tiny-keccak v2.0.2
8292026-08-12T23:21:44.411Z Downloaded postcard v1.1.3
8302026-08-12T23:21:44.411Z Downloaded string_cache v0.8.9
8312026-08-12T23:21:44.411Z Downloaded parking_lot_core v0.9.12
8322026-08-12T23:21:44.411Z Downloaded dirs-next v2.0.0
8332026-08-12T23:21:44.411Z Downloaded downcast-rs v2.0.2
8342026-08-12T23:21:44.411Z Downloaded instability v0.3.11
8352026-08-12T23:21:44.426Z Downloaded thiserror-no-std v2.0.2
8362026-08-12T23:21:44.426Z Downloaded icu_collections v2.1.1
8372026-08-12T23:21:44.426Z Downloaded quinn-udp v0.5.14
8382026-08-12T23:21:44.433Z Downloaded tui-tree-widget v0.23.1
8392026-08-12T23:21:44.433Z Downloaded pkcs1 v0.8.0-rc.4
8402026-08-12T23:21:44.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
8412026-08-12T23:21:44.434Z Downloaded ml-kem v0.3.2
8422026-08-12T23:21:44.434Z Downloaded toml_writer v1.1.1+spec-1.1.0
8432026-08-12T23:21:44.434Z Downloaded num-derive v0.4.2
8442026-08-12T23:21:44.451Z Downloaded ar_archive_writer v0.5.1
8452026-08-12T23:21:44.451Z Downloaded lru v0.12.5
8462026-08-12T23:21:44.451Z Downloaded phf_shared v0.11.3
8472026-08-12T23:21:44.451Z Downloaded libbz2-rs-sys v0.2.2
8482026-08-12T23:21:44.452Z Downloaded sha2 v0.11.0
8492026-08-12T23:21:44.452Z Downloaded quinn v0.11.11
8502026-08-12T23:21:44.461Z Downloaded rustls-webpki v0.103.13
8512026-08-12T23:21:44.461Z Downloaded samael v0.0.19
8522026-08-12T23:21:44.461Z Downloaded zip v0.6.6
8532026-08-12T23:21:44.461Z Downloaded ecdsa v0.16.9
8542026-08-12T23:21:44.461Z Downloaded ed25519 v3.0.0
8552026-08-12T23:21:44.461Z Downloaded omicron-zone-package v0.12.3
8562026-08-12T23:21:44.471Z Downloaded crc-catalog v2.4.0
8572026-08-12T23:21:44.471Z Downloaded module-lattice v0.2.3
8582026-08-12T23:21:44.471Z Downloaded ctr v0.10.1
8592026-08-12T23:21:44.471Z Downloaded radium v0.7.0
8602026-08-12T23:21:44.471Z Downloaded recursive-proc-macro-impl v0.1.1
8612026-08-12T23:21:44.471Z Downloaded async-compression v0.4.41
8622026-08-12T23:21:44.471Z Downloaded cc v1.2.56
8632026-08-12T23:21:44.471Z Downloaded zerotrie v0.2.3
8642026-08-12T23:21:44.483Z Downloaded flate2 v1.1.9
8652026-08-12T23:21:44.484Z Downloaded hickory-resolver v0.24.4
8662026-08-12T23:21:44.484Z Downloaded hickory-resolver v0.25.2
8672026-08-12T23:21:44.484Z Downloaded term v1.2.1
8682026-08-12T23:21:44.484Z Downloaded time-macros v0.2.27
8692026-08-12T23:21:44.488Z Downloaded hashbrown v0.13.2
8702026-08-12T23:21:44.488Z Downloaded hyper-util v0.1.20
8712026-08-12T23:21:44.488Z Downloaded hashbrown v0.12.3
8722026-08-12T23:21:44.488Z Downloaded rustc_version v0.1.7
8732026-08-12T23:21:44.489Z Downloaded potential_utf v0.1.4
8742026-08-12T23:21:44.489Z Downloaded hickory-server v0.25.2
8752026-08-12T23:21:44.495Z Downloaded paste v1.0.15
8762026-08-12T23:21:44.495Z Downloaded rustc-hash v2.1.1
8772026-08-12T23:21:44.495Z Downloaded walkdir v2.5.0
8782026-08-12T23:21:44.495Z Downloaded serde_urlencoded v0.7.1
8792026-08-12T23:21:44.495Z Downloaded stable_deref_trait v1.2.1
8802026-08-12T23:21:44.495Z Downloaded yasna v0.5.2
8812026-08-12T23:21:44.502Z Downloaded ron v0.8.1
8822026-08-12T23:21:44.502Z Downloaded multer v3.1.0
8832026-08-12T23:21:44.502Z Downloaded native-tls v0.2.18
8842026-08-12T23:21:44.512Z Downloaded prefix-trie v0.7.0
8852026-08-12T23:21:44.512Z Downloaded rcgen v0.12.1
8862026-08-12T23:21:44.512Z Downloaded sync_wrapper v1.0.2
8872026-08-12T23:21:44.516Z Downloaded tower-service v0.3.3
8882026-08-12T23:21:44.516Z Downloaded waitgroup v0.1.2
8892026-08-12T23:21:44.517Z Downloaded libsw-core v0.3.2
8902026-08-12T23:21:44.517Z Downloaded lock_api v0.4.14
8912026-08-12T23:21:44.517Z Downloaded pbkdf2 v0.13.0
8922026-08-12T23:21:44.517Z Downloaded peg v0.8.5
8932026-08-12T23:21:44.526Z Downloaded try-lock v0.2.5
8942026-08-12T23:21:44.548Z Downloaded schemars v0.8.22
8952026-08-12T23:21:44.548Z Downloaded similar v2.7.0
8962026-08-12T23:21:44.624Z Downloaded derive_builder v0.20.2
8972026-08-12T23:21:44.624Z Downloaded ecdsa v0.17.0
8982026-08-12T23:21:44.624Z Downloaded num-complex v0.4.6
8992026-08-12T23:21:44.624Z Downloaded pkcs8 v0.10.2
9002026-08-12T23:21:44.624Z Downloaded steno v0.4.1
9012026-08-12T23:21:44.624Z Downloaded progenitor-extras v0.2.0
9022026-08-12T23:21:44.625Z Downloaded wnaf v0.14.0
9032026-08-12T23:21:44.625Z Downloaded http v1.4.2
9042026-08-12T23:21:44.625Z Downloaded zerofrom-derive v0.1.6
9052026-08-12T23:21:44.625Z Downloaded primeorder v0.14.0
9062026-08-12T23:21:44.625Z Downloaded crypto-bigint v0.5.5
9072026-08-12T23:21:44.627Z Downloaded p256 v0.14.0
9082026-08-12T23:21:44.627Z Downloaded diesel_table_macro_syntax v0.3.0
9092026-08-12T23:21:44.627Z Downloaded rand v0.10.1
9102026-08-12T23:21:44.694Z Downloaded ingot-macros v0.2.0
9112026-08-12T23:21:44.694Z Downloaded slog-dtrace v0.3.0
9122026-08-12T23:21:44.694Z Downloaded dirs-sys-next v0.1.2
9132026-08-12T23:21:44.694Z Downloaded embedded-io v0.4.0
9142026-08-12T23:21:44.695Z Downloaded crucible-workspace-hack v0.1.0
9152026-08-12T23:21:44.695Z Downloaded enum-as-inner v0.6.1
9162026-08-12T23:21:44.695Z Downloaded toml v0.7.8
9172026-08-12T23:21:44.695Z Downloaded dropshot-api-manager-types v0.7.2
9182026-08-12T23:21:44.695Z Downloaded dyn-clone v1.0.20
9192026-08-12T23:21:44.695Z Downloaded sec1 v0.7.3
9202026-08-12T23:21:44.696Z Downloaded zopfli v0.8.3
9212026-08-12T23:21:44.696Z Downloaded sec1 v0.8.1
9222026-08-12T23:21:44.696Z Downloaded inout v0.1.4
9232026-08-12T23:21:44.696Z Downloaded jiff-static v0.2.34
9242026-08-12T23:21:44.696Z Downloaded lalrpop-util v0.19.12
9252026-08-12T23:21:44.696Z Downloaded managed v0.8.0
9262026-08-12T23:21:44.697Z Downloaded scrypt v0.12.0
9272026-08-12T23:21:44.697Z Downloaded serdect v0.4.3
9282026-08-12T23:21:44.697Z Downloaded litrs v1.0.0
9292026-08-12T23:21:44.697Z Downloaded toml_edit v0.19.15
9302026-08-12T23:21:44.697Z Downloaded unicode-segmentation v1.12.0
9312026-08-12T23:21:44.697Z Downloaded kem v0.3.0
9322026-08-12T23:21:44.697Z Downloaded kstat-rs v0.2.5
9332026-08-12T23:21:44.698Z Downloaded darling_core v0.13.4
9342026-08-12T23:21:44.698Z Downloaded crossbeam-deque v0.8.6
9352026-08-12T23:21:44.698Z Downloaded nibble_vec v0.1.0
9362026-08-12T23:21:44.698Z Downloaded num-iter v0.1.45
9372026-08-12T23:21:44.698Z Downloaded tokio-dtrace v0.1.1
9382026-08-12T23:21:44.698Z Downloaded lzss v0.8.2
9392026-08-12T23:21:44.698Z Downloaded corncobs v0.1.4
9402026-08-12T23:21:44.698Z Downloaded scuffle v0.1.0
9412026-08-12T23:21:44.698Z Downloaded derive_more v0.99.20
9422026-08-12T23:21:44.698Z Downloaded parking_lot v0.12.5
9432026-08-12T23:21:44.699Z Downloaded daft-derive v0.1.7
9442026-08-12T23:21:44.699Z Downloaded csv-core v0.1.13
9452026-08-12T23:21:44.699Z Downloaded data-encoding v2.10.0
9462026-08-12T23:21:44.699Z Downloaded x509-cert v0.2.5
9472026-08-12T23:21:44.700Z Downloaded psl-types v2.0.11
9482026-08-12T23:21:44.700Z Downloaded rand_chacha v0.3.1
9492026-08-12T23:21:44.700Z Downloaded quick-error v1.2.3
9502026-08-12T23:21:44.700Z Downloaded writeable v0.6.2
9512026-08-12T23:21:44.700Z Downloaded der_derive v0.7.3
9522026-08-12T23:21:44.700Z Downloaded drift v0.2.0
9532026-08-12T23:21:44.700Z Downloaded icu_provider v2.1.1
9542026-08-12T23:21:44.700Z Downloaded indexmap v1.9.3
9552026-08-12T23:21:44.700Z Downloaded term v0.7.0
9562026-08-12T23:21:44.700Z Downloaded rustc_version v0.4.1
9572026-08-12T23:21:44.700Z Downloaded siphasher v1.0.2
9582026-08-12T23:21:44.700Z Downloaded secrecy v0.8.0
9592026-08-12T23:21:44.701Z Downloaded serde_plain v1.0.2
9602026-08-12T23:21:44.701Z Downloaded serde_repr v0.1.20
9612026-08-12T23:21:44.701Z Downloaded derive_more-impl v2.1.1
9622026-08-12T23:21:44.701Z Downloaded sqlparser_derive v0.5.0
9632026-08-12T23:21:44.701Z Downloaded strip-ansi-escapes v0.2.1
9642026-08-12T23:21:44.701Z Downloaded subtle v2.6.1
9652026-08-12T23:21:44.701Z Downloaded tinyvec_macros v0.1.1
9662026-08-12T23:21:44.701Z Downloaded vergen-gitcl v1.0.8
9672026-08-12T23:21:44.701Z Downloaded spin v0.9.8
9682026-08-12T23:21:44.712Z Downloaded tokio-native-tls v0.3.1
9692026-08-12T23:21:44.712Z Downloaded tokio-rustls v0.26.4
9702026-08-12T23:21:44.713Z Downloaded oso v0.27.3
9712026-08-12T23:21:44.713Z Downloaded mime_guess v2.0.5
9722026-08-12T23:21:44.713Z Downloaded unicode-xid v0.2.6
9732026-08-12T23:21:44.713Z Downloaded packed_struct v0.10.1
9742026-08-12T23:21:44.713Z Downloaded typify-macro v0.6.2
9752026-08-12T23:21:44.713Z Downloaded twox-hash v2.1.2
9762026-08-12T23:21:44.713Z Downloaded hashbrown v0.16.1
9772026-08-12T23:21:44.713Z Downloaded polyval v0.7.1
9782026-08-12T23:21:44.713Z Downloaded proc-macro-error2 v2.0.1
9792026-08-12T23:21:44.713Z Downloaded rand_core v0.10.0
9802026-08-12T23:21:44.713Z Downloaded pkcs5 v0.8.1
9812026-08-12T23:21:44.713Z Downloaded usdt-macro v0.6.0
9822026-08-12T23:21:44.713Z Downloaded darling_macro v0.23.0
9832026-08-12T23:21:44.713Z Downloaded crc8 v0.1.1
9842026-08-12T23:21:44.713Z Downloaded phc v0.6.1
9852026-08-12T23:21:44.714Z Downloaded subprocess v0.2.15
9862026-08-12T23:21:44.714Z Downloaded rustversion v1.0.22
9872026-08-12T23:21:44.714Z Downloaded signal-hook-mio v0.2.5
9882026-08-12T23:21:44.714Z Downloaded match_cfg v0.1.0
9892026-08-12T23:21:44.714Z Downloaded lru-slab v0.1.2
9902026-08-12T23:21:44.714Z Downloaded maybe-uninit v2.0.0
9912026-08-12T23:21:44.714Z Downloaded endian-type v0.1.2
9922026-08-12T23:21:44.714Z Downloaded oso-derive v0.27.3
9932026-08-12T23:21:44.714Z Downloaded h2 v0.4.15
9942026-08-12T23:21:44.761Z Downloaded strum_macros v0.26.4
9952026-08-12T23:21:44.761Z Downloaded url v2.5.8
9962026-08-12T23:21:44.761Z Downloaded ed25519-dalek v3.0.0
9972026-08-12T23:21:44.761Z Downloaded uuid v1.23.4
9982026-08-12T23:21:44.762Z Downloaded parse-display v0.10.0
9992026-08-12T23:21:44.762Z Downloaded precomputed-hash v0.1.1
10002026-08-12T23:21:44.762Z Downloaded support-bundle-viewer v0.1.2
10012026-08-12T23:21:44.762Z Downloaded crossbeam-channel v0.5.15
10022026-08-12T23:21:44.762Z Downloaded rand_pcg v0.10.2
10032026-08-12T23:21:44.762Z Downloaded wyz v0.5.1
10042026-08-12T23:21:44.782Z Downloaded slog-stdlog v4.1.1
10052026-08-12T23:21:44.782Z Downloaded openssl-sys v0.9.117
10062026-08-12T23:21:44.782Z Downloaded oxnet v0.1.6
10072026-08-12T23:21:44.782Z Downloaded vsss-rs v3.3.4
10082026-08-12T23:21:44.782Z Downloaded ctutils v0.4.2
10092026-08-12T23:21:44.782Z Downloaded tokio-tungstenite v0.23.1
10102026-08-12T23:21:44.782Z Downloaded hashbrown v0.15.5
10112026-08-12T23:21:44.782Z Downloaded zerovec v0.11.5
10122026-08-12T23:21:44.782Z Downloaded sapling-renderdag v0.1.0
10132026-08-12T23:21:44.782Z Downloaded scheduled-thread-pool v0.2.7
10142026-08-12T23:21:44.783Z Downloaded tinyvec v1.10.0
10152026-08-12T23:21:44.783Z Downloaded tungstenite v0.23.0
10162026-08-12T23:21:44.783Z Downloaded sync-ptr v0.1.4
10172026-08-12T23:21:44.783Z Downloaded shell-words v1.1.1
10182026-08-12T23:21:44.783Z Downloaded pretty_assertions v1.4.1
10192026-08-12T23:21:44.807Z Downloaded crunchy v0.2.4
10202026-08-12T23:21:44.807Z Downloaded cstr-argument v0.1.2
10212026-08-12T23:21:44.807Z Downloaded trait-variant v0.1.2
10222026-08-12T23:21:44.807Z Downloaded icu_properties_data v2.1.2
10232026-08-12T23:21:44.808Z Downloaded diesel-dtrace v0.5.0
10242026-08-12T23:21:44.808Z Downloaded diesel_derives v2.3.7
10252026-08-12T23:21:44.808Z Downloaded hkdf v0.13.0
10262026-08-12T23:21:44.808Z Downloaded termtree v0.5.1
10272026-08-12T23:21:44.808Z Downloaded utf-8 v0.7.6
10282026-08-12T23:21:44.808Z Downloaded yoke-derive v0.8.1
10292026-08-12T23:21:44.808Z Downloaded aes-gcm v0.11.0
10302026-08-12T23:21:44.808Z Downloaded derive_builder_macro v0.20.2
10312026-08-12T23:21:44.808Z Downloaded is-terminal v0.4.17
10322026-08-12T23:21:44.831Z Downloaded jiff-core v0.1.0
10332026-08-12T23:21:44.831Z Downloaded tokio-postgres v0.7.16
10342026-08-12T23:21:44.831Z Downloaded libxml v0.3.3
10352026-08-12T23:21:44.831Z Downloaded erased-serde v0.3.31
10362026-08-12T23:21:44.831Z Downloaded newtype_derive v0.1.6
10372026-08-12T23:21:44.831Z Downloaded jobserver v0.1.34
10382026-08-12T23:21:44.831Z Downloaded libefi-sys v0.1.0
10392026-08-12T23:21:44.832Z Downloaded serde-hex v0.1.0
10402026-08-12T23:21:44.832Z Downloaded embedded-io v0.6.1
10412026-08-12T23:21:44.832Z Downloaded memoffset v0.9.1
10422026-08-12T23:21:44.832Z Downloaded pem-rfc7468 v0.7.0
10432026-08-12T23:21:44.849Z Downloaded yansi v1.0.1
10442026-08-12T23:21:44.850Z Downloaded postgres-protocol v0.6.10
10452026-08-12T23:21:44.850Z Downloaded peg-macros v0.8.5
10462026-08-12T23:21:44.850Z Downloaded tar v0.4.46
10472026-08-12T23:21:44.850Z Downloaded stacker v0.1.23
10482026-08-12T23:21:44.850Z Downloaded rtoolbox v0.0.3
10492026-08-12T23:21:44.850Z Downloaded toml_parser v1.1.2+spec-1.1.0
10502026-08-12T23:21:44.850Z Downloaded convert_case v0.10.0
10512026-08-12T23:21:44.850Z Downloaded progenitor-client v0.13.0
10522026-08-12T23:21:44.850Z Downloaded rfc6979 v0.6.0
10532026-08-12T23:21:44.850Z Downloaded multimap v0.10.1
10542026-08-12T23:21:44.850Z Downloaded progenitor-client v0.14.0
10552026-08-12T23:21:44.850Z Downloaded rand v0.8.6
10562026-08-12T23:21:44.850Z Downloaded time-core v0.1.8
10572026-08-12T23:21:44.851Z Downloaded expectorate v1.2.0
10582026-08-12T23:21:44.851Z Downloaded num_enum v0.7.6
10592026-08-12T23:21:44.851Z Downloaded vergen-lib v0.1.6
10602026-08-12T23:21:44.851Z Downloaded reedline v0.40.0
10612026-08-12T23:21:44.851Z Downloaded slab v0.4.12
10622026-08-12T23:21:44.895Z Downloaded sha1 v0.10.6
10632026-08-12T23:21:44.896Z Downloaded tap v1.0.1
10642026-08-12T23:21:44.896Z Downloaded git2 v0.20.4
10652026-08-12T23:21:44.896Z Downloaded universal-hash v0.5.1
10662026-08-12T23:21:44.896Z Downloaded defmt-parser v1.0.0
10672026-08-12T23:21:44.896Z Downloaded zeroize_derive v1.5.0
10682026-08-12T23:21:44.896Z Downloaded indoc v2.0.7
10692026-08-12T23:21:44.897Z Downloaded miniz_oxide v0.8.9
10702026-08-12T23:21:44.917Z Downloaded yoke v0.8.1
10712026-08-12T23:21:44.917Z Downloaded zstd-safe v7.2.4
10722026-08-12T23:21:44.917Z Downloaded lazy_static v1.5.0
10732026-08-12T23:21:44.917Z Downloaded dsl_auto_type v0.2.0
10742026-08-12T23:21:44.917Z Downloaded ident_case v1.0.1
10752026-08-12T23:21:44.918Z Downloaded phf_shared v0.12.1
10762026-08-12T23:21:44.918Z Downloaded derive_builder_core v0.20.2
10772026-08-12T23:21:44.918Z Downloaded minimal-lexical v0.2.1
10782026-08-12T23:21:44.918Z Downloaded hyper v1.10.1
10792026-08-12T23:21:44.918Z Downloaded pkg-config v0.3.32
10802026-08-12T23:21:44.918Z Downloaded portable-atomic v1.13.1
10812026-08-12T23:21:44.918Z Downloaded schemars v1.2.1
10822026-08-12T23:21:44.918Z Downloaded derive-where v1.6.0
10832026-08-12T23:21:44.918Z Downloaded darling_core v0.21.3
10842026-08-12T23:21:44.918Z Downloaded rustls-platform-verifier v0.6.2
10852026-08-12T23:21:44.932Z Downloaded ipnet v2.11.0
10862026-08-12T23:21:44.932Z Downloaded tokio-stream v0.1.18
10872026-08-12T23:21:44.932Z Downloaded unicode-properties v0.1.4
10882026-08-12T23:21:44.932Z Downloaded num-integer v0.1.46
10892026-08-12T23:21:44.933Z Downloaded num_enum v0.5.11
10902026-08-12T23:21:44.933Z Downloaded md-5 v0.10.6
10912026-08-12T23:21:44.933Z Downloaded progenitor v0.13.0
10922026-08-12T23:21:44.933Z Downloaded keccak v0.2.0
10932026-08-12T23:21:44.933Z Downloaded recursive v0.1.1
10942026-08-12T23:21:44.933Z Downloaded ref-cast-impl v1.0.25
10952026-08-12T23:21:44.933Z Downloaded serde-big-array v0.5.1
10962026-08-12T23:21:44.934Z Downloaded seq-macro v0.3.6
10972026-08-12T23:21:44.934Z Downloaded spki v0.7.3
10982026-08-12T23:21:44.934Z Downloaded elliptic-curve v0.13.8
10992026-08-12T23:21:44.934Z Downloaded scroll v0.13.0
11002026-08-12T23:21:44.934Z Downloaded stringprep v0.1.5
11012026-08-12T23:21:44.934Z Downloaded pem-rfc7468 v1.0.0
11022026-08-12T23:21:44.934Z Downloaded pin-project-internal v1.1.11
11032026-08-12T23:21:44.934Z Downloaded mime v0.3.17
11042026-08-12T23:21:44.972Z Downloaded strum v0.27.2
11052026-08-12T23:21:44.972Z Downloaded regex v1.12.3
11062026-08-12T23:21:44.972Z Downloaded indicatif v0.18.4
11072026-08-12T23:21:44.972Z Downloaded usdt-impl v0.6.0
11082026-08-12T23:21:44.972Z Downloaded delegate v0.13.5
11092026-08-12T23:21:44.972Z Downloaded der v0.7.10
11102026-08-12T23:21:44.972Z Downloaded derive_more v2.1.1
11112026-08-12T23:21:44.972Z Downloaded difflib v0.4.0
11122026-08-12T23:21:44.972Z Downloaded password-hash v0.6.1
11132026-08-12T23:21:44.972Z Downloaded unicode_categories v0.1.1
11142026-08-12T23:21:44.973Z Downloaded itertools v0.15.0
11152026-08-12T23:21:45.005Z Downloaded zip v4.6.1
11162026-08-12T23:21:45.005Z Downloaded r2d2 v0.8.10
11172026-08-12T23:21:45.005Z Downloaded slog-term v2.9.2
11182026-08-12T23:21:45.005Z Downloaded crossterm v0.28.1
11192026-08-12T23:21:45.005Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-08-12T23:21:45.005Z Downloaded parse-display-derive v0.10.0
11212026-08-12T23:21:45.005Z Downloaded want v0.3.1
11222026-08-12T23:21:45.006Z Downloaded rsa v0.9.10
11232026-08-12T23:21:45.006Z Downloaded internal-russh-num-bigint v0.5.0
11242026-08-12T23:21:45.006Z Downloaded hkdf v0.12.4
11252026-08-12T23:21:45.006Z Downloaded zerocopy v0.6.6
11262026-08-12T23:21:45.006Z Downloaded darling_macro v0.21.3
11272026-08-12T23:21:45.006Z Downloaded dtrace-parser v0.3.0
11282026-08-12T23:21:45.006Z Downloaded toml v1.1.2+spec-1.1.0
11292026-08-12T23:21:45.006Z Downloaded internet-checksum v0.2.1
11302026-08-12T23:21:45.006Z Downloaded new_debug_unreachable v1.0.6
11312026-08-12T23:21:45.006Z Downloaded newtype-uuid-macros v0.1.0
11322026-08-12T23:21:45.006Z Downloaded psm v0.1.30
11332026-08-12T23:21:45.006Z Downloaded scroll_derive v0.13.1
11342026-08-12T23:21:45.006Z Downloaded dropshot_endpoint v0.17.1
11352026-08-12T23:21:45.006Z Downloaded indoc v1.0.9
11362026-08-12T23:21:45.006Z Downloaded percent-encoding v2.3.2
11372026-08-12T23:21:45.006Z Downloaded olpc-cjson v0.1.4
11382026-08-12T23:21:45.006Z Downloaded tokio-util v0.7.18
11392026-08-12T23:21:45.006Z Downloaded illumos-nvpair v0.3.0
11402026-08-12T23:21:45.006Z Downloaded illumos-nvpair-sys v0.2.0
11412026-08-12T23:21:45.068Z Downloaded signal-hook-tokio v0.3.1
11422026-08-12T23:21:45.068Z Downloaded predicates v3.1.4
11432026-08-12T23:21:45.068Z Downloaded ssh-cipher v0.3.0
11442026-08-12T23:21:45.068Z Downloaded tls_codec v0.4.2
11452026-08-12T23:21:45.068Z Downloaded salty v0.3.0
11462026-08-12T23:21:45.068Z Downloaded slog v2.8.2
11472026-08-12T23:21:45.068Z Downloaded num v0.4.3
11482026-08-12T23:21:45.068Z Downloaded whoami v2.1.0
11492026-08-12T23:21:45.069Z Downloaded zerocopy-derive v0.8.40
11502026-08-12T23:21:45.094Z Downloaded num-traits v0.2.19
11512026-08-12T23:21:45.094Z Downloaded defmt-macros v1.0.1
11522026-08-12T23:21:45.094Z Downloaded testing_table v0.3.0
11532026-08-12T23:21:45.094Z Downloaded digest-io v0.1.0
11542026-08-12T23:21:45.094Z Downloaded russh-util v0.52.0
11552026-08-12T23:21:45.094Z Downloaded signature v2.2.0
11562026-08-12T23:21:45.094Z Downloaded utf8_iter v1.0.4
11572026-08-12T23:21:45.094Z Downloaded unicode-normalization v0.1.25
11582026-08-12T23:21:45.094Z Downloaded signal-hook-registry v1.4.8
11592026-08-12T23:21:45.094Z Downloaded poly1305 v0.8.0
11602026-08-12T23:21:45.094Z Downloaded keccak v0.1.6
11612026-08-12T23:21:45.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-08-12T23:21:45.094Z Downloaded elliptic-curve v0.14.1
11632026-08-12T23:21:45.094Z Downloaded dof v0.4.0
11642026-08-12T23:21:45.094Z Downloaded libscf-sys v1.2.0
11652026-08-12T23:21:45.094Z Downloaded rustyline v14.0.0
11662026-08-12T23:21:45.094Z Downloaded serde_with v1.14.0
11672026-08-12T23:21:45.094Z Downloaded tracing-core v0.1.36
11682026-08-12T23:21:45.094Z Downloaded winnow v0.6.26
11692026-08-12T23:21:45.095Z Downloaded primeorder v0.13.6
11702026-08-12T23:21:45.095Z Downloaded schemars_derive v0.8.22
11712026-08-12T23:21:45.095Z Downloaded opaque-debug v0.3.1
11722026-08-12T23:21:45.095Z Downloaded unicase v2.9.0
11732026-08-12T23:21:45.095Z Downloaded zeroize v1.9.0
11742026-08-12T23:21:45.106Z Downloaded predicates-core v1.0.10
11752026-08-12T23:21:45.106Z Downloaded tagptr v0.2.0
11762026-08-12T23:21:45.106Z Downloaded thread-id v5.1.0
11772026-08-12T23:21:45.106Z Downloaded winnow v1.0.3
11782026-08-12T23:21:45.106Z Downloaded linear-map v1.2.0
11792026-08-12T23:21:45.107Z Downloaded rayon-core v1.13.0
11802026-08-12T23:21:45.107Z Downloaded p521 v0.14.0
11812026-08-12T23:21:45.107Z Downloaded password-hash v0.5.0
11822026-08-12T23:21:45.107Z Downloaded primefield v0.14.0
11832026-08-12T23:21:45.107Z Downloaded strum_macros v0.24.3
11842026-08-12T23:21:45.135Z Downloaded synstructure v0.13.2
11852026-08-12T23:21:45.135Z Downloaded inout v0.2.2
11862026-08-12T23:21:45.135Z Downloaded zone v0.3.1
11872026-08-12T23:21:45.135Z Downloaded litemap v0.8.1
11882026-08-12T23:21:45.135Z Downloaded cookie_store v0.22.1
11892026-08-12T23:21:45.135Z Downloaded cookie v0.18.1
11902026-08-12T23:21:45.135Z Downloaded ingot-types v0.2.0
11912026-08-12T23:21:45.135Z Downloaded der v0.8.0
11922026-08-12T23:21:45.135Z Downloaded sponge-cursor v0.1.0
11932026-08-12T23:21:45.162Z Downloaded des v0.9.0
11942026-08-12T23:21:45.163Z Downloaded crossbeam-utils v0.8.21
11952026-08-12T23:21:45.163Z Downloaded uzers v0.12.2
11962026-08-12T23:21:45.163Z Downloaded vergen-git2 v9.1.0
11972026-08-12T23:21:45.163Z Downloaded libsw v3.5.0
11982026-08-12T23:21:45.163Z Downloaded slog-async v2.8.0
11992026-08-12T23:21:45.163Z Downloaded unicode-bidi v0.3.18
12002026-08-12T23:21:45.163Z Downloaded ena v0.14.4
12012026-08-12T23:21:45.163Z Downloaded rustls-pki-types v1.14.0
12022026-08-12T23:21:45.163Z Downloaded nanorand v0.7.0
12032026-08-12T23:21:45.163Z Downloaded rand_seeder v0.4.0
12042026-08-12T23:21:45.163Z Downloaded itertools v0.13.0
12052026-08-12T23:21:45.164Z Downloaded itertools v0.14.0
12062026-08-12T23:21:45.177Z Downloaded unsafe-libyaml v0.2.11
12072026-08-12T23:21:45.177Z Downloaded vte v0.14.1
12082026-08-12T23:21:45.177Z Downloaded crc32fast v1.5.0
12092026-08-12T23:21:45.178Z Downloaded smf v0.2.3
12102026-08-12T23:21:45.178Z Downloaded darling v0.13.4
12112026-08-12T23:21:45.178Z Downloaded oxide-update-engine v0.1.2
12122026-08-12T23:21:45.178Z Downloaded oxide-update-engine-display v0.1.2
12132026-08-12T23:21:45.178Z Downloaded serde_with v3.21.0
12142026-08-12T23:21:45.178Z Downloaded nom v8.0.0
12152026-08-12T23:21:45.178Z Downloaded critical-section v1.2.0
12162026-08-12T23:21:45.178Z Downloaded smallvec v0.6.14
12172026-08-12T23:21:45.179Z Downloaded test-strategy v0.4.5
12182026-08-12T23:21:45.201Z Downloaded ssh-key v0.7.0-rc.11
12192026-08-12T23:21:45.201Z Downloaded darling_core v0.20.11
12202026-08-12T23:21:45.231Z Downloaded crossbeam-epoch v0.9.18
12212026-08-12T23:21:45.231Z Downloaded parking_lot v0.11.2
12222026-08-12T23:21:45.231Z Downloaded iri-string v0.7.10
12232026-08-12T23:21:45.231Z Downloaded aws-lc-rs v1.16.3
12242026-08-12T23:21:45.231Z Downloaded quick-xml v0.37.5
12252026-08-12T23:21:45.231Z Downloaded postgres-types v0.2.12
12262026-08-12T23:21:45.231Z Downloaded goblin v0.10.5
12272026-08-12T23:21:45.251Z Downloaded russh v0.62.4
12282026-08-12T23:21:45.251Z Downloaded publicsuffix v2.3.0
12292026-08-12T23:21:45.251Z Downloaded zstd v0.13.3
12302026-08-12T23:21:45.251Z Downloaded diff v0.1.13
12312026-08-12T23:21:45.251Z Downloaded oxide-update-engine-types v0.1.2
12322026-08-12T23:21:45.251Z Downloaded bindgen v0.71.1
12332026-08-12T23:21:45.251Z Downloaded chrono v0.4.45
12342026-08-12T23:21:45.260Z Downloaded signal-hook v0.3.18
12352026-08-12T23:21:45.261Z Downloaded tower-http v0.6.8
12362026-08-12T23:21:45.292Z Downloaded rsa v0.10.0-rc.18
12372026-08-12T23:21:45.309Z Downloaded socket2 v0.5.10
12382026-08-12T23:21:45.309Z Downloaded tabled v0.21.0
12392026-08-12T23:21:45.310Z Downloaded darling_core v0.23.0
12402026-08-12T23:21:45.310Z Downloaded blake3 v1.8.5
12412026-08-12T23:21:45.310Z Downloaded bitvec v1.0.1
12422026-08-12T23:21:45.310Z Downloaded quinn-proto v0.11.16
12432026-08-12T23:21:45.333Z Downloaded pin-project v1.1.11
12442026-08-12T23:21:45.333Z Downloaded ignore v0.4.25
12452026-08-12T23:21:45.333Z Downloaded qorb v0.4.1
12462026-08-12T23:21:45.333Z Downloaded nom v7.1.3
12472026-08-12T23:21:45.343Z Downloaded num-bigint v0.4.6
12482026-08-12T23:21:45.351Z Downloaded tower v0.5.3
12492026-08-12T23:21:45.351Z Downloaded darling v0.20.11
12502026-08-12T23:21:45.355Z Downloaded ed25519-dalek v2.2.0
12512026-08-12T23:21:45.355Z Downloaded p384 v0.13.1
12522026-08-12T23:21:45.365Z Downloaded crossterm v0.29.0
12532026-08-12T23:21:45.365Z Downloaded itertools v0.10.5
12542026-08-12T23:21:45.370Z Downloaded idna v1.1.0
12552026-08-12T23:21:45.371Z Downloaded reqwest v0.13.2
12562026-08-12T23:21:45.371Z Downloaded schemars v0.9.0
12572026-08-12T23:21:45.380Z Downloaded libm v0.2.16
12582026-08-12T23:21:45.389Z Downloaded mio v1.2.0
12592026-08-12T23:21:45.389Z Downloaded dropshot-api-manager v0.7.2
12602026-08-12T23:21:45.398Z Downloaded proptest v1.11.0
12612026-08-12T23:21:45.398Z Downloaded iddqd v0.4.2
12622026-08-12T23:21:45.398Z Downloaded winnow v0.5.40
12632026-08-12T23:21:45.402Z Downloaded rand v0.9.2
12642026-08-12T23:21:45.402Z Downloaded crypto-primes v0.7.2
12652026-08-12T23:21:45.411Z Downloaded itertools v0.12.1
12662026-08-12T23:21:45.411Z Downloaded num-bigint-dig v0.8.6
12672026-08-12T23:21:45.417Z Downloaded lalrpop v0.19.12
12682026-08-12T23:21:45.424Z Downloaded sha3 v0.12.0
12692026-08-12T23:21:45.424Z Downloaded rayon v1.11.0
12702026-08-12T23:21:45.425Z Downloaded typed-path v0.9.3
12712026-08-12T23:21:45.425Z Downloaded reqwest v0.12.28
12722026-08-12T23:21:45.432Z Downloaded radix_trie v0.2.1
12732026-08-12T23:21:45.432Z Downloaded crypto-bigint v0.7.5
12742026-08-12T23:21:45.439Z Downloaded tough v0.22.0
12752026-08-12T23:21:45.451Z Downloaded vcpkg v0.2.15
12762026-08-12T23:21:45.496Z Downloaded time v0.3.47
12772026-08-12T23:21:45.522Z Downloaded petname v2.0.2
12782026-08-12T23:21:45.522Z Downloaded bstr v1.12.1
12792026-08-12T23:21:45.522Z Downloaded rawzip v0.4.4
12802026-08-12T23:21:45.522Z Downloaded smoltcp v0.9.1
12812026-08-12T23:21:45.522Z Downloaded zlib-rs v0.6.2
12822026-08-12T23:21:45.522Z Downloaded nix v0.27.1
12832026-08-12T23:21:45.541Z Downloaded polar-core v0.27.3
12842026-08-12T23:21:45.541Z Downloaded regex-syntax v0.8.10
12852026-08-12T23:21:45.541Z Downloaded object v0.30.4
12862026-08-12T23:21:45.545Z Downloaded hickory-proto v0.24.4
12872026-08-12T23:21:45.545Z Downloaded curve25519-dalek v4.1.3
12882026-08-12T23:21:45.552Z Downloaded openssl v0.10.80
12892026-08-12T23:21:45.570Z Downloaded regress v0.10.5
12902026-08-12T23:21:45.575Z Downloaded hickory-proto v0.25.2
12912026-08-12T23:21:45.575Z Downloaded regex-syntax v0.6.29
12922026-08-12T23:21:45.575Z Downloaded zerocopy v0.8.40
12932026-08-12T23:21:45.579Z Downloaded object v0.37.3
12942026-08-12T23:21:45.586Z Downloaded sqlparser v0.61.0
12952026-08-12T23:21:45.590Z Downloaded openapiv3 v2.2.0
12962026-08-12T23:21:45.596Z Downloaded moka v0.12.13
12972026-08-12T23:21:45.600Z Downloaded nix v0.28.0
12982026-08-12T23:21:45.609Z Downloaded typify-impl v0.6.2
12992026-08-12T23:21:45.620Z Downloaded regress v0.11.1
13002026-08-12T23:21:45.629Z Downloaded smoltcp v0.11.0
13012026-08-12T23:21:45.637Z Downloaded curve25519-dalek v5.0.0
13022026-08-12T23:21:45.646Z Downloaded ratatui v0.29.0
13032026-08-12T23:21:45.666Z Downloaded rustix v0.38.44
13042026-08-12T23:21:45.678Z Downloaded diesel v2.3.7
13052026-08-12T23:21:45.689Z Downloaded nix v0.31.2
13062026-08-12T23:21:45.695Z Downloaded rustls v0.23.41
13072026-08-12T23:21:45.712Z Downloaded dropshot v0.17.1
13082026-08-12T23:21:45.724Z Downloaded jiff v0.2.34
13092026-08-12T23:21:45.733Z Downloaded zerocopy-derive v0.6.6
13102026-08-12T23:21:45.740Z Downloaded petgraph v0.6.5
13112026-08-12T23:21:45.749Z Downloaded sled v0.34.7
13122026-08-12T23:21:45.778Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-08-12T23:21:45.788Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-08-12T23:21:45.810Z Downloaded csv v1.4.0
13152026-08-12T23:21:45.822Z Downloaded libz-sys v1.1.24
13162026-08-12T23:21:45.866Z Downloaded sha3 v0.10.8
13172026-08-12T23:21:45.870Z Downloaded tracing v0.1.44
13182026-08-12T23:21:45.871Z Downloaded regex-automata v0.4.14
13192026-08-12T23:21:45.871Z Downloaded chrono-tz v0.10.4
13202026-08-12T23:21:45.871Z Downloaded sha3 v0.11.0
13212026-08-12T23:21:45.901Z Downloaded petgraph v0.8.3
13222026-08-12T23:21:45.985Z Downloaded tokio v1.52.1
13232026-08-12T23:21:46.080Z Downloaded encoding_rs v0.8.35
13242026-08-12T23:21:46.096Z Downloaded ring v0.17.14
13252026-08-12T23:21:46.155Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-12T23:21:46.718Z Downloaded aws-lc-sys v0.40.0
13272026-08-12T23:21:46.981Z Compiling libc v0.2.185
13282026-08-12T23:21:46.981Z Compiling serde_core v1.0.228
13292026-08-12T23:21:46.981Z Compiling serde v1.0.228
13302026-08-12T23:21:46.985Z Compiling log v0.4.29
13312026-08-12T23:21:46.985Z Compiling smallvec v1.15.1
13322026-08-12T23:21:46.985Z Compiling shlex v1.3.0
13332026-08-12T23:21:46.985Z Compiling find-msvc-tools v0.1.9
13342026-08-12T23:21:46.985Z Compiling syn v2.0.117
13352026-08-12T23:21:47.349Z Compiling subtle v2.6.1
13362026-08-12T23:21:47.353Z Compiling scopeguard v1.2.0
13372026-08-12T23:21:47.392Z Compiling stable_deref_trait v1.2.1
13382026-08-12T23:21:47.441Z Compiling lock_api v0.4.14
13392026-08-12T23:21:47.455Z Compiling typenum v1.20.1
13402026-08-12T23:21:47.468Z Compiling zerocopy v0.8.40
13412026-08-12T23:21:47.471Z Compiling portable-atomic v1.13.1
13422026-08-12T23:21:47.521Z Compiling serde_json v1.0.151
13432026-08-12T23:21:47.681Z Compiling critical-section v1.2.0
13442026-08-12T23:21:47.734Z Compiling libm v0.2.16
13452026-08-12T23:21:47.789Z Compiling num-traits v0.2.19
13462026-08-12T23:21:47.925Z Compiling pkg-config v0.3.32
13472026-08-12T23:21:47.998Z Compiling errno v0.3.14
13482026-08-12T23:21:48.037Z Compiling jobserver v0.1.34
13492026-08-12T23:21:48.120Z Compiling getrandom v0.2.17
13502026-08-12T23:21:48.267Z Compiling cc v1.2.56
13512026-08-12T23:21:48.347Z Compiling rand_core v0.6.4
13522026-08-12T23:21:48.400Z Compiling generic-array v0.14.7
13532026-08-12T23:21:48.461Z Compiling once_cell v1.21.3
13542026-08-12T23:21:48.544Z Compiling getrandom v0.4.1
13552026-08-12T23:21:48.591Z Compiling pin-project-lite v0.2.17
13562026-08-12T23:21:48.620Z Compiling const-oid v0.9.6
13572026-08-12T23:21:48.672Z Compiling parking_lot_core v0.9.12
13582026-08-12T23:21:48.735Z Compiling rand_core v0.10.0
13592026-08-12T23:21:49.133Z Compiling signal-hook-registry v1.4.8
13602026-08-12T23:21:49.225Z Compiling bitflags v2.11.0
13612026-08-12T23:21:49.338Z Compiling futures-core v0.3.32
13622026-08-12T23:21:49.353Z Compiling writeable v0.6.2
13632026-08-12T23:21:49.402Z Compiling percent-encoding v2.3.2
13642026-08-12T23:21:49.449Z Compiling litemap v0.8.1
13652026-08-12T23:21:49.487Z Compiling semver v1.0.28
13662026-08-12T23:21:49.514Z Compiling parking_lot v0.12.5
13672026-08-12T23:21:49.543Z Compiling mio v1.2.0
13682026-08-12T23:21:49.588Z Compiling icu_normalizer_data v2.1.1
13692026-08-12T23:21:49.638Z Compiling icu_properties_data v2.1.2
13702026-08-12T23:21:49.790Z Compiling socket2 v0.6.3
13712026-08-12T23:21:49.823Z Compiling getrandom v0.3.4
13722026-08-12T23:21:49.853Z Compiling synstructure v0.13.2
13732026-08-12T23:21:49.897Z Compiling futures-sink v0.3.32
13742026-08-12T23:21:49.997Z Compiling indexmap v2.14.0
13752026-08-12T23:21:50.012Z Compiling futures-channel v0.3.32
13762026-08-12T23:21:50.028Z Compiling slab v0.4.12
13772026-08-12T23:21:50.180Z Compiling rustix v1.1.3
13782026-08-12T23:21:50.206Z Compiling futures-task v0.3.32
13792026-08-12T23:21:50.234Z Compiling futures-io v0.3.32
13802026-08-12T23:21:50.345Z Compiling utf8_iter v1.0.4
13812026-08-12T23:21:50.440Z Compiling form_urlencoded v1.2.2
13822026-08-12T23:21:50.453Z Compiling rustversion v1.0.22
13832026-08-12T23:21:50.519Z Compiling base64ct v1.8.3
13842026-08-12T23:21:50.578Z Compiling iana-time-zone v0.1.65
13852026-08-12T23:21:50.611Z Compiling cmake v0.1.57
13862026-08-12T23:21:50.720Z Compiling dunce v1.0.5
13872026-08-12T23:21:50.748Z Compiling fs_extra v1.3.0
13882026-08-12T23:21:50.776Z Compiling pem-rfc7468 v0.7.0
13892026-08-12T23:21:50.819Z Compiling ident_case v1.0.1
13902026-08-12T23:21:50.865Z Compiling flagset v0.4.7
13912026-08-12T23:21:50.943Z Compiling regex-syntax v0.8.10
13922026-08-12T23:21:50.960Z Compiling rand_core v0.9.5
13932026-08-12T23:21:51.018Z Compiling uuid v1.23.4
13942026-08-12T23:21:51.028Z Compiling aws-lc-sys v0.40.0
13952026-08-12T23:21:51.069Z Compiling base64 v0.22.1
13962026-08-12T23:21:51.244Z Compiling vcpkg v0.2.15
13972026-08-12T23:21:51.395Z Compiling syn v1.0.109
13982026-08-12T23:21:51.432Z Compiling serde_derive_internals v0.29.1
13992026-08-12T23:21:51.626Z Compiling serde_derive v1.0.228
14002026-08-12T23:21:51.704Z Compiling zeroize_derive v1.5.0
14012026-08-12T23:21:51.719Z Compiling zerocopy-derive v0.8.40
14022026-08-12T23:21:51.934Z Compiling zerofrom-derive v0.1.6
14032026-08-12T23:21:51.987Z Compiling yoke-derive v0.8.1
14042026-08-12T23:21:52.353Z Compiling zerovec-derive v0.11.2
14052026-08-12T23:21:52.371Z Compiling zeroize v1.9.0
14062026-08-12T23:21:52.583Z Compiling displaydoc v0.2.5
14072026-08-12T23:21:53.309Z Compiling tokio-macros v2.7.0
14082026-08-12T23:21:53.354Z Compiling futures-macro v0.3.32
14092026-08-12T23:21:53.370Z Compiling zerofrom v0.1.6
14102026-08-12T23:21:53.498Z Compiling yoke v0.8.1
14112026-08-12T23:21:53.513Z Compiling thiserror-impl v2.0.18
14122026-08-12T23:21:53.691Z Compiling zerovec v0.11.5
14132026-08-12T23:21:53.760Z Compiling zerotrie v0.2.3
14142026-08-12T23:21:54.046Z Compiling block-buffer v0.10.4
14152026-08-12T23:21:54.060Z Compiling crypto-common v0.1.7
14162026-08-12T23:21:54.166Z Compiling tinystr v0.8.2
14172026-08-12T23:21:54.192Z Compiling potential_utf v0.1.4
14182026-08-12T23:21:54.207Z Compiling digest v0.10.7
14192026-08-12T23:21:54.220Z Compiling futures-util v0.3.32
14202026-08-12T23:21:54.352Z Compiling icu_locale_core v2.1.1
14212026-08-12T23:21:54.375Z Compiling icu_collections v2.1.1
14222026-08-12T23:21:54.453Z Compiling der_derive v0.7.3
14232026-08-12T23:21:54.844Z Compiling thiserror v2.0.18
14242026-08-12T23:21:54.855Z Compiling openssl-sys v0.9.117
14252026-08-12T23:21:54.996Z Compiling icu_provider v2.1.1
14262026-08-12T23:21:55.173Z Compiling bytes v1.11.1
14272026-08-12T23:21:55.219Z Compiling chrono v0.4.45
14282026-08-12T23:21:55.293Z Compiling icu_normalizer v2.1.1
14292026-08-12T23:21:55.442Z Compiling icu_properties v2.1.2
14302026-08-12T23:21:55.498Z Compiling der v0.7.10
14312026-08-12T23:21:55.836Z Compiling tokio v1.52.1
14322026-08-12T23:21:55.856Z Compiling http v1.4.2
14332026-08-12T23:21:56.253Z Compiling ppv-lite86 v0.2.21
14342026-08-12T23:21:56.550Z Compiling idna_adapter v1.2.1
14352026-08-12T23:21:56.583Z Compiling spki v0.7.3
14362026-08-12T23:21:56.603Z Compiling rand_chacha v0.9.0
14372026-08-12T23:21:56.626Z Compiling tracing-attributes v0.1.31
14382026-08-12T23:21:56.686Z Compiling idna v1.1.0
14392026-08-12T23:21:56.689Z Compiling rustc_version v0.4.1
14402026-08-12T23:21:56.777Z Compiling tracing-core v0.1.36
14412026-08-12T23:21:56.791Z Compiling dyn-clone v1.0.20
14422026-08-12T23:21:56.929Z Compiling cpufeatures v0.2.17
14432026-08-12T23:21:57.006Z Compiling url v2.5.8
14442026-08-12T23:21:57.020Z Compiling schemars v0.8.22
14452026-08-12T23:21:57.216Z Compiling aws-lc-rs v1.16.3
14462026-08-12T23:21:57.310Z Compiling rand v0.9.2
14472026-08-12T23:21:57.331Z Compiling pkcs8 v0.10.2
14482026-08-12T23:21:57.335Z Compiling http-body v1.0.1
14492026-08-12T23:21:57.562Z Compiling rustls-pki-types v1.14.0
14502026-08-12T23:21:57.583Z Compiling schemars_derive v0.8.22
14512026-08-12T23:21:57.785Z Compiling spin v0.9.8
14522026-08-12T23:21:57.918Z Compiling tracing v0.1.44
14532026-08-12T23:21:57.991Z Compiling httparse v1.10.1
14542026-08-12T23:21:58.006Z Compiling openssl-probe v0.2.1
14552026-08-12T23:21:58.039Z Compiling tinyvec_macros v0.1.1
14562026-08-12T23:21:58.109Z Compiling cmov v0.5.4
14572026-08-12T23:21:58.176Z Compiling crc32fast v1.5.0
14582026-08-12T23:21:58.189Z Compiling tempfile v3.25.0
14592026-08-12T23:21:58.311Z Compiling ctutils v0.4.2
14602026-08-12T23:21:58.370Z Compiling tinyvec v1.10.0
14612026-08-12T23:21:58.473Z Compiling pest_generator v2.8.6
14622026-08-12T23:21:58.541Z Compiling sha2 v0.10.9
14632026-08-12T23:21:58.554Z Compiling aho-corasick v1.1.4
14642026-08-12T23:21:58.706Z Compiling atomic-waker v1.1.2
14652026-08-12T23:21:58.830Z Compiling radium v0.7.0
14662026-08-12T23:21:59.077Z Compiling tower-layer v0.3.3
14672026-08-12T23:21:59.148Z Compiling try-lock v0.2.5
14682026-08-12T23:21:59.233Z Compiling tower-service v0.3.3
14692026-08-12T23:21:59.261Z Compiling untrusted v0.7.1
14702026-08-12T23:21:59.329Z Compiling want v0.3.1
14712026-08-12T23:21:59.376Z Compiling regex-automata v0.4.14
14722026-08-12T23:21:59.491Z Compiling pest_derive v2.8.6
14732026-08-12T23:21:59.817Z Compiling tokio-util v0.7.18
14742026-08-12T23:21:59.959Z Compiling hybrid-array v0.4.13
14752026-08-12T23:22:00.261Z Compiling ipnet v2.11.0
14762026-08-12T23:22:00.530Z Compiling scroll_derive v0.13.1
14772026-08-12T23:22:00.772Z Compiling h2 v0.4.15
14782026-08-12T23:22:00.812Z Compiling darling_core v0.20.11
14792026-08-12T23:22:00.897Z Compiling foreign-types-shared v0.1.1
14802026-08-12T23:22:00.980Z Compiling httpdate v1.0.3
14812026-08-12T23:22:01.211Z Compiling maybe-uninit v2.0.0
14822026-08-12T23:22:01.252Z Compiling simd-adler32 v0.3.8
14832026-08-12T23:22:01.326Z Compiling untrusted v0.9.0
14842026-08-12T23:22:01.450Z Compiling tap v1.0.1
14852026-08-12T23:22:01.478Z Compiling openssl v0.10.80
14862026-08-12T23:22:01.495Z Compiling rustls v0.23.41
14872026-08-12T23:22:01.557Z Compiling wyz v0.5.1
14882026-08-12T23:22:01.601Z Compiling scroll v0.13.0
14892026-08-12T23:22:01.662Z Compiling foreign-types v0.3.2
14902026-08-12T23:22:01.735Z Compiling unicode-normalization v0.1.25
14912026-08-12T23:22:01.833Z Compiling rand_chacha v0.3.1
14922026-08-12T23:22:01.919Z Compiling hex v0.4.3
14932026-08-12T23:22:02.147Z Compiling signature v2.2.0
14942026-08-12T23:22:02.181Z Compiling terminal_size v0.4.3
14952026-08-12T23:22:02.185Z Compiling openssl-macros v0.1.1
14962026-08-12T23:22:02.318Z Compiling thiserror-impl v1.0.69
14972026-08-12T23:22:02.333Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-12T23:22:02.582Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-08-12T23:22:02.597Z Compiling num-integer v0.1.46
15002026-08-12T23:22:02.611Z Compiling wait-timeout v0.2.1
15012026-08-12T23:22:02.869Z Compiling ahash v0.8.12
15022026-08-12T23:22:02.909Z Compiling native-tls v0.2.18
15032026-08-12T23:22:02.959Z Compiling quick-error v1.2.3
15042026-08-12T23:22:03.064Z Compiling packed_struct v0.10.1
15052026-08-12T23:22:03.081Z Compiling darling_macro v0.20.11
15062026-08-12T23:22:03.081Z Compiling powerfmt v0.2.0
15072026-08-12T23:22:03.110Z Compiling adler2 v2.0.1
15082026-08-12T23:22:03.237Z Compiling num-conv v0.2.0
15092026-08-12T23:22:03.292Z Compiling num-bigint-dig v0.8.6
15102026-08-12T23:22:03.307Z Compiling funty v2.0.0
15112026-08-12T23:22:03.363Z Compiling time-core v0.1.8
15122026-08-12T23:22:03.465Z Compiling bit-vec v0.8.0
15132026-08-12T23:22:03.513Z Compiling time-macros v0.2.27
15142026-08-12T23:22:03.529Z Compiling deranged v0.5.8
15152026-08-12T23:22:03.544Z Compiling thiserror v1.0.69
15162026-08-12T23:22:03.559Z Compiling darling v0.20.11
15172026-08-12T23:22:03.657Z Compiling bit-set v0.8.0
15182026-08-12T23:22:03.665Z Compiling bitvec v1.0.1
15192026-08-12T23:22:03.687Z Compiling miniz_oxide v0.8.9
15202026-08-12T23:22:03.823Z Compiling clap_builder v4.6.0
15212026-08-12T23:22:03.876Z Compiling hyper v1.10.1
15222026-08-12T23:22:04.331Z Compiling rusty-fork v0.3.1
15232026-08-12T23:22:04.559Z Compiling num-iter v0.1.45
15242026-08-12T23:22:04.827Z Compiling rand v0.8.6
15252026-08-12T23:22:05.058Z Compiling hyper-util v0.1.20
15262026-08-12T23:22:05.420Z Compiling goblin v0.10.5
15272026-08-12T23:22:05.542Z Compiling packed_struct_codegen v0.10.1
15282026-08-12T23:22:05.666Z Compiling lazy_static v1.5.0
15292026-08-12T23:22:05.763Z Compiling toml_datetime v0.6.11
15302026-08-12T23:22:06.021Z Compiling serde_spanned v0.6.9
15312026-08-12T23:22:06.168Z Compiling hmac v0.12.1
15322026-08-12T23:22:06.340Z Compiling zerocopy-derive v0.6.6
15332026-08-12T23:22:06.628Z Compiling bitfield-macros v0.19.4
15342026-08-12T23:22:06.794Z Compiling clap_derive v4.6.1
15352026-08-12T23:22:06.818Z Compiling anstyle-parse v0.2.7
15362026-08-12T23:22:07.002Z Compiling rand_xorshift v0.4.0
15372026-08-12T23:22:07.155Z Compiling sync_wrapper v1.0.2
15382026-08-12T23:22:07.171Z Compiling indexmap v1.9.3
15392026-08-12T23:22:07.266Z Compiling nodrop v0.1.14
15402026-08-12T23:22:07.331Z Compiling siphasher v1.0.2
15412026-08-12T23:22:07.353Z Compiling crossbeam-utils v0.8.21
15422026-08-12T23:22:07.368Z Compiling unarray v0.1.4
15432026-08-12T23:22:07.473Z Compiling paste v1.0.15
15442026-08-12T23:22:07.515Z Compiling usdt-impl v0.6.0
15452026-08-12T23:22:07.630Z Compiling crc-catalog v2.4.0
15462026-08-12T23:22:07.653Z Compiling zlib-rs v0.6.2
15472026-08-12T23:22:07.715Z Compiling num_threads v0.1.7
15482026-08-12T23:22:07.760Z Compiling crc v3.4.0
15492026-08-12T23:22:07.788Z Compiling time v0.3.47
15502026-08-12T23:22:07.828Z Compiling proptest v1.11.0
15512026-08-12T23:22:07.973Z Compiling array-init v0.0.4
15522026-08-12T23:22:08.311Z Compiling dof v0.4.0
15532026-08-12T23:22:08.537Z Compiling clap v4.6.1
15542026-08-12T23:22:08.618Z Compiling bitfield v0.19.4
15552026-08-12T23:22:08.912Z Compiling tower v0.5.3
15562026-08-12T23:22:09.317Z Compiling zerocopy v0.6.6
15572026-08-12T23:22:09.362Z Compiling anstream v0.6.21
15582026-08-12T23:22:09.648Z Compiling smallvec v0.6.14
15592026-08-12T23:22:09.857Z Compiling derive_builder_core v0.20.2
15602026-08-12T23:22:10.068Z Compiling dtrace-parser v0.3.0
15612026-08-12T23:22:10.710Z Compiling flate2 v1.1.9
15622026-08-12T23:22:10.841Z Compiling ipnetwork v0.21.1
15632026-08-12T23:22:10.903Z Compiling pkcs1 v0.7.5
15642026-08-12T23:22:10.926Z Compiling http-body-util v0.1.3
15652026-08-12T23:22:11.064Z Compiling heapless v0.7.17
15662026-08-12T23:22:11.121Z Compiling scroll_derive v0.12.1
15672026-08-12T23:22:11.174Z Compiling structmeta-derive v0.3.0
15682026-08-12T23:22:11.226Z Compiling slog v2.8.2
15692026-08-12T23:22:11.294Z Compiling darling_core v0.23.0
15702026-08-12T23:22:11.309Z Compiling thread-id v5.1.0
15712026-08-12T23:22:11.397Z Compiling cookie v0.18.1
15722026-08-12T23:22:11.415Z Compiling env_filter v1.0.0
15732026-08-12T23:22:11.577Z Compiling allocator-api2 v0.2.21
15742026-08-12T23:22:11.714Z Compiling hashbrown v0.12.3
15752026-08-12T23:22:11.783Z Compiling unicode-bidi v0.3.18
15762026-08-12T23:22:11.904Z Compiling ryu v1.0.23
15772026-08-12T23:22:12.089Z Compiling unicode-properties v0.1.4
15782026-08-12T23:22:12.183Z Compiling zstd-safe v7.2.4
15792026-08-12T23:22:12.260Z Compiling winnow v0.5.40
15802026-08-12T23:22:12.301Z Compiling signal-hook v0.3.18
15812026-08-12T23:22:12.315Z Compiling base64 v0.21.7
15822026-08-12T23:22:12.394Z Compiling anyhow v1.0.102
15832026-08-12T23:22:12.471Z Compiling iri-string v0.7.10
15842026-08-12T23:22:12.624Z Compiling ron v0.8.1
15852026-08-12T23:22:12.958Z Compiling structmeta v0.3.0
15862026-08-12T23:22:13.177Z Compiling stringprep v0.1.5
15872026-08-12T23:22:13.550Z Compiling toml_edit v0.19.15
15882026-08-12T23:22:13.617Z Compiling tower-http v0.6.8
15892026-08-12T23:22:13.787Z Compiling darling_macro v0.23.0
15902026-08-12T23:22:13.985Z Compiling serde_urlencoded v0.7.1
15912026-08-12T23:22:14.010Z Compiling scroll v0.12.0
15922026-08-12T23:22:14.136Z Compiling env_logger v0.11.9
15932026-08-12T23:22:14.286Z Compiling rsa v0.9.10
15942026-08-12T23:22:14.321Z Compiling oxnet v0.1.6
15952026-08-12T23:22:14.605Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-12T23:22:14.746Z Compiling derive_builder_macro v0.20.2
15972026-08-12T23:22:14.830Z Compiling newtype-uuid v1.3.2
15982026-08-12T23:22:15.136Z Compiling hashbrown v0.13.2
15992026-08-12T23:22:15.153Z Compiling serde-hex v0.1.0
16002026-08-12T23:22:15.226Z Compiling bzip2 v0.4.4
16012026-08-12T23:22:15.489Z Compiling tokio-native-tls v0.3.1
16022026-08-12T23:22:15.667Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-12T23:22:16.184Z Compiling camino v1.2.2
16042026-08-12T23:22:16.242Z Compiling bstr v1.12.1
16052026-08-12T23:22:16.368Z Compiling block-padding v0.4.2
16062026-08-12T23:22:16.552Z Compiling block-buffer v0.12.1
16072026-08-12T23:22:16.582Z Compiling crypto-common v0.2.2
16082026-08-12T23:22:16.773Z Compiling rustls-native-certs v0.8.3
16092026-08-12T23:22:16.910Z Compiling curve25519-dalek v4.1.3
16102026-08-12T23:22:16.973Z Compiling x509-cert v0.2.5
16112026-08-12T23:22:17.066Z Compiling serde_tokenstream v0.2.3
16122026-08-12T23:22:17.245Z Compiling erased-serde v0.3.31
16132026-08-12T23:22:17.357Z Compiling md-5 v0.10.6
16142026-08-12T23:22:17.388Z Compiling daft-derive v0.1.7
16152026-08-12T23:22:17.529Z Compiling pin-project-internal v1.1.11
16162026-08-12T23:22:17.731Z Compiling async-trait v0.1.89
16172026-08-12T23:22:18.121Z Compiling zerocopy-derive v0.7.35
16182026-08-12T23:22:18.335Z Compiling vergen-lib v9.1.0
16192026-08-12T23:22:18.522Z Compiling hash32 v0.2.1
16202026-08-12T23:22:18.586Z Compiling memoffset v0.9.1
16212026-08-12T23:22:18.634Z Compiling encoding_rs v0.8.35
16222026-08-12T23:22:18.707Z Compiling mime v0.3.17
16232026-08-12T23:22:18.724Z Compiling fallible-iterator v0.2.0
16242026-08-12T23:22:18.748Z Compiling litrs v1.0.0
16252026-08-12T23:22:18.828Z Compiling cfg_aliases v0.2.1
16262026-08-12T23:22:18.858Z Compiling rustix v0.38.44
16272026-08-12T23:22:18.960Z Compiling crc-any v2.5.0
16282026-08-12T23:22:18.989Z Compiling ref-cast v1.0.25
16292026-08-12T23:22:19.037Z Compiling psl-types v2.0.11
16302026-08-12T23:22:19.150Z Compiling smoltcp v0.9.1
16312026-08-12T23:22:19.281Z Compiling publicsuffix v2.3.0
16322026-08-12T23:22:19.332Z Compiling document-features v0.2.12
16332026-08-12T23:22:19.332Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-12T23:22:19.401Z Compiling zerocopy v0.7.35
16352026-08-12T23:22:19.401Z Compiling postgres-protocol v0.6.10
16362026-08-12T23:22:19.426Z Compiling nix v0.31.2
16372026-08-12T23:22:19.758Z Compiling pin-project v1.1.11
16382026-08-12T23:22:19.855Z Compiling daft v0.1.7
16392026-08-12T23:22:19.943Z Compiling inout v0.2.2
16402026-08-12T23:22:19.997Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-12T23:22:20.100Z Compiling hyper-tls v0.6.0
16422026-08-12T23:22:20.139Z Compiling object v0.30.4
16432026-08-12T23:22:20.157Z Compiling zip v0.6.6
16442026-08-12T23:22:20.157Z Compiling derive_builder v0.20.2
16452026-08-12T23:22:20.223Z Compiling toml v0.7.8
16462026-08-12T23:22:20.252Z Compiling darling v0.23.0
16472026-08-12T23:22:20.274Z Compiling goblin v0.8.2
16482026-08-12T23:22:20.481Z Compiling derive-ex v0.1.8
16492026-08-12T23:22:20.923Z Compiling phf_shared v0.13.1
16502026-08-12T23:22:21.098Z Compiling regex v1.12.3
16512026-08-12T23:22:21.188Z Compiling hubpack_derive v0.1.1
16522026-08-12T23:22:21.196Z Compiling futures-executor v0.3.32
16532026-08-12T23:22:21.448Z Compiling strum_macros v0.27.2
16542026-08-12T23:22:21.483Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-12T23:22:21.625Z Compiling snafu-derive v0.8.9
16562026-08-12T23:22:22.162Z Compiling ref-cast-impl v1.0.25
16572026-08-12T23:22:22.221Z Compiling vergen v9.1.0
16582026-08-12T23:22:22.372Z Compiling cargo-platform v0.3.2
16592026-08-12T23:22:22.661Z Compiling ff v0.13.1
16602026-08-12T23:22:22.683Z Compiling fs-err v3.3.0
16612026-08-12T23:22:22.776Z Compiling unicode-segmentation v1.12.0
16622026-08-12T23:22:22.835Z Compiling object v0.37.3
16632026-08-12T23:22:22.940Z Compiling foldhash v0.2.0
16642026-08-12T23:22:23.176Z Compiling jiff-core v0.1.0
16652026-08-12T23:22:23.198Z Compiling bumpalo v3.20.2
16662026-08-12T23:22:23.198Z Compiling base16ct v0.2.0
16672026-08-12T23:22:23.347Z Compiling bitflags v1.3.2
16682026-08-12T23:22:23.375Z Compiling libbz2-rs-sys v0.2.2
16692026-08-12T23:22:23.395Z Compiling either v1.15.0
16702026-08-12T23:22:23.421Z Compiling path-slash v0.1.5
16712026-08-12T23:22:23.503Z Compiling foldhash v0.1.5
16722026-08-12T23:22:23.545Z Compiling same-file v1.0.6
16732026-08-12T23:22:23.603Z Compiling managed v0.8.0
16742026-08-12T23:22:23.684Z Compiling walkdir v2.5.0
16752026-08-12T23:22:23.712Z Compiling hashbrown v0.15.5
16762026-08-12T23:22:23.826Z Compiling bzip2 v0.6.1
16772026-08-12T23:22:23.992Z Compiling jiff v0.2.34
16782026-08-12T23:22:24.030Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-08-12T23:22:24.054Z Compiling snafu v0.8.9
16802026-08-12T23:22:24.175Z Compiling strum v0.27.2
16812026-08-12T23:22:24.279Z Compiling zopfli v0.8.3
16822026-08-12T23:22:24.319Z Compiling sec1 v0.7.3
16832026-08-12T23:22:24.451Z Compiling hashbrown v0.16.1
16842026-08-12T23:22:24.575Z Compiling group v0.13.0
16852026-08-12T23:22:24.771Z Compiling dof v0.3.0
16862026-08-12T23:22:24.787Z Compiling cargo_metadata v0.23.1
16872026-08-12T23:22:24.940Z Compiling test-strategy v0.4.5
16882026-08-12T23:22:25.459Z Compiling hubpack v0.1.2
16892026-08-12T23:22:25.539Z Compiling futures v0.3.32
16902026-08-12T23:22:25.637Z Compiling phf v0.13.1
16912026-08-12T23:22:25.794Z Compiling signal-hook-mio v0.2.5
16922026-08-12T23:22:25.918Z Compiling cookie_store v0.22.1
16932026-08-12T23:22:26.028Z Compiling zstd v0.13.3
16942026-08-12T23:22:26.180Z Compiling serde_with_macros v3.21.0
16952026-08-12T23:22:26.299Z Compiling reqwest v0.12.28
16962026-08-12T23:22:26.434Z Compiling cipher v0.5.2
16972026-08-12T23:22:26.607Z Compiling postgres-types v0.2.12
16982026-08-12T23:22:27.190Z Compiling usdt-attr-macro v0.6.0
16992026-08-12T23:22:27.346Z Compiling usdt-macro v0.6.0
17002026-08-12T23:22:27.574Z Compiling globset v0.4.18
17012026-08-12T23:22:27.937Z Compiling phf_shared v0.11.3
17022026-08-12T23:22:27.995Z Compiling hkdf v0.12.4
17032026-08-12T23:22:28.081Z Compiling dtrace-parser v0.2.0
17042026-08-12T23:22:28.090Z Compiling ed25519 v2.2.3
17052026-08-12T23:22:28.135Z Compiling byte-wrapper v0.1.0
17062026-08-12T23:22:28.157Z Compiling olpc-cjson v0.1.4
17072026-08-12T23:22:28.270Z Compiling serde_plain v1.0.2
17082026-08-12T23:22:28.334Z Compiling serde-big-array v0.5.1
17092026-08-12T23:22:28.439Z Compiling crypto-bigint v0.5.5
17102026-08-12T23:22:28.460Z Compiling enum-as-inner v0.6.1
17112026-08-12T23:22:28.469Z Compiling async-recursion v1.1.1
17122026-08-12T23:22:28.483Z Compiling serde_repr v0.1.20
17132026-08-12T23:22:28.806Z Compiling strum_macros v0.26.4
17142026-08-12T23:22:28.963Z Compiling pem v3.0.6
17152026-08-12T23:22:28.989Z Compiling float-cmp v0.10.0
17162026-08-12T23:22:29.013Z Compiling memmap2 v0.9.10
17172026-08-12T23:22:29.132Z Compiling thread-id v4.2.2
17182026-08-12T23:22:29.144Z Compiling cpufeatures v0.3.0
17192026-08-12T23:22:29.225Z Compiling difflib v0.4.0
17202026-08-12T23:22:29.263Z Compiling const-oid v0.10.2
17212026-08-12T23:22:29.287Z Compiling static_assertions v1.1.0
17222026-08-12T23:22:29.319Z Compiling fixedbitset v0.4.2
17232026-08-12T23:22:29.327Z Compiling whoami v2.1.0
17242026-08-12T23:22:29.437Z Compiling predicates-core v1.0.10
17252026-08-12T23:22:29.534Z Compiling winnow v1.0.3
17262026-08-12T23:22:29.620Z Compiling fixedbitset v0.5.7
17272026-08-12T23:22:29.687Z Compiling data-encoding v2.10.0
17282026-08-12T23:22:29.760Z Compiling typed-path v0.9.3
17292026-08-12T23:22:29.871Z Compiling precomputed-hash v0.1.1
17302026-08-12T23:22:29.928Z Compiling new_debug_unreachable v1.0.6
17312026-08-12T23:22:29.962Z Compiling normalize-line-endings v0.3.0
17322026-08-12T23:22:30.004Z Compiling keccak v0.1.6
17332026-08-12T23:22:30.058Z Compiling predicates v3.1.4
17342026-08-12T23:22:30.073Z Compiling string_cache v0.8.9
17352026-08-12T23:22:30.303Z Compiling sha3 v0.10.8
17362026-08-12T23:22:30.429Z Compiling hickory-proto v0.25.2
17372026-08-12T23:22:30.581Z Compiling strum v0.26.3
17382026-08-12T23:22:30.586Z Compiling toml_edit v0.22.27
17392026-08-12T23:22:30.717Z Compiling petgraph v0.8.3
17402026-08-12T23:22:30.742Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-12T23:22:30.802Z Compiling tokio-postgres v0.7.16
17422026-08-12T23:22:30.817Z Compiling petgraph v0.6.5
17432026-08-12T23:22:31.028Z Compiling elliptic-curve v0.13.8
17442026-08-12T23:22:31.401Z Compiling digest v0.11.3
17452026-08-12T23:22:31.436Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-08-12T23:22:31.629Z Compiling chacha20 v0.10.0
17472026-08-12T23:22:32.000Z Compiling usdt-impl v0.5.0
17482026-08-12T23:22:32.318Z Compiling usdt v0.6.0
17492026-08-12T23:22:32.581Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-12T23:22:32.588Z Compiling ed25519-dalek v2.2.0
17512026-08-12T23:22:32.676Z Compiling crossterm v0.28.1
17522026-08-12T23:22:33.024Z Compiling serde_with v3.21.0
17532026-08-12T23:22:33.337Z Compiling zip v4.6.1
17542026-08-12T23:22:34.086Z Compiling iddqd v0.4.2
17552026-08-12T23:22:34.371Z Compiling itertools v0.13.0
17562026-08-12T23:22:34.667Z Compiling itertools v0.15.0
17572026-08-12T23:22:34.822Z Compiling similar v2.7.0
17582026-08-12T23:22:34.844Z Compiling heck v0.4.1
17592026-08-12T23:22:35.083Z Compiling crossbeam-epoch v0.9.18
17602026-08-12T23:22:35.127Z Compiling tokio-stream v0.1.18
17612026-08-12T23:22:35.361Z Compiling buf-list v1.1.2
17622026-08-12T23:22:35.436Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-12T23:22:35.581Z Compiling openapiv3 v2.2.0
17642026-08-12T23:22:35.674Z Compiling peg-runtime v0.8.5
17652026-08-12T23:22:35.701Z Compiling lalrpop-util v0.19.12
17662026-08-12T23:22:35.702Z Compiling thread_local v1.1.9
17672026-08-12T23:22:35.715Z Compiling slog-async v2.8.0
17682026-08-12T23:22:36.263Z Compiling crossbeam-channel v0.5.15
17692026-08-12T23:22:36.271Z Compiling is-terminal v0.4.17
17702026-08-12T23:22:36.271Z Compiling filetime v0.2.27
17712026-08-12T23:22:36.271Z Compiling xattr v1.6.1
17722026-08-12T23:22:36.271Z Compiling take_mut v0.2.2
17732026-08-12T23:22:36.271Z Compiling term v1.2.1
17742026-08-12T23:22:36.271Z Compiling camino-tempfile v1.4.1
17752026-08-12T23:22:36.271Z Compiling tar v0.4.46
17762026-08-12T23:22:36.307Z Compiling slog-term v2.9.2
17772026-08-12T23:22:42.549Z Compiling rustls-webpki v0.103.13
17782026-08-12T23:22:45.255Z Compiling tokio-rustls v0.26.4
17792026-08-12T23:22:45.255Z Compiling rustls-platform-verifier v0.6.2
17802026-08-12T23:22:45.258Z Compiling tough v0.22.0
17812026-08-12T23:22:45.483Z Compiling hyper-rustls v0.27.7
17822026-08-12T23:22:45.678Z Compiling reqwest v0.13.2
17832026-08-12T23:22:47.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-12T23:22:48.127Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-12T23:22:51.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-12T23:22:51.236Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-12T23:22:51.288ZAug 12 23:22:49.675 INFO Starting download, target: Clickhouse
17882026-08-12T23:22:51.288ZAug 12 23:22:49.676 INFO Starting download, target: Cockroach
17892026-08-12T23:22:51.288ZAug 12 23:22:49.676 INFO Starting download, target: Console
17902026-08-12T23:22:51.288ZAug 12 23:22:49.676 INFO Starting download, target: DendriteStub
17912026-08-12T23:22:51.295ZAug 12 23:22:49.676 INFO Starting download, target: MaghemiteMgd
17922026-08-12T23:22:51.295ZAug 12 23:22:49.676 INFO Starting download, target: MaghemiteDdmd
17932026-08-12T23:22:51.295ZAug 12 23:22:49.676 INFO Starting download, target: TransceiverControl
17942026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17982026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-12T23:22:51.296ZAug 12 23:22:49.676 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-12T23:22:52.353ZAug 12 23:22:50.709 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-12T23:22:52.615ZAug 12 23:22:50.932 INFO Download complete, target: TransceiverControl
18032026-08-12T23:22:53.045ZAug 12 23:22:51.438 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-12T23:22:53.272ZAug 12 23:22:51.644 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-08-12T23:22:53.333ZAug 12 23:22:51.696 INFO Download complete, target: Console
18062026-08-12T23:22:54.496ZAug 12 23:22:52.894 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-12T23:22:54.559ZAug 12 23:22:52.951 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-12T23:22:54.932ZAug 12 23:22:53.330 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-12T23:22:55.218ZAug 12 23:22:53.617 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-12T23:22:55.218ZAug 12 23:22:53.617 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-12T23:22:56.447ZAug 12 23:22:54.845 INFO Download complete, target: MaghemiteDdmd
18122026-08-12T23:22:57.093ZAug 12 23:22:55.491 INFO Download complete, target: DendriteStub
18132026-08-12T23:22:57.564ZAug 12 23:22:55.963 INFO Download complete, target: MaghemiteMgd
18142026-08-12T23:22:59.943ZAug 12 23:22:58.341 INFO Checking that binary works, target: Cockroach
18152026-08-12T23:23:00.062ZAug 12 23:22:58.459 INFO Download complete, target: Cockroach
18162026-08-12T23:23:00.269ZAug 12 23:22:58.668 INFO Checking that binary works, target: Clickhouse
18172026-08-12T23:23:00.399ZAug 12 23:22:58.797 INFO Download complete, target: Clickhouse
18182026-08-12T23:23:00.414ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-12T23:23:00.417Z
18202026-08-12T23:23:00.417Zreal 2:08.455964003
18212026-08-12T23:23:00.417Zuser 7:13.325038081
18222026-08-12T23:23:00.417Zsys 1:26.240335760
18232026-08-12T23:23:00.417Ztrap 0.247602759
18242026-08-12T23:23:00.417Ztflt 0.561093748
18252026-08-12T23:23:00.417Zdflt 0.912838086
18262026-08-12T23:23:00.417Zkflt 0.030602264
18272026-08-12T23:23:00.417Zlock 26:56.658641713
18282026-08-12T23:23:00.417Zslp 21:41.754716941
18292026-08-12T23:23:00.417Zlat 45.886414444
18302026-08-12T23:23:00.417Zstop 2:43.187262530
18312026-08-12T23:23:00.417Z+ banner hack-check
18322026-08-12T23:23:00.417Z
18332026-08-12T23:23:00.417Z # # ## #### # # #### # # ###### #### # #
18342026-08-12T23:23:00.417Z # # # # # # # # # # # # # # # # #
18352026-08-12T23:23:00.417Z ###### # # # #### ##### # ###### ##### # ####
18362026-08-12T23:23:00.417Z # # ###### # # # # # # # # # #
18372026-08-12T23:23:00.417Z # # # # # # # # # # # # # # # # #
18382026-08-12T23:23:00.417Z # # # # #### # # #### # # ###### #### # #
18392026-08-12T23:23:00.417Z
18402026-08-12T23:23:00.417Z+ export CARGO_INCREMENTAL=0
18412026-08-12T23:23:00.417Z+ CARGO_INCREMENTAL=0
18422026-08-12T23:23:00.417Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-08-12T23:23:00.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-12T23:23:01.208Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-12T23:23:03.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18462026-08-12T23:23:03.087Z Running `target/debug/xtask check-features --ci`
18472026-08-12T23:23:03.114Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-08-12T23:23:03.117Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-08-12T23:23:03.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-08-12T23:23:03.567Z Running `target/debug/xtask download cargo-hack`
18512026-08-12T23:23:04.347Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-08-12T23:23:04.664Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-08-12T23:23:07.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
18542026-08-12T23:23:07.445Z Running `target/debug/xtask-downloader cargo-hack`
18552026-08-12T23:23:07.485ZAug 12 23:23:05.881 INFO Starting download, target: CargoHack
18562026-08-12T23:23:07.488ZAug 12 23:23:05.882 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-08-12T23:23:07.691ZAug 12 23:23:06.088 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-08-12T23:23:07.740ZAug 12 23:23:06.139 INFO Download complete, target: CargoHack
18592026-08-12T23:23:07.743Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-08-12T23:23:07.756Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-08-12T23:23:07.917Zinfo: running `cargo check --bins` on api_identity (1/334)
18622026-08-12T23:23:08.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-12T23:23:08.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-12T23:23:08.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-12T23:23:08.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18662026-08-12T23:23:08.490Z
18672026-08-12T23:23:08.490Zinfo: running `cargo check --bins` on bootstore (2/334)
18682026-08-12T23:23:08.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-12T23:23:08.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-12T23:23:08.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-12T23:23:08.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18722026-08-12T23:23:09.025Z
18732026-08-12T23:23:09.025Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18742026-08-12T23:23:09.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-12T23:23:09.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-12T23:23:09.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-12T23:23:09.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18782026-08-12T23:23:09.572Z
18792026-08-12T23:23:09.572Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18802026-08-12T23:23:10.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-12T23:23:10.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-12T23:23:10.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-12T23:23:10.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18842026-08-12T23:23:10.127Z
18852026-08-12T23:23:10.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18862026-08-12T23:23:10.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-12T23:23:10.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-12T23:23:10.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-12T23:23:10.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-12T23:23:10.677Z
18912026-08-12T23:23:10.677Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18922026-08-12T23:23:11.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-12T23:23:11.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-12T23:23:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-12T23:23:11.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18962026-08-12T23:23:11.242Z
18972026-08-12T23:23:11.242Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18982026-08-12T23:23:11.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-12T23:23:11.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-12T23:23:11.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-12T23:23:11.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19022026-08-12T23:23:11.809Z
19032026-08-12T23:23:11.809Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
19042026-08-12T23:23:12.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-12T23:23:12.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-12T23:23:12.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-12T23:23:12.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19082026-08-12T23:23:12.371Z
19092026-08-12T23:23:12.372Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19102026-08-12T23:23:12.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-12T23:23:12.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-12T23:23:12.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-12T23:23:12.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-12T23:23:12.790Z
19152026-08-12T23:23:12.790Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19162026-08-12T23:23:13.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-12T23:23:13.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-12T23:23:13.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-12T23:23:13.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-08-12T23:23:13.201Z
19212026-08-12T23:23:13.202Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19222026-08-12T23:23:13.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-12T23:23:13.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-12T23:23:13.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-12T23:23:13.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-08-12T23:23:13.621Z
19272026-08-12T23:23:13.621Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19282026-08-12T23:23:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-12T23:23:13.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-12T23:23:13.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-12T23:23:13.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-12T23:23:14.027Z
19332026-08-12T23:23:14.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19342026-08-12T23:23:14.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-12T23:23:14.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-12T23:23:14.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-12T23:23:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-12T23:23:14.432Z
19392026-08-12T23:23:14.432Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19402026-08-12T23:23:14.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-12T23:23:14.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-12T23:23:14.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-12T23:23:14.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-12T23:23:14.847Z
19452026-08-12T23:23:14.847Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19462026-08-12T23:23:15.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-12T23:23:15.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-12T23:23:15.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-12T23:23:15.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-12T23:23:15.307Z
19512026-08-12T23:23:15.307Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19522026-08-12T23:23:15.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-12T23:23:15.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-12T23:23:15.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-12T23:23:15.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-12T23:23:15.675Z
19572026-08-12T23:23:15.675Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19582026-08-12T23:23:16.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-12T23:23:16.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-12T23:23:16.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-12T23:23:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-12T23:23:16.089Z
19632026-08-12T23:23:16.089Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19642026-08-12T23:23:16.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-12T23:23:16.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-12T23:23:16.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-12T23:23:16.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-12T23:23:16.501Z
19692026-08-12T23:23:16.501Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19702026-08-12T23:23:16.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-12T23:23:16.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-12T23:23:16.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-12T23:23:16.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-12T23:23:16.915Z
19752026-08-12T23:23:16.915Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19762026-08-12T23:23:17.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-12T23:23:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-12T23:23:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-12T23:23:17.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-12T23:23:17.331Z
19812026-08-12T23:23:17.331Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19822026-08-12T23:23:17.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-12T23:23:17.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-12T23:23:17.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-12T23:23:17.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-12T23:23:17.750Z
19872026-08-12T23:23:17.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19882026-08-12T23:23:18.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-12T23:23:18.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-12T23:23:18.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-12T23:23:18.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-12T23:23:18.167Z
19932026-08-12T23:23:18.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19942026-08-12T23:23:18.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-12T23:23:18.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-12T23:23:18.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-12T23:23:18.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-12T23:23:18.582Z
19992026-08-12T23:23:18.582Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
20002026-08-12T23:23:18.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-12T23:23:18.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-12T23:23:18.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-12T23:23:18.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-12T23:23:19.001Z
20052026-08-12T23:23:19.001Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20062026-08-12T23:23:19.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-12T23:23:19.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-12T23:23:19.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-12T23:23:19.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-12T23:23:19.419Z
20112026-08-12T23:23:19.419Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20122026-08-12T23:23:19.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-12T23:23:19.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-12T23:23:19.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-12T23:23:19.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-12T23:23:19.839Z
20172026-08-12T23:23:19.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20182026-08-12T23:23:20.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-12T23:23:20.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-12T23:23:20.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-12T23:23:20.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-12T23:23:20.253Z
20232026-08-12T23:23:20.253Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20242026-08-12T23:23:20.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-12T23:23:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-12T23:23:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-12T23:23:20.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-12T23:23:20.671Z
20292026-08-12T23:23:20.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20302026-08-12T23:23:21.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-12T23:23:21.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-12T23:23:21.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-12T23:23:21.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-12T23:23:21.089Z
20352026-08-12T23:23:21.089Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20362026-08-12T23:23:21.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-12T23:23:21.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-12T23:23:21.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-12T23:23:21.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-12T23:23:21.504Z
20412026-08-12T23:23:21.504Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20422026-08-12T23:23:21.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-12T23:23:21.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-12T23:23:21.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-12T23:23:21.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-12T23:23:21.920Z
20472026-08-12T23:23:21.920Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20482026-08-12T23:23:22.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-12T23:23:22.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-12T23:23:22.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-12T23:23:22.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-12T23:23:22.339Z
20532026-08-12T23:23:22.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20542026-08-12T23:23:22.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-12T23:23:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-12T23:23:22.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-12T23:23:22.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-12T23:23:22.756Z
20592026-08-12T23:23:22.756Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20602026-08-12T23:23:23.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-12T23:23:23.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-12T23:23:23.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-12T23:23:23.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-12T23:23:23.170Z
20652026-08-12T23:23:23.170Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20662026-08-12T23:23:23.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-12T23:23:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-12T23:23:23.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-12T23:23:23.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-12T23:23:23.583Z
20712026-08-12T23:23:23.583Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20722026-08-12T23:23:23.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-12T23:23:23.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-12T23:23:23.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-12T23:23:23.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-12T23:23:23.997Z
20772026-08-12T23:23:23.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20782026-08-12T23:23:24.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-12T23:23:24.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-12T23:23:24.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-12T23:23:24.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-12T23:23:24.410Z
20832026-08-12T23:23:24.410Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20842026-08-12T23:23:24.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-12T23:23:24.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-12T23:23:24.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-12T23:23:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-12T23:23:24.826Z
20892026-08-12T23:23:24.827Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20902026-08-12T23:23:25.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-12T23:23:25.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-12T23:23:25.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-12T23:23:25.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-12T23:23:25.241Z
20952026-08-12T23:23:25.241Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20962026-08-12T23:23:25.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-12T23:23:25.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-12T23:23:25.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-12T23:23:25.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-12T23:23:25.661Z
21012026-08-12T23:23:25.661Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
21022026-08-12T23:23:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-12T23:23:26.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-12T23:23:26.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-12T23:23:26.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-12T23:23:26.079Z
21072026-08-12T23:23:26.079Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21082026-08-12T23:23:26.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-12T23:23:26.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-12T23:23:26.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-12T23:23:26.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-12T23:23:26.498Z
21132026-08-12T23:23:26.498Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21142026-08-12T23:23:26.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-12T23:23:26.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-12T23:23:26.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-12T23:23:26.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-12T23:23:26.916Z
21192026-08-12T23:23:26.916Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21202026-08-12T23:23:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-12T23:23:27.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-12T23:23:27.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-12T23:23:27.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-12T23:23:27.331Z
21252026-08-12T23:23:27.331Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21262026-08-12T23:23:27.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-12T23:23:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-12T23:23:27.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-12T23:23:27.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-12T23:23:27.750Z
21312026-08-12T23:23:27.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21322026-08-12T23:23:28.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-12T23:23:28.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-12T23:23:28.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-12T23:23:28.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-12T23:23:28.168Z
21372026-08-12T23:23:28.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21382026-08-12T23:23:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-12T23:23:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-12T23:23:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-12T23:23:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-12T23:23:28.586Z
21432026-08-12T23:23:28.586Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21442026-08-12T23:23:28.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-12T23:23:28.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-12T23:23:28.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-12T23:23:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-12T23:23:29.007Z
21492026-08-12T23:23:29.007Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21502026-08-12T23:23:29.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-12T23:23:29.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-12T23:23:29.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-12T23:23:29.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-12T23:23:29.608Z
21552026-08-12T23:23:29.608Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21562026-08-12T23:23:30.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-12T23:23:30.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-12T23:23:30.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-12T23:23:30.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-08-12T23:23:30.212Z
21612026-08-12T23:23:30.212Zinfo: running `cargo check --bins` on nexus-config (51/334)
21622026-08-12T23:23:30.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-12T23:23:30.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-12T23:23:30.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-12T23:23:30.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-08-12T23:23:30.811Z
21672026-08-12T23:23:30.811Zinfo: running `cargo check --bins` on nexus-types (52/334)
21682026-08-12T23:23:31.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-12T23:23:31.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-12T23:23:31.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-12T23:23:31.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-08-12T23:23:31.413Z
21732026-08-12T23:23:31.413Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21742026-08-12T23:23:31.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-12T23:23:31.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-12T23:23:31.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-12T23:23:31.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-08-12T23:23:31.987Z
21792026-08-12T23:23:31.987Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21802026-08-12T23:23:32.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-12T23:23:32.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-12T23:23:32.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-12T23:23:32.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21842026-08-12T23:23:32.542Z
21852026-08-12T23:23:32.542Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21862026-08-12T23:23:33.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-12T23:23:33.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-12T23:23:33.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-12T23:23:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-12T23:23:33.115Z
21912026-08-12T23:23:33.115Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21922026-08-12T23:23:33.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-12T23:23:33.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-12T23:23:33.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-12T23:23:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-12T23:23:33.683Z
21972026-08-12T23:23:33.683Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21982026-08-12T23:23:34.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-12T23:23:34.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-12T23:23:34.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-12T23:23:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-12T23:23:34.254Z
22032026-08-12T23:23:34.254Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
22042026-08-12T23:23:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-12T23:23:34.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-12T23:23:34.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-12T23:23:34.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-12T23:23:34.827Z
22092026-08-12T23:23:34.827Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22102026-08-12T23:23:35.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-12T23:23:35.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-12T23:23:35.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-12T23:23:35.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22142026-08-12T23:23:35.382Z
22152026-08-12T23:23:35.382Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22162026-08-12T23:23:35.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-12T23:23:35.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-12T23:23:35.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-12T23:23:35.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-12T23:23:35.930Z
22212026-08-12T23:23:35.930Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22222026-08-12T23:23:36.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-12T23:23:36.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-12T23:23:36.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-12T23:23:36.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-12T23:23:36.480Z
22272026-08-12T23:23:36.480Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22282026-08-12T23:23:36.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-12T23:23:36.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-12T23:23:36.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-12T23:23:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-08-12T23:23:37.030Z
22332026-08-12T23:23:37.030Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22342026-08-12T23:23:37.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-12T23:23:37.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-12T23:23:37.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-12T23:23:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-08-12T23:23:37.599Z
22392026-08-12T23:23:37.599Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22402026-08-12T23:23:38.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-12T23:23:38.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-12T23:23:38.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-12T23:23:38.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-08-12T23:23:38.171Z
22452026-08-12T23:23:38.171Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22462026-08-12T23:23:38.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-12T23:23:38.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-12T23:23:38.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-12T23:23:38.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-12T23:23:38.732Z
22512026-08-12T23:23:38.736Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22522026-08-12T23:23:39.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-12T23:23:39.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-12T23:23:39.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-12T23:23:39.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-12T23:23:39.296Z
22572026-08-12T23:23:39.296Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22582026-08-12T23:23:39.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-12T23:23:39.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-12T23:23:39.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-12T23:23:39.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-12T23:23:39.861Z
22632026-08-12T23:23:39.861Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22642026-08-12T23:23:40.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-12T23:23:40.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-12T23:23:40.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-12T23:23:40.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-12T23:23:40.427Z
22692026-08-12T23:23:40.427Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22702026-08-12T23:23:40.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-12T23:23:40.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-12T23:23:40.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-12T23:23:40.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-12T23:23:40.981Z
22752026-08-12T23:23:40.981Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22762026-08-12T23:23:41.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-12T23:23:41.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-12T23:23:41.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-12T23:23:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-12T23:23:41.537Z
22812026-08-12T23:23:41.537Zinfo: running `cargo check --bins` on ereport-types (71/334)
22822026-08-12T23:23:42.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-12T23:23:42.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-12T23:23:42.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-12T23:23:42.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-12T23:23:42.101Z
22872026-08-12T23:23:42.101Zinfo: running `cargo check --bins` on gateway-client (72/334)
22882026-08-12T23:23:42.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-12T23:23:42.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-12T23:23:42.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-12T23:23:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-12T23:23:42.666Z
22932026-08-12T23:23:42.666Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22942026-08-12T23:23:43.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-12T23:23:43.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-12T23:23:43.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-12T23:23:43.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-12T23:23:43.226Z
22992026-08-12T23:23:43.226Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
23002026-08-12T23:23:43.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-12T23:23:43.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-12T23:23:43.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-12T23:23:43.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23042026-08-12T23:23:43.792Z
23052026-08-12T23:23:43.792Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23062026-08-12T23:23:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-12T23:23:44.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-12T23:23:44.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-12T23:23:44.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23102026-08-12T23:23:44.375Z
23112026-08-12T23:23:44.375Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23122026-08-12T23:23:44.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-12T23:23:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-12T23:23:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-12T23:23:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23162026-08-12T23:23:44.959Z
23172026-08-12T23:23:44.959Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23182026-08-12T23:23:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-12T23:23:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-12T23:23:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-12T23:23:45.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-12T23:23:45.510Z
23232026-08-12T23:23:45.510Zinfo: running `cargo check --bins` on oxlog (78/334)
23242026-08-12T23:23:45.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-12T23:23:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-12T23:23:46.107Z Checking cfg-if v1.0.4
23272026-08-12T23:23:46.213Z Checking libc v0.2.185
23282026-08-12T23:23:46.219Z Checking serde_core v1.0.228
23292026-08-12T23:23:46.226Z Checking memchr v2.8.0
23302026-08-12T23:23:46.233Z Checking zeroize v1.9.0
23312026-08-12T23:23:46.242Z Checking log v0.4.29
23322026-08-12T23:23:46.242Z Checking smallvec v1.15.1
23332026-08-12T23:23:46.263Z Checking subtle v2.6.1
23342026-08-12T23:23:46.273Z Checking itoa v1.0.17
23352026-08-12T23:23:46.384Z Checking scopeguard v1.2.0
23362026-08-12T23:23:46.399Z Checking typenum v1.20.1
23372026-08-12T23:23:46.409Z Checking stable_deref_trait v1.2.1
23382026-08-12T23:23:46.421Z Checking zerofrom v0.1.6
23392026-08-12T23:23:46.434Z Checking zerocopy v0.8.40
23402026-08-12T23:23:46.477Z Checking portable-atomic v1.13.1
23412026-08-12T23:23:46.490Z Checking lock_api v0.4.14
23422026-08-12T23:23:46.534Z Checking yoke v0.8.1
23432026-08-12T23:23:46.589Z Checking critical-section v1.2.0
23442026-08-12T23:23:46.610Z Checking errno v0.3.14
23452026-08-12T23:23:46.685Z Checking getrandom v0.2.17
23462026-08-12T23:23:46.699Z Checking const-oid v0.9.6
23472026-08-12T23:23:46.711Z Checking zerovec v0.11.5
23482026-08-12T23:23:46.725Z Checking pin-project-lite v0.2.17
23492026-08-12T23:23:46.815Z Checking libm v0.2.16
23502026-08-12T23:23:46.831Z Checking rand_core v0.6.4
23512026-08-12T23:23:46.885Z Checking once_cell v1.21.3
23522026-08-12T23:23:47.003Z Checking zmij v1.0.21
23532026-08-12T23:23:47.069Z Checking signal-hook-registry v1.4.8
23542026-08-12T23:23:47.134Z Checking tinystr v0.8.2
23552026-08-12T23:23:47.145Z Checking generic-array v0.14.7
23562026-08-12T23:23:47.215Z Checking parking_lot_core v0.9.12
23572026-08-12T23:23:47.229Z Checking futures-core v0.3.32
23582026-08-12T23:23:47.311Z Checking writeable v0.6.2
23592026-08-12T23:23:47.352Z Checking rand_core v0.10.0
23602026-08-12T23:23:47.367Z Checking percent-encoding v2.3.2
23612026-08-12T23:23:47.403Z Checking litemap v0.8.1
23622026-08-12T23:23:47.470Z Checking parking_lot v0.12.5
23632026-08-12T23:23:47.491Z Checking getrandom v0.4.1
23642026-08-12T23:23:47.503Z Checking potential_utf v0.1.4
23652026-08-12T23:23:47.515Z Checking num-traits v0.2.19
23662026-08-12T23:23:47.571Z Checking icu_locale_core v2.1.1
23672026-08-12T23:23:47.595Z Checking zerotrie v0.2.3
23682026-08-12T23:23:47.628Z Checking mio v1.2.0
23692026-08-12T23:23:47.642Z Checking equivalent v1.0.2
23702026-08-12T23:23:47.666Z Checking icu_collections v2.1.1
23712026-08-12T23:23:47.702Z Checking serde v1.0.228
23722026-08-12T23:23:47.718Z Checking bitflags v2.11.0
23732026-08-12T23:23:47.832Z Checking serde_json v1.0.151
23742026-08-12T23:23:47.883Z Checking socket2 v0.6.3
23752026-08-12T23:23:47.910Z Checking icu_properties_data v2.1.2
23762026-08-12T23:23:47.967Z Checking icu_normalizer_data v2.1.1
23772026-08-12T23:23:48.036Z Checking byteorder v1.5.0
23782026-08-12T23:23:48.051Z Checking crypto-common v0.1.7
23792026-08-12T23:23:48.074Z Checking block-buffer v0.10.4
23802026-08-12T23:23:48.100Z Checking bytes v1.11.1
23812026-08-12T23:23:48.115Z Checking icu_provider v2.1.1
23822026-08-12T23:23:48.128Z Checking futures-sink v0.3.32
23832026-08-12T23:23:48.165Z Checking hashbrown v0.17.0
23842026-08-12T23:23:48.208Z Checking digest v0.10.7
23852026-08-12T23:23:48.220Z Checking futures-channel v0.3.32
23862026-08-12T23:23:48.236Z Checking getrandom v0.3.4
23872026-08-12T23:23:48.346Z Checking icu_normalizer v2.1.1
23882026-08-12T23:23:48.378Z Checking icu_properties v2.1.2
23892026-08-12T23:23:48.397Z Checking slab v0.4.12
23902026-08-12T23:23:48.410Z Checking futures-io v0.3.32
23912026-08-12T23:23:48.507Z Checking utf8_iter v1.0.4
23922026-08-12T23:23:48.521Z Checking futures-task v0.3.32
23932026-08-12T23:23:48.543Z Checking tokio v1.52.1
23942026-08-12T23:23:48.556Z Checking form_urlencoded v1.2.2
23952026-08-12T23:23:48.631Z Checking rustix v1.1.3
23962026-08-12T23:23:48.644Z Checking indexmap v2.14.0
23972026-08-12T23:23:48.656Z Checking futures-util v0.3.32
23982026-08-12T23:23:48.669Z Checking fnv v1.0.7
23992026-08-12T23:23:48.680Z Checking base64ct v1.8.3
24002026-08-12T23:23:48.755Z Checking iana-time-zone v0.1.65
24012026-08-12T23:23:48.863Z Checking flagset v0.4.7
24022026-08-12T23:23:48.910Z Checking pem-rfc7468 v0.7.0
24032026-08-12T23:23:48.984Z Checking chrono v0.4.45
24042026-08-12T23:23:49.066Z Checking der v0.7.10
24052026-08-12T23:23:49.203Z Checking idna_adapter v1.2.1
24062026-08-12T23:23:49.206Z Checking rand_core v0.9.5
24072026-08-12T23:23:49.232Z Checking ppv-lite86 v0.2.21
24082026-08-12T23:23:49.322Z Checking idna v1.1.0
24092026-08-12T23:23:49.388Z Checking uuid v1.23.4
24102026-08-12T23:23:49.461Z Checking regex-syntax v0.8.10
24112026-08-12T23:23:49.519Z Checking base64 v0.22.1
24122026-08-12T23:23:49.564Z Checking url v2.5.8
24132026-08-12T23:23:49.711Z Checking http v1.4.2
24142026-08-12T23:23:49.762Z Checking utf8parse v0.2.2
24152026-08-12T23:23:49.803Z Checking spki v0.7.3
24162026-08-12T23:23:49.826Z Checking rand_chacha v0.9.0
24172026-08-12T23:23:49.862Z Checking tracing-core v0.1.36
24182026-08-12T23:23:49.969Z Checking anstyle v1.0.14
24192026-08-12T23:23:50.014Z Checking cpufeatures v0.2.17
24202026-08-12T23:23:50.027Z Checking dyn-clone v1.0.20
24212026-08-12T23:23:50.083Z Checking rand v0.9.2
24222026-08-12T23:23:50.130Z Checking pkcs8 v0.10.2
24232026-08-12T23:23:50.150Z Checking semver v1.0.28
24242026-08-12T23:23:50.167Z Checking tracing v0.1.44
24252026-08-12T23:23:50.280Z Checking http-body v1.0.1
24262026-08-12T23:23:50.292Z Checking spin v0.9.8
24272026-08-12T23:23:50.355Z Checking rustls-pki-types v1.14.0
24282026-08-12T23:23:50.370Z Checking openssl-probe v0.2.1
24292026-08-12T23:23:50.407Z Checking tinyvec_macros v0.1.1
24302026-08-12T23:23:50.469Z Checking cmov v0.5.4
24312026-08-12T23:23:50.483Z Checking colorchoice v1.0.4
24322026-08-12T23:23:50.487Z Checking anstyle-query v1.1.5
24332026-08-12T23:23:50.550Z Checking is_terminal_polyfill v1.70.2
24342026-08-12T23:23:50.565Z Checking tinyvec v1.10.0
24352026-08-12T23:23:50.580Z Checking schemars v0.8.22
24362026-08-12T23:23:50.593Z Checking sha2 v0.10.9
24372026-08-12T23:23:50.640Z Checking aws-lc-sys v0.40.0
24382026-08-12T23:23:50.640Z Checking thiserror v2.0.18
24392026-08-12T23:23:50.663Z Checking ctutils v0.4.2
24402026-08-12T23:23:50.740Z Checking try-lock v0.2.5
24412026-08-12T23:23:50.760Z Checking tower-layer v0.3.3
24422026-08-12T23:23:50.839Z Checking untrusted v0.7.1
24432026-08-12T23:23:50.863Z Checking atomic-waker v1.1.2
24442026-08-12T23:23:50.876Z Checking tower-service v0.3.3
24452026-08-12T23:23:50.880Z Checking fastrand v2.3.0
24462026-08-12T23:23:50.906Z Checking hybrid-array v0.4.13
24472026-08-12T23:23:50.948Z Checking want v0.3.1
24482026-08-12T23:23:50.961Z Checking anstyle-parse v1.0.0
24492026-08-12T23:23:50.975Z Checking ipnet v2.11.0
24502026-08-12T23:23:51.078Z Checking httparse v1.10.1
24512026-08-12T23:23:51.081Z Checking tempfile v3.25.0
24522026-08-12T23:23:51.110Z Checking crc32fast v1.5.0
24532026-08-12T23:23:51.165Z Checking aws-lc-rs v1.16.3
24542026-08-12T23:23:51.241Z Checking aho-corasick v1.1.4
24552026-08-12T23:23:51.252Z Checking foreign-types-shared v0.1.1
24562026-08-12T23:23:51.252Z Checking untrusted v0.9.0
24572026-08-12T23:23:51.283Z Checking tap v1.0.1
24582026-08-12T23:23:51.298Z Checking httpdate v1.0.3
24592026-08-12T23:23:51.332Z Checking simd-adler32 v0.3.8
24602026-08-12T23:23:51.369Z Checking plain v0.2.3
24612026-08-12T23:23:51.386Z Checking wyz v0.5.1
24622026-08-12T23:23:51.442Z Checking foreign-types v0.3.2
24632026-08-12T23:23:51.470Z Checking anstream v1.0.0
24642026-08-12T23:23:51.503Z Checking unicode-normalization v0.1.25
24652026-08-12T23:23:51.517Z Checking rand_chacha v0.3.1
24662026-08-12T23:23:51.562Z Checking terminal_size v0.4.3
24672026-08-12T23:23:51.670Z Checking radium v0.7.0
24682026-08-12T23:23:51.683Z Checking signature v2.2.0
24692026-08-12T23:23:51.694Z Checking hex v0.4.3
24702026-08-12T23:23:51.721Z Checking num-integer v0.1.46
24712026-08-12T23:23:51.809Z Checking openssl-sys v0.9.117
24722026-08-12T23:23:51.823Z Checking tokio-util v0.7.18
24732026-08-12T23:23:51.843Z Checking wait-timeout v0.2.1
24742026-08-12T23:23:51.909Z Checking bit-vec v0.8.0
24752026-08-12T23:23:51.922Z Checking regex-automata v0.4.14
24762026-08-12T23:23:51.925Z Checking clap_lex v1.0.0
24772026-08-12T23:23:51.946Z Checking strsim v0.11.1
24782026-08-12T23:23:51.964Z Checking unicode-ident v1.0.24
24792026-08-12T23:23:52.048Z Checking rustls-webpki v0.103.13
24802026-08-12T23:23:52.069Z Checking funty v2.0.0
24812026-08-12T23:23:52.084Z Checking adler2 v2.0.1
24822026-08-12T23:23:52.100Z Checking quick-error v1.2.3
24832026-08-12T23:23:52.112Z Checking ucd-trie v0.1.7
24842026-08-12T23:23:52.171Z Checking openssl v0.10.80
24852026-08-12T23:23:52.184Z Checking miniz_oxide v0.8.9
24862026-08-12T23:23:52.197Z Checking rusty-fork v0.3.1
24872026-08-12T23:23:52.240Z Checking pest v2.8.6
24882026-08-12T23:23:52.368Z Checking clap_builder v4.6.0
24892026-08-12T23:23:52.380Z Checking bitvec v1.0.1
24902026-08-12T23:23:52.421Z Checking rustls v0.23.41
24912026-08-12T23:23:52.438Z Checking h2 v0.4.15
24922026-08-12T23:23:52.538Z Checking bit-set v0.8.0
24932026-08-12T23:23:52.685Z Checking proc-macro2 v1.0.106
24942026-08-12T23:23:52.994Z Checking num-iter v0.1.45
24952026-08-12T23:23:53.106Z Checking rand v0.8.6
24962026-08-12T23:23:53.298Z Checking lazy_static v1.5.0
24972026-08-12T23:23:53.389Z Checking anstyle-parse v0.2.7
24982026-08-12T23:23:53.542Z Checking rand_xorshift v0.4.0
24992026-08-12T23:23:53.576Z Checking thiserror v1.0.69
25002026-08-12T23:23:53.615Z Checking maybe-uninit v2.0.0
25012026-08-12T23:23:53.659Z Checking hmac v0.12.1
25022026-08-12T23:23:53.673Z Checking serde_spanned v0.6.9
25032026-08-12T23:23:53.685Z Checking toml_datetime v0.6.11
25042026-08-12T23:23:53.689Z Checking sync_wrapper v1.0.2
25052026-08-12T23:23:53.724Z Checking powerfmt v0.2.0
25062026-08-12T23:23:53.790Z Checking zlib-rs v0.6.2
25072026-08-12T23:23:53.790Z Checking unarray v0.1.4
25082026-08-12T23:23:53.813Z Checking crc-catalog v2.4.0
25092026-08-12T23:23:53.860Z Checking siphasher v1.0.2
25102026-08-12T23:23:53.874Z Checking pretty-hex v0.4.1
25112026-08-12T23:23:53.898Z Checking nodrop v0.1.14
25122026-08-12T23:23:53.909Z Checking proptest v1.11.0
25132026-08-12T23:23:53.983Z Checking array-init v0.0.4
25142026-08-12T23:23:53.986Z Checking crc v3.4.0
25152026-08-12T23:23:54.013Z Checking deranged v0.5.8
25162026-08-12T23:23:54.162Z Checking tower v0.5.3
25172026-08-12T23:23:54.175Z Checking native-tls v0.2.18
25182026-08-12T23:23:54.276Z Checking smallvec v0.6.14
25192026-08-12T23:23:54.352Z Checking packed_struct v0.10.1
25202026-08-12T23:23:54.462Z Checking num-bigint-dig v0.8.6
25212026-08-12T23:23:54.548Z Checking clap v4.6.1
25222026-08-12T23:23:54.629Z Checking anstream v0.6.21
25232026-08-12T23:23:54.659Z Checking quote v1.0.45
25242026-08-12T23:23:54.673Z Checking flate2 v1.1.9
25252026-08-12T23:23:54.827Z Checking ipnetwork v0.21.1
25262026-08-12T23:23:54.841Z Checking http-body-util v0.1.3
25272026-08-12T23:23:54.930Z Checking pkcs1 v0.7.5
25282026-08-12T23:23:54.959Z Checking crossbeam-utils v0.8.21
25292026-08-12T23:23:55.044Z Checking zerocopy v0.6.6
25302026-08-12T23:23:55.062Z Checking bitfield v0.19.4
25312026-08-12T23:23:55.133Z Checking ahash v0.8.12
25322026-08-12T23:23:55.242Z Checking hyper v1.10.1
25332026-08-12T23:23:55.269Z Checking bzip2-sys v0.1.13+1.0.8
25342026-08-12T23:23:55.300Z Checking scroll v0.13.0
25352026-08-12T23:23:55.316Z Checking env_filter v1.0.0
25362026-08-12T23:23:55.330Z Checking winnow v0.5.40
25372026-08-12T23:23:55.331Z Checking num_threads v0.1.7
25382026-08-12T23:23:55.354Z Checking hashbrown v0.12.3
25392026-08-12T23:23:55.389Z Checking iri-string v0.7.10
25402026-08-12T23:23:55.413Z Checking unicode-properties v0.1.4
25412026-08-12T23:23:55.458Z Checking allocator-api2 v0.2.21
25422026-08-12T23:23:55.525Z Checking time-core v0.1.8
25432026-08-12T23:23:55.601Z Checking unicode-bidi v0.3.18
25442026-08-12T23:23:55.719Z Checking ryu v1.0.23
25452026-08-12T23:23:55.728Z Checking base64 v0.21.7
25462026-08-12T23:23:55.740Z Checking num-conv v0.2.0
25472026-08-12T23:23:55.759Z Checking indexmap v1.9.3
25482026-08-12T23:23:55.801Z Checking serde_urlencoded v0.7.1
25492026-08-12T23:23:55.855Z Checking time v0.3.47
25502026-08-12T23:23:55.888Z Checking stringprep v0.1.5
25512026-08-12T23:23:55.930Z Checking ron v0.8.1
25522026-08-12T23:23:56.008Z Checking newtype-uuid v1.3.2
25532026-08-12T23:23:56.052Z Checking goblin v0.10.5
25542026-08-12T23:23:56.092Z Checking env_logger v0.11.9
25552026-08-12T23:23:56.200Z Checking hyper-util v0.1.20
25562026-08-12T23:23:56.214Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25572026-08-12T23:23:56.283Z Checking bzip2 v0.4.4
25582026-08-12T23:23:56.434Z Checking tower-http v0.6.8
25592026-08-12T23:23:56.448Z Checking hashbrown v0.13.2
25602026-08-12T23:23:56.469Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25612026-08-12T23:23:56.518Z Checking toml_edit v0.19.15
25622026-08-12T23:23:56.625Z Checking crossbeam-epoch v0.9.18
25632026-08-12T23:23:56.707Z Checking rsa v0.9.10
25642026-08-12T23:23:56.856Z Checking oxnet v0.1.6
25652026-08-12T23:23:56.871Z Checking syn v2.0.117
25662026-08-12T23:23:56.993Z Checking serde-hex v0.1.0
25672026-08-12T23:23:57.116Z Checking tokio-native-tls v0.3.1
25682026-08-12T23:23:57.176Z Checking bstr v1.12.1
25692026-08-12T23:23:57.280Z Checking block-buffer v0.12.1
25702026-08-12T23:23:57.445Z Checking block-padding v0.4.2
25712026-08-12T23:23:57.460Z Checking crypto-common v0.2.2
25722026-08-12T23:23:57.539Z Checking rustls-native-certs v0.8.3
25732026-08-12T23:23:57.560Z Checking scroll v0.12.0
25742026-08-12T23:23:57.578Z Checking x509-cert v0.2.5
25752026-08-12T23:23:57.666Z Checking zstd-sys v2.0.16+zstd.1.5.7
25762026-08-12T23:23:57.781Z Checking md-5 v0.10.6
25772026-08-12T23:23:57.793Z Checking hash32 v0.2.1
25782026-08-12T23:23:57.920Z Checking encoding_rs v0.8.35
25792026-08-12T23:23:57.949Z Checking either v1.15.0
25802026-08-12T23:23:58.057Z Checking mime v0.3.17
25812026-08-12T23:23:58.136Z Checking fallible-iterator v0.2.0
25822026-08-12T23:23:58.217Z Checking crc-any v2.5.0
25832026-08-12T23:23:58.230Z Checking psl-types v2.0.11
25842026-08-12T23:23:58.345Z Checking publicsuffix v2.3.0
25852026-08-12T23:23:58.370Z Checking dof v0.4.0
25862026-08-12T23:23:58.391Z Checking heapless v0.7.17
25872026-08-12T23:23:58.409Z Checking postgres-protocol v0.6.10
25882026-08-12T23:23:58.497Z Checking goblin v0.8.2
25892026-08-12T23:23:58.510Z Checking zstd-safe v7.2.4
25902026-08-12T23:23:58.676Z Checking inout v0.2.2
25912026-08-12T23:23:58.724Z Checking toml v0.7.8
25922026-08-12T23:23:58.806Z Checking hyper-tls v0.6.0
25932026-08-12T23:23:58.825Z Checking daft v0.1.7
25942026-08-12T23:23:58.860Z Checking cookie v0.18.1
25952026-08-12T23:23:58.980Z Checking object v0.30.4
25962026-08-12T23:23:59.004Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-08-12T23:23:59.041Z Checking zip v0.6.6
25982026-08-12T23:23:59.072Z Checking tokio-rustls v0.26.4
25992026-08-12T23:23:59.094Z Checking phf_shared v0.13.1
26002026-08-12T23:23:59.136Z Checking dtrace-parser v0.3.0
26012026-08-12T23:23:59.163Z Checking pin-project v1.1.11
26022026-08-12T23:23:59.246Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-08-12T23:23:59.258Z Checking zerocopy v0.7.35
26042026-08-12T23:23:59.288Z Checking signal-hook v0.3.18
26052026-08-12T23:23:59.301Z Checking futures-executor v0.3.32
26062026-08-12T23:23:59.364Z Checking ff v0.13.1
26072026-08-12T23:23:59.377Z Checking thread-id v5.1.0
26082026-08-12T23:23:59.443Z Checking foldhash v0.1.5
26092026-08-12T23:23:59.456Z Checking same-file v1.0.6
26102026-08-12T23:23:59.472Z Checking bitflags v1.3.2
26112026-08-12T23:23:59.489Z Checking jiff-core v0.1.0
26122026-08-12T23:23:59.541Z Checking path-slash v0.1.5
26132026-08-12T23:23:59.570Z Checking libbz2-rs-sys v0.2.2
26142026-08-12T23:23:59.570Z Checking foldhash v0.2.0
26152026-08-12T23:23:59.639Z Checking bumpalo v3.20.2
26162026-08-12T23:23:59.735Z Checking managed v0.8.0
26172026-08-12T23:23:59.748Z Checking base16ct v0.2.0
26182026-08-12T23:23:59.838Z Compiling rayon-core v1.13.0
26192026-08-12T23:23:59.869Z Checking sec1 v0.7.3
26202026-08-12T23:23:59.919Z Checking smoltcp v0.9.1
26212026-08-12T23:23:59.960Z Checking bzip2 v0.6.1
26222026-08-12T23:24:00.030Z Checking zopfli v0.8.3
26232026-08-12T23:24:00.073Z Checking hashbrown v0.16.1
26242026-08-12T23:24:00.121Z Checking hashbrown v0.15.5
26252026-08-12T23:24:00.159Z Checking jiff v0.2.34
26262026-08-12T23:24:00.207Z Checking walkdir v2.5.0
26272026-08-12T23:24:00.356Z Checking group v0.13.0
26282026-08-12T23:24:00.369Z Checking signal-hook-mio v0.2.5
26292026-08-12T23:24:00.390Z Checking dof v0.3.0
26302026-08-12T23:24:00.470Z Checking usdt-impl v0.6.0
26312026-08-12T23:24:00.498Z Checking futures v0.3.32
26322026-08-12T23:24:00.512Z Checking hyper-rustls v0.27.7
26332026-08-12T23:24:00.569Z Checking phf v0.13.1
26342026-08-12T23:24:00.583Z Checking snafu v0.8.9
26352026-08-12T23:24:00.586Z Checking cookie_store v0.22.1
26362026-08-12T23:24:00.676Z Checking reqwest v0.12.28
26372026-08-12T23:24:00.708Z Checking cipher v0.5.2
26382026-08-12T23:24:00.721Z Checking postgres-types v0.2.12
26392026-08-12T23:24:00.752Z Checking zstd v0.13.3
26402026-08-12T23:24:00.823Z Checking rustls-platform-verifier v0.6.2
26412026-08-12T23:24:00.920Z Checking globset v0.4.18
26422026-08-12T23:24:00.938Z Checking crossbeam-deque v0.8.6
26432026-08-12T23:24:00.951Z Checking phf_shared v0.11.3
26442026-08-12T23:24:00.962Z Checking hkdf v0.12.4
26452026-08-12T23:24:01.046Z Checking regex v1.12.3
26462026-08-12T23:24:01.068Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472026-08-12T23:24:01.095Z Checking dtrace-parser v0.2.0
26482026-08-12T23:24:01.108Z Checking byte-wrapper v0.1.0
26492026-08-12T23:24:01.129Z Checking curve25519-dalek v4.1.3
26502026-08-12T23:24:01.190Z Checking ref-cast v1.0.25
26512026-08-12T23:24:01.293Z Checking strum v0.27.2
26522026-08-12T23:24:01.311Z Checking olpc-cjson v0.1.4
26532026-08-12T23:24:01.330Z Checking hubpack v0.1.2
26542026-08-12T23:24:01.380Z Checking ed25519 v2.2.3
26552026-08-12T23:24:01.400Z Checking memoffset v0.9.1
26562026-08-12T23:24:01.413Z Checking rustix v0.38.44
26572026-08-12T23:24:01.445Z Checking pem v3.0.6
26582026-08-12T23:24:01.458Z Checking erased-serde v0.3.31
26592026-08-12T23:24:01.476Z Checking serde_plain v1.0.2
26602026-08-12T23:24:01.494Z Checking serde-big-array v0.5.1
26612026-08-12T23:24:01.525Z Checking float-cmp v0.10.0
26622026-08-12T23:24:01.602Z Checking crypto-bigint v0.5.5
26632026-08-12T23:24:01.622Z Checking memmap2 v0.9.10
26642026-08-12T23:24:01.635Z Checking thread-id v4.2.2
26652026-08-12T23:24:01.652Z Checking static_assertions v1.1.0
26662026-08-12T23:24:01.708Z Checking data-encoding v2.10.0
26672026-08-12T23:24:01.721Z Checking fixedbitset v0.4.2
26682026-08-12T23:24:01.780Z Checking unicode-segmentation v1.12.0
26692026-08-12T23:24:01.845Z Checking predicates-core v1.0.10
26702026-08-12T23:24:01.865Z Checking typed-path v0.9.3
26712026-08-12T23:24:01.919Z Checking winnow v0.7.14
26722026-08-12T23:24:01.968Z Checking const-oid v0.10.2
26732026-08-12T23:24:01.981Z Checking toml_write v0.1.2
26742026-08-12T23:24:02.090Z Checking normalize-line-endings v0.3.0
26752026-08-12T23:24:02.104Z Checking keccak v0.1.6
26762026-08-12T23:24:02.122Z Checking precomputed-hash v0.1.1
26772026-08-12T23:24:02.143Z Checking new_debug_unreachable v1.0.6
26782026-08-12T23:24:02.178Z Checking whoami v2.1.0
26792026-08-12T23:24:02.203Z Checking fixedbitset v0.5.7
26802026-08-12T23:24:02.217Z Checking cpufeatures v0.3.0
26812026-08-12T23:24:02.220Z Checking difflib v0.4.0
26822026-08-12T23:24:02.266Z Checking winnow v1.0.3
26832026-08-12T23:24:02.285Z Checking chacha20 v0.10.0
26842026-08-12T23:24:02.366Z Checking tokio-postgres v0.7.16
26852026-08-12T23:24:02.392Z Checking petgraph v0.8.3
26862026-08-12T23:24:02.405Z Checking predicates v3.1.4
26872026-08-12T23:24:02.517Z Checking elliptic-curve v0.13.8
26882026-08-12T23:24:02.531Z Checking sha3 v0.10.8
26892026-08-12T23:24:02.548Z Checking toml_parser v1.1.2+spec-1.1.0
26902026-08-12T23:24:02.629Z Checking tough v0.22.0
26912026-08-12T23:24:02.698Z Checking crossterm v0.28.1
26922026-08-12T23:24:02.729Z Checking string_cache v0.8.9
26932026-08-12T23:24:02.825Z Checking digest v0.11.3
26942026-08-12T23:24:02.878Z Checking zip v4.6.1
26952026-08-12T23:24:02.898Z Checking similar v2.7.0
26962026-08-12T23:24:03.006Z Checking hickory-proto v0.25.2
26972026-08-12T23:24:03.103Z Checking toml_edit v0.22.27
26982026-08-12T23:24:03.279Z Checking ed25519-dalek v2.2.0
26992026-08-12T23:24:03.412Z Checking petgraph v0.6.5
27002026-08-12T23:24:03.452Z Checking slog v2.8.2
27012026-08-12T23:24:03.512Z Checking usdt v0.6.0
27022026-08-12T23:24:03.641Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27032026-08-12T23:24:03.682Z Checking usdt-impl v0.5.0
27042026-08-12T23:24:03.721Z Checking nix v0.31.2
27052026-08-12T23:24:03.965Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27062026-08-12T23:24:04.008Z Checking iddqd v0.4.2
27072026-08-12T23:24:04.508Z Checking reqwest v0.13.2
27082026-08-12T23:24:04.544Z Checking itertools v0.15.0
27092026-08-12T23:24:04.638Z Checking itertools v0.13.0
27102026-08-12T23:24:04.656Z Checking strum v0.26.3
27112026-08-12T23:24:04.769Z Checking serde_with v3.21.0
27122026-08-12T23:24:04.895Z Checking fs-err v3.3.0
27132026-08-12T23:24:04.908Z Checking object v0.37.3
27142026-08-12T23:24:05.193Z Checking tokio-stream v0.1.18
27152026-08-12T23:24:05.359Z Checking buf-list v1.1.2
27162026-08-12T23:24:05.548Z Checking anyhow v1.0.102
27172026-08-12T23:24:05.577Z Checking camino v1.2.2
27182026-08-12T23:24:05.619Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27192026-08-12T23:24:05.675Z Checking openapiv3 v2.2.0
27202026-08-12T23:24:05.745Z Checking peg-runtime v0.8.5
27212026-08-12T23:24:05.805Z Checking lalrpop-util v0.19.12
27222026-08-12T23:24:05.828Z Checking rayon v1.11.0
27232026-08-12T23:24:05.880Z Checking sigpipe v0.1.3
27242026-08-12T23:24:05.892Z Checking glob v0.3.3
27252026-08-12T23:24:07.097Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262026-08-12T23:24:07.168Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27272026-08-12T23:24:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.94s
27282026-08-12T23:24:07.612Z
27292026-08-12T23:24:07.612Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27302026-08-12T23:24:08.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-12T23:24:08.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-12T23:24:08.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-12T23:24:08.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27342026-08-12T23:24:08.178Z
27352026-08-12T23:24:08.178Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27362026-08-12T23:24:08.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-12T23:24:08.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-12T23:24:08.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-12T23:24:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27402026-08-12T23:24:08.737Z
27412026-08-12T23:24:08.737Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27422026-08-12T23:24:09.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-12T23:24:09.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-12T23:24:09.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-12T23:24:09.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27462026-08-12T23:24:09.311Z
27472026-08-12T23:24:09.311Zinfo: running `cargo check --bins` on oxql-types (82/334)
27482026-08-12T23:24:09.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-12T23:24:09.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-12T23:24:09.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-12T23:24:09.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27522026-08-12T23:24:09.876Z
27532026-08-12T23:24:09.876Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27542026-08-12T23:24:10.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-12T23:24:10.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-12T23:24:10.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-12T23:24:10.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27582026-08-12T23:24:10.439Z
27592026-08-12T23:24:10.439Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27602026-08-12T23:24:10.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-12T23:24:10.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-12T23:24:10.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-12T23:24:10.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27642026-08-12T23:24:11.008Z
27652026-08-12T23:24:11.008Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27662026-08-12T23:24:11.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-12T23:24:11.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-12T23:24:11.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-08-12T23:24:11.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27702026-08-12T23:24:11.557Z
27712026-08-12T23:24:11.557Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27722026-08-12T23:24:12.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-08-12T23:24:12.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-08-12T23:24:12.230Z Compiling multer v3.1.0
27752026-08-12T23:24:12.345Z Compiling async-stream-impl v0.3.6
27762026-08-12T23:24:12.348Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772026-08-12T23:24:12.359Z Compiling dropshot v0.17.1
27782026-08-12T23:24:12.371Z Compiling parse-display-derive v0.10.0
27792026-08-12T23:24:12.385Z Compiling dropshot_endpoint v0.17.1
27802026-08-12T23:24:12.389Z Compiling newtype-uuid-macros v0.1.0
27812026-08-12T23:24:12.411Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27822026-08-12T23:24:12.559Z Checking thread_local v1.1.9
27832026-08-12T23:24:12.579Z Checking compression-core v0.4.31
27842026-08-12T23:24:12.705Z Checking match_cfg v0.1.0
27852026-08-12T23:24:12.727Z Checking compression-codecs v0.4.37
27862026-08-12T23:24:12.742Z Checking crossbeam-channel v0.5.15
27872026-08-12T23:24:12.789Z Checking hostname v0.3.1
27882026-08-12T23:24:12.827Z Checking atomicwrites v0.4.4
27892026-08-12T23:24:12.888Z Checking slog-json v2.6.1
27902026-08-12T23:24:12.905Z Checking toml_datetime v1.1.1+spec-1.1.0
27912026-08-12T23:24:12.915Z Checking serde_spanned v1.1.1
27922026-08-12T23:24:12.934Z Checking is-terminal v0.4.17
27932026-08-12T23:24:13.024Z Checking term v1.2.1
27942026-08-12T23:24:13.038Z Checking toml_writer v1.1.1+spec-1.1.0
27952026-08-12T23:24:13.041Z Checking debug-ignore v1.0.5
27962026-08-12T23:24:13.099Z Checking take_mut v0.2.2
27972026-08-12T23:24:13.116Z Checking slog-bunyan v2.5.0
27982026-08-12T23:24:13.135Z Checking async-stream v0.3.6
27992026-08-12T23:24:13.151Z Checking async-compression v0.4.41
28002026-08-12T23:24:13.198Z Checking slog-async v2.8.0
28012026-08-12T23:24:13.222Z Checking toml v1.1.2+spec-1.1.0
28022026-08-12T23:24:13.235Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28032026-08-12T23:24:13.249Z Checking slog-term v2.9.2
28042026-08-12T23:24:13.262Z Checking progenitor-client v0.14.0
28052026-08-12T23:24:13.340Z Checking sha1 v0.11.0
28062026-08-12T23:24:13.392Z Checking waitgroup v0.1.2
28072026-08-12T23:24:13.491Z Checking rustls-pemfile v2.2.0
28082026-08-12T23:24:13.504Z Checking backon v1.6.0
28092026-08-12T23:24:13.518Z Checking serde_path_to_error v0.1.20
28102026-08-12T23:24:13.529Z Checking hostname v0.4.2
28112026-08-12T23:24:13.592Z Checking instant v0.1.13
28122026-08-12T23:24:13.662Z Checking progenitor-extras v0.2.0
28132026-08-12T23:24:13.678Z Checking backoff v0.4.0
28142026-08-12T23:24:13.791Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28152026-08-12T23:24:13.814Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28162026-08-12T23:24:13.839Z Checking regress v0.10.5
28172026-08-12T23:24:13.853Z Checking itertools v0.14.0
28182026-08-12T23:24:13.988Z Checking macaddr v1.0.1
28192026-08-12T23:24:14.051Z Checking parse-display v0.10.0
28202026-08-12T23:24:14.175Z Checking humantime v2.3.0
28212026-08-12T23:24:14.902Z Compiling prettyplease v0.2.37
28222026-08-12T23:24:15.254Z Checking num-rational v0.4.2
28232026-08-12T23:24:15.527Z Checking num-complex v0.4.6
28242026-08-12T23:24:16.011Z Compiling num v0.4.3
28252026-08-12T23:24:16.128Z Compiling usdt-macro v0.5.0
28262026-08-12T23:24:16.134Z Compiling usdt-attr-macro v0.5.0
28272026-08-12T23:24:16.134Z Checking memmap v0.7.0
28282026-08-12T23:24:16.140Z Checking float-ord v0.3.2
28292026-08-12T23:24:16.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28302026-08-12T23:24:16.256Z Checking unicode-width v0.2.0
28312026-08-12T23:24:16.363Z Compiling convert_case v0.4.0
28322026-08-12T23:24:16.510Z Checking console v0.15.11
28332026-08-12T23:24:16.742Z Compiling derive_more v0.99.20
28342026-08-12T23:24:16.814Z Checking newline-converter v0.3.0
28352026-08-12T23:24:16.857Z Compiling toml v0.8.23
28362026-08-12T23:24:16.916Z Checking usdt v0.5.0
28372026-08-12T23:24:16.930Z Compiling minimal-lexical v0.2.1
28382026-08-12T23:24:17.089Z Checking linked-hash-map v0.5.6
28392026-08-12T23:24:17.187Z Compiling nom v7.1.3
28402026-08-12T23:24:17.263Z Checking lru-cache v0.1.2
28412026-08-12T23:24:17.385Z Checking expectorate v1.2.0
28422026-08-12T23:24:17.775Z Checking camino-tempfile v1.4.1
28432026-08-12T23:24:17.842Z Checking hickory-proto v0.24.4
28442026-08-12T23:24:17.935Z Checking phf_shared v0.12.1
28452026-08-12T23:24:17.990Z Compiling slog-dtrace v0.3.0
28462026-08-12T23:24:18.098Z Checking resolv-conf v0.7.6
28472026-08-12T23:24:18.263Z Checking heck v0.5.0
28482026-08-12T23:24:18.390Z Compiling chrono-tz v0.10.4
28492026-08-12T23:24:18.412Z Compiling unicode-xid v0.2.6
28502026-08-12T23:24:18.517Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-08-12T23:24:18.540Z Compiling const_format_proc_macros v0.2.34
28522026-08-12T23:24:18.638Z Checking phf v0.12.1
28532026-08-12T23:24:18.782Z Checking tokio-dtrace v0.1.1
28542026-08-12T23:24:18.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-08-12T23:24:18.994Z Compiling derive-where v1.6.0
28562026-08-12T23:24:19.112Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-08-12T23:24:19.332Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28582026-08-12T23:24:19.424Z Checking highway v1.3.0
28592026-08-12T23:24:19.612Z Checking const_format v0.2.35
28602026-08-12T23:24:19.677Z Checking hickory-resolver v0.24.4
28612026-08-12T23:24:19.849Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28622026-08-12T23:24:20.329Z Checking oxide-tokio-rt v0.1.4
28632026-08-12T23:24:20.430Z Checking qorb v0.4.1
28642026-08-12T23:24:20.666Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652026-08-12T23:24:20.725Z Checking gethostname v0.5.0
28662026-08-12T23:24:20.738Z Checking bcs v0.1.6
28672026-08-12T23:24:20.783Z Checking termtree v0.5.1
28682026-08-12T23:24:20.870Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28692026-08-12T23:24:20.964Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28702026-08-12T23:24:20.970Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28712026-08-12T23:24:24.140Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28722026-08-12T23:24:27.253Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28732026-08-12T23:24:29.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s
28742026-08-12T23:24:29.680Z
28752026-08-12T23:24:29.680Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28762026-08-12T23:24:30.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-12T23:24:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-12T23:24:30.346Z Compiling ar_archive_writer v0.5.1
28792026-08-12T23:24:30.458Z Compiling stacker v0.1.23
28802026-08-12T23:24:30.464Z Compiling cfg_aliases v0.1.1
28812026-08-12T23:24:30.470Z Compiling convert_case v0.10.0
28822026-08-12T23:24:30.476Z Checking unicode-width v0.1.14
28832026-08-12T23:24:30.485Z Compiling proc-macro-error v1.0.4
28842026-08-12T23:24:30.496Z Checking fd-lock v4.0.4
28852026-08-12T23:24:30.498Z Checking nibble_vec v0.1.0
28862026-08-12T23:24:30.518Z Compiling nix v0.28.0
28872026-08-12T23:24:30.608Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-12T23:24:30.628Z Checking vte v0.14.1
28892026-08-12T23:24:30.708Z Checking bytecount v0.6.9
28902026-08-12T23:24:30.721Z Checking endian-type v0.1.2
28912026-08-12T23:24:30.753Z Compiling derive_more-impl v2.1.1
28922026-08-12T23:24:30.778Z Checking strip-ansi-escapes v0.2.1
28932026-08-12T23:24:30.788Z Compiling tabled_derive v0.7.0
28942026-08-12T23:24:30.806Z Checking papergrid v0.11.0
28952026-08-12T23:24:30.839Z Checking radix_trie v0.2.1
28962026-08-12T23:24:30.882Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972026-08-12T23:24:31.047Z Compiling peg-macros v0.8.5
28982026-08-12T23:24:31.091Z Compiling sqlparser_derive v0.5.0
28992026-08-12T23:24:31.281Z Compiling psm v0.1.30
29002026-08-12T23:24:31.449Z Checking winnow v0.6.26
29012026-08-12T23:24:31.459Z Checking home v0.5.12
29022026-08-12T23:24:31.566Z Checking unicode_categories v0.1.1
29032026-08-12T23:24:31.607Z Checking derive_more v2.1.1
29042026-08-12T23:24:31.687Z Checking nu-ansi-term v0.50.3
29052026-08-12T23:24:31.723Z Checking crossterm v0.29.0
29062026-08-12T23:24:31.775Z Checking tabled v0.15.0
29072026-08-12T23:24:31.866Z Checking rustyline v14.0.0
29082026-08-12T23:24:31.880Z Checking display-error-chain v0.2.2
29092026-08-12T23:24:31.894Z Checking reedline v0.40.0
29102026-08-12T23:24:32.059Z Checking recursive v0.1.1
29112026-08-12T23:24:32.153Z Checking sqlparser v0.61.0
29122026-08-12T23:24:32.344Z Checking peg v0.8.5
29132026-08-12T23:24:32.587Z Checking sqlformat v0.3.5
29142026-08-12T23:24:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
29152026-08-12T23:24:43.742Z
29162026-08-12T23:24:43.742Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29172026-08-12T23:24:44.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-12T23:24:44.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-12T23:24:44.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-12T23:24:47.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
29212026-08-12T23:24:48.164Z
29222026-08-12T23:24:48.164Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29232026-08-12T23:24:48.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-12T23:24:48.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-12T23:24:48.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-12T23:24:51.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
29272026-08-12T23:24:51.574Z
29282026-08-12T23:24:51.574Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29292026-08-12T23:24:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-12T23:24:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-12T23:24:52.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-12T23:24:55.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29332026-08-12T23:24:55.767Z
29342026-08-12T23:24:55.767Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29352026-08-12T23:24:56.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-12T23:24:56.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-12T23:24:56.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-12T23:24:59.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
29392026-08-12T23:25:00.025Z
29402026-08-12T23:25:00.025Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29412026-08-12T23:25:00.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-12T23:25:00.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-12T23:25:00.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-12T23:25:03.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29452026-08-12T23:25:03.640Z
29462026-08-12T23:25:03.640Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29472026-08-12T23:25:04.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-12T23:25:04.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-12T23:25:04.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-12T23:25:07.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
29512026-08-12T23:25:07.186Z
29522026-08-12T23:25:07.186Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29532026-08-12T23:25:07.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-12T23:25:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-12T23:25:07.852Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-12T23:25:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29572026-08-12T23:25:11.582Z
29582026-08-12T23:25:11.582Zinfo: running `cargo check --bins` on oximeter (95/334)
29592026-08-12T23:25:12.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-12T23:25:12.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-12T23:25:12.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622026-08-12T23:25:12.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29632026-08-12T23:25:12.152Z
29642026-08-12T23:25:12.152Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29652026-08-12T23:25:12.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-12T23:25:12.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-12T23:25:12.776Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29682026-08-12T23:25:13.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29692026-08-12T23:25:13.330Z
29702026-08-12T23:25:13.330Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29712026-08-12T23:25:13.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-12T23:25:13.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-12T23:25:13.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-12T23:25:13.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29752026-08-12T23:25:13.904Z
29762026-08-12T23:25:13.904Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29772026-08-12T23:25:14.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-12T23:25:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-12T23:25:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-12T23:25:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29812026-08-12T23:25:14.513Z
29822026-08-12T23:25:14.513Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29832026-08-12T23:25:14.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-12T23:25:15.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-12T23:25:15.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-12T23:25:15.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-12T23:25:15.085Z
29882026-08-12T23:25:15.085Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29892026-08-12T23:25:15.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-12T23:25:15.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-12T23:25:15.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-12T23:25:15.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-12T23:25:15.659Z
29942026-08-12T23:25:15.659Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29952026-08-12T23:25:16.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-12T23:25:16.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-12T23:25:16.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-12T23:25:16.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-12T23:25:16.229Z
30002026-08-12T23:25:16.229Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
30012026-08-12T23:25:16.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-12T23:25:16.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-12T23:25:16.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-12T23:25:16.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30052026-08-12T23:25:16.832Z
30062026-08-12T23:25:16.832Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30072026-08-12T23:25:17.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-12T23:25:17.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-12T23:25:17.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-12T23:25:17.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30112026-08-12T23:25:17.361Z
30122026-08-12T23:25:17.361Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30132026-08-12T23:25:17.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-12T23:25:17.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-12T23:25:17.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-12T23:25:17.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30172026-08-12T23:25:17.938Z
30182026-08-12T23:25:17.938Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30192026-08-12T23:25:18.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-12T23:25:18.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-12T23:25:18.758Z Compiling regress v0.11.1
30222026-08-12T23:25:18.758Z Checking secrecy v0.10.3
30232026-08-12T23:25:18.758Z Compiling crucible-workspace-hack v0.1.0
30242026-08-12T23:25:18.761Z Checking half v2.7.1
30252026-08-12T23:25:18.761Z Checking ciborium-io v0.2.2
30262026-08-12T23:25:18.761Z Checking inout v0.1.4
30272026-08-12T23:25:18.761Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-08-12T23:25:18.998Z Checking universal-hash v0.5.1
30292026-08-12T23:25:19.011Z Checking cipher v0.4.4
30302026-08-12T23:25:19.048Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30312026-08-12T23:25:19.118Z Compiling thiserror-impl-no-std v2.0.2
30322026-08-12T23:25:19.150Z Checking opaque-debug v0.3.1
30332026-08-12T23:25:19.177Z Checking ciborium-ll v0.2.2
30342026-08-12T23:25:19.211Z Compiling toml_datetime v0.7.5+spec-1.1.0
30352026-08-12T23:25:19.227Z Checking poly1305 v0.8.0
30362026-08-12T23:25:19.241Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30372026-08-12T23:25:19.280Z Checking chacha20 v0.9.1
30382026-08-12T23:25:19.342Z Checking ciborium v0.2.2
30392026-08-12T23:25:19.451Z Compiling toml_edit v0.23.10+spec-1.0.0
30402026-08-12T23:25:19.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30412026-08-12T23:25:19.484Z Checking password-hash v0.5.0
30422026-08-12T23:25:19.645Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-12T23:25:19.705Z Checking blake2 v0.10.6
30442026-08-12T23:25:19.758Z Checking aead v0.5.2
30452026-08-12T23:25:19.774Z Compiling unsafe-libyaml v0.2.11
30462026-08-12T23:25:19.906Z Checking indent_write v2.2.0
30472026-08-12T23:25:19.946Z Checking argon2 v0.5.3
30482026-08-12T23:25:20.037Z Compiling proc-macro-crate v3.4.0
30492026-08-12T23:25:20.292Z Checking chacha20poly1305 v0.10.1
30502026-08-12T23:25:20.305Z Checking thiserror-no-std v2.0.2
30512026-08-12T23:25:20.361Z Checking typify-impl v0.6.2
30522026-08-12T23:25:20.393Z Checking vsss-rs v3.3.4
30532026-08-12T23:25:20.487Z Compiling serde_yaml v0.9.34+deprecated
30542026-08-12T23:25:20.517Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-08-12T23:25:20.572Z Compiling num_enum_derive v0.7.6
30562026-08-12T23:25:21.152Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-08-12T23:25:21.317Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30582026-08-12T23:25:21.366Z Compiling heapless v0.8.0
30592026-08-12T23:25:21.419Z Compiling ingot-macros v0.2.0
30602026-08-12T23:25:21.533Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-12T23:25:21.533Z Checking hash32 v0.3.1
30622026-08-12T23:25:21.637Z Checking num_enum v0.7.6
30632026-08-12T23:25:21.668Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30642026-08-12T23:25:21.755Z Compiling smoltcp v0.11.0
30652026-08-12T23:25:21.900Z Checking tabwriter v1.4.1
30662026-08-12T23:25:21.924Z Checking cobs v0.3.0
30672026-08-12T23:25:22.050Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30682026-08-12T23:25:22.077Z Checking postcard v1.1.3
30692026-08-12T23:25:22.107Z Compiling proc-macro-crate v1.3.1
30702026-08-12T23:25:22.127Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30712026-08-12T23:25:22.260Z Compiling foreign-types-macros v0.2.3
30722026-08-12T23:25:22.336Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30732026-08-12T23:25:22.373Z Checking swrite v0.1.0
30742026-08-12T23:25:22.469Z Checking colored v3.1.1
30752026-08-12T23:25:22.521Z Checking foreign-types-shared v0.3.1
30762026-08-12T23:25:22.587Z Compiling num_enum_derive v0.5.11
30772026-08-12T23:25:22.674Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30782026-08-12T23:25:22.722Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30792026-08-12T23:25:22.789Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30802026-08-12T23:25:22.856Z Checking foreign-types v0.5.0
30812026-08-12T23:25:22.937Z Checking cstr-argument v0.1.2
30822026-08-12T23:25:23.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30832026-08-12T23:25:23.155Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-08-12T23:25:23.245Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-08-12T23:25:23.274Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-08-12T23:25:23.292Z Checking rand v0.10.1
30872026-08-12T23:25:23.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30882026-08-12T23:25:23.417Z Compiling zone_cfg_derive v0.3.1
30892026-08-12T23:25:23.439Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30902026-08-12T23:25:23.553Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-08-12T23:25:23.617Z Checking num_enum v0.5.11
30922026-08-12T23:25:23.723Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-12T23:25:23.738Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942026-08-12T23:25:23.906Z Checking itertools v0.12.1
30952026-08-12T23:25:23.922Z Compiling num-derive v0.4.2
30962026-08-12T23:25:24.076Z Compiling semver v0.1.20
30972026-08-12T23:25:24.259Z Checking ingot-types v0.2.0
30982026-08-12T23:25:24.375Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30992026-08-12T23:25:24.587Z Compiling rustc_version v0.1.7
31002026-08-12T23:25:24.628Z Checking ingot v0.2.1
31012026-08-12T23:25:24.804Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31022026-08-12T23:25:24.820Z Checking smf v0.2.3
31032026-08-12T23:25:24.836Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-12T23:25:24.922Z Checking zone v0.3.1
31052026-08-12T23:25:24.947Z Compiling typify-macro v0.6.2
31062026-08-12T23:25:24.963Z Checking nom v8.0.0
31072026-08-12T23:25:25.049Z Checking csv-core v0.1.13
31082026-08-12T23:25:25.063Z Checking whoami v1.6.1
31092026-08-12T23:25:25.102Z Compiling newtype_derive v0.1.6
31102026-08-12T23:25:25.226Z Checking csv v1.4.0
31112026-08-12T23:25:25.241Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-08-12T23:25:25.275Z Compiling cancel-safe-futures v0.1.5
31132026-08-12T23:25:25.341Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-08-12T23:25:25.474Z Compiling owo-colors v4.3.0
31152026-08-12T23:25:25.509Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31162026-08-12T23:25:25.583Z Compiling libefi-sys v0.1.0
31172026-08-12T23:25:25.597Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31182026-08-12T23:25:25.820Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-08-12T23:25:25.933Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-08-12T23:25:26.032Z Checking oxide-update-engine-types v0.1.2
31212026-08-12T23:25:26.085Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-08-12T23:25:26.202Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31232026-08-12T23:25:26.252Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31242026-08-12T23:25:26.269Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31252026-08-12T23:25:26.300Z Compiling bitfield-struct v0.6.2
31262026-08-12T23:25:26.559Z Checking linear-map v1.2.0
31272026-08-12T23:25:26.700Z Compiling typify v0.6.2
31282026-08-12T23:25:26.754Z Checking unicode-linebreak v0.1.5
31292026-08-12T23:25:26.817Z Compiling progenitor-impl v0.14.0
31302026-08-12T23:25:26.955Z Checking smawk v0.3.2
31312026-08-12T23:25:26.973Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31322026-08-12T23:25:26.976Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31332026-08-12T23:25:26.998Z Checking oxide-update-engine v0.1.2
31342026-08-12T23:25:27.086Z Checking textwrap v0.16.2
31352026-08-12T23:25:27.228Z Checking steno v0.4.1
31362026-08-12T23:25:27.387Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31372026-08-12T23:25:27.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-08-12T23:25:27.773Z Checking sha1 v0.10.6
31392026-08-12T23:25:27.789Z Checking utf-8 v0.7.6
31402026-08-12T23:25:27.884Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31412026-08-12T23:25:27.929Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31422026-08-12T23:25:27.944Z Checking tungstenite v0.21.0
31432026-08-12T23:25:27.965Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31442026-08-12T23:25:28.083Z Checking ignore v0.4.25
31452026-08-12T23:25:28.207Z Compiling xshell-macros v0.2.7
31462026-08-12T23:25:28.235Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31472026-08-12T23:25:28.375Z Checking tokio-tungstenite v0.21.0
31482026-08-12T23:25:28.418Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31492026-08-12T23:25:28.453Z Checking predicates-tree v1.0.13
31502026-08-12T23:25:28.483Z Checking globwalk v0.9.1
31512026-08-12T23:25:28.568Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-08-12T23:25:28.594Z Checking xshell v0.2.7
31532026-08-12T23:25:28.637Z Checking filetime v0.2.27
31542026-08-12T23:25:28.655Z Checking tagptr v0.2.0
31552026-08-12T23:25:28.670Z Checking xattr v1.6.1
31562026-08-12T23:25:28.776Z Checking camino-tempfile-ext v0.3.3
31572026-08-12T23:25:28.791Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31582026-08-12T23:25:28.808Z Checking moka v0.12.13
31592026-08-12T23:25:28.811Z Checking tar v0.4.46
31602026-08-12T23:25:28.946Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31612026-08-12T23:25:28.970Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31622026-08-12T23:25:28.986Z Checking rand_seeder v0.4.0
31632026-08-12T23:25:29.080Z Checking half v1.8.3
31642026-08-12T23:25:29.115Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31652026-08-12T23:25:29.131Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662026-08-12T23:25:29.199Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31672026-08-12T23:25:29.277Z Checking serde_cbor v0.11.2
31682026-08-12T23:25:29.439Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31692026-08-12T23:25:29.454Z Checking sha2 v0.11.0
31702026-08-12T23:25:29.458Z Compiling progenitor-macro v0.14.0
31712026-08-12T23:25:29.458Z Checking hickory-resolver v0.25.2
31722026-08-12T23:25:29.653Z Checking digest-io v0.1.0
31732026-08-12T23:25:29.784Z Compiling petname v2.0.2
31742026-08-12T23:25:30.073Z Checking rawzip v0.4.4
31752026-08-12T23:25:30.109Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-08-12T23:25:30.183Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31772026-08-12T23:25:30.298Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-08-12T23:25:30.396Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31792026-08-12T23:25:30.527Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31802026-08-12T23:25:30.641Z Checking sapling-renderdag v0.1.0
31812026-08-12T23:25:30.712Z Checking subprocess v0.2.15
31822026-08-12T23:25:30.894Z Checking sync-ptr v0.1.4
31832026-08-12T23:25:30.966Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31842026-08-12T23:25:31.009Z Checking colored v2.2.0
31852026-08-12T23:25:31.012Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31862026-08-12T23:25:31.071Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31872026-08-12T23:25:31.099Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31882026-08-12T23:25:31.114Z Checking assert_matches v1.5.0
31892026-08-12T23:25:32.431Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31902026-08-12T23:25:32.658Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31912026-08-12T23:25:32.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-08-12T23:25:33.021Z Checking progenitor v0.14.0
31932026-08-12T23:25:33.151Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31942026-08-12T23:25:33.154Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-12T23:25:33.155Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31962026-08-12T23:25:33.155Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31972026-08-12T23:25:33.155Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982026-08-12T23:25:33.155Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31992026-08-12T23:25:33.674Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32002026-08-12T23:25:33.712Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-12T23:25:33.791Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32022026-08-12T23:25:33.840Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-08-12T23:25:34.546Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32042026-08-12T23:25:34.909Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32052026-08-12T23:25:36.086Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32062026-08-12T23:25:44.612Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32072026-08-12T23:25:51.768Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32082026-08-12T23:25:51.768Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-08-12T23:25:51.772Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102026-08-12T23:25:53.270Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-08-12T23:25:54.546Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-08-12T23:25:56.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.86s
32132026-08-12T23:25:57.022Z
32142026-08-12T23:25:57.022Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32152026-08-12T23:25:57.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-12T23:25:57.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-12T23:25:57.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-12T23:25:57.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32192026-08-12T23:25:57.631Z
32202026-08-12T23:25:57.631Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32212026-08-12T23:25:58.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-12T23:25:58.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-12T23:25:58.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-12T23:25:58.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32252026-08-12T23:25:58.251Z
32262026-08-12T23:25:58.251Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32272026-08-12T23:25:58.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-12T23:25:58.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-12T23:25:58.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-12T23:25:58.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-08-12T23:25:58.781Z
32322026-08-12T23:25:58.781Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32332026-08-12T23:25:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-12T23:25:59.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-12T23:25:59.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-12T23:25:59.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32372026-08-12T23:25:59.356Z
32382026-08-12T23:25:59.357Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32392026-08-12T23:25:59.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-12T23:25:59.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-12T23:25:59.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-12T23:25:59.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32432026-08-12T23:25:59.923Z
32442026-08-12T23:25:59.923Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32452026-08-12T23:26:00.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-12T23:26:00.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-12T23:26:00.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-12T23:26:00.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32492026-08-12T23:26:00.484Z
32502026-08-12T23:26:00.500Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32512026-08-12T23:26:00.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-12T23:26:00.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-12T23:26:00.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-12T23:26:00.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32552026-08-12T23:26:01.047Z
32562026-08-12T23:26:01.047Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32572026-08-12T23:26:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-12T23:26:01.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-12T23:26:01.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-12T23:26:01.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32612026-08-12T23:26:01.606Z
32622026-08-12T23:26:01.606Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32632026-08-12T23:26:02.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-12T23:26:02.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-12T23:26:02.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-12T23:26:02.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32672026-08-12T23:26:02.191Z
32682026-08-12T23:26:02.192Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32692026-08-12T23:26:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-12T23:26:02.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-12T23:26:02.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-12T23:26:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-12T23:26:02.781Z
32742026-08-12T23:26:02.788Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32752026-08-12T23:26:03.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-12T23:26:03.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-12T23:26:03.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-12T23:26:03.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-12T23:26:03.370Z
32802026-08-12T23:26:03.370Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32812026-08-12T23:26:08.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-12T23:26:08.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-12T23:26:08.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-12T23:26:08.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32852026-08-12T23:26:08.499Z
32862026-08-12T23:26:08.500Zinfo: running `cargo check --bins` on key-manager (118/334)
32872026-08-12T23:26:08.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-12T23:26:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-12T23:26:08.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-12T23:26:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32912026-08-12T23:26:08.500Z
32922026-08-12T23:26:08.500Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32932026-08-12T23:26:08.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-12T23:26:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-12T23:26:08.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-12T23:26:08.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32972026-08-12T23:26:08.502Z
32982026-08-12T23:26:08.502Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32992026-08-12T23:26:08.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-12T23:26:08.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-12T23:26:08.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-12T23:26:08.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33032026-08-12T23:26:08.511Z
33042026-08-12T23:26:08.511Zinfo: running `cargo check --bins` on typed-rng (121/334)
33052026-08-12T23:26:08.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-12T23:26:08.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-12T23:26:08.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-12T23:26:08.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33092026-08-12T23:26:08.513Z
33102026-08-12T23:26:08.513Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33112026-08-12T23:26:08.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-12T23:26:08.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-12T23:26:08.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-08-12T23:26:08.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33152026-08-12T23:26:08.514Z
33162026-08-12T23:26:08.514Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33172026-08-12T23:26:08.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-08-12T23:26:08.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-08-12T23:26:08.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-08-12T23:26:08.514Z Checking void v1.0.2
33212026-08-12T23:26:08.514Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33222026-08-12T23:26:08.514Z Checking dropshot-api-manager-types v0.7.2
33232026-08-12T23:26:08.514Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-12T23:26:08.514Z Checking tungstenite v0.23.0
33252026-08-12T23:26:08.514Z Checking nix v0.27.1
33262026-08-12T23:26:08.514Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-08-12T23:26:08.514Z Checking lzss v0.8.2
33282026-08-12T23:26:08.514Z Checking kstat-rs v0.2.5
33292026-08-12T23:26:08.514Z Checking fxhash v0.2.1
33302026-08-12T23:26:08.515Z Checking serde_bytes v0.11.19
33312026-08-12T23:26:08.515Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-08-12T23:26:08.515Z Checking signal-hook-tokio v0.3.1
33332026-08-12T23:26:08.515Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33342026-08-12T23:26:08.515Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-12T23:26:08.515Z Checking tokio-tungstenite v0.23.1
33362026-08-12T23:26:08.515Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-08-12T23:26:09.324Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-12T23:26:09.872Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-08-12T23:26:12.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
33402026-08-12T23:26:12.219Z
33412026-08-12T23:26:12.219Zinfo: running `cargo check --bins` on gateway-api (124/334)
33422026-08-12T23:26:12.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-12T23:26:12.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-12T23:26:12.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-12T23:26:12.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33462026-08-12T23:26:12.798Z
33472026-08-12T23:26:12.799Zinfo: running `cargo check --bins` on ipcc (125/334)
33482026-08-12T23:26:13.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-12T23:26:13.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-12T23:26:13.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-12T23:26:13.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-08-12T23:26:13.372Z
33532026-08-12T23:26:13.372Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33542026-08-12T23:26:13.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-12T23:26:13.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-12T23:26:13.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-12T23:26:13.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33582026-08-12T23:26:13.940Z
33592026-08-12T23:26:13.940Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33602026-08-12T23:26:14.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-12T23:26:14.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-12T23:26:14.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-12T23:26:14.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33642026-08-12T23:26:14.532Z
33652026-08-12T23:26:14.532Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33662026-08-12T23:26:15.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-12T23:26:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-12T23:26:15.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-12T23:26:15.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33702026-08-12T23:26:15.117Z
33712026-08-12T23:26:15.117Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33722026-08-12T23:26:15.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-12T23:26:15.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-12T23:26:15.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-12T23:26:15.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33762026-08-12T23:26:15.698Z
33772026-08-12T23:26:15.698Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33782026-08-12T23:26:16.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-12T23:26:16.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-12T23:26:16.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-12T23:26:16.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33822026-08-12T23:26:16.275Z
33832026-08-12T23:26:16.275Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33842026-08-12T23:26:16.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-12T23:26:16.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-12T23:26:16.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-12T23:26:16.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33882026-08-12T23:26:16.867Z
33892026-08-12T23:26:16.871Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33902026-08-12T23:26:17.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-12T23:26:17.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-12T23:26:17.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-12T23:26:17.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33942026-08-12T23:26:17.445Z
33952026-08-12T23:26:17.445Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33962026-08-12T23:26:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-12T23:26:17.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-12T23:26:17.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-12T23:26:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34002026-08-12T23:26:18.027Z
34012026-08-12T23:26:18.027Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
34022026-08-12T23:26:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-12T23:26:18.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-12T23:26:18.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-12T23:26:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-08-12T23:26:18.603Z
34072026-08-12T23:26:18.603Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34082026-08-12T23:26:19.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-12T23:26:19.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-12T23:26:19.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-12T23:26:19.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34122026-08-12T23:26:19.177Z
34132026-08-12T23:26:19.177Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34142026-08-12T23:26:19.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-12T23:26:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-12T23:26:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-12T23:26:19.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34182026-08-12T23:26:19.753Z
34192026-08-12T23:26:19.753Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34202026-08-12T23:26:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-12T23:26:20.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-12T23:26:20.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-12T23:26:20.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34242026-08-12T23:26:20.331Z
34252026-08-12T23:26:20.331Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34262026-08-12T23:26:20.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-12T23:26:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-12T23:26:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-12T23:26:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34302026-08-12T23:26:20.910Z
34312026-08-12T23:26:20.910Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34322026-08-12T23:26:21.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-12T23:26:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-12T23:26:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-12T23:26:21.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34362026-08-12T23:26:21.491Z
34372026-08-12T23:26:21.491Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34382026-08-12T23:26:21.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-12T23:26:21.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-12T23:26:21.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-12T23:26:21.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34422026-08-12T23:26:22.065Z
34432026-08-12T23:26:22.065Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34442026-08-12T23:26:22.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-12T23:26:22.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-12T23:26:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-12T23:26:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34482026-08-12T23:26:22.639Z
34492026-08-12T23:26:22.639Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34502026-08-12T23:26:23.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-12T23:26:23.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-12T23:26:23.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-12T23:26:23.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34542026-08-12T23:26:23.210Z
34552026-08-12T23:26:23.211Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34562026-08-12T23:26:23.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-12T23:26:23.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-12T23:26:23.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-12T23:26:23.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-12T23:26:23.787Z
34612026-08-12T23:26:23.787Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34622026-08-12T23:26:24.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-12T23:26:24.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-12T23:26:24.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-12T23:26:24.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34662026-08-12T23:26:24.363Z
34672026-08-12T23:26:24.363Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34682026-08-12T23:26:24.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-12T23:26:24.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-12T23:26:24.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-12T23:26:24.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34722026-08-12T23:26:24.940Z
34732026-08-12T23:26:24.940Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34742026-08-12T23:26:25.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-12T23:26:25.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-12T23:26:25.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-12T23:26:25.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-12T23:26:25.532Z
34792026-08-12T23:26:25.532Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34802026-08-12T23:26:26.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-12T23:26:26.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-12T23:26:26.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-12T23:26:26.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-08-12T23:26:26.128Z
34852026-08-12T23:26:26.128Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34862026-08-12T23:26:26.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-12T23:26:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-12T23:26:26.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-12T23:26:26.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-08-12T23:26:26.719Z
34912026-08-12T23:26:26.719Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34922026-08-12T23:26:27.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-12T23:26:27.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-12T23:26:27.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-12T23:26:27.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-08-12T23:26:27.315Z
34972026-08-12T23:26:27.315Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34982026-08-12T23:26:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-12T23:26:27.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-12T23:26:27.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-12T23:26:27.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-08-12T23:26:27.934Z
35032026-08-12T23:26:27.934Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
35042026-08-12T23:26:28.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-12T23:26:28.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-12T23:26:28.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-12T23:26:28.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-08-12T23:26:28.518Z
35092026-08-12T23:26:28.518Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35102026-08-12T23:26:29.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-12T23:26:29.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-12T23:26:29.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-12T23:26:29.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-08-12T23:26:29.100Z
35152026-08-12T23:26:29.100Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35162026-08-12T23:26:29.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-12T23:26:29.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-12T23:26:29.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-12T23:26:29.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-08-12T23:26:29.695Z
35212026-08-12T23:26:29.695Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35222026-08-12T23:26:30.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-12T23:26:30.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-12T23:26:30.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-12T23:26:30.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35262026-08-12T23:26:30.290Z
35272026-08-12T23:26:30.290Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35282026-08-12T23:26:30.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-12T23:26:30.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-12T23:26:30.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-12T23:26:30.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35322026-08-12T23:26:30.883Z
35332026-08-12T23:26:30.883Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35342026-08-12T23:26:31.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-12T23:26:31.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-12T23:26:31.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-12T23:26:31.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-08-12T23:26:31.474Z
35392026-08-12T23:26:31.474Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35402026-08-12T23:26:31.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-12T23:26:31.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-12T23:26:31.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-12T23:26:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-08-12T23:26:32.069Z
35452026-08-12T23:26:32.069Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35462026-08-12T23:26:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-12T23:26:32.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-12T23:26:32.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-12T23:26:32.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-08-12T23:26:32.664Z
35512026-08-12T23:26:32.664Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35522026-08-12T23:26:33.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-12T23:26:33.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-12T23:26:33.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-12T23:26:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-08-12T23:26:33.259Z
35572026-08-12T23:26:33.260Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35582026-08-12T23:26:33.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-12T23:26:33.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-12T23:26:33.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-12T23:26:33.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-08-12T23:26:33.855Z
35632026-08-12T23:26:33.855Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35642026-08-12T23:26:34.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-12T23:26:34.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-12T23:26:34.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-12T23:26:34.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-08-12T23:26:34.450Z
35692026-08-12T23:26:34.450Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35702026-08-12T23:26:34.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-12T23:26:34.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-12T23:26:34.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-12T23:26:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-08-12T23:26:35.047Z
35752026-08-12T23:26:35.047Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35762026-08-12T23:26:35.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-12T23:26:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-12T23:26:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-12T23:26:35.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-08-12T23:26:35.642Z
35812026-08-12T23:26:35.642Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35822026-08-12T23:26:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-12T23:26:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-12T23:26:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-12T23:26:37.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35862026-08-12T23:26:37.132Z
35872026-08-12T23:26:37.132Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35882026-08-12T23:26:37.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-12T23:26:37.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-12T23:26:37.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-12T23:26:37.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-08-12T23:26:37.132Z
35932026-08-12T23:26:37.132Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35942026-08-12T23:26:37.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-12T23:26:37.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-12T23:26:37.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-12T23:26:37.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35982026-08-12T23:26:37.366Z
35992026-08-12T23:26:37.366Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
36002026-08-12T23:26:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-12T23:26:37.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-12T23:26:37.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-12T23:26:37.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-08-12T23:26:37.940Z
36052026-08-12T23:26:37.940Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36062026-08-12T23:26:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-12T23:26:38.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-12T23:26:38.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-12T23:26:38.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-08-12T23:26:38.514Z
36112026-08-12T23:26:38.514Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36122026-08-12T23:26:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-12T23:26:39.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-12T23:26:39.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-12T23:26:39.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-08-12T23:26:39.088Z
36172026-08-12T23:26:39.088Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36182026-08-12T23:26:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-12T23:26:39.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-12T23:26:39.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-12T23:26:39.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36222026-08-12T23:26:39.663Z
36232026-08-12T23:26:39.663Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36242026-08-12T23:26:40.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-12T23:26:40.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-12T23:26:40.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-12T23:26:40.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36282026-08-12T23:26:40.239Z
36292026-08-12T23:26:40.239Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36302026-08-12T23:26:40.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-12T23:26:40.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-12T23:26:40.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-12T23:26:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-08-12T23:26:40.820Z
36352026-08-12T23:26:40.820Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36362026-08-12T23:26:41.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-12T23:26:41.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-12T23:26:41.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-12T23:26:41.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36402026-08-12T23:26:41.389Z
36412026-08-12T23:26:41.390Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36422026-08-12T23:26:42.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-12T23:26:42.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-12T23:26:42.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-12T23:26:42.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36462026-08-12T23:26:42.321Z
36472026-08-12T23:26:42.321Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36482026-08-12T23:26:42.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-12T23:26:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-12T23:26:42.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-12T23:26:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-08-12T23:26:42.536Z
36532026-08-12T23:26:42.536Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36542026-08-12T23:26:43.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-12T23:26:43.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-12T23:26:43.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-12T23:26:43.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-08-12T23:26:43.108Z
36592026-08-12T23:26:43.108Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36602026-08-12T23:26:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-12T23:26:43.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-12T23:26:43.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-12T23:26:43.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-08-12T23:26:43.679Z
36652026-08-12T23:26:43.679Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36662026-08-12T23:26:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-12T23:26:44.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-12T23:26:44.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-12T23:26:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36702026-08-12T23:26:44.249Z
36712026-08-12T23:26:44.249Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36722026-08-12T23:26:44.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-12T23:26:44.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-12T23:26:44.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-12T23:26:44.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36762026-08-12T23:26:44.827Z
36772026-08-12T23:26:44.827Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36782026-08-12T23:26:45.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-12T23:26:45.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-12T23:26:45.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-12T23:26:45.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36822026-08-12T23:26:45.421Z
36832026-08-12T23:26:45.421Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36842026-08-12T23:26:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-12T23:26:45.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-12T23:26:45.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-12T23:26:45.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36882026-08-12T23:26:46.015Z
36892026-08-12T23:26:46.015Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36902026-08-12T23:26:46.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-12T23:26:46.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-12T23:26:46.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-12T23:26:46.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36942026-08-12T23:26:46.604Z
36952026-08-12T23:26:46.604Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36962026-08-12T23:26:47.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-12T23:26:47.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-12T23:26:47.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-12T23:26:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-08-12T23:26:47.193Z
37012026-08-12T23:26:47.193Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
37022026-08-12T23:26:47.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-12T23:26:47.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-12T23:26:47.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-12T23:26:47.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-12T23:26:47.780Z
37072026-08-12T23:26:47.780Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37082026-08-12T23:26:48.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-12T23:26:48.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-12T23:26:48.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-12T23:26:48.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-08-12T23:26:48.365Z
37132026-08-12T23:26:48.365Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37142026-08-12T23:26:48.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-12T23:26:48.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-12T23:26:48.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-12T23:26:48.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-12T23:26:48.955Z
37192026-08-12T23:26:48.955Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37202026-08-12T23:26:49.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-12T23:26:49.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-12T23:26:49.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-12T23:26:49.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37242026-08-12T23:26:49.550Z
37252026-08-12T23:26:49.550Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37262026-08-12T23:26:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-12T23:26:50.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-12T23:26:50.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-12T23:26:50.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37302026-08-12T23:26:50.141Z
37312026-08-12T23:26:50.142Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37322026-08-12T23:26:50.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-12T23:26:50.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-12T23:26:50.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-12T23:26:50.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37362026-08-12T23:26:50.733Z
37372026-08-12T23:26:50.733Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37382026-08-12T23:26:51.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-12T23:26:51.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-12T23:26:51.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-12T23:26:51.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37422026-08-12T23:26:51.323Z
37432026-08-12T23:26:51.323Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37442026-08-12T23:26:51.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-12T23:26:51.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-12T23:26:51.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-12T23:26:51.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37482026-08-12T23:26:51.915Z
37492026-08-12T23:26:51.915Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37502026-08-12T23:26:52.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-12T23:26:52.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-12T23:26:52.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-12T23:26:52.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37542026-08-12T23:26:52.508Z
37552026-08-12T23:26:52.508Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37562026-08-12T23:26:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-12T23:26:53.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-12T23:26:53.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-12T23:26:53.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37602026-08-12T23:26:53.099Z
37612026-08-12T23:26:53.099Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37622026-08-12T23:26:53.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-12T23:26:53.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-12T23:26:53.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-12T23:26:53.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37662026-08-12T23:26:53.687Z
37672026-08-12T23:26:53.687Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37682026-08-12T23:26:54.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-12T23:26:54.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-12T23:26:54.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-12T23:26:54.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37722026-08-12T23:26:54.298Z
37732026-08-12T23:26:54.298Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37742026-08-12T23:26:54.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-12T23:26:54.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-12T23:26:54.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-08-12T23:26:54.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37782026-08-12T23:26:54.874Z
37792026-08-12T23:26:54.874Zinfo: running `cargo check --bins` on dns-server (197/334)
37802026-08-12T23:26:55.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-08-12T23:26:55.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-08-12T23:26:55.519Z Compiling parking_lot_core v0.8.6
37832026-08-12T23:26:55.522Z Compiling git-stub v1.0.0
37842026-08-12T23:26:55.634Z Checking prefix-trie v0.7.0
37852026-08-12T23:26:55.639Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37862026-08-12T23:26:55.752Z Compiling git-stub-vcs v0.1.0
37872026-08-12T23:26:55.913Z Checking hickory-server v0.25.2
37882026-08-12T23:26:56.024Z Checking parking_lot v0.11.2
37892026-08-12T23:26:56.056Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37902026-08-12T23:26:56.192Z Checking sled v0.34.7
37912026-08-12T23:26:58.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
37922026-08-12T23:26:58.320Z
37932026-08-12T23:26:58.320Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37942026-08-12T23:26:58.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-12T23:26:58.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-12T23:26:58.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-12T23:26:58.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37982026-08-12T23:26:58.880Z
37992026-08-12T23:26:58.880Zinfo: running `cargo check --bins` on nexus-client (199/334)
38002026-08-12T23:26:59.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-12T23:26:59.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-12T23:26:59.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-12T23:26:59.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-08-12T23:26:59.485Z
38052026-08-12T23:26:59.485Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38062026-08-12T23:26:59.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-12T23:26:59.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-12T23:26:59.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-12T23:26:59.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38102026-08-12T23:27:00.058Z
38112026-08-12T23:27:00.058Zinfo: running `cargo check --bins` on sp-sim (201/334)
38122026-08-12T23:27:00.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-12T23:27:00.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-12T23:27:00.762Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38152026-08-12T23:27:01.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
38162026-08-12T23:27:01.474Z
38172026-08-12T23:27:01.474Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38182026-08-12T23:27:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-12T23:27:02.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-12T23:27:02.280Z Compiling salty v0.3.0
38212026-08-12T23:27:02.283Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38222026-08-12T23:27:02.419Z Checking libscf-sys v1.2.0
38232026-08-12T23:27:02.422Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38242026-08-12T23:27:02.422Z Checking rfc6979 v0.4.0
38252026-08-12T23:27:02.446Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38262026-08-12T23:27:02.449Z Checking primeorder v0.13.6
38272026-08-12T23:27:02.473Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38282026-08-12T23:27:02.541Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38292026-08-12T23:27:02.545Z Checking ecdsa v0.16.9
38302026-08-12T23:27:02.614Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38312026-08-12T23:27:02.689Z Checking papergrid v0.18.0
38322026-08-12T23:27:02.703Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38332026-08-12T23:27:02.770Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38342026-08-12T23:27:02.883Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38352026-08-12T23:27:02.927Z Checking p384 v0.13.1
38362026-08-12T23:27:03.007Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-08-12T23:27:03.042Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-08-12T23:27:03.072Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38392026-08-12T23:27:03.273Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-12T23:27:03.294Z Checking corncobs v0.1.4
38412026-08-12T23:27:03.351Z Compiling unicase v2.9.0
38422026-08-12T23:27:03.371Z Compiling illumos-nvpair-sys v0.2.0
38432026-08-12T23:27:03.410Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-08-12T23:27:03.424Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38452026-08-12T23:27:03.457Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38462026-08-12T23:27:03.471Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-08-12T23:27:03.475Z Checking tabled v0.21.0
38482026-08-12T23:27:03.547Z Compiling mime_guess v2.0.5
38492026-08-12T23:27:03.605Z Compiling progenitor-impl v0.13.0
38502026-08-12T23:27:03.621Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38512026-08-12T23:27:03.700Z Checking secrecy v0.8.0
38522026-08-12T23:27:03.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38532026-08-12T23:27:03.743Z Checking crc8 v0.1.1
38542026-08-12T23:27:03.837Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38552026-08-12T23:27:04.060Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38562026-08-12T23:27:04.323Z Checking progenitor-client v0.13.0
38572026-08-12T23:27:04.410Z Checking http-range v0.1.5
38582026-08-12T23:27:04.426Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-12T23:27:04.536Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-08-12T23:27:04.565Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-08-12T23:27:04.746Z Checking illumos-nvpair v0.3.0
38622026-08-12T23:27:04.903Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-12T23:27:04.950Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38642026-08-12T23:27:04.998Z Checking scuffle v0.1.0
38652026-08-12T23:27:05.003Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38662026-08-12T23:27:05.036Z Checking nanorand v0.7.0
38672026-08-12T23:27:05.239Z Checking flume v0.11.1
38682026-08-12T23:27:05.301Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38692026-08-12T23:27:05.487Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-08-12T23:27:05.559Z Checking hyper-staticfile v0.10.1
38712026-08-12T23:27:05.596Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38722026-08-12T23:27:05.640Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-08-12T23:27:05.683Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38742026-08-12T23:27:05.852Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38752026-08-12T23:27:05.915Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38762026-08-12T23:27:05.944Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38772026-08-12T23:27:06.007Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38782026-08-12T23:27:06.215Z Compiling progenitor-macro v0.13.0
38792026-08-12T23:27:06.278Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38802026-08-12T23:27:06.333Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38812026-08-12T23:27:06.356Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38822026-08-12T23:27:06.666Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38832026-08-12T23:27:07.213Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38842026-08-12T23:27:07.697Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38852026-08-12T23:27:09.061Z Checking progenitor v0.13.0
38862026-08-12T23:27:09.200Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38872026-08-12T23:27:10.719Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38882026-08-12T23:27:11.450Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38892026-08-12T23:27:24.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.49s
38902026-08-12T23:27:25.169Z
38912026-08-12T23:27:25.170Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38922026-08-12T23:27:25.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-12T23:27:25.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-12T23:27:25.938Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-12T23:27:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38962026-08-12T23:27:36.787Z
38972026-08-12T23:27:36.787Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38982026-08-12T23:27:37.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-12T23:27:37.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-12T23:27:37.557Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-12T23:27:48.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39022026-08-12T23:27:48.390Z
39032026-08-12T23:27:48.390Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
39042026-08-12T23:27:48.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-12T23:27:48.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-12T23:27:49.154Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-12T23:27:59.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39082026-08-12T23:27:59.969Z
39092026-08-12T23:27:59.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39102026-08-12T23:28:00.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-12T23:28:00.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-12T23:28:00.734Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-12T23:28:11.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39142026-08-12T23:28:11.560Z
39152026-08-12T23:28:11.560Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39162026-08-12T23:28:12.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-12T23:28:12.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-12T23:28:12.333Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-12T23:28:22.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39202026-08-12T23:28:23.144Z
39212026-08-12T23:28:23.144Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39222026-08-12T23:28:23.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-12T23:28:23.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-12T23:28:23.920Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-12T23:28:34.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39262026-08-12T23:28:34.760Z
39272026-08-12T23:28:34.760Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39282026-08-12T23:28:35.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-12T23:28:35.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-12T23:28:35.531Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39312026-08-12T23:28:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39322026-08-12T23:28:46.401Z
39332026-08-12T23:28:46.402Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39342026-08-12T23:28:46.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-12T23:28:46.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-12T23:28:46.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-12T23:28:46.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39382026-08-12T23:28:46.984Z
39392026-08-12T23:28:46.984Zinfo: running `cargo check --bins` on installinator-common (211/334)
39402026-08-12T23:28:47.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-12T23:28:47.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-12T23:28:47.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-12T23:28:47.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39442026-08-12T23:28:47.578Z
39452026-08-12T23:28:47.579Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39462026-08-12T23:28:48.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-12T23:28:48.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-12T23:28:48.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-12T23:28:48.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39502026-08-12T23:28:48.139Z
39512026-08-12T23:28:48.139Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39522026-08-12T23:28:48.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-12T23:28:48.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-12T23:28:48.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-12T23:28:48.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39562026-08-12T23:28:48.748Z
39572026-08-12T23:28:48.748Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39582026-08-12T23:28:49.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-12T23:28:49.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-12T23:28:49.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-12T23:28:49.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39622026-08-12T23:28:49.321Z
39632026-08-12T23:28:49.321Zinfo: running `cargo check --bins` on range-requests (215/334)
39642026-08-12T23:28:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-12T23:28:49.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-12T23:28:49.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-12T23:28:49.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39682026-08-12T23:28:49.894Z
39692026-08-12T23:28:49.894Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39702026-08-12T23:28:50.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-12T23:28:50.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-12T23:28:50.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-12T23:28:50.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39742026-08-12T23:28:50.470Z
39752026-08-12T23:28:50.470Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39762026-08-12T23:28:50.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-12T23:28:50.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-12T23:28:50.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-12T23:28:50.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39802026-08-12T23:28:51.039Z
39812026-08-12T23:28:51.039Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39822026-08-12T23:28:51.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-12T23:28:51.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-12T23:28:51.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-12T23:28:51.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39862026-08-12T23:28:51.625Z
39872026-08-12T23:28:51.625Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39882026-08-12T23:28:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-12T23:28:52.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-12T23:28:52.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-12T23:28:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39922026-08-12T23:28:52.211Z
39932026-08-12T23:28:52.211Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39942026-08-12T23:28:52.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-12T23:28:52.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-12T23:28:52.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-12T23:28:52.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39982026-08-12T23:28:52.796Z
39992026-08-12T23:28:52.796Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
40002026-08-12T23:28:53.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-12T23:28:53.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-12T23:28:53.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-12T23:28:53.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-12T23:28:53.388Z
40052026-08-12T23:28:53.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40062026-08-12T23:28:53.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-12T23:28:53.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-12T23:28:53.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-12T23:28:53.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40102026-08-12T23:28:53.984Z
40112026-08-12T23:28:53.984Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40122026-08-12T23:28:54.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-12T23:28:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-12T23:28:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-12T23:28:54.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40162026-08-12T23:28:54.569Z
40172026-08-12T23:28:54.569Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40182026-08-12T23:28:55.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-12T23:28:55.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-12T23:28:55.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-12T23:28:55.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40222026-08-12T23:28:55.157Z
40232026-08-12T23:28:55.157Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40242026-08-12T23:28:55.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-12T23:28:55.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-12T23:28:55.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-12T23:28:55.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-12T23:28:55.751Z
40292026-08-12T23:28:55.751Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40302026-08-12T23:28:56.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-12T23:28:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-12T23:28:56.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-12T23:28:56.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40342026-08-12T23:28:56.341Z
40352026-08-12T23:28:56.341Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40362026-08-12T23:28:56.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-12T23:28:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-12T23:28:56.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-12T23:28:56.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40402026-08-12T23:28:56.936Z
40412026-08-12T23:28:56.937Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40422026-08-12T23:28:57.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-12T23:28:57.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-12T23:28:57.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-12T23:28:57.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40462026-08-12T23:28:57.550Z
40472026-08-12T23:28:57.551Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40482026-08-12T23:28:58.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-12T23:28:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-12T23:28:58.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-12T23:28:58.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40522026-08-12T23:28:58.143Z
40532026-08-12T23:28:58.143Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40542026-08-12T23:28:58.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-12T23:28:58.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-12T23:28:58.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-12T23:28:58.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-08-12T23:28:58.752Z
40592026-08-12T23:28:58.752Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40602026-08-12T23:28:59.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-12T23:28:59.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-12T23:28:59.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-12T23:28:59.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-08-12T23:28:59.368Z
40652026-08-12T23:28:59.368Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40662026-08-12T23:28:59.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-12T23:28:59.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-12T23:28:59.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-12T23:28:59.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40702026-08-12T23:28:59.987Z
40712026-08-12T23:28:59.987Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40722026-08-12T23:29:00.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-12T23:29:00.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-12T23:29:00.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-12T23:29:00.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40762026-08-12T23:29:00.539Z
40772026-08-12T23:29:00.539Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40782026-08-12T23:29:01.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-12T23:29:01.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-12T23:29:01.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-12T23:29:01.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40822026-08-12T23:29:01.118Z
40832026-08-12T23:29:01.118Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40842026-08-12T23:29:01.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-12T23:29:01.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-12T23:29:01.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-12T23:29:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-08-12T23:29:01.703Z
40892026-08-12T23:29:01.703Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40902026-08-12T23:29:02.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-12T23:29:02.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-12T23:29:02.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-12T23:29:02.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-08-12T23:29:02.285Z
40952026-08-12T23:29:02.285Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40962026-08-12T23:29:02.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-12T23:29:02.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-12T23:29:02.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-12T23:29:02.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41002026-08-12T23:29:02.839Z
41012026-08-12T23:29:02.839Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
41022026-08-12T23:29:03.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-12T23:29:03.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-12T23:29:03.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-12T23:29:03.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41062026-08-12T23:29:03.395Z
41072026-08-12T23:29:03.395Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41082026-08-12T23:29:03.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-12T23:29:03.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-12T23:29:04.085Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41112026-08-12T23:29:04.505Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41122026-08-12T23:29:05.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41132026-08-12T23:29:05.903Z
41142026-08-12T23:29:05.903Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41152026-08-12T23:29:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-12T23:29:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-12T23:29:06.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-12T23:29:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-12T23:29:06.469Z
41202026-08-12T23:29:06.469Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41212026-08-12T23:29:06.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-12T23:29:06.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-12T23:29:06.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-12T23:29:06.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41252026-08-12T23:29:07.039Z
41262026-08-12T23:29:07.039Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41272026-08-12T23:29:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-12T23:29:07.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-12T23:29:07.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-12T23:29:07.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41312026-08-12T23:29:07.619Z
41322026-08-12T23:29:07.619Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41332026-08-12T23:29:08.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-12T23:29:08.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-12T23:29:08.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-12T23:29:08.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-12T23:29:08.185Z
41382026-08-12T23:29:08.185Zinfo: running `cargo check --bins` on installinator-client (244/334)
41392026-08-12T23:29:08.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-12T23:29:08.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-12T23:29:08.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-12T23:29:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41432026-08-12T23:29:08.755Z
41442026-08-12T23:29:08.755Zinfo: running `cargo check --bins` on oxide-client (245/334)
41452026-08-12T23:29:09.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-12T23:29:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-12T23:29:09.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-12T23:29:09.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41492026-08-12T23:29:09.312Z
41502026-08-12T23:29:09.312Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41512026-08-12T23:29:09.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-12T23:29:09.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-12T23:29:09.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-12T23:29:09.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41552026-08-12T23:29:09.883Z
41562026-08-12T23:29:09.883Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41572026-08-12T23:29:10.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-12T23:29:10.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-12T23:29:10.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-12T23:29:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41612026-08-12T23:29:10.473Z
41622026-08-12T23:29:10.473Zinfo: running `cargo check --bins` on wicket-common (248/334)
41632026-08-12T23:29:10.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-12T23:29:10.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-12T23:29:10.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-12T23:29:10.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41672026-08-12T23:29:11.055Z
41682026-08-12T23:29:11.055Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41692026-08-12T23:29:11.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-12T23:29:11.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-12T23:29:11.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-12T23:29:11.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41732026-08-12T23:29:11.628Z
41742026-08-12T23:29:11.628Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41752026-08-12T23:29:12.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-12T23:29:12.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-12T23:29:12.293Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41782026-08-12T23:29:12.296Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-08-12T23:29:13.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41802026-08-12T23:29:13.673Z
41812026-08-12T23:29:13.673Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41822026-08-12T23:29:14.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-12T23:29:14.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-12T23:29:14.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-12T23:29:14.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41862026-08-12T23:29:14.244Z
41872026-08-12T23:29:14.244Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41882026-08-12T23:29:14.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-12T23:29:14.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-12T23:29:14.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-12T23:29:14.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41922026-08-12T23:29:14.895Z
41932026-08-12T23:29:14.895Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41942026-08-12T23:29:15.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-12T23:29:15.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-12T23:29:15.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-12T23:29:15.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41982026-08-12T23:29:15.546Z
41992026-08-12T23:29:15.548Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
42002026-08-12T23:29:16.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-12T23:29:16.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-12T23:29:16.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-12T23:29:16.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42042026-08-12T23:29:16.169Z
42052026-08-12T23:29:16.169Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42062026-08-12T23:29:16.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-12T23:29:16.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-12T23:29:16.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-12T23:29:16.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42102026-08-12T23:29:16.795Z
42112026-08-12T23:29:16.795Zinfo: running `cargo check --bins` on db-macros (256/334)
42122026-08-12T23:29:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-12T23:29:17.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-12T23:29:17.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-12T23:29:17.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-12T23:29:17.353Z
42172026-08-12T23:29:17.353Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42182026-08-12T23:29:17.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-12T23:29:17.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-12T23:29:17.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-12T23:29:17.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42222026-08-12T23:29:17.915Z
42232026-08-12T23:29:17.915Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42242026-08-12T23:29:18.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-12T23:29:18.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-12T23:29:18.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-12T23:29:18.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42282026-08-12T23:29:18.535Z
42292026-08-12T23:29:18.536Zinfo: running `cargo check --bins` on authz-macros (259/334)
42302026-08-12T23:29:19.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-12T23:29:19.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-12T23:29:19.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-12T23:29:19.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42342026-08-12T23:29:19.094Z
42352026-08-12T23:29:19.094Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42362026-08-12T23:29:19.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-12T23:29:19.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-12T23:29:19.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-12T23:29:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42402026-08-12T23:29:19.713Z
42412026-08-12T23:29:19.713Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42422026-08-12T23:29:20.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-12T23:29:20.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-12T23:29:20.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-12T23:29:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42462026-08-12T23:29:20.330Z
42472026-08-12T23:29:20.330Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42482026-08-12T23:29:20.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-12T23:29:20.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-12T23:29:20.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-12T23:29:20.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42522026-08-12T23:29:20.898Z
42532026-08-12T23:29:20.898Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42542026-08-12T23:29:21.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-12T23:29:21.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-12T23:29:21.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-12T23:29:21.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42582026-08-12T23:29:21.467Z
42592026-08-12T23:29:21.467Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42602026-08-12T23:29:21.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-12T23:29:21.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-12T23:29:21.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-12T23:29:21.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42642026-08-12T23:29:22.025Z
42652026-08-12T23:29:22.025Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42662026-08-12T23:29:22.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-12T23:29:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-12T23:29:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-12T23:29:22.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-08-12T23:29:22.648Z
42712026-08-12T23:29:22.648Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42722026-08-12T23:29:23.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-12T23:29:23.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-12T23:29:23.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-12T23:29:23.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-08-12T23:29:23.276Z
42772026-08-12T23:29:23.276Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42782026-08-12T23:29:23.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-12T23:29:23.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-12T23:29:23.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-12T23:29:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42822026-08-12T23:29:23.903Z
42832026-08-12T23:29:23.904Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42842026-08-12T23:29:24.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-12T23:29:24.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-12T23:29:24.623Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42872026-08-12T23:29:24.627Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42882026-08-12T23:29:25.309Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-08-12T23:29:27.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
42902026-08-12T23:29:27.243Z
42912026-08-12T23:29:27.243Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42922026-08-12T23:29:27.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-12T23:29:27.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-12T23:29:27.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-12T23:29:27.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42962026-08-12T23:29:27.818Z
42972026-08-12T23:29:27.818Zinfo: running `cargo check --bins` on cert-dev (270/334)
42982026-08-12T23:29:28.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-12T23:29:28.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-12T23:29:28.425Z Checking yasna v0.5.2
43012026-08-12T23:29:28.832Z Checking rcgen v0.12.1
43022026-08-12T23:29:29.086Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43032026-08-12T23:29:29.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43042026-08-12T23:29:29.448Z
43052026-08-12T23:29:29.448Zinfo: running `cargo check --bins` on clickana (271/334)
43062026-08-12T23:29:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-12T23:29:29.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-12T23:29:30.088Z Compiling instability v0.3.11
43092026-08-12T23:29:30.088Z Checking castaway v0.2.4
43102026-08-12T23:29:30.092Z Compiling indoc v2.0.7
43112026-08-12T23:29:30.195Z Checking unicode-truncate v1.1.0
43122026-08-12T23:29:30.209Z Checking lru v0.12.5
43132026-08-12T23:29:30.212Z Checking cassowary v0.3.0
43142026-08-12T23:29:30.286Z Checking compact_str v0.8.1
43152026-08-12T23:29:31.087Z Checking ratatui v0.29.0
43162026-08-12T23:29:32.147Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43172026-08-12T23:29:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
43182026-08-12T23:29:33.074Z
43192026-08-12T23:29:33.075Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43202026-08-12T23:29:33.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-08-12T23:29:33.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-08-12T23:29:33.787Z Checking headers-core v0.3.0
43232026-08-12T23:29:33.790Z Checking port-file v0.1.0
43242026-08-12T23:29:33.790Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43252026-08-12T23:29:33.985Z Checking headers v0.4.1
43262026-08-12T23:29:34.354Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43272026-08-12T23:29:35.317Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-08-12T23:29:35.845Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43292026-08-12T23:29:36.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
43302026-08-12T23:29:36.483Z
43312026-08-12T23:29:36.483Zinfo: running `cargo check --bins` on ch-dev (273/334)
43322026-08-12T23:29:36.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-12T23:29:36.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-12T23:29:37.192Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43352026-08-12T23:29:37.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43362026-08-12T23:29:38.153Z
43372026-08-12T23:29:38.153Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43382026-08-12T23:29:38.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-12T23:29:38.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-12T23:29:38.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-08-12T23:29:38.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43422026-08-12T23:29:38.572Z
43432026-08-12T23:29:38.572Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43442026-08-12T23:29:39.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-12T23:29:39.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-12T23:29:39.199Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43472026-08-12T23:29:39.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
43482026-08-12T23:29:39.761Z
43492026-08-12T23:29:39.761Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43502026-08-12T23:29:40.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-08-12T23:29:40.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-08-12T23:29:40.471Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-08-12T23:29:41.576Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43542026-08-12T23:29:41.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
43552026-08-12T23:29:42.131Z
43562026-08-12T23:29:42.131Zinfo: running `cargo check --bins` on db-dev (277/334)
43572026-08-12T23:29:42.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-12T23:29:42.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-12T23:29:42.844Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43602026-08-12T23:29:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43612026-08-12T23:29:43.810Z
43622026-08-12T23:29:43.810Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43632026-08-12T23:29:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-12T23:29:44.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-12T23:29:44.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-12T23:29:44.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43672026-08-12T23:29:44.417Z
43682026-08-12T23:29:44.417Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43692026-08-12T23:29:44.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-12T23:29:44.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-12T23:29:45.022Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43722026-08-12T23:29:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43732026-08-12T23:29:45.892Z
43742026-08-12T23:29:45.892Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43752026-08-12T23:29:46.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-08-12T23:29:46.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-08-12T23:29:46.639Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43782026-08-12T23:29:46.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43792026-08-12T23:29:46.642Z Checking git-stub v1.0.0
43802026-08-12T23:29:46.642Z Compiling trait-variant v0.1.2
43812026-08-12T23:29:46.759Z Checking maplit v1.0.2
43822026-08-12T23:29:46.762Z Checking is_ci v1.2.0
43832026-08-12T23:29:46.798Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43842026-08-12T23:29:46.801Z Checking drift v0.2.0
43852026-08-12T23:29:46.838Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43862026-08-12T23:29:46.852Z Checking supports-color v3.0.2
43872026-08-12T23:29:46.936Z Checking git-stub-vcs v0.1.0
43882026-08-12T23:29:46.970Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43892026-08-12T23:29:46.973Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-08-12T23:29:46.998Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43912026-08-12T23:29:47.129Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43922026-08-12T23:29:47.152Z Checking dropshot-api-manager v0.7.2
43932026-08-12T23:29:47.182Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43942026-08-12T23:29:47.301Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43952026-08-12T23:29:47.540Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43962026-08-12T23:29:48.032Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43972026-08-12T23:29:48.980Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43982026-08-12T23:29:50.012Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43992026-08-12T23:29:50.715Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44002026-08-12T23:29:51.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
44012026-08-12T23:29:51.386Z
44022026-08-12T23:29:51.386Zinfo: running `cargo check --bins` on installinator-api (281/334)
44032026-08-12T23:29:51.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-12T23:29:51.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-12T23:29:51.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-12T23:29:51.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44072026-08-12T23:29:51.959Z
44082026-08-12T23:29:51.959Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44092026-08-12T23:29:52.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-12T23:29:52.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-12T23:29:52.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-12T23:29:52.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-12T23:29:52.567Z
44142026-08-12T23:29:52.567Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44152026-08-12T23:29:53.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-12T23:29:53.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-12T23:29:53.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-12T23:29:53.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44192026-08-12T23:29:53.180Z
44202026-08-12T23:29:53.180Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44212026-08-12T23:29:53.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-12T23:29:53.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-12T23:29:53.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-12T23:29:53.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44252026-08-12T23:29:53.785Z
44262026-08-12T23:29:53.785Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44272026-08-12T23:29:54.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-12T23:29:54.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-12T23:29:54.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-12T23:29:54.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-12T23:29:54.354Z
44322026-08-12T23:29:54.354Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44332026-08-12T23:29:54.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-12T23:29:54.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-12T23:29:54.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-12T23:29:54.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44372026-08-12T23:29:54.917Z
44382026-08-12T23:29:54.917Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44392026-08-12T23:29:55.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-12T23:29:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-12T23:29:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-12T23:29:55.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-08-12T23:29:55.503Z
44442026-08-12T23:29:55.503Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44452026-08-12T23:29:55.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-12T23:29:55.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-12T23:29:55.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-12T23:29:55.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44492026-08-12T23:29:56.080Z
44502026-08-12T23:29:56.080Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44512026-08-12T23:29:56.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-12T23:29:56.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-12T23:29:56.693Z Compiling blake3 v1.8.5
44542026-08-12T23:29:56.806Z Checking constant_time_eq v0.4.2
44552026-08-12T23:29:56.809Z Checking arrayvec v0.7.6
44562026-08-12T23:29:56.813Z Checking arrayref v0.3.9
44572026-08-12T23:29:56.826Z Checking cargo-platform v0.3.2
44582026-08-12T23:29:56.826Z Checking topological-sort v0.2.2
44592026-08-12T23:29:56.829Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44602026-08-12T23:29:56.985Z Checking cargo_metadata v0.23.1
44612026-08-12T23:29:57.682Z Checking omicron-zone-package v0.12.3
44622026-08-12T23:29:58.399Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44632026-08-12T23:29:59.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
44642026-08-12T23:29:59.408Z
44652026-08-12T23:29:59.408Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44662026-08-12T23:29:59.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-12T23:29:59.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-12T23:30:00.122Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-08-12T23:30:00.764Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44702026-08-12T23:30:01.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
44712026-08-12T23:30:01.482Z
44722026-08-12T23:30:01.482Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44732026-08-12T23:30:02.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-12T23:30:02.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-12T23:30:02.447Z Compiling darling_core v0.21.3
44762026-08-12T23:30:02.447Z Compiling vergen-lib v0.1.6
44772026-08-12T23:30:02.447Z Compiling diesel_derives v2.3.7
44782026-08-12T23:30:02.447Z Checking scheduled-thread-pool v0.2.7
44792026-08-12T23:30:02.451Z Compiling vergen-gitcl v1.0.8
44802026-08-12T23:30:02.451Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44812026-08-12T23:30:02.451Z Compiling diesel_table_macro_syntax v0.3.0
44822026-08-12T23:30:02.667Z Compiling dirs-sys-next v0.1.2
44832026-08-12T23:30:02.779Z Compiling crunchy v0.2.4
44842026-08-12T23:30:02.782Z Compiling glob v0.3.3
44852026-08-12T23:30:02.811Z Compiling dirs-next v2.0.0
44862026-08-12T23:30:02.857Z Checking r2d2 v0.8.10
44872026-08-12T23:30:02.942Z Compiling tiny-keccak v2.0.2
44882026-08-12T23:30:02.946Z Checking downcast-rs v2.0.2
44892026-08-12T23:30:03.048Z Compiling term v0.7.0
44902026-08-12T23:30:03.156Z Compiling bit-vec v0.6.3
44912026-08-12T23:30:03.173Z Compiling clang-sys v1.8.1
44922026-08-12T23:30:03.234Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44932026-08-12T23:30:03.373Z Compiling bit-set v0.5.3
44942026-08-12T23:30:03.469Z Compiling ascii-canvas v3.0.0
44952026-08-12T23:30:03.533Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44962026-08-12T23:30:03.573Z Compiling itertools v0.10.5
44972026-08-12T23:30:03.591Z Compiling ena v0.14.4
44982026-08-12T23:30:03.591Z Compiling libloading v0.8.9
44992026-08-12T23:30:03.621Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45002026-08-12T23:30:03.685Z Compiling regex-syntax v0.6.29
45012026-08-12T23:30:03.716Z Compiling bindgen v0.71.1
45022026-08-12T23:30:03.799Z Compiling diff v0.1.13
45032026-08-12T23:30:04.092Z Compiling cexpr v0.6.0
45042026-08-12T23:30:04.130Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-08-12T23:30:04.236Z Compiling rustc-hash v2.1.1
45062026-08-12T23:30:04.313Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45072026-08-12T23:30:04.562Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45082026-08-12T23:30:04.635Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45092026-08-12T23:30:04.670Z Compiling libxml v0.3.3
45102026-08-12T23:30:04.769Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-08-12T23:30:04.925Z Compiling strum_macros v0.24.3
45122026-08-12T23:30:04.945Z Compiling indoc v1.0.9
45132026-08-12T23:30:05.063Z Compiling darling_macro v0.21.3
45142026-08-12T23:30:05.380Z Compiling lalrpop v0.19.12
45152026-08-12T23:30:05.581Z Compiling darling v0.21.3
45162026-08-12T23:30:05.677Z Compiling dsl_auto_type v0.2.0
45172026-08-12T23:30:05.747Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-08-12T23:30:05.828Z Checking derive_builder v0.20.2
45192026-08-12T23:30:05.936Z Compiling oso-derive v0.27.3
45202026-08-12T23:30:05.951Z Checking quick-xml v0.37.5
45212026-08-12T23:30:06.306Z Compiling impl-trait-for-tuples v0.2.3
45222026-08-12T23:30:06.492Z Checking openssl-probe v0.1.6
45232026-08-12T23:30:06.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45242026-08-12T23:30:06.858Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45252026-08-12T23:30:07.051Z Checking bb8 v0.8.6
45262026-08-12T23:30:07.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45272026-08-12T23:30:07.386Z Checking nonempty v0.12.0
45282026-08-12T23:30:07.455Z Compiling libz-sys v1.1.24
45292026-08-12T23:30:07.554Z Compiling strsim v0.10.0
45302026-08-12T23:30:07.594Z Compiling libgit2-sys v0.18.3+1.9.2
45312026-08-12T23:30:07.884Z Compiling darling_core v0.13.4
45322026-08-12T23:30:07.905Z Compiling vergen-git2 v9.1.0
45332026-08-12T23:30:08.034Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45342026-08-12T23:30:08.117Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-12T23:30:08.244Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362026-08-12T23:30:08.459Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45372026-08-12T23:30:08.646Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45382026-08-12T23:30:08.833Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45392026-08-12T23:30:09.021Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45402026-08-12T23:30:09.094Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45412026-08-12T23:30:09.208Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45422026-08-12T23:30:09.400Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45432026-08-12T23:30:09.591Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45442026-08-12T23:30:09.742Z Compiling darling_macro v0.13.4
45452026-08-12T23:30:09.777Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45462026-08-12T23:30:10.159Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45472026-08-12T23:30:10.234Z Compiling darling v0.13.4
45482026-08-12T23:30:10.329Z Compiling serde_with_macros v1.5.2
45492026-08-12T23:30:10.536Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-12T23:30:11.191Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45512026-08-12T23:30:11.209Z Compiling serde_with v1.14.0
45522026-08-12T23:30:11.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45532026-08-12T23:30:11.379Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45542026-08-12T23:30:11.658Z Checking diesel v2.3.7
45552026-08-12T23:30:12.386Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45562026-08-12T23:30:13.069Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45572026-08-12T23:30:13.172Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45582026-08-12T23:30:13.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45592026-08-12T23:30:13.994Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45602026-08-12T23:30:14.562Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45612026-08-12T23:30:14.661Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45622026-08-12T23:30:15.081Z Checking twox-hash v2.1.2
45632026-08-12T23:30:15.147Z Checking libsw-core v0.3.2
45642026-08-12T23:30:15.308Z Checking atty v0.2.14
45652026-08-12T23:30:15.392Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45662026-08-12T23:30:15.411Z Checking libsw v3.5.0
45672026-08-12T23:30:15.507Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45682026-08-12T23:30:15.568Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45692026-08-12T23:30:15.696Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45702026-08-12T23:30:15.850Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45712026-08-12T23:30:17.184Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45722026-08-12T23:30:17.205Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45732026-08-12T23:30:17.667Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45742026-08-12T23:30:17.907Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45752026-08-12T23:30:18.403Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45762026-08-12T23:30:18.589Z Checking console v0.16.2
45772026-08-12T23:30:18.872Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45782026-08-12T23:30:18.900Z Checking fatfs v0.3.6
45792026-08-12T23:30:19.022Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45802026-08-12T23:30:19.356Z Compiling seq-macro v0.3.6
45812026-08-12T23:30:19.855Z Checking unit-prefix v0.5.2
45822026-08-12T23:30:19.995Z Checking indicatif v0.18.4
45832026-08-12T23:30:20.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45842026-08-12T23:30:20.376Z Checking oxide-update-engine-display v0.1.2
45852026-08-12T23:30:20.410Z Checking support-bundle-viewer v0.1.2
45862026-08-12T23:30:20.656Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45872026-08-12T23:30:20.698Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45882026-08-12T23:30:21.022Z Checking multimap v0.10.1
45892026-08-12T23:30:26.732Z Checking async-bb8-diesel v0.2.1
45902026-08-12T23:30:27.091Z Checking diesel-dtrace v0.5.0
45912026-08-12T23:30:29.761Z Compiling samael v0.0.19
45922026-08-12T23:30:32.913Z Compiling git2 v0.20.4
45932026-08-12T23:30:36.314Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45942026-08-12T23:30:36.715Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45952026-08-12T23:30:37.782Z Compiling polar-core v0.27.3
45962026-08-12T23:30:42.396Z Checking oso v0.27.3
45972026-08-12T23:31:14.783Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45982026-08-12T23:32:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45992026-08-12T23:32:29.548Z
46002026-08-12T23:32:29.548Zinfo: running `cargo check --bins` on nexus-networking (292/334)
46012026-08-12T23:32:30.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-12T23:32:30.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-12T23:32:30.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-12T23:32:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46052026-08-12T23:32:30.211Z
46062026-08-12T23:32:30.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46072026-08-12T23:32:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-12T23:32:30.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-12T23:32:30.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-12T23:32:30.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46112026-08-12T23:32:30.839Z
46122026-08-12T23:32:30.840Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46132026-08-12T23:32:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-12T23:32:31.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-12T23:32:31.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-12T23:32:31.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46172026-08-12T23:32:31.460Z
46182026-08-12T23:32:31.460Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46192026-08-12T23:32:31.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-12T23:32:31.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-12T23:32:31.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46222026-08-12T23:32:31.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46232026-08-12T23:32:32.015Z
46242026-08-12T23:32:32.015Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46252026-08-12T23:32:32.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-12T23:32:32.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-12T23:32:32.833Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-12T23:32:33.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
46292026-08-12T23:32:33.830Z
46302026-08-12T23:32:33.830Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46312026-08-12T23:32:34.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-12T23:32:34.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-12T23:32:34.653Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46342026-08-12T23:33:13.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.90s
46352026-08-12T23:33:13.954Z
46362026-08-12T23:33:13.954Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46372026-08-12T23:33:14.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-12T23:33:14.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-12T23:33:14.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-12T23:33:14.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-12T23:33:14.513Z
46422026-08-12T23:33:14.513Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46432026-08-12T23:33:14.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-12T23:33:14.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-12T23:33:14.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-12T23:33:14.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46472026-08-12T23:33:15.073Z
46482026-08-12T23:33:15.073Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46492026-08-12T23:33:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-12T23:33:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-12T23:33:15.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-12T23:33:15.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46532026-08-12T23:33:15.694Z
46542026-08-12T23:33:15.694Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46552026-08-12T23:33:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-12T23:33:16.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-12T23:33:16.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-12T23:33:16.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46592026-08-12T23:33:16.323Z
46602026-08-12T23:33:16.323Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46612026-08-12T23:33:16.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-12T23:33:16.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-12T23:33:16.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-12T23:33:16.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46652026-08-12T23:33:16.955Z
46662026-08-12T23:33:16.955Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46672026-08-12T23:33:17.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-12T23:33:17.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-12T23:33:17.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-12T23:33:17.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46712026-08-12T23:33:17.571Z
46722026-08-12T23:33:17.571Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46732026-08-12T23:33:18.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-12T23:33:18.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-12T23:33:18.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-12T23:33:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46772026-08-12T23:33:18.202Z
46782026-08-12T23:33:18.203Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46792026-08-12T23:33:18.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-12T23:33:18.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-12T23:33:18.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-12T23:33:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46832026-08-12T23:33:18.838Z
46842026-08-12T23:33:18.838Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46852026-08-12T23:33:19.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-12T23:33:19.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-12T23:33:19.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-12T23:33:19.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-12T23:33:19.449Z
46902026-08-12T23:33:19.449Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46912026-08-12T23:33:19.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-12T23:33:19.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-12T23:33:19.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-12T23:33:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-08-12T23:33:20.088Z
46962026-08-12T23:33:20.088Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46972026-08-12T23:33:20.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-12T23:33:20.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-12T23:33:20.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-08-12T23:33:20.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47012026-08-12T23:33:20.715Z
47022026-08-12T23:33:20.716Zinfo: running `cargo check --bins` on omicron-dev (309/334)
47032026-08-12T23:33:21.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-08-12T23:33:21.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-08-12T23:33:21.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-08-12T23:33:21.607Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47072026-08-12T23:33:21.793Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47082026-08-12T23:33:21.824Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47092026-08-12T23:33:21.838Z Checking yansi v1.0.1
47102026-08-12T23:33:21.846Z Checking diff v0.1.13
47112026-08-12T23:33:21.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47122026-08-12T23:33:21.876Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47132026-08-12T23:33:22.088Z Checking pretty_assertions v1.4.1
47142026-08-12T23:33:22.880Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47152026-08-12T23:33:22.909Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47162026-08-12T23:33:48.084Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-08-12T23:33:48.088Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47182026-08-12T23:33:48.088Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47192026-08-12T23:33:48.088Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47202026-08-12T23:33:48.088Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47212026-08-12T23:33:48.088Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47222026-08-12T23:33:48.088Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47232026-08-12T23:33:48.978Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-12T23:33:48.978Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47252026-08-12T23:33:50.274Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47262026-08-12T23:34:28.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47272026-08-12T23:34:29.158Z
47282026-08-12T23:34:29.158Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47292026-08-12T23:34:29.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-12T23:34:29.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-12T23:34:29.861Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47322026-08-12T23:34:30.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47332026-08-12T23:34:30.699Z
47342026-08-12T23:34:30.699Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47352026-08-12T23:34:31.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-12T23:34:31.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-12T23:34:31.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-12T23:34:31.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47392026-08-12T23:34:31.257Z
47402026-08-12T23:34:31.257Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47412026-08-12T23:34:31.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-12T23:34:31.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-12T23:34:32.029Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47442026-08-12T23:34:32.153Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47452026-08-12T23:34:32.162Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47462026-08-12T23:34:59.096Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47472026-08-12T23:34:59.519Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47482026-08-12T23:35:01.266Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47492026-08-12T23:35:01.747Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47502026-08-12T23:35:04.905Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47512026-08-12T23:35:28.854Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47522026-08-12T23:35:29.594Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47532026-08-12T23:35:31.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47542026-08-12T23:35:31.500Z
47552026-08-12T23:35:31.500Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47562026-08-12T23:35:32.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-12T23:35:32.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-12T23:35:32.210Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47592026-08-12T23:35:32.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47602026-08-12T23:35:33.113Z
47612026-08-12T23:35:33.113Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47622026-08-12T23:35:33.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-12T23:35:33.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-12T23:35:33.732Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47652026-08-12T23:35:33.735Z Compiling fs-err v2.11.0
47662026-08-12T23:35:33.849Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47672026-08-12T23:35:33.860Z Checking parse-size v1.1.0
47682026-08-12T23:35:33.867Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47692026-08-12T23:35:33.870Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47702026-08-12T23:35:33.870Z Checking shell-words v1.1.1
47712026-08-12T23:35:33.959Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47722026-08-12T23:35:34.289Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47732026-08-12T23:35:34.468Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47742026-08-12T23:35:35.147Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47752026-08-12T23:35:36.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47762026-08-12T23:35:36.291Z
47772026-08-12T23:35:36.291Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47782026-08-12T23:35:36.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-12T23:35:36.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-12T23:35:36.922Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47812026-08-12T23:35:37.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
47822026-08-12T23:35:37.593Z
47832026-08-12T23:35:37.593Zinfo: running `cargo check --bins` on schema (316/334)
47842026-08-12T23:35:38.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-12T23:35:38.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-12T23:35:38.316Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47872026-08-12T23:35:39.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
47882026-08-12T23:35:39.233Z
47892026-08-12T23:35:39.233Zinfo: running `cargo check --bins` on xtask (317/334)
47902026-08-12T23:35:40.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-12T23:35:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-12T23:35:40.413Z Checking serde_core v1.0.228
47932026-08-12T23:35:40.413Z Checking libc v0.2.185
47942026-08-12T23:35:40.413Z Checking bitflags v2.11.0
47952026-08-12T23:35:40.413Z Checking scroll v0.12.0
47962026-08-12T23:35:40.414Z Checking thiserror v1.0.69
47972026-08-12T23:35:40.414Z Checking log v0.4.29
47982026-08-12T23:35:40.414Z Checking indexmap v2.14.0
47992026-08-12T23:35:40.414Z Checking zerocopy v0.7.35
48002026-08-12T23:35:40.414Z Checking syn v2.0.117
48012026-08-12T23:35:40.414Z Checking dtrace-parser v0.2.0
48022026-08-12T23:35:40.414Z Checking once_cell v1.21.3
48032026-08-12T23:35:40.414Z Checking goblin v0.8.2
48042026-08-12T23:35:40.414Z Checking errno v0.3.14
48052026-08-12T23:35:40.414Z Checking thread-id v4.2.2
48062026-08-12T23:35:40.414Z Checking getrandom v0.4.1
48072026-08-12T23:35:40.415Z Checking rustix v1.1.3
48082026-08-12T23:35:40.415Z Checking memmap v0.7.0
48092026-08-12T23:35:40.420Z Checking thiserror v2.0.18
48102026-08-12T23:35:40.421Z Checking fs-err v3.3.0
48112026-08-12T23:35:40.421Z Checking anyhow v1.0.102
48122026-08-12T23:35:40.421Z Checking tabled v0.15.0
48132026-08-12T23:35:41.296Z Checking terminal_size v0.4.3
48142026-08-12T23:35:41.296Z Checking tempfile v3.25.0
48152026-08-12T23:35:41.336Z Checking clap_builder v4.6.0
48162026-08-12T23:35:41.336Z Checking textwrap v0.16.2
48172026-08-12T23:35:41.336Z Checking serde v1.0.228
48182026-08-12T23:35:41.336Z Checking serde_json v1.0.151
48192026-08-12T23:35:41.336Z Checking camino v1.2.2
48202026-08-12T23:35:41.336Z Checking semver v1.0.28
48212026-08-12T23:35:41.357Z Checking cargo-platform v0.3.2
48222026-08-12T23:35:41.663Z Checking camino-tempfile v1.4.1
48232026-08-12T23:35:41.696Z Checking serde_spanned v0.6.9
48242026-08-12T23:35:41.696Z Checking toml_datetime v0.6.11
48252026-08-12T23:35:41.696Z Checking macaddr v1.0.1
48262026-08-12T23:35:41.696Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48272026-08-12T23:35:41.748Z Checking toml_edit v0.22.27
48282026-08-12T23:35:41.789Z Checking dof v0.3.0
48292026-08-12T23:35:41.789Z Checking cargo_metadata v0.23.1
48302026-08-12T23:35:42.077Z Checking usdt-impl v0.5.0
48312026-08-12T23:35:42.203Z Checking clap v4.6.1
48322026-08-12T23:35:42.314Z Checking usdt v0.5.0
48332026-08-12T23:35:42.814Z Checking toml v0.8.23
48342026-08-12T23:35:42.989Z Checking cargo_toml v0.21.0
48352026-08-12T23:35:43.639Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48362026-08-12T23:35:44.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
48372026-08-12T23:35:44.129Z
48382026-08-12T23:35:44.129Zinfo: running `cargo check --bins` on dnsadm (318/334)
48392026-08-12T23:35:44.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-08-12T23:35:44.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-08-12T23:35:44.760Z Checking arc-swap v1.8.2
48422026-08-12T23:35:45.047Z Checking slog-scope v4.4.1
48432026-08-12T23:35:45.168Z Checking slog-stdlog v4.1.1
48442026-08-12T23:35:45.259Z Checking slog-envlogger v2.2.0
48452026-08-12T23:35:45.378Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48462026-08-12T23:35:45.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48472026-08-12T23:35:45.986Z
48482026-08-12T23:35:45.986Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48492026-08-12T23:35:46.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-08-12T23:35:46.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-08-12T23:35:46.783Z Checking cpubits v0.1.1
48522026-08-12T23:35:46.911Z Checking pem-rfc7468 v1.0.0
48532026-08-12T23:35:46.926Z Checking hmac v0.13.0
48542026-08-12T23:35:46.938Z Checking universal-hash v0.6.1
48552026-08-12T23:35:46.945Z Checking ctr v0.10.1
48562026-08-12T23:35:46.945Z Checking aead v0.6.1
48572026-08-12T23:35:46.976Z Checking aes v0.9.1
48582026-08-12T23:35:46.976Z Checking crypto-bigint v0.7.5
48592026-08-12T23:35:47.006Z Checking salsa20 v0.11.0
48602026-08-12T23:35:47.055Z Checking polyval v0.7.1
48612026-08-12T23:35:47.061Z Checking der v0.8.0
48622026-08-12T23:35:47.068Z Checking pbkdf2 v0.13.0
48632026-08-12T23:35:47.097Z Checking cbc v0.2.1
48642026-08-12T23:35:47.156Z Checking ff v0.14.0
48652026-08-12T23:35:47.178Z Checking signature v3.0.0
48662026-08-12T23:35:47.206Z Checking ghash v0.6.0
48672026-08-12T23:35:47.239Z Checking scrypt v0.12.0
48682026-08-12T23:35:47.255Z Checking base16ct v1.0.0
48692026-08-12T23:35:47.283Z Checking group v0.14.0
48702026-08-12T23:35:47.323Z Checking hkdf v0.13.0
48712026-08-12T23:35:47.342Z Compiling curve25519-dalek v5.0.0
48722026-08-12T23:35:47.355Z Checking aes-gcm v0.11.0
48732026-08-12T23:35:47.387Z Checking keccak v0.2.0
48742026-08-12T23:35:47.401Z Checking poly1305 v0.9.0
48752026-08-12T23:35:47.431Z Checking wnaf v0.14.0
48762026-08-12T23:35:47.456Z Checking blowfish v0.10.0
48772026-08-12T23:35:47.515Z Checking blake2 v0.11.0-rc.6
48782026-08-12T23:35:47.538Z Checking sha3 v0.11.0
48792026-08-12T23:35:47.595Z Checking bcrypt-pbkdf v0.11.0
48802026-08-12T23:35:47.615Z Checking kem v0.3.0
48812026-08-12T23:35:47.669Z Checking module-lattice v0.2.3
48822026-08-12T23:35:47.728Z Checking sponge-cursor v0.1.0
48832026-08-12T23:35:47.759Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48842026-08-12T23:35:47.774Z Checking argon2 v0.6.0-rc.8
48852026-08-12T23:35:47.854Z Checking sha3 v0.12.0
48862026-08-12T23:35:47.877Z Checking ml-kem v0.3.2
48872026-08-12T23:35:47.892Z Checking internal-russh-num-bigint v0.5.0
48882026-08-12T23:35:47.899Z Checking spki v0.8.0
48892026-08-12T23:35:47.940Z Checking sec1 v0.8.1
48902026-08-12T23:35:48.051Z Checking num-bigint v0.4.6
48912026-08-12T23:35:48.075Z Checking pkcs5 v0.8.1
48922026-08-12T23:35:48.091Z Checking pkcs1 v0.8.0-rc.4
48932026-08-12T23:35:48.148Z Checking generic-array v1.4.3
48942026-08-12T23:35:48.297Z Checking russh-util v0.52.0
48952026-08-12T23:35:48.386Z Checking pkcs8 v0.11.0
48962026-08-12T23:35:48.429Z Compiling enum_dispatch v0.3.13
48972026-08-12T23:35:48.559Z Compiling delegate v0.13.5
48982026-08-12T23:35:48.579Z Checking ed25519 v3.0.0
48992026-08-12T23:35:48.619Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49002026-08-12T23:35:48.663Z Checking hex-literal v1.1.0
49012026-08-12T23:35:48.746Z Checking md5 v0.8.0
49022026-08-12T23:35:48.776Z Checking ed25519-dalek v3.0.0
49032026-08-12T23:35:48.791Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49042026-08-12T23:35:48.906Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49052026-08-12T23:35:49.014Z Checking socket2 v0.5.10
49062026-08-12T23:35:49.021Z Checking internet-checksum v0.2.1
49072026-08-12T23:35:49.043Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49082026-08-12T23:35:49.229Z Checking elliptic-curve v0.14.1
49092026-08-12T23:35:49.229Z Checking primefield v0.14.0
49102026-08-12T23:35:49.229Z Checking rfc6979 v0.6.0
49112026-08-12T23:35:49.270Z Checking ssh-encoding v0.3.0
49122026-08-12T23:35:49.387Z Checking crypto-primes v0.7.2
49132026-08-12T23:35:49.496Z Checking ssh-cipher v0.3.0
49142026-08-12T23:35:49.498Z Checking russh-cryptovec v0.62.0
49152026-08-12T23:35:49.615Z Checking primeorder v0.14.0
49162026-08-12T23:35:49.615Z Checking ecdsa v0.17.0
49172026-08-12T23:35:49.979Z Checking p384 v0.14.0
49182026-08-12T23:35:49.979Z Checking p256 v0.14.0
49192026-08-12T23:35:49.989Z Checking p521 v0.14.0
49202026-08-12T23:35:50.310Z Checking rsa v0.10.0-rc.18
49212026-08-12T23:35:52.849Z Checking ssh-key v0.7.0-rc.11
49222026-08-12T23:35:53.619Z Checking russh v0.62.4
49232026-08-12T23:36:07.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.07s
49242026-08-12T23:36:07.277Z
49252026-08-12T23:36:07.277Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49262026-08-12T23:36:07.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-12T23:36:07.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-12T23:36:07.922Z Checking termios v0.3.3
49292026-08-12T23:36:08.104Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49302026-08-12T23:36:08.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
49312026-08-12T23:36:08.917Z
49322026-08-12T23:36:08.917Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49332026-08-12T23:36:09.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-12T23:36:09.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-12T23:36:09.578Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49362026-08-12T23:36:10.277Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49372026-08-12T23:36:11.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
49382026-08-12T23:36:12.066Z
49392026-08-12T23:36:12.066Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49402026-08-12T23:36:12.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-12T23:36:12.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-12T23:36:12.694Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49432026-08-12T23:36:13.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49442026-08-12T23:36:13.320Z
49452026-08-12T23:36:13.320Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49462026-08-12T23:36:13.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-12T23:36:13.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-12T23:36:13.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49492026-08-12T23:36:13.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49502026-08-12T23:36:13.871Z
49512026-08-12T23:36:13.871Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49522026-08-12T23:36:18.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-12T23:36:18.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-12T23:36:18.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49552026-08-12T23:36:18.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49562026-08-12T23:36:18.287Z
49572026-08-12T23:36:18.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49582026-08-12T23:36:18.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-12T23:36:18.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-12T23:36:18.311Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49612026-08-12T23:36:18.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
49622026-08-12T23:36:18.311Z
49632026-08-12T23:36:18.311Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49642026-08-12T23:36:18.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-12T23:36:18.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-12T23:36:18.312Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49672026-08-12T23:36:18.312Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49682026-08-12T23:36:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
49692026-08-12T23:36:18.312Z
49702026-08-12T23:36:18.312Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49712026-08-12T23:36:18.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-12T23:36:18.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-12T23:36:18.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49742026-08-12T23:36:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49752026-08-12T23:36:18.312Z
49762026-08-12T23:36:18.312Zinfo: running `cargo check --bins` on omicron-package (328/334)
49772026-08-12T23:36:18.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-12T23:36:18.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-12T23:36:18.941Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49802026-08-12T23:36:20.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
49812026-08-12T23:36:20.215Z
49822026-08-12T23:36:20.216Zinfo: running `cargo check --bins` on tqdb (329/334)
49832026-08-12T23:36:20.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49842026-08-12T23:36:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49852026-08-12T23:36:20.992Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49862026-08-12T23:36:21.342Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49872026-08-12T23:36:21.859Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49882026-08-12T23:36:21.859Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49892026-08-12T23:36:28.091Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49902026-08-12T23:36:28.091Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49912026-08-12T23:36:28.095Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49922026-08-12T23:36:28.714Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49932026-08-12T23:36:28.718Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49942026-08-12T23:36:28.720Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49952026-08-12T23:36:29.520Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49962026-08-12T23:36:29.980Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49972026-08-12T23:36:30.219Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49982026-08-12T23:36:30.542Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49992026-08-12T23:36:31.419Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50002026-08-12T23:36:32.077Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50012026-08-12T23:36:36.845Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50022026-08-12T23:36:44.059Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50032026-08-12T23:36:44.059Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50042026-08-12T23:36:44.062Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50052026-08-12T23:36:44.063Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50062026-08-12T23:36:45.580Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50072026-08-12T23:36:46.868Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50082026-08-12T23:36:47.554Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50092026-08-12T23:36:48.843Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50102026-08-12T23:36:49.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.18s
50112026-08-12T23:36:49.600Z
50122026-08-12T23:36:49.600Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50132026-08-12T23:36:50.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-12T23:36:50.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-12T23:36:50.304Z Checking rtoolbox v0.0.3
50162026-08-12T23:36:50.308Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50172026-08-12T23:36:50.431Z Checking tui-tree-widget v0.23.1
50182026-08-12T23:36:50.435Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50192026-08-12T23:36:50.528Z Checking rpassword v7.5.4
50202026-08-12T23:36:53.418Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50212026-08-12T23:36:55.272Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50222026-08-12T23:36:56.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
50232026-08-12T23:36:56.390Z
50242026-08-12T23:36:56.390Zinfo: running `cargo check --bins` on wicket (331/334)
50252026-08-12T23:36:56.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-12T23:36:56.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-12T23:36:57.077Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50282026-08-12T23:36:57.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
50292026-08-12T23:36:57.630Z
50302026-08-12T23:36:57.630Zinfo: running `cargo check --bins` on wicketd (332/334)
50312026-08-12T23:36:58.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-12T23:36:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-12T23:36:58.323Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50342026-08-12T23:37:02.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
50352026-08-12T23:37:02.220Z
50362026-08-12T23:37:02.220Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50372026-08-12T23:37:02.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-12T23:37:02.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-12T23:37:02.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50402026-08-12T23:37:02.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50412026-08-12T23:37:02.782Z
50422026-08-12T23:37:02.782Zinfo: running `cargo check --bins` on zone-setup (334/334)
50432026-08-12T23:37:03.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50442026-08-12T23:37:03.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50452026-08-12T23:37:03.452Z Checking uzers v0.12.2
50462026-08-12T23:37:03.720Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50472026-08-12T23:37:04.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
50482026-08-12T23:37:04.705Z
50492026-08-12T23:37:04.705Zreal 14:04.281338991
50502026-08-12T23:37:04.705Zuser 21:13.074267682
50512026-08-12T23:37:04.705Zsys 4:19.919259970
50522026-08-12T23:37:04.705Ztrap 0.332768558
50532026-08-12T23:37:04.705Ztflt 0.655113045
50542026-08-12T23:37:04.705Zdflt 0.812943416
50552026-08-12T23:37:04.705Zkflt 0.005722689
50562026-08-12T23:37:04.705Zlock 1:29:38.523316520
50572026-08-12T23:37:04.705Zslp 1:41:02.075371307
50582026-08-12T23:37:04.705Zlat 56.310328674
50592026-08-12T23:37:04.705Zstop 4:03.131205213
50602026-08-12T23:37:04.709Zprocess exited: duration 972792 ms, exit code 0
 
50612026-08-12T23:37:04.717Zfound 0 output files