01M0XAWQ3R738WN48GW6K31H6B: 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: 01M0XAXA5FRP8G0GAPEJYQSJVJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:49:32.040Zjob assigned to worker 01M0XAXJBC5F2XHD0BNE7XQKSW [factory aws, i-0e79923cd3f406608] (queued for 51 s)
 
22026-08-25T20:49:38.299Zstarting task 0: "setup"
32026-08-25T20:49:38.303Z++ uname -s
42026-08-25T20:49:38.307Z+ kern=SunOS
52026-08-25T20:49:38.307Z+ build_user=build
62026-08-25T20:49:38.307Z+ build_uid=12345
72026-08-25T20:49:38.307Z+ work_dir=/work
82026-08-25T20:49:38.307Z+ input_dir=/input
92026-08-25T20:49:38.307Z+ [[ 0 == 12345 ]]
102026-08-25T20:49:38.307Z+ case "$kern" in
112026-08-25T20:49:38.307Z+ groupadd -g 12345 build
122026-08-25T20:49:38.307Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:49:40.313Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:49:40.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:49:40.395Z+ home_fs=zfs
162026-08-25T20:49:40.395Z+ [[ zfs == autofs ]]
172026-08-25T20:49:40.395Z+ mkdir -p /home/build
182026-08-25T20:49:40.395Z+ chown build:build /home/build /work
192026-08-25T20:49:42.396Z+ chmod 0700 /home/build /work
202026-08-25T20:49:42.400Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-25T20:49:42.407Zstarting task 1: "rust-toolchain"
222026-08-25T20:49:42.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:49:42.411Z * rust toolchain channel = "1.97.1"
242026-08-25T20:49:42.411Z * rust toolchain profile = "default"
252026-08-25T20:49:42.411Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T20:49:42.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:49:42.411Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:49:42.415Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:49:42.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:49:42.519Zinfo: downloading installer
312026-08-25T20:49:44.119Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:49:44.119Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:49:44.119Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:49:44.119Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:49:44.133Zinfo: profile set to default
362026-08-25T20:49:44.133Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:49:44.136Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:49:44.279Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:49:44.283Zinfo: downloading 6 components
402026-08-25T20:49:58.579Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:49:58.579Z
422026-08-25T20:49:58.606Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:49:58.606Z
442026-08-25T20:49:58.606Z
452026-08-25T20:49:58.606ZRust is installed now. Great!
462026-08-25T20:49:58.606Z
472026-08-25T20:49:58.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:49:58.609Zenvironment variable. This has not been done automatically.
492026-08-25T20:49:58.609Z
502026-08-25T20:49:58.609ZTo configure your current shell, you need to source
512026-08-25T20:49:58.609Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:49:58.610Z
532026-08-25T20:49:58.610ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:49:58.610Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:49:58.610Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:49:58.610Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:49:58.610Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:49:58.610Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:49:58.610Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:49:58.610Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:49:58.610Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:49:58.699Z+ rustup --version
632026-08-25T20:49:58.708Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:49:58.711Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:49:58.729Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:49:58.732Z+ cargo --version
672026-08-25T20:49:58.748Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:49:58.751Z+ rustc --version
692026-08-25T20:49:58.768Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:49:58.771Zprocess exited: duration 16364 ms, exit code 0
 
712026-08-25T20:49:58.778Zstarting task 2: "authentication"
722026-08-25T20:49:58.794Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T20:49:58.800Zstarting task 3: "clone repository"
742026-08-25T20:49:58.803Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:49:58.807Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:49:58.837ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:50:14.141Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:50:14.141Z+ git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144
792026-08-25T20:50:14.712ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:50:14.712Z * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD
812026-08-25T20:50:14.724Z+ [[ -n update-bgp-src-addr-description ]]
822026-08-25T20:50:14.727Z++ git branch --show-current
832026-08-25T20:50:14.727Z+ current=main
842026-08-25T20:50:14.727Z+ [[ main != update-bgp-src-addr-description ]]
852026-08-25T20:50:14.727Z+ git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144
862026-08-25T20:50:14.731Z+ git checkout -f update-bgp-src-addr-description
872026-08-25T20:50:14.977ZSwitched to branch 'update-bgp-src-addr-description'
882026-08-25T20:50:14.980Z+ git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144
892026-08-25T20:50:15.007ZHEAD is now at 21f4906c9 update bgp peer src addr description
902026-08-25T20:50:15.010Zprocess exited: duration 16208 ms, exit code 0
 
912026-08-25T20:50:15.017Zstarting task 4: "build"
922026-08-25T20:50:15.021Z+ source .github/buildomat/ci-env.sh
932026-08-25T20:50:15.024Z++ export CARGO_TERM_COLOR=always
942026-08-25T20:50:15.024Z++ CARGO_TERM_COLOR=always
952026-08-25T20:50:15.024Z+++ uname -s
962026-08-25T20:50:15.024Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T20:50:15.024Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T20:50:15.027Z+ cargo --version
992026-08-25T20:50:15.034Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T20:50:15.037Z+ rustc --version
1012026-08-25T20:50:15.056Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T20:50:15.059Z+ source ./env.sh
1032026-08-25T20:50:15.059Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T20:50:15.059Z++ set -o xtrace
1052026-08-25T20:50:15.062Z++++ dirname ./env.sh
1062026-08-25T20:50:15.062Z+++ readlink -f .
1072026-08-25T20:50:15.066Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ 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-25T20:50:15.066Z++ case $OLD_SHELL_OPTS in
1192026-08-25T20:50:15.066Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T20:50:15.066Z+ 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-25T20:50:15.066Z+ 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-25T20:50:15.066Z+ banner prerequisites
1232026-08-25T20:50:15.070Z
1242026-08-25T20:50:15.070Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T20:50:15.070Z # # # # # # # # # # # # # # #
1262026-08-25T20:50:15.070Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T20:50:15.070Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T20:50:15.070Z # # # # # # # # # # # # # # #
1292026-08-25T20:50:15.070Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T20:50:15.070Z
1312026-08-25T20:50:15.070Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T20:50:16.952Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T20:50:17.341Z Startup: Caching catalogs ... Done
1342026-08-25T20:50:19.556ZPlanning: Solver setup ... Done (2.094s)
1352026-08-25T20:50:19.618ZPlanning: Running solver ... Done (0.062s)
1362026-08-25T20:50:19.669ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-25T20:50:19.682ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T20:50:19.704ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T20:50:19.718ZPlanning: Package planning ... Done (0.013s)
1402026-08-25T20:50:19.721ZPlanning: Merging actions ... Done (0.001s)
1412026-08-25T20:50:19.941ZPlanning: Checking for conflicting actions ... Done (0.221s)
1422026-08-25T20:50:19.944ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T20:50:20.674ZPlanning: Evaluating mediators ... Done (0.732s)
1442026-08-25T20:50:20.677ZPlanning: Planning completed in 3.30 seconds
1452026-08-25T20:50:20.682Z Packages to install: 2
1462026-08-25T20:50:20.683Z Estimated space available: 156.01 GB
1472026-08-25T20:50:20.683ZEstimated space to be consumed: 80.56 MB
1482026-08-25T20:50:20.683Z Create boot environment: No
1492026-08-25T20:50:20.686ZCreate backup boot environment: No
1502026-08-25T20:50:20.686Z Rebuild boot archive: No
1512026-08-25T20:50:20.686Z
1522026-08-25T20:50:20.686ZChanged packages:
1532026-08-25T20:50:20.686Zhelios
1542026-08-25T20:50:20.686Z developer/build-essential
1552026-08-25T20:50:20.686Z None -> 11-3.0
1562026-08-25T20:50:20.686Z library/libxmlsec1
1572026-08-25T20:50:20.686Z None -> 1.2.35-3.0
1582026-08-25T20:50:20.707Z
1592026-08-25T20:50:20.707ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T20:50:20.775ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-08-25T20:50:20.850Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T20:50:20.887Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T20:50:20.923ZFinalize: Updating package state database ... Done (0.035s)
1642026-08-25T20:50:20.926ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T20:50:21.012ZFinalize: Updating image state ... Done (0.088s)
1662026-08-25T20:50:23.500ZFinalize: Creating fast lookup database ... Done (2.437s)
1672026-08-25T20:50:23.568ZFinalize: Reading search index ... Done (0.013s)
1682026-08-25T20:50:23.571ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T20:50:23.672ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T20:50:24.042ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T20:50:24.148ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T20:50:24.153ZPlanning: Consolidating action changes ... Done
1732026-08-25T20:50:24.305ZPlanning: Evaluating mediators ... Done
1742026-08-25T20:50:24.308ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T20:50:24.328Z Mediators to change: 2
1762026-08-25T20:50:24.328Z Create boot environment: No
1772026-08-25T20:50:24.328ZCreate backup boot environment: No
1782026-08-25T20:50:24.385ZFinalize: Updating package state database ... Done
1792026-08-25T20:50:24.385ZFinalize: Updating package cache ... Done
1802026-08-25T20:50:24.437ZFinalize: Updating image state ... Done
1812026-08-25T20:50:26.397ZFinalize: Creating fast lookup database ... Done
1822026-08-25T20:50:26.458ZFinalize: Reading search index ... Done
1832026-08-25T20:50:26.462ZFinalize: Updating search index ... Done
1842026-08-25T20:50:26.537ZFinalize: Updating package cache ... Done
1852026-08-25T20:50:26.829ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T20:50:26.935ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T20:50:26.938ZPlanning: Consolidating action changes ... Done
1882026-08-25T20:50:27.092ZPlanning: Evaluating mediators ... Done
1892026-08-25T20:50:27.095ZPlanning: Planning completed in 0.27 seconds
1902026-08-25T20:50:27.117Z Mediators to change: 1
1912026-08-25T20:50:27.117Z Create boot environment: No
1922026-08-25T20:50:27.117ZCreate backup boot environment: No
1932026-08-25T20:50:27.174ZFinalize: Updating package state database ... Done
1942026-08-25T20:50:27.174ZFinalize: Updating package cache ... Done
1952026-08-25T20:50:27.228ZFinalize: Updating image state ... Done
1962026-08-25T20:50:29.198ZFinalize: Creating fast lookup database ... Done
1972026-08-25T20:50:29.260ZFinalize: Reading search index ... Done
1982026-08-25T20:50:29.263ZFinalize: Updating search index ... Done
1992026-08-25T20:50:29.339ZFinalize: Updating package cache ... Done
2002026-08-25T20:50:29.654ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T20:50:29.654Zapache system 2.4 system
2022026-08-25T20:50:29.654Zclang system 15 system
2032026-08-25T20:50:29.654Zcsh system system illumos
2042026-08-25T20:50:29.654Zctags system system illumos
2052026-08-25T20:50:29.654Zfile vendor vendor darwinsys
2062026-08-25T20:50:29.654Zfile system system illumos
2072026-08-25T20:50:29.655Zgcc vendor 14 vendor
2082026-08-25T20:50:29.655Zgcc system 13 system
2092026-08-25T20:50:29.655Zgcc system 10 system
2102026-08-25T20:50:29.655Zgo system 1.25 system
2112026-08-25T20:50:29.655Zllvm system 15 system
2122026-08-25T20:50:29.655Zmariadb system 11.4 system
2132026-08-25T20:50:29.655Zmta vendor vendor dma
2142026-08-25T20:50:29.655Zopenjdk system 17 system
2152026-08-25T20:50:29.655Zopenjdk system 11 system
2162026-08-25T20:50:29.655Zopenssl vendor 3 vendor
2172026-08-25T20:50:29.655Zperl system 5.40 system
2182026-08-25T20:50:29.655Zpostgresql system 18 system
2192026-08-25T20:50:29.655Zpostgresql system 17 system
2202026-08-25T20:50:29.655Zpython vendor 3 vendor
2212026-08-25T20:50:29.655Zpython system 2 system
2222026-08-25T20:50:29.655Zpython3 vendor 3.13 vendor
2232026-08-25T20:50:29.655Zruby system 3.4 system
2242026-08-25T20:50:29.655Zruby system 3.0 system
2252026-08-25T20:50:29.655Zwords vendor vendor american-english
2262026-08-25T20:50:29.655Zwords system system australian-english
2272026-08-25T20:50:29.655Zwords system system british-english
2282026-08-25T20:50:29.655Zwords system system canadian-english
2292026-08-25T20:50:29.655Zwords system system french
2302026-08-25T20:50:29.655Zwords system system italian
2312026-08-25T20:50:29.655Zwords system system ngerman
2322026-08-25T20:50:29.655Zwords system system ogerman
2332026-08-25T20:50:29.655Zwords system system spanish
2342026-08-25T20:50:29.910ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T20:50:29.910Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T20:50:30.404ZFMRI IFO
2372026-08-25T20:50:30.404Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T20:50:30.404Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T20:50:30.404Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T20:50:30.404Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T20:50:30.404Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T20:50:30.404Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T20:50:30.404Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T20:50:30.404Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T20:50:30.404Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T20:50:30.754Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T20:50:31.149Z Updating crates.io index
2482026-08-25T20:50:31.152Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T20:50:31.428Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T20:50:31.896Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T20:50:33.201Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-25T20:50:33.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-25T20:50:35.448Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-25T20:50:36.369Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-25T20:50:36.662Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-25T20:50:37.051Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-25T20:50:44.197Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-25T20:50:44.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-25T20:50:45.132Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-25T20:50:45.405Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-25T20:50:45.920Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-25T20:50:46.273Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-25T20:50:46.684Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-25T20:50:47.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-25T20:50:47.383Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T20:50:47.895Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-25T20:50:48.451Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2682026-08-25T20:50:48.727Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-25T20:50:49.465Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-25T20:50:49.777Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-25T20:50:50.727Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-25T20:50:51.251Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-25T20:50:51.953Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-25T20:50:52.372Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-25T20:50:52.761Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-25T20:50:53.192Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-25T20:50:53.530Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-25T20:50:53.939Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-25T20:50:54.237Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-25T20:50:54.661Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-25T20:50:56.220Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-25T20:50:56.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-25T20:50:57.081Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T20:50:57.389Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-25T20:50:57.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-25T20:50:59.362Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-25T20:50:59.706Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-25T20:50:59.984Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-25T20:51:00.262Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-25T20:51:00.528Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-25T20:51:03.435Z Downloading crates ...
2922026-08-25T20:51:03.477Z Downloaded anstyle-query v1.1.5
2932026-08-25T20:51:03.485Z Downloaded bitflags v2.11.0
2942026-08-25T20:51:03.489Z Downloaded equivalent v1.0.2
2952026-08-25T20:51:03.492Z Downloaded cargo-platform v0.3.2
2962026-08-25T20:51:03.496Z Downloaded cfg-if v1.0.4
2972026-08-25T20:51:03.499Z Downloaded scroll_derive v0.12.1
2982026-08-25T20:51:03.502Z Downloaded clap_derive v4.6.1
2992026-08-25T20:51:03.505Z Downloaded digest v0.10.7
3002026-08-25T20:51:03.505Z Downloaded pest_generator v2.8.6
3012026-08-25T20:51:03.505Z Downloaded strsim v0.11.1
3022026-08-25T20:51:03.509Z Downloaded toml_write v0.1.2
3032026-08-25T20:51:03.512Z Downloaded anstream v1.0.0
3042026-08-25T20:51:03.515Z Downloaded anstyle v1.0.14
3052026-08-25T20:51:03.515Z Downloaded serde_tokenstream v0.2.3
3062026-08-25T20:51:03.518Z Downloaded zerocopy v0.7.35
3072026-08-25T20:51:03.524Z Downloaded proc-macro-error v1.0.4
3082026-08-25T20:51:03.528Z Downloaded fnv v1.0.7
3092026-08-25T20:51:03.528Z Downloaded zmij v1.0.21
3102026-08-25T20:51:03.528Z Downloaded thiserror v1.0.69
3112026-08-25T20:51:03.531Z Downloaded toml v0.8.23
3122026-08-25T20:51:03.531Z Downloaded cargo_metadata v0.23.1
3132026-08-25T20:51:03.531Z Downloaded memchr v2.8.0
3142026-08-25T20:51:03.534Z Downloaded colorchoice v1.0.4
3152026-08-25T20:51:03.534Z Downloaded heck v0.5.0
3162026-08-25T20:51:03.534Z Downloaded bytecount v0.6.9
3172026-08-25T20:51:03.538Z Downloaded clap_lex v1.0.0
3182026-08-25T20:51:03.538Z Downloaded cargo_toml v0.21.0
3192026-08-25T20:51:03.538Z Downloaded camino v1.2.5
3202026-08-25T20:51:03.541Z Downloaded dof v0.3.0
3212026-08-25T20:51:03.541Z Downloaded itoa v1.0.17
3222026-08-25T20:51:03.545Z Downloaded macaddr v1.0.1
3232026-08-25T20:51:03.548Z Downloaded errno v0.3.14
3242026-08-25T20:51:03.551Z Downloaded dtrace-parser v0.2.0
3252026-08-25T20:51:03.554Z Downloaded fastrand v2.3.0
3262026-08-25T20:51:03.556Z Downloaded crypto-common v0.1.7
3272026-08-25T20:51:03.559Z Downloaded block-buffer v0.10.4
3282026-08-25T20:51:03.560Z Downloaded generic-array v0.14.7
3292026-08-25T20:51:03.562Z Downloaded cpufeatures v0.2.17
3302026-08-25T20:51:03.566Z Downloaded pest v2.8.6
3312026-08-25T20:51:03.569Z Downloaded serde_spanned v0.6.9
3322026-08-25T20:51:03.572Z Downloaded is_terminal_polyfill v1.70.2
3332026-08-25T20:51:03.576Z Downloaded proc-macro-error-attr v1.0.4
3342026-08-25T20:51:03.579Z Downloaded memmap v0.7.0
3352026-08-25T20:51:03.584Z Downloaded tabled_derive v0.7.0
3362026-08-25T20:51:03.587Z Downloaded usdt-attr-macro v0.5.0
3372026-08-25T20:51:03.592Z Downloaded swrite v0.1.0
3382026-08-25T20:51:03.595Z Downloaded unicode-linebreak v0.1.5
3392026-08-25T20:51:03.595Z Downloaded pretty-hex v0.4.1
3402026-08-25T20:51:03.595Z Downloaded anstyle-parse v1.0.0
3412026-08-25T20:51:03.600Z Downloaded toml_datetime v0.6.11
3422026-08-25T20:51:03.606Z Downloaded smawk v0.3.2
3432026-08-25T20:51:03.609Z Downloaded plain v0.2.3
3442026-08-25T20:51:03.611Z Downloaded thread-id v4.2.2
3452026-08-25T20:51:03.612Z Downloaded usdt-macro v0.5.0
3462026-08-25T20:51:03.612Z Downloaded version_check v0.9.5
3472026-08-25T20:51:03.617Z Downloaded utf8parse v0.2.2
3482026-08-25T20:51:03.619Z Downloaded scroll v0.12.0
3492026-08-25T20:51:03.620Z Downloaded autocfg v1.5.0
3502026-08-25T20:51:03.624Z Downloaded usdt v0.5.0
3512026-08-25T20:51:03.626Z Downloaded terminal_size v0.4.3
3522026-08-25T20:51:03.629Z Downloaded byteorder v1.5.0
3532026-08-25T20:51:03.632Z Downloaded usdt-impl v0.5.0
3542026-08-25T20:51:03.632Z Downloaded heck v0.4.1
3552026-08-25T20:51:03.635Z Downloaded quote v1.0.45
3562026-08-25T20:51:03.638Z Downloaded camino-tempfile v1.4.1
3572026-08-25T20:51:03.638Z Downloaded sha2 v0.10.9
3582026-08-25T20:51:03.641Z Downloaded thiserror v2.0.18
3592026-08-25T20:51:03.645Z Downloaded thiserror-impl v1.0.69
3602026-08-25T20:51:03.645Z Downloaded once_cell v1.21.3
3612026-08-25T20:51:03.657Z Downloaded thiserror-impl v2.0.18
3622026-08-25T20:51:03.665Z Downloaded pest_derive v2.8.6
3632026-08-25T20:51:03.673Z Downloaded tempfile v3.27.0
3642026-08-25T20:51:03.677Z Downloaded semver v1.0.28
3652026-08-25T20:51:03.681Z Downloaded getrandom v0.4.3
3662026-08-25T20:51:03.685Z Downloaded anyhow v1.0.104
3672026-08-25T20:51:03.696Z Downloaded fs-err v3.3.0
3682026-08-25T20:51:03.699Z Downloaded zerocopy-derive v0.7.35
3692026-08-25T20:51:03.703Z Downloaded log v0.4.33
3702026-08-25T20:51:03.709Z Downloaded papergrid v0.11.0
3712026-08-25T20:51:03.712Z Downloaded ucd-trie v0.1.7
3722026-08-25T20:51:03.715Z Downloaded textwrap v0.16.2
3732026-08-25T20:51:03.718Z Downloaded clap v4.6.1
3742026-08-25T20:51:03.723Z Downloaded unicode-ident v1.0.24
3752026-08-25T20:51:03.727Z Downloaded serde_core v1.0.228
3762026-08-25T20:51:03.735Z Downloaded proc-macro2 v1.0.106
3772026-08-25T20:51:03.741Z Downloaded toml_edit v0.22.27
3782026-08-25T20:51:03.749Z Downloaded pest_meta v2.8.6
3792026-08-25T20:51:03.757Z Downloaded serde_derive v1.0.228
3802026-08-25T20:51:03.775Z Downloaded serde v1.0.228
3812026-08-25T20:51:03.781Z Downloaded indexmap v2.14.0
3822026-08-25T20:51:03.784Z Downloaded typenum v1.20.1
3832026-08-25T20:51:03.818Z Downloaded serde_json v1.0.151
3842026-08-25T20:51:03.821Z Downloaded hashbrown v0.17.0
3852026-08-25T20:51:03.842Z Downloaded clap_builder v4.6.0
3862026-08-25T20:51:03.848Z Downloaded goblin v0.8.2
3872026-08-25T20:51:03.852Z Downloaded winnow v0.7.14
3882026-08-25T20:51:03.872Z Downloaded tabled v0.15.0
3892026-08-25T20:51:03.885Z Downloaded syn v1.0.109
3902026-08-25T20:51:03.890Z Downloaded unicode-width v0.2.0
3912026-08-25T20:51:03.894Z Downloaded unicode-width v0.1.14
3922026-08-25T20:51:03.898Z Downloaded syn v2.0.117
3932026-08-25T20:51:03.913Z Downloaded rustix v1.1.4
3942026-08-25T20:51:03.939Z Downloaded libc v0.2.185
3952026-08-25T20:51:04.004Z Compiling proc-macro2 v1.0.106
3962026-08-25T20:51:04.004Z Compiling quote v1.0.45
3972026-08-25T20:51:04.004Z Compiling unicode-ident v1.0.24
3982026-08-25T20:51:04.007Z Compiling serde_core v1.0.228
3992026-08-25T20:51:04.007Z Compiling libc v0.2.185
4002026-08-25T20:51:04.007Z Compiling version_check v0.9.5
4012026-08-25T20:51:04.007Z Compiling memchr v2.8.0
4022026-08-25T20:51:04.217Z Compiling serde v1.0.228
4032026-08-25T20:51:04.414Z Compiling zmij v1.0.21
4042026-08-25T20:51:04.567Z Compiling ucd-trie v0.1.7
4052026-08-25T20:51:04.857Z Compiling thiserror v1.0.69
4062026-08-25T20:51:04.950Z Compiling itoa v1.0.17
4072026-08-25T20:51:05.006Z Compiling pest v2.8.6
4082026-08-25T20:51:05.072Z Compiling rustix v1.1.4
4092026-08-25T20:51:05.268Z Compiling byteorder v1.5.0
4102026-08-25T20:51:05.344Z Compiling errno v0.3.14
4112026-08-25T20:51:05.451Z Compiling serde_json v1.0.151
4122026-08-25T20:51:05.478Z Compiling bitflags v2.11.0
4132026-08-25T20:51:05.701Z Compiling syn v2.0.117
4142026-08-25T20:51:05.771Z Compiling thread-id v4.2.2
4152026-08-25T20:51:05.771Z Compiling proc-macro-error-attr v1.0.4
4162026-08-25T20:51:05.801Z Compiling usdt-impl v0.5.0
4172026-08-25T20:51:05.851Z Compiling camino v1.2.5
4182026-08-25T20:51:05.959Z Compiling pest_meta v2.8.6
4192026-08-25T20:51:05.999Z Compiling syn v1.0.109
4202026-08-25T20:51:06.235Z Compiling proc-macro-error v1.0.4
4212026-08-25T20:51:06.251Z Compiling plain v0.2.3
4222026-08-25T20:51:06.336Z Compiling utf8parse v0.2.2
4232026-08-25T20:51:06.353Z Compiling getrandom v0.4.3
4242026-08-25T20:51:06.420Z Compiling hashbrown v0.17.0
4252026-08-25T20:51:06.441Z Compiling equivalent v1.0.2
4262026-08-25T20:51:06.532Z Compiling log v0.4.33
4272026-08-25T20:51:06.754Z Compiling terminal_size v0.4.3
4282026-08-25T20:51:06.782Z Compiling anstyle-parse v1.0.0
4292026-08-25T20:51:06.887Z Compiling indexmap v2.14.0
4302026-08-25T20:51:07.305Z Compiling pretty-hex v0.4.1
4312026-08-25T20:51:07.441Z Compiling is_terminal_polyfill v1.70.2
4322026-08-25T20:51:07.471Z Compiling anstyle v1.0.14
4332026-08-25T20:51:07.491Z Compiling anstyle-query v1.1.5
4342026-08-25T20:51:07.537Z Compiling toml_write v0.1.2
4352026-08-25T20:51:07.554Z Compiling colorchoice v1.0.4
4362026-08-25T20:51:07.595Z Compiling autocfg v1.5.0
4372026-08-25T20:51:07.662Z Compiling winnow v0.7.14
4382026-08-25T20:51:07.683Z Compiling cfg-if v1.0.4
4392026-08-25T20:51:07.694Z Compiling thiserror v2.0.18
4402026-08-25T20:51:07.727Z Compiling anstream v1.0.0
4412026-08-25T20:51:07.919Z Compiling pest_generator v2.8.6
4422026-08-25T20:51:08.006Z Compiling fs-err v3.3.0
4432026-08-25T20:51:08.034Z Compiling once_cell v1.21.3
4442026-08-25T20:51:08.054Z Compiling fnv v1.0.7
4452026-08-25T20:51:08.202Z Compiling fastrand v2.3.0
4462026-08-25T20:51:08.209Z Compiling clap_lex v1.0.0
4472026-08-25T20:51:08.243Z Compiling bytecount v0.6.9
4482026-08-25T20:51:08.375Z Compiling anyhow v1.0.104
4492026-08-25T20:51:08.430Z Compiling heck v0.5.0
4502026-08-25T20:51:08.444Z Compiling heck v0.4.1
4512026-08-25T20:51:08.463Z Compiling unicode-width v0.1.14
4522026-08-25T20:51:08.598Z Compiling strsim v0.11.1
4532026-08-25T20:51:08.657Z Compiling tempfile v3.27.0
4542026-08-25T20:51:08.740Z Compiling papergrid v0.11.0
4552026-08-25T20:51:08.772Z Compiling semver v1.0.28
4562026-08-25T20:51:08.922Z Compiling clap_builder v4.6.0
4572026-08-25T20:51:08.938Z Compiling cargo-platform v0.3.2
4582026-08-25T20:51:08.986Z Compiling tabled_derive v0.7.0
4592026-08-25T20:51:09.045Z Compiling memmap v0.7.0
4602026-08-25T20:51:09.090Z Compiling smawk v0.3.2
4612026-08-25T20:51:09.132Z Compiling unicode-linebreak v0.1.5
4622026-08-25T20:51:09.198Z Compiling unicode-width v0.2.0
4632026-08-25T20:51:09.234Z Compiling camino-tempfile v1.4.1
4642026-08-25T20:51:09.469Z Compiling textwrap v0.16.2
4652026-08-25T20:51:09.491Z Compiling serde_derive v1.0.228
4662026-08-25T20:51:09.515Z Compiling thiserror-impl v1.0.69
4672026-08-25T20:51:09.646Z Compiling zerocopy-derive v0.7.35
4682026-08-25T20:51:09.708Z Compiling pest_derive v2.8.6
4692026-08-25T20:51:09.926Z Compiling scroll_derive v0.12.1
4702026-08-25T20:51:09.944Z Compiling thiserror-impl v2.0.18
4712026-08-25T20:51:10.142Z Compiling clap_derive v4.6.1
4722026-08-25T20:51:10.199Z Compiling tabled v0.15.0
4732026-08-25T20:51:10.501Z Compiling zerocopy v0.7.35
4742026-08-25T20:51:10.602Z Compiling scroll v0.12.0
4752026-08-25T20:51:10.854Z Compiling dtrace-parser v0.2.0
4762026-08-25T20:51:10.867Z Compiling goblin v0.8.2
4772026-08-25T20:51:11.041Z Compiling swrite v0.1.0
4782026-08-25T20:51:11.803Z Compiling clap v4.6.1
4792026-08-25T20:51:12.401Z Compiling dof v0.3.0
4802026-08-25T20:51:12.401Z Compiling serde_tokenstream v0.2.3
4812026-08-25T20:51:12.407Z Compiling serde_spanned v0.6.9
4822026-08-25T20:51:12.407Z Compiling toml_datetime v0.6.11
4832026-08-25T20:51:12.407Z Compiling macaddr v1.0.1
4842026-08-25T20:51:12.483Z Compiling cargo_metadata v0.23.1
4852026-08-25T20:51:12.483Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4862026-08-25T20:51:12.600Z Compiling toml_edit v0.22.27
4872026-08-25T20:51:13.112Z Compiling usdt-macro v0.5.0
4882026-08-25T20:51:13.116Z Compiling usdt-attr-macro v0.5.0
4892026-08-25T20:51:13.767Z Compiling usdt v0.5.0
4902026-08-25T20:51:13.946Z Compiling toml v0.8.23
4912026-08-25T20:51:14.269Z Compiling cargo_toml v0.21.0
4922026-08-25T20:51:15.546Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-25T20:51:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.98s
4942026-08-25T20:51:17.763Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-25T20:51:18.273Z Downloading crates ...
4962026-08-25T20:51:18.337Z Downloaded atomicwrites v0.4.4
4972026-08-25T20:51:18.340Z Downloaded aead v0.6.1
4982026-08-25T20:51:18.343Z Downloaded argon2 v0.5.3
4992026-08-25T20:51:18.346Z Downloaded arc-swap v1.8.2
5002026-08-25T20:51:18.350Z Downloaded addr2line v0.25.1
5012026-08-25T20:51:18.353Z Downloaded atomic-waker v1.1.2
5022026-08-25T20:51:18.353Z Downloaded backtrace-ext v0.2.1
5032026-08-25T20:51:18.356Z Downloaded adler2 v2.0.1
5042026-08-25T20:51:18.360Z Downloaded bcrypt-pbkdf v0.11.0
5052026-08-25T20:51:18.363Z Downloaded enum-as-inner v0.6.1
5062026-08-25T20:51:18.366Z Downloaded array-init v0.0.4
5072026-08-25T20:51:18.367Z Downloaded ascii-canvas v3.0.0
5082026-08-25T20:51:18.367Z Downloaded env_filter v2.0.0
5092026-08-25T20:51:18.367Z Downloaded embedded-io v0.6.1
5102026-08-25T20:51:18.367Z Downloaded embedded-io v0.4.0
5112026-08-25T20:51:18.370Z Downloaded endian-type v0.1.2
5122026-08-25T20:51:18.371Z Downloaded bitfield-struct v0.6.2
5132026-08-25T20:51:18.374Z Downloaded aead v0.5.2
5142026-08-25T20:51:18.374Z Downloaded fixedbitset v0.4.2
5152026-08-25T20:51:18.376Z Downloaded gethostname v0.5.0
5162026-08-25T20:51:18.377Z Downloaded fxhash v0.2.1
5172026-08-25T20:51:18.379Z Downloaded backoff v0.4.0
5182026-08-25T20:51:18.380Z Downloaded base64ct v1.8.3
5192026-08-25T20:51:18.383Z Downloaded foreign-types v0.3.2
5202026-08-25T20:51:18.383Z Downloaded form_urlencoded v1.2.2
5212026-08-25T20:51:18.383Z Downloaded bitfield-macros v0.19.4
5222026-08-25T20:51:18.383Z Downloaded async-recursion v1.1.1
5232026-08-25T20:51:18.386Z Downloaded atty v0.2.14
5242026-08-25T20:51:18.386Z Downloaded futures-core v0.3.32
5252026-08-25T20:51:18.386Z Downloaded futures-task v0.3.32
5262026-08-25T20:51:18.389Z Downloaded foreign-types-shared v0.1.1
5272026-08-25T20:51:18.389Z Downloaded foreign-types-shared v0.3.1
5282026-08-25T20:51:18.389Z Downloaded futures-io v0.3.32
5292026-08-25T20:51:18.389Z Downloaded assert_matches v1.5.0
5302026-08-25T20:51:18.389Z Downloaded bit-set v0.5.3
5312026-08-25T20:51:18.390Z Downloaded async-stream-impl v0.3.6
5322026-08-25T20:51:18.390Z Downloaded bit-set v0.8.0
5332026-08-25T20:51:18.396Z Downloaded funty v2.0.0
5342026-08-25T20:51:18.396Z Downloaded bb8 v0.8.6
5352026-08-25T20:51:18.397Z Downloaded foreign-types v0.5.0
5362026-08-25T20:51:18.397Z Downloaded base16ct v1.0.0
5372026-08-25T20:51:18.400Z Downloaded block-buffer v0.12.1
5382026-08-25T20:51:18.400Z Downloaded enum_dispatch v0.3.13
5392026-08-25T20:51:18.400Z Downloaded base16ct v0.2.0
5402026-08-25T20:51:18.400Z Downloaded fd-lock v4.0.4
5412026-08-25T20:51:18.400Z Downloaded async-trait v0.1.89
5422026-08-25T20:51:18.403Z Downloaded chacha20 v0.9.1
5432026-08-25T20:51:18.403Z Downloaded hostname v0.4.2
5442026-08-25T20:51:18.403Z Downloaded async-stream v0.3.6
5452026-08-25T20:51:18.406Z Downloaded futures-macro v0.3.32
5462026-08-25T20:51:18.406Z Downloaded foreign-types-macros v0.2.3
5472026-08-25T20:51:18.406Z Downloaded headers-core v0.3.0
5482026-08-25T20:51:18.406Z Downloaded arrayvec v0.7.6
5492026-08-25T20:51:18.406Z Downloaded bit-vec v0.6.3
5502026-08-25T20:51:18.409Z Downloaded hostname v0.3.1
5512026-08-25T20:51:18.411Z Downloaded futures-sink v0.3.32
5522026-08-25T20:51:18.411Z Downloaded flagset v0.4.7
5532026-08-25T20:51:18.415Z Downloaded argon2 v0.6.0-rc.8
5542026-08-25T20:51:18.415Z Downloaded arrayref v0.3.9
5552026-08-25T20:51:18.418Z Downloaded hex-literal v1.1.0
5562026-08-25T20:51:18.421Z Downloaded hash32 v0.2.1
5572026-08-25T20:51:18.425Z Downloaded float-cmp v0.10.0
5582026-08-25T20:51:18.425Z Downloaded home v0.5.12
5592026-08-25T20:51:18.428Z Downloaded cfg_aliases v0.1.1
5602026-08-25T20:51:18.428Z Downloaded http-body v1.0.1
5612026-08-25T20:51:18.432Z Downloaded ciborium-ll v0.2.2
5622026-08-25T20:51:18.435Z Downloaded ena v0.14.4
5632026-08-25T20:51:18.435Z Downloaded env_logger v0.11.11
5642026-08-25T20:51:18.435Z Downloaded ff v0.13.1
5652026-08-25T20:51:18.439Z Downloaded ff v0.14.0
5662026-08-25T20:51:18.439Z Downloaded cobs v0.3.0
5672026-08-25T20:51:18.443Z Downloaded git-stub v1.0.0
5682026-08-25T20:51:18.446Z Downloaded castaway v0.2.4
5692026-08-25T20:51:18.450Z Downloaded block-padding v0.4.2
5702026-08-25T20:51:18.455Z Downloaded float-ord v0.3.2
5712026-08-25T20:51:18.458Z Downloaded ghash v0.6.0
5722026-08-25T20:51:18.458Z Downloaded hubpack_derive v0.1.1
5732026-08-25T20:51:18.458Z Downloaded ciborium-io v0.2.2
5742026-08-25T20:51:18.458Z Downloaded hubpack v0.1.2
5752026-08-25T20:51:18.461Z Downloaded anstyle-parse v0.2.7
5762026-08-25T20:51:18.462Z Downloaded bcs v0.1.6
5772026-08-25T20:51:18.462Z Downloaded bitfield v0.19.4
5782026-08-25T20:51:18.462Z Downloaded bit-vec v0.8.0
5792026-08-25T20:51:18.466Z Downloaded newline-converter v0.3.0
5802026-08-25T20:51:18.470Z Downloaded nibble_vec v0.1.0
5812026-08-25T20:51:18.470Z Downloaded hash32 v0.3.1
5822026-08-25T20:51:18.470Z Downloaded http-range v0.1.5
5832026-08-25T20:51:18.470Z Downloaded bzip2 v0.6.1
5842026-08-25T20:51:18.473Z Downloaded normalize-line-endings v0.3.0
5852026-08-25T20:51:18.473Z Downloaded backon v1.6.0
5862026-08-25T20:51:18.473Z Downloaded bitflags v1.3.2
5872026-08-25T20:51:18.476Z Downloaded openssl-macros v0.1.1
5882026-08-25T20:51:18.476Z Downloaded erased-serde v0.3.31
5892026-08-25T20:51:18.479Z Downloaded fs-err v2.11.0
5902026-08-25T20:51:18.479Z Downloaded glob v0.3.3
5912026-08-25T20:51:18.479Z Downloaded ahash v0.8.12
5922026-08-25T20:51:18.482Z Downloaded fallible-iterator v0.2.0
5932026-08-25T20:51:18.482Z Downloaded ar_archive_writer v0.5.1
5942026-08-25T20:51:18.485Z Downloaded fs_extra v1.3.0
5952026-08-25T20:51:18.485Z Downloaded num_threads v0.1.7
5962026-08-25T20:51:18.489Z Downloaded oso-derive v0.27.3
5972026-08-25T20:51:18.492Z Downloaded phf_shared v0.13.1
5982026-08-25T20:51:18.492Z Downloaded group v0.14.0
5992026-08-25T20:51:18.495Z Downloaded find-msvc-tools v0.1.9
6002026-08-25T20:51:18.495Z Downloaded potential_utf v0.1.4
6012026-08-25T20:51:18.498Z Downloaded powerfmt v0.2.0
6022026-08-25T20:51:18.498Z Downloaded rand_xorshift v0.4.0
6032026-08-25T20:51:18.501Z Downloaded radium v0.7.0
6042026-08-25T20:51:18.501Z Downloaded rfc6979 v0.4.0
6052026-08-25T20:51:18.504Z Downloaded scopeguard v1.2.0
6062026-08-25T20:51:18.508Z Downloaded cbc v0.2.1
6072026-08-25T20:51:18.511Z Downloaded fixedbitset v0.5.7
6082026-08-25T20:51:18.511Z Downloaded futures-executor v0.3.32
6092026-08-25T20:51:18.514Z Downloaded const-oid v0.10.2
6102026-08-25T20:51:18.514Z Downloaded foldhash v0.1.5
6112026-08-25T20:51:18.517Z Downloaded cmake v0.1.57
6122026-08-25T20:51:18.517Z Downloaded compression-core v0.4.31
6132026-08-25T20:51:18.520Z Downloaded camino-tempfile-ext v0.3.3
6142026-08-25T20:51:18.520Z Downloaded cexpr v0.6.0
6152026-08-25T20:51:18.520Z Downloaded cassowary v0.3.0
6162026-08-25T20:51:18.523Z Downloaded cfg_aliases v0.2.1
6172026-08-25T20:51:18.528Z Downloaded bs58 v0.5.1
6182026-08-25T20:51:18.528Z Downloaded same-file v1.0.6
6192026-08-25T20:51:18.528Z Downloaded buf-list v1.1.2
6202026-08-25T20:51:18.531Z Downloaded byte-wrapper v0.1.0
6212026-08-25T20:51:18.531Z Downloaded secrecy v0.10.3
6222026-08-25T20:51:18.531Z Downloaded cipher v0.5.2
6232026-08-25T20:51:18.533Z Downloaded sha1 v0.10.6
6242026-08-25T20:51:18.533Z Downloaded cipher v0.4.4
6252026-08-25T20:51:18.537Z Downloaded cmov v0.5.4
6262026-08-25T20:51:18.537Z Downloaded rustc-hash v2.1.1
6272026-08-25T20:51:18.537Z Downloaded filetime v0.2.27
6282026-08-25T20:51:18.537Z Downloaded foldhash v0.2.0
6292026-08-25T20:51:18.540Z Downloaded hex v0.4.3
6302026-08-25T20:51:18.540Z Downloaded httpdate v1.0.3
6312026-08-25T20:51:18.540Z Downloaded highway v1.3.0
6322026-08-25T20:51:18.540Z Downloaded group v0.13.0
6332026-08-25T20:51:18.543Z Downloaded http-body-util v0.1.3
6342026-08-25T20:51:18.543Z Downloaded git-stub-vcs v0.1.0
6352026-08-25T20:51:18.546Z Downloaded nodrop v0.1.14
6362026-08-25T20:51:18.546Z Downloaded globwalk v0.9.1
6372026-08-25T20:51:18.546Z Downloaded anstream v0.6.21
6382026-08-25T20:51:18.550Z Downloaded serde_urlencoded v0.7.1
6392026-08-25T20:51:18.550Z Downloaded async-bb8-diesel v0.2.1
6402026-08-25T20:51:18.550Z Downloaded blake2 v0.11.0-rc.6
6412026-08-25T20:51:18.557Z Downloaded slog-envlogger v2.2.0
6422026-08-25T20:51:18.560Z Downloaded globset v0.4.18
6432026-08-25T20:51:18.560Z Downloaded signal-hook-mio v0.2.5
6442026-08-25T20:51:18.563Z Downloaded num-integer v0.1.46
6452026-08-25T20:51:18.563Z Downloaded password-hash v0.5.0
6462026-08-25T20:51:18.566Z Downloaded psl-types v2.0.11
6472026-08-25T20:51:18.566Z Downloaded pbkdf2 v0.13.0
6482026-08-25T20:51:18.572Z Downloaded sqlparser_derive v0.5.0
6492026-08-25T20:51:18.575Z Downloaded structmeta v0.3.0
6502026-08-25T20:51:18.578Z Downloaded pem-rfc7468 v0.7.0
6512026-08-25T20:51:18.578Z Downloaded getrandom v0.2.17
6522026-08-25T20:51:18.581Z Downloaded httparse v1.10.1
6532026-08-25T20:51:18.584Z Downloaded tower-layer v0.3.3
6542026-08-25T20:51:18.611Z Downloaded usdt v0.6.0
6552026-08-25T20:51:18.611Z Downloaded compression-codecs v0.4.37
6562026-08-25T20:51:18.611Z Downloaded const-oid v0.9.6
6572026-08-25T20:51:18.611Z Downloaded pkg-config v0.3.32
6582026-08-25T20:51:18.611Z Downloaded ciborium v0.2.2
6592026-08-25T20:51:18.611Z Downloaded colored v3.1.1
6602026-08-25T20:51:18.611Z Downloaded blowfish v0.10.0
6612026-08-25T20:51:18.611Z Downloaded futures v0.3.32
6622026-08-25T20:51:18.611Z Downloaded generic-array v1.4.3
6632026-08-25T20:51:18.611Z Downloaded blake2 v0.10.6
6642026-08-25T20:51:18.611Z Downloaded bzip2 v0.4.4
6652026-08-25T20:51:18.611Z Downloaded cancel-safe-futures v0.1.5
6662026-08-25T20:51:18.611Z Downloaded colored v2.2.0
6672026-08-25T20:51:18.611Z Downloaded console v0.15.11
6682026-08-25T20:51:18.611Z Downloaded console v0.16.2
6692026-08-25T20:51:18.611Z Downloaded take_mut v0.2.2
6702026-08-25T20:51:18.611Z Downloaded elliptic-curve v0.14.1
6712026-08-25T20:51:18.616Z Downloaded unicode-truncate v1.1.0
6722026-08-25T20:51:18.616Z Downloaded usdt-macro v0.6.0
6732026-08-25T20:51:18.616Z Downloaded scroll v0.13.0
6742026-08-25T20:51:18.616Z Downloaded progenitor v0.14.0
6752026-08-25T20:51:18.616Z Downloaded rand_core v0.9.5
6762026-08-25T20:51:18.616Z Downloaded allocator-api2 v0.2.21
6772026-08-25T20:51:18.620Z Downloaded progenitor-client v0.13.0
6782026-08-25T20:51:18.620Z Downloaded rpassword v7.5.4
6792026-08-25T20:51:18.620Z Downloaded serde_tokenstream v0.3.0
6802026-08-25T20:51:18.620Z Downloaded progenitor v0.13.0
6812026-08-25T20:51:18.623Z Downloaded serde-hex v0.1.0
6822026-08-25T20:51:18.623Z Downloaded serde_path_to_error v0.1.20
6832026-08-25T20:51:18.623Z Downloaded zerofrom v0.1.6
6842026-08-25T20:51:18.623Z Downloaded base64 v0.22.1
6852026-08-25T20:51:18.627Z Downloaded half v1.8.3
6862026-08-25T20:51:18.631Z Downloaded yoke-derive v0.8.1
6872026-08-25T20:51:18.634Z Downloaded zone_cfg_derive v0.3.1
6882026-08-25T20:51:18.638Z Downloaded hmac v0.13.0
6892026-08-25T20:51:18.638Z Downloaded crunchy v0.2.4
6902026-08-25T20:51:18.641Z Downloaded hmac v0.12.1
6912026-08-25T20:51:18.641Z Downloaded darling_macro v0.20.11
6922026-08-25T20:51:18.641Z Downloaded debug-ignore v1.0.5
6932026-08-25T20:51:18.643Z Downloaded string_cache v0.8.9
6942026-08-25T20:51:18.647Z Downloaded pkcs1 v0.7.5
6952026-08-25T20:51:18.648Z Downloaded pem v3.0.6
6962026-08-25T20:51:18.648Z Downloaded slog-stdlog v4.1.1
6972026-08-25T20:51:18.648Z Downloaded slog-term v2.9.2
6982026-08-25T20:51:18.651Z Downloaded spki v0.8.0
6992026-08-25T20:51:18.651Z Downloaded postcard v1.1.3
7002026-08-25T20:51:18.651Z Downloaded crc v3.4.0
7012026-08-25T20:51:18.655Z Downloaded synstructure v0.13.2
7022026-08-25T20:51:18.655Z Downloaded termios v0.3.3
7032026-08-25T20:51:18.655Z Downloaded tiny-keccak v2.0.2
7042026-08-25T20:51:18.659Z Downloaded tls_codec v0.4.2
7052026-08-25T20:51:18.659Z Downloaded document-features v0.2.12
7062026-08-25T20:51:18.659Z Downloaded tls_codec_derive v0.4.2
7072026-08-25T20:51:18.659Z Downloaded fatfs v0.3.6
7082026-08-25T20:51:18.662Z Downloaded getrandom v0.3.4
7092026-08-25T20:51:18.662Z Downloaded difflib v0.4.0
7102026-08-25T20:51:18.662Z Downloaded illumos-nvpair-sys v0.2.0
7112026-08-25T20:51:18.666Z Downloaded futures-channel v0.3.32
7122026-08-25T20:51:18.666Z Downloaded strum_macros v0.24.3
7132026-08-25T20:51:18.666Z Downloaded strum_macros v0.27.2
7142026-08-25T20:51:18.672Z Downloaded chacha20 v0.10.0
7152026-08-25T20:51:18.676Z Downloaded parking_lot v0.11.2
7162026-08-25T20:51:18.680Z Downloaded pkcs8 v0.11.0
7172026-08-25T20:51:18.684Z Downloaded primefield v0.14.0
7182026-08-25T20:51:18.684Z Downloaded dirs-sys-next v0.1.2
7192026-08-25T20:51:18.684Z Downloaded display-error-chain v0.2.2
7202026-08-25T20:51:18.684Z Downloaded rustls-pki-types v1.14.0
7212026-08-25T20:51:18.684Z Downloaded illumos-nvpair v0.3.0
7222026-08-25T20:51:18.687Z Downloaded instability v0.3.11
7232026-08-25T20:51:18.687Z Downloaded jiff-static v0.2.34
7242026-08-25T20:51:18.687Z Downloaded vergen-lib v0.1.6
7252026-08-25T20:51:18.692Z Downloaded strum_macros v0.26.4
7262026-08-25T20:51:18.692Z Downloaded clang-sys v1.8.1
7272026-08-25T20:51:18.695Z Downloaded wyz v0.5.1
7282026-08-25T20:51:18.700Z Downloaded match_cfg v0.1.0
7292026-08-25T20:51:18.703Z Downloaded base64 v0.21.7
7302026-08-25T20:51:18.704Z Downloaded tui-tree-widget v0.23.1
7312026-08-25T20:51:18.707Z Downloaded walkdir v2.5.0
7322026-08-25T20:51:18.711Z Downloaded lru-slab v0.1.2
7332026-08-25T20:51:18.714Z Downloaded num v0.4.3
7342026-08-25T20:51:18.714Z Downloaded critical-section v1.2.0
7352026-08-25T20:51:18.717Z Downloaded memoffset v0.9.1
7362026-08-25T20:51:18.720Z Downloaded multimap v0.10.1
7372026-08-25T20:51:18.724Z Downloaded num-traits v0.2.19
7382026-08-25T20:51:18.724Z Downloaded oso v0.27.3
7392026-08-25T20:51:18.727Z Downloaded half v2.7.1
7402026-08-25T20:51:18.727Z Downloaded ctutils v0.4.2
7412026-08-25T20:51:18.730Z Downloaded term v0.7.0
7422026-08-25T20:51:18.734Z Downloaded term v1.2.1
7432026-08-25T20:51:18.734Z Downloaded stable_deref_trait v1.2.1
7442026-08-25T20:51:18.734Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7452026-08-25T20:51:18.737Z Downloaded der_derive v0.7.3
7462026-08-25T20:51:18.737Z Downloaded corncobs v0.1.4
7472026-08-25T20:51:18.737Z Downloaded olpc-cjson v0.1.4
7482026-08-25T20:51:18.740Z Downloaded defmt-macros v1.0.1
7492026-08-25T20:51:18.744Z Downloaded parse-size v1.1.0
7502026-08-25T20:51:18.744Z Downloaded path-slash v0.1.5
7512026-08-25T20:51:18.747Z Downloaded proc-macro-crate v3.4.0
7522026-08-25T20:51:18.751Z Downloaded progenitor-macro v0.14.0
7532026-08-25T20:51:18.754Z Downloaded flume v0.11.1
7542026-08-25T20:51:18.758Z Downloaded displaydoc v0.2.5
7552026-08-25T20:51:18.758Z Downloaded bytes v1.11.1
7562026-08-25T20:51:18.762Z Downloaded compact_str v0.8.1
7572026-08-25T20:51:18.762Z Downloaded chacha20poly1305 v0.10.1
7582026-08-25T20:51:18.765Z Downloaded papergrid v0.18.0
7592026-08-25T20:51:18.765Z Downloaded impl-trait-for-tuples v0.2.3
7602026-08-25T20:51:18.768Z Downloaded quick-error v1.2.3
7612026-08-25T20:51:18.768Z Downloaded oxide-update-engine-types v0.1.2
7622026-08-25T20:51:18.768Z Downloaded rand_pcg v0.10.2
7632026-08-25T20:51:18.772Z Downloaded jobserver v0.1.34
7642026-08-25T20:51:18.772Z Downloaded hyper-staticfile v0.10.1
7652026-08-25T20:51:18.776Z Downloaded tokio-rustls v0.26.4
7662026-08-25T20:51:18.780Z Downloaded recursive-proc-macro-impl v0.1.1
7672026-08-25T20:51:18.780Z Downloaded libefi-sys v0.1.0
7682026-08-25T20:51:18.783Z Downloaded rustc_version v0.4.1
7692026-08-25T20:51:18.787Z Downloaded sapling-renderdag v0.1.0
7702026-08-25T20:51:18.788Z Downloaded sigpipe v0.1.3
7712026-08-25T20:51:18.788Z Downloaded seq-macro v0.3.6
7722026-08-25T20:51:18.792Z Downloaded ipnet v2.12.0
7732026-08-25T20:51:18.792Z Downloaded sponge-cursor v0.1.0
7742026-08-25T20:51:18.795Z Downloaded rustls-platform-verifier v0.6.2
7752026-08-25T20:51:18.795Z Downloaded backtrace v0.3.76
7762026-08-25T20:51:18.799Z Downloaded is-terminal v0.4.17
7772026-08-25T20:51:18.802Z Downloaded similar v2.7.0
7782026-08-25T20:51:18.805Z Downloaded nanorand v0.7.0
7792026-08-25T20:51:18.805Z Downloaded ctr v0.10.1
7802026-08-25T20:51:18.808Z Downloaded supports-unicode v3.0.0
7812026-08-25T20:51:18.811Z Downloaded tabwriter v1.4.1
7822026-08-25T20:51:18.811Z Downloaded subtle v2.6.1
7832026-08-25T20:51:18.814Z Downloaded testing_table v0.3.0
7842026-08-25T20:51:18.814Z Downloaded omicron-zone-package v0.12.3
7852026-08-25T20:51:18.820Z Downloaded num_enum_derive v0.7.6
7862026-08-25T20:51:18.823Z Downloaded darling v0.20.11
7872026-08-25T20:51:18.831Z Downloaded num_enum_derive v0.5.11
7882026-08-25T20:51:18.835Z Downloaded signal-hook v0.3.18
7892026-08-25T20:51:18.838Z Downloaded socket2 v0.5.10
7902026-08-25T20:51:18.838Z Downloaded tokio-macros v2.7.0
7912026-08-25T20:51:18.838Z Downloaded trait-variant v0.1.2
7922026-08-25T20:51:18.838Z Downloaded unicode-xid v0.2.6
7932026-08-25T20:51:18.838Z Downloaded derive_builder v0.20.2
7942026-08-25T20:51:18.841Z Downloaded peg v0.8.5
7952026-08-25T20:51:18.844Z Downloaded pin-project-internal v1.1.11
7962026-08-25T20:51:18.844Z Downloaded phf v0.12.1
7972026-08-25T20:51:18.844Z Downloaded universal-hash v0.6.1
7982026-08-25T20:51:18.847Z Downloaded postgres-protocol v0.6.10
7992026-08-25T20:51:18.847Z Downloaded usdt-attr-macro v0.6.0
8002026-08-25T20:51:18.847Z Downloaded bumpalo v3.20.2
8012026-08-25T20:51:18.850Z Downloaded hickory-resolver v0.24.4
8022026-08-25T20:51:18.850Z Downloaded progenitor-extras v0.2.0
8032026-08-25T20:51:18.853Z Downloaded heapless v0.8.0
8042026-08-25T20:51:18.853Z Downloaded p384 v0.14.0
8052026-08-25T20:51:18.856Z Downloaded wait-timeout v0.2.1
8062026-08-25T20:51:18.856Z Downloaded ecdsa v0.17.0
8072026-08-25T20:51:18.856Z Downloaded headers v0.4.1
8082026-08-25T20:51:18.860Z Downloaded hybrid-array v0.4.13
8092026-08-25T20:51:18.863Z Downloaded flate2 v1.1.9
8102026-08-25T20:51:18.866Z Downloaded hickory-resolver v0.25.2
8112026-08-25T20:51:18.866Z Downloaded rand_core v0.10.0
8122026-08-25T20:51:18.868Z Downloaded scheduled-thread-pool v0.2.7
8132026-08-25T20:51:18.869Z Downloaded zeroize_derive v1.5.0
8142026-08-25T20:51:18.872Z Downloaded cpubits v0.1.1
8152026-08-25T20:51:18.872Z Downloaded curve25519-dalek-derive v0.1.1
8162026-08-25T20:51:18.872Z Downloaded vte v0.14.1
8172026-08-25T20:51:18.876Z Downloaded prettyplease v0.2.37
8182026-08-25T20:51:18.879Z Downloaded defmt v0.3.100
8192026-08-25T20:51:18.879Z Downloaded serde_with_macros v1.5.2
8202026-08-25T20:51:18.883Z Downloaded signal-hook-registry v1.4.8
8212026-08-25T20:51:18.888Z Downloaded litrs v1.0.0
8222026-08-25T20:51:18.892Z Downloaded serde_derive_internals v0.29.1
8232026-08-25T20:51:18.895Z Downloaded memmap2 v0.9.10
8242026-08-25T20:51:18.895Z Downloaded slog-json v2.6.1
8252026-08-25T20:51:18.895Z Downloaded slog-scope v4.4.1
8262026-08-25T20:51:18.895Z Downloaded ssh-encoding v0.3.0
8272026-08-25T20:51:18.898Z Downloaded static_assertions v1.1.0
8282026-08-25T20:51:18.898Z Downloaded idna_adapter v1.2.1
8292026-08-25T20:51:18.898Z Downloaded multer v3.1.0
8302026-08-25T20:51:18.901Z Downloaded diesel_table_macro_syntax v0.3.0
8312026-08-25T20:51:18.901Z Downloaded dyn-clone v1.0.20
8322026-08-25T20:51:18.904Z Downloaded slog v2.8.2
8332026-08-25T20:51:18.908Z Downloaded tokio-tungstenite v0.21.0
8342026-08-25T20:51:18.913Z Downloaded toml_writer v1.1.1+spec-1.1.0
8352026-08-25T20:51:18.916Z Downloaded heapless v0.7.17
8362026-08-25T20:51:18.919Z Downloaded instant v0.1.13
8372026-08-25T20:51:18.921Z Downloaded lru-cache v0.1.2
8382026-08-25T20:51:18.921Z Downloaded parking_lot v0.12.5
8392026-08-25T20:51:18.925Z Downloaded poly1305 v0.9.0
8402026-08-25T20:51:18.929Z Downloaded tower-service v0.3.3
8412026-08-25T20:51:18.932Z Downloaded cc v1.2.56
8422026-08-25T20:51:18.933Z Downloaded chumsky v0.9.3
8432026-08-25T20:51:18.935Z Downloaded linked-hash-map v0.5.6
8442026-08-25T20:51:18.936Z Downloaded quinn-udp v0.5.14
8452026-08-25T20:51:18.939Z Downloaded whoami v2.1.0
8462026-08-25T20:51:18.942Z Downloaded writeable v0.6.2
8472026-08-25T20:51:18.942Z Downloaded vergen-gitcl v1.0.8
8482026-08-25T20:51:18.945Z Downloaded num-conv v0.2.0
8492026-08-25T20:51:18.949Z Downloaded zstd v0.13.3
8502026-08-25T20:51:18.955Z Downloaded newtype_derive v0.1.6
8512026-08-25T20:51:18.959Z Downloaded data-encoding v2.10.0
8522026-08-25T20:51:18.959Z Downloaded password-hash v0.6.1
8532026-08-25T20:51:18.960Z Downloaded precomputed-hash v0.1.1
8542026-08-25T20:51:18.960Z Downloaded zstd-safe v7.2.4
8552026-08-25T20:51:18.963Z Downloaded rayon-core v1.13.0
8562026-08-25T20:51:18.966Z Downloaded parse-display v0.10.0
8572026-08-25T20:51:18.970Z Downloaded samael v0.0.19
8582026-08-25T20:51:18.973Z Downloaded typify v0.6.2
8592026-08-25T20:51:18.973Z Downloaded num-bigint v0.4.6
8602026-08-25T20:51:18.975Z Downloaded proc-macro-crate v1.3.1
8612026-08-25T20:51:18.978Z Downloaded derive-ex v0.1.8
8622026-08-25T20:51:18.982Z Downloaded ref-cast-impl v1.0.25
8632026-08-25T20:51:18.985Z Downloaded snafu-derive v0.8.9
8642026-08-25T20:51:18.987Z Downloaded serde_spanned v1.1.1
8652026-08-25T20:51:18.987Z Downloaded rfc6979 v0.6.0
8662026-08-25T20:51:18.987Z Downloaded russh-cryptovec v0.62.0
8672026-08-25T20:51:18.991Z Downloaded ecdsa v0.16.9
8682026-08-25T20:51:18.998Z Downloaded tokio-tungstenite v0.23.1
8692026-08-25T20:51:19.002Z Downloaded twox-hash v2.1.2
8702026-08-25T20:51:19.008Z Downloaded libsw v3.5.0
8712026-08-25T20:51:19.008Z Downloaded slog-bunyan v2.5.0
8722026-08-25T20:51:19.008Z Downloaded sync_wrapper v1.0.2
8732026-08-25T20:51:19.011Z Downloaded darling_core v0.20.11
8742026-08-25T20:51:19.011Z Downloaded pin-project v1.1.11
8752026-08-25T20:51:19.018Z Downloaded postgres-types v0.2.12
8762026-08-25T20:51:19.023Z Downloaded knus-derive v3.4.0
8772026-08-25T20:51:19.023Z Downloaded strum v0.26.3
8782026-08-25T20:51:19.023Z Downloaded strum v0.27.2
8792026-08-25T20:51:19.026Z Downloaded expectorate v1.2.0
8802026-08-25T20:51:19.026Z Downloaded yasna v0.5.2
8812026-08-25T20:51:19.026Z Downloaded hickory-server v0.25.2
8822026-08-25T20:51:19.029Z Downloaded miette-derive v7.6.0
8832026-08-25T20:51:19.030Z Downloaded hashbrown v0.12.3
8842026-08-25T20:51:19.034Z Downloaded termtree v0.5.1
8852026-08-25T20:51:19.034Z Downloaded thiserror-impl-no-std v2.0.2
8862026-08-25T20:51:19.034Z Downloaded thread-id v5.1.0
8872026-08-25T20:51:19.034Z Downloaded unit-prefix v0.5.2
8882026-08-25T20:51:19.034Z Downloaded untrusted v0.9.0
8892026-08-25T20:51:19.037Z Downloaded ron v0.8.1
8902026-08-25T20:51:19.041Z Downloaded async-compression v0.4.41
8912026-08-25T20:51:19.044Z Downloaded http v1.4.2
8922026-08-25T20:51:19.044Z Downloaded ryu v1.0.23
8932026-08-25T20:51:19.048Z Downloaded schemars v0.8.22
8942026-08-25T20:51:19.053Z Downloaded darling v0.21.3
8952026-08-25T20:51:19.055Z Downloaded num_enum v0.5.11
8962026-08-25T20:51:19.059Z Downloaded paste v1.0.15
8972026-08-25T20:51:19.062Z Downloaded darling v0.23.0
8982026-08-25T20:51:19.065Z Downloaded parse-display-derive v0.10.0
8992026-08-25T20:51:19.065Z Downloaded utf8_iter v1.0.4
9002026-08-25T20:51:19.065Z Downloaded wnaf v0.14.0
9012026-08-25T20:51:19.065Z Downloaded crc32fast v1.5.0
9022026-08-25T20:51:19.065Z Downloaded zone v0.3.1
9032026-08-25T20:51:19.065Z Downloaded owo-colors v4.3.0
9042026-08-25T20:51:19.068Z Downloaded oxide-tokio-rt v0.1.4
9052026-08-25T20:51:19.069Z Downloaded parking_lot_core v0.8.6
9062026-08-25T20:51:19.069Z Downloaded rand_chacha v0.3.1
9072026-08-25T20:51:19.072Z Downloaded want v0.3.1
9082026-08-25T20:51:19.072Z Downloaded test-strategy v0.4.5
9092026-08-25T20:51:19.072Z Downloaded zip v0.6.6
9102026-08-25T20:51:19.075Z Downloaded crypto-bigint v0.5.5
9112026-08-25T20:51:19.079Z Downloaded crossbeam-channel v0.5.15
9122026-08-25T20:51:19.084Z Downloaded rustls-native-certs v0.8.3
9132026-08-25T20:51:19.084Z Downloaded rustls-pemfile v2.2.0
9142026-08-25T20:51:19.084Z Downloaded scrypt v0.12.0
9152026-08-25T20:51:19.088Z Downloaded crc-catalog v2.4.0
9162026-08-25T20:51:19.089Z Downloaded dirs-next v2.0.0
9172026-08-25T20:51:19.089Z Downloaded hashbrown v0.13.2
9182026-08-25T20:51:19.089Z Downloaded tinyvec v1.10.0
9192026-08-25T20:51:19.089Z Downloaded iana-time-zone v0.1.65
9202026-08-25T20:51:19.093Z Downloaded ingot-macros v0.2.0
9212026-08-25T20:51:19.093Z Downloaded darling_macro v0.21.3
9222026-08-25T20:51:19.093Z Downloaded digest-io v0.1.0
9232026-08-25T20:51:19.093Z Downloaded ident_case v1.0.1
9242026-08-25T20:51:19.093Z Downloaded stacker v0.1.23
9252026-08-25T20:51:19.093Z Downloaded uuid v1.23.4
9262026-08-25T20:51:19.097Z Downloaded unicode-segmentation v1.12.0
9272026-08-25T20:51:19.108Z Downloaded icu_locale_core v2.1.1
9282026-08-25T20:51:19.111Z Downloaded derive_more v2.1.1
9292026-08-25T20:51:19.112Z Downloaded maybe-uninit v2.0.0
9302026-08-25T20:51:19.112Z Downloaded smf v0.2.3
9312026-08-25T20:51:19.112Z Downloaded dtrace-parser v0.3.0
9322026-08-25T20:51:19.112Z Downloaded unicode-bidi v0.3.18
9332026-08-25T20:51:19.112Z Downloaded native-tls v0.2.18
9342026-08-25T20:51:19.112Z Downloaded thiserror-no-std v2.0.2
9352026-08-25T20:51:19.115Z Downloaded inout v0.1.4
9362026-08-25T20:51:19.115Z Downloaded lazy_static v1.5.0
9372026-08-25T20:51:19.115Z Downloaded tokio-postgres v0.7.16
9382026-08-25T20:51:19.129Z Downloaded maplit v1.0.2
9392026-08-25T20:51:19.129Z Downloaded vergen-lib v9.1.0
9402026-08-25T20:51:19.144Z Downloaded ppv-lite86 v0.2.21
9412026-08-25T20:51:19.144Z Downloaded opaque-debug v0.3.1
9422026-08-25T20:51:19.144Z Downloaded unicase v2.9.0
9432026-08-25T20:51:19.144Z Downloaded num-iter v0.1.45
9442026-08-25T20:51:19.144Z Downloaded crossbeam-utils v0.8.21
9452026-08-25T20:51:19.150Z Downloaded md-5 v0.10.6
9462026-08-25T20:51:19.150Z Downloaded parking_lot_core v0.9.12
9472026-08-25T20:51:19.150Z Downloaded newtype-uuid-macros v0.1.0
9482026-08-25T20:51:19.150Z Downloaded zerocopy-derive v0.8.55
9492026-08-25T20:51:19.150Z Downloaded derive_more v0.99.20
9502026-08-25T20:51:19.150Z Downloaded dropshot_endpoint v0.17.1
9512026-08-25T20:51:19.150Z Downloaded aes v0.9.1
9522026-08-25T20:51:19.150Z Downloaded yoke v0.8.1
9532026-08-25T20:51:19.150Z Downloaded drift v0.2.0
9542026-08-25T20:51:19.154Z Downloaded zerovec-derive v0.11.2
9552026-08-25T20:51:19.154Z Downloaded peg-runtime v0.8.5
9562026-08-25T20:51:19.154Z Downloaded phf_shared v0.11.3
9572026-08-25T20:51:19.159Z Downloaded delegate v0.13.5
9582026-08-25T20:51:19.159Z Downloaded predicates-core v1.0.10
9592026-08-25T20:51:19.159Z Downloaded progenitor-macro v0.13.0
9602026-08-25T20:51:19.159Z Downloaded signal-hook-tokio v0.3.1
9612026-08-25T20:51:19.159Z Downloaded derive_more-impl v2.1.1
9622026-08-25T20:51:19.165Z Downloaded serde_plain v1.0.2
9632026-08-25T20:51:19.165Z Downloaded serde_bytes v0.11.19
9642026-08-25T20:51:19.168Z Downloaded sha2 v0.11.0
9652026-08-25T20:51:19.168Z Downloaded icu_properties v2.1.2
9662026-08-25T20:51:19.173Z Downloaded either v1.15.0
9672026-08-25T20:51:19.173Z Downloaded const_format v0.2.35
9682026-08-25T20:51:19.177Z Downloaded time-core v0.1.8
9692026-08-25T20:51:19.177Z Downloaded toml_edit v0.19.15
9702026-08-25T20:51:19.182Z Downloaded libbz2-rs-sys v0.2.2
9712026-08-25T20:51:19.186Z Downloaded pretty_assertions v1.4.1
9722026-08-25T20:51:19.186Z Downloaded supports-color v3.0.2
9732026-08-25T20:51:19.189Z Downloaded toml_parser v1.1.2+spec-1.1.0
9742026-08-25T20:51:19.192Z Downloaded ipnetwork v0.21.1
9752026-08-25T20:51:19.192Z Downloaded kem v0.3.0
9762026-08-25T20:51:19.192Z Downloaded topological-sort v0.2.2
9772026-08-25T20:51:19.196Z Downloaded unarray v0.1.4
9782026-08-25T20:51:19.196Z Downloaded universal-hash v0.5.1
9792026-08-25T20:51:19.196Z Downloaded void v1.0.2
9802026-08-25T20:51:19.202Z Downloaded libsw-core v0.3.2
9812026-08-25T20:51:19.205Z Downloaded module-lattice v0.2.3
9822026-08-25T20:51:19.205Z Downloaded x509-cert v0.2.5
9832026-08-25T20:51:19.208Z Downloaded zerofrom-derive v0.1.6
9842026-08-25T20:51:19.208Z Downloaded rsa v0.9.10
9852026-08-25T20:51:19.214Z Downloaded rustls-webpki v0.103.13
9862026-08-25T20:51:19.219Z Downloaded oxnet v0.1.6
9872026-08-25T20:51:19.219Z Downloaded indoc v1.0.9
9882026-08-25T20:51:19.222Z Downloaded peg-macros v0.8.5
9892026-08-25T20:51:19.222Z Downloaded typed-path v0.9.3
9902026-08-25T20:51:19.227Z Downloaded aho-corasick v1.1.4
9912026-08-25T20:51:19.231Z Downloaded miette v7.6.0
9922026-08-25T20:51:19.234Z Downloaded serde_cbor v0.11.2
9932026-08-25T20:51:19.237Z Downloaded dropshot-api-manager-types v0.8.0
9942026-08-25T20:51:19.238Z Downloaded dsl_auto_type v0.2.0
9952026-08-25T20:51:19.238Z Downloaded inout v0.2.2
9962026-08-25T20:51:19.241Z Downloaded polyval v0.7.1
9972026-08-25T20:51:19.241Z Downloaded md5 v0.8.0
9982026-08-25T20:51:19.241Z Downloaded psm v0.1.30
9992026-08-25T20:51:19.244Z Downloaded rusty-fork v0.3.1
10002026-08-25T20:51:19.244Z Downloaded serde-big-array v0.5.1
10012026-08-25T20:51:19.248Z Downloaded shlex v1.3.0
10022026-08-25T20:51:19.251Z Downloaded lzss v0.8.2
10032026-08-25T20:51:19.251Z Downloaded resolv-conf v0.7.6
10042026-08-25T20:51:19.251Z Downloaded new_debug_unreachable v1.0.6
10052026-08-25T20:51:19.257Z Downloaded nonempty v0.12.0
10062026-08-25T20:51:19.260Z Downloaded des v0.9.0
10072026-08-25T20:51:19.260Z Downloaded hashbrown v0.14.5
10082026-08-25T20:51:19.260Z Downloaded spki v0.7.3
10092026-08-25T20:51:19.260Z Downloaded predicates-tree v1.0.13
10102026-08-25T20:51:19.264Z Downloaded stringprep v0.1.5
10112026-08-25T20:51:19.264Z Downloaded support-bundle-viewer v0.1.2
10122026-08-25T20:51:19.267Z Downloaded hashbrown v0.15.5
10132026-08-25T20:51:19.267Z Downloaded aes-gcm v0.11.0
10142026-08-25T20:51:19.270Z Downloaded yansi v1.0.1
10152026-08-25T20:51:19.281Z Downloaded ed25519-dalek v3.0.0
10162026-08-25T20:51:19.291Z Downloaded semver v0.1.20
10172026-08-25T20:51:19.296Z Downloaded shell-words v1.1.1
10182026-08-25T20:51:19.296Z Downloaded siphasher v1.0.2
10192026-08-25T20:51:19.296Z Downloaded tinyvec_macros v0.1.1
10202026-08-25T20:51:19.296Z Downloaded toml v0.7.8
10212026-08-25T20:51:19.299Z Downloaded xshell v0.2.7
10222026-08-25T20:51:19.306Z Downloaded progenitor-impl v0.14.0
10232026-08-25T20:51:19.306Z Downloaded progenitor-impl v0.13.0
10242026-08-25T20:51:19.309Z Downloaded vergen-git2 v9.1.0
10252026-08-25T20:51:19.309Z Downloaded deranged v0.5.8
10262026-08-25T20:51:19.309Z Downloaded strip-ansi-escapes v0.2.1
10272026-08-25T20:51:19.309Z Downloaded convert_case v0.10.0
10282026-08-25T20:51:19.309Z Downloaded csv-core v0.1.13
10292026-08-25T20:51:19.309Z Downloaded darling v0.13.4
10302026-08-25T20:51:19.309Z Downloaded dof v0.4.0
10312026-08-25T20:51:19.317Z Downloaded steno v0.4.1
10322026-08-25T20:51:19.323Z Downloaded darling_core v0.13.4
10332026-08-25T20:51:19.326Z Downloaded indicatif v0.18.4
10342026-08-25T20:51:19.329Z Downloaded tower-http v0.6.8
10352026-08-25T20:51:19.332Z Downloaded reedline v0.40.0
10362026-08-25T20:51:19.337Z Downloaded p521 v0.14.0
10372026-08-25T20:51:19.340Z Downloaded pem-rfc7468 v1.0.0
10382026-08-25T20:51:19.340Z Downloaded phc v0.6.1
10392026-08-25T20:51:19.343Z Downloaded phf v0.13.1
10402026-08-25T20:51:19.343Z Downloaded primeorder v0.14.0
10412026-08-25T20:51:19.343Z Downloaded port-file v0.1.0
10422026-08-25T20:51:19.346Z Downloaded keccak v0.2.0
10432026-08-25T20:51:19.346Z Downloaded indent_write v2.2.0
10442026-08-25T20:51:19.346Z Downloaded num-rational v0.4.2
10452026-08-25T20:51:19.346Z Downloaded num_enum v0.7.6
10462026-08-25T20:51:19.350Z Downloaded lalrpop-util v0.19.12
10472026-08-25T20:51:19.350Z Downloaded scuffle v0.1.0
10482026-08-25T20:51:19.353Z Downloaded ignore v0.4.25
10492026-08-25T20:51:19.353Z Downloaded hashbrown v0.16.1
10502026-08-25T20:51:19.358Z Downloaded elliptic-curve v0.13.8
10512026-08-25T20:51:19.364Z Downloaded mime v0.3.17
10522026-08-25T20:51:19.368Z Downloaded rand_core v0.6.4
10532026-08-25T20:51:19.368Z Downloaded rustc-demangle v0.1.27
10542026-08-25T20:51:19.368Z Downloaded futures-util v0.3.32
10552026-08-25T20:51:19.373Z Downloaded openssl-probe v0.1.6
10562026-08-25T20:51:19.377Z Downloaded progenitor-client v0.14.0
10572026-08-25T20:51:19.377Z Downloaded schemars_derive v0.8.22
10582026-08-25T20:51:19.381Z Downloaded ref-cast v1.0.25
10592026-08-25T20:51:19.381Z Downloaded signature v3.0.0
10602026-08-25T20:51:19.381Z Downloaded try-lock v0.2.5
10612026-08-25T20:51:19.384Z Downloaded rand v0.10.1
10622026-08-25T20:51:19.384Z Downloaded smallvec v0.6.14
10632026-08-25T20:51:19.395Z Downloaded tap v1.0.1
10642026-08-25T20:51:19.402Z Downloaded vsss-rs v3.3.4
10652026-08-25T20:51:19.403Z Downloaded constant_time_eq v0.4.2
10662026-08-25T20:51:19.406Z Downloaded nom v8.0.0
10672026-08-25T20:51:19.406Z Downloaded pkcs5 v0.8.1
10682026-08-25T20:51:19.410Z Downloaded convert_case v0.4.0
10692026-08-25T20:51:19.415Z Downloaded daft v0.1.8
10702026-08-25T20:51:19.418Z Downloaded ed25519 v3.0.0
10712026-08-25T20:51:19.422Z Downloaded subprocess v0.2.15
10722026-08-25T20:51:19.425Z Downloaded diesel-dtrace v0.5.0
10732026-08-25T20:51:19.428Z Downloaded ingot-types v0.2.0
10742026-08-25T20:51:19.431Z Downloaded keccak v0.1.6
10752026-08-25T20:51:19.431Z Downloaded daft-derive v0.1.8
10762026-08-25T20:51:19.434Z Downloaded litemap v0.8.1
10772026-08-25T20:51:19.434Z Downloaded hkdf v0.13.0
10782026-08-25T20:51:19.437Z Downloaded kstat-rs v0.2.5
10792026-08-25T20:51:19.440Z Downloaded h2 v0.4.15
10802026-08-25T20:51:19.443Z Downloaded snafu v0.8.9
10812026-08-25T20:51:19.447Z Downloaded oxide-update-engine-display v0.1.2
10822026-08-25T20:51:19.450Z Downloaded idna v1.1.0
10832026-08-25T20:51:19.450Z Downloaded libscf-sys v1.2.0
10842026-08-25T20:51:19.453Z Downloaded hkdf v0.12.4
10852026-08-25T20:51:19.456Z Downloaded tracing-core v0.1.36
10862026-08-25T20:51:19.456Z Downloaded zip v4.6.1
10872026-08-25T20:51:19.459Z Downloaded oxide-generation-macros v0.2.0
10882026-08-25T20:51:19.459Z Downloaded r2d2 v0.8.10
10892026-08-25T20:51:19.459Z Downloaded oxide-update-engine v0.1.2
10902026-08-25T20:51:19.462Z Downloaded tokio-test v0.4.5
10912026-08-25T20:51:19.465Z Downloaded recursive v0.1.1
10922026-08-25T20:51:19.465Z Downloaded structmeta-derive v0.3.0
10932026-08-25T20:51:19.465Z Downloaded russh-util v0.52.0
10942026-08-25T20:51:19.469Z Downloaded rustc_version v0.1.7
10952026-08-25T20:51:19.469Z Downloaded usdt-impl v0.6.0
10962026-08-25T20:51:19.472Z Downloaded sec1 v0.8.1
10972026-08-25T20:51:19.475Z Downloaded zopfli v0.8.3
10982026-08-25T20:51:19.475Z Downloaded serde_with v1.14.0
10992026-08-25T20:51:19.478Z Downloaded icu_provider v2.1.1
11002026-08-25T20:51:19.481Z Downloaded crc-any v2.5.0
11012026-08-25T20:51:19.481Z Downloaded const_format_proc_macros v0.2.34
11022026-08-25T20:51:19.484Z Downloaded tokio-stream v0.1.18
11032026-08-25T20:51:19.487Z Downloaded crossbeam-epoch v0.9.18
11042026-08-25T20:51:19.487Z Downloaded slog-dtrace v0.3.0
11052026-08-25T20:51:19.491Z Downloaded sqlformat v0.3.5
11062026-08-25T20:51:19.491Z Downloaded ssh-cipher v0.3.0
11072026-08-25T20:51:19.491Z Downloaded crucible-workspace-hack v0.1.0
11082026-08-25T20:51:19.491Z Downloaded darling_macro v0.13.4
11092026-08-25T20:51:19.491Z Downloaded managed v0.8.0
11102026-08-25T20:51:19.494Z Downloaded tokio-dtrace v0.1.1
11112026-08-25T20:51:19.494Z Downloaded lru v0.12.5
11122026-08-25T20:51:19.496Z Downloaded diesel_derives v2.3.7
11132026-08-25T20:51:19.501Z Downloaded uzers v0.12.2
11142026-08-25T20:51:19.506Z Downloaded der v0.7.10
11152026-08-25T20:51:19.518Z Downloaded rcgen v0.12.1
11162026-08-25T20:51:19.528Z Downloaded signature v2.2.0
11172026-08-25T20:51:19.531Z Downloaded num-bigint-dig v0.8.6
11182026-08-25T20:51:19.535Z Downloaded sync-ptr v0.1.4
11192026-08-25T20:51:19.535Z Downloaded linear-map v1.2.0
11202026-08-25T20:51:19.535Z Downloaded serde_repr v0.1.20
11212026-08-25T20:51:19.538Z Downloaded ml-kem v0.3.2
11222026-08-25T20:51:19.547Z Downloaded packed_struct v0.10.1
11232026-08-25T20:51:19.552Z Downloaded pkcs8 v0.10.2
11242026-08-25T20:51:19.552Z Downloaded serdect v0.4.3
11252026-08-25T20:51:19.552Z Downloaded spin v0.9.8
11262026-08-25T20:51:19.557Z Downloaded dunce v1.0.5
11272026-08-25T20:51:19.557Z Downloaded icu_properties_data v2.1.2
11282026-08-25T20:51:19.560Z Downloaded crypto-common v0.2.2
11292026-08-25T20:51:19.560Z Downloaded xshell-macros v0.2.7
11302026-08-25T20:51:19.564Z Downloaded primeorder v0.13.6
11312026-08-25T20:51:19.567Z Downloaded derive_builder_macro v0.20.2
11322026-08-25T20:51:19.570Z Downloaded openssl-probe v0.2.1
11332026-08-25T20:51:19.573Z Downloaded tagptr v0.2.0
11342026-08-25T20:51:19.573Z Downloaded xattr v1.6.1
11352026-08-25T20:51:19.573Z Downloaded darling_core v0.21.3
11362026-08-25T20:51:19.576Z Downloaded rustversion v1.0.22
11372026-08-25T20:51:19.582Z Downloaded aws-lc-rs v1.16.3
11382026-08-25T20:51:19.588Z Downloaded thread_local v1.1.9
11392026-08-25T20:51:19.591Z Downloaded bitvec v1.0.1
11402026-08-25T20:51:19.597Z Downloaded knus v3.4.0
11412026-08-25T20:51:19.600Z Downloaded schemars v0.9.0
11422026-08-25T20:51:19.605Z Downloaded schemars v1.2.1
11432026-08-25T20:51:19.613Z Downloaded ed25519 v2.2.3
11442026-08-25T20:51:19.683Z Downloaded sha1 v0.11.0
11452026-08-25T20:51:19.683Z Downloaded internet-checksum v0.2.1
11462026-08-25T20:51:19.683Z Downloaded supports-hyperlinks v3.2.0
11472026-08-25T20:51:19.683Z Downloaded untrusted v0.7.1
11482026-08-25T20:51:19.689Z Downloaded cstr-argument v0.1.2
11492026-08-25T20:51:19.689Z Downloaded proptest v1.11.0
11502026-08-25T20:51:19.689Z Downloaded hyper-tls v0.6.0
11512026-08-25T20:51:19.689Z Downloaded hyper-rustls v0.27.7
11522026-08-25T20:51:19.689Z Downloaded nu-ansi-term v0.50.3
11532026-08-25T20:51:19.689Z Downloaded num-complex v0.4.6
11542026-08-25T20:51:19.689Z Downloaded ed25519-dalek v2.2.0
11552026-08-25T20:51:19.689Z Downloaded zeroize v1.9.0
11562026-08-25T20:51:19.689Z Downloaded libloading v0.8.9
11572026-08-25T20:51:19.689Z Downloaded rand_seeder v0.4.0
11582026-08-25T20:51:19.689Z Downloaded num-derive v0.4.2
11592026-08-25T20:51:19.689Z Downloaded rtoolbox v0.0.3
11602026-08-25T20:51:19.689Z Downloaded utf-8 v0.7.6
11612026-08-25T20:51:19.689Z Downloaded waitgroup v0.1.2
11622026-08-25T20:51:19.689Z Downloaded strsim v0.10.0
11632026-08-25T20:51:19.689Z Downloaded typify-macro v0.6.2
11642026-08-25T20:51:19.689Z Downloaded secrecy v0.8.0
11652026-08-25T20:51:19.689Z Downloaded mio v1.2.0
11662026-08-25T20:51:19.690Z Downloaded blake3 v1.8.5
11672026-08-25T20:51:19.690Z Downloaded tower v0.5.3
11682026-08-25T20:51:19.690Z Downloaded cpufeatures v0.3.0
11692026-08-25T20:51:19.690Z Downloaded reqwest v0.13.2
11702026-08-25T20:51:19.690Z Downloaded tokio-native-tls v0.3.1
11712026-08-25T20:51:19.690Z Downloaded tar v0.4.46
11722026-08-25T20:51:19.690Z Downloaded serde_with_macros v3.21.0
11732026-08-25T20:51:19.690Z Downloaded tungstenite v0.23.0
11742026-08-25T20:51:19.690Z Downloaded lock_api v0.4.14
11752026-08-25T20:51:19.690Z Downloaded unicode-properties v0.1.4
11762026-08-25T20:51:19.690Z Downloaded ingot v0.2.1
11772026-08-25T20:51:19.690Z Downloaded itertools v0.14.0
11782026-08-25T20:51:19.690Z Downloaded tungstenite v0.21.0
11792026-08-25T20:51:19.690Z Downloaded proc-macro-error-attr2 v2.0.0
11802026-08-25T20:51:19.690Z Downloaded defmt v1.0.1
11812026-08-25T20:51:19.690Z Downloaded downcast-rs v2.0.2
11822026-08-25T20:51:19.690Z Downloaded predicates v3.1.4
11832026-08-25T20:51:19.690Z Downloaded cookie v0.18.1
11842026-08-25T20:51:19.690Z Downloaded winnow v0.6.26
11852026-08-25T20:51:19.690Z Downloaded diff v0.1.13
11862026-08-25T20:51:19.690Z Downloaded defmt-parser v1.0.0
11872026-08-25T20:51:19.690Z Downloaded rand v0.9.2
11882026-08-25T20:51:19.690Z Downloaded cookie_store v0.22.1
11892026-08-25T20:51:19.690Z Downloaded iri-string v0.7.10
11902026-08-25T20:51:19.690Z Downloaded poly1305 v0.8.0
11912026-08-25T20:51:19.691Z Downloaded indexmap v1.9.3
11922026-08-25T20:51:19.699Z Downloaded humantime v2.3.0
11932026-08-25T20:51:19.699Z Downloaded is_ci v1.2.0
11942026-08-25T20:51:19.699Z Downloaded itertools v0.13.0
11952026-08-25T20:51:19.699Z Downloaded crc8 v0.1.1
11962026-08-25T20:51:19.699Z Downloaded darling_macro v0.23.0
11972026-08-25T20:51:19.699Z Downloaded scroll_derive v0.13.1
11982026-08-25T20:51:19.702Z Downloaded proc-macro-error2 v2.0.1
11992026-08-25T20:51:19.702Z Downloaded simd-adler32 v0.3.8
12002026-08-25T20:51:19.702Z Downloaded packed_struct_codegen v0.10.1
12012026-08-25T20:51:19.702Z Downloaded publicsuffix v2.3.0
12022026-08-25T20:51:19.702Z Downloaded whoami v1.6.1
12032026-08-25T20:51:19.708Z Downloaded pin-project-lite v0.2.17
12042026-08-25T20:51:19.711Z Downloaded prefix-trie v0.7.0
12052026-08-25T20:51:19.715Z Downloaded vergen v9.1.0
12062026-08-25T20:51:19.720Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-08-25T20:51:19.725Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12082026-08-25T20:51:19.728Z Downloaded salsa20 v0.11.0
12092026-08-25T20:51:19.728Z Downloaded zerocopy v0.6.6
12102026-08-25T20:51:19.731Z Downloaded bindgen v0.71.1
12112026-08-25T20:51:19.736Z Downloaded digest v0.11.3
12122026-08-25T20:51:19.739Z Downloaded slab v0.4.12
12132026-08-25T20:51:19.739Z Downloaded newtype-uuid v1.3.2
12142026-08-25T20:51:19.745Z Downloaded hyper v1.10.1
12152026-08-25T20:51:19.748Z Downloaded oxide-generation v0.1.3
12162026-08-25T20:51:19.753Z Downloaded zerotrie v0.2.3
12172026-08-25T20:51:19.756Z Downloaded phf_shared v0.12.1
12182026-08-25T20:51:19.759Z Downloaded git2 v0.20.4
12192026-08-25T20:51:19.762Z Downloaded indoc v2.0.7
12202026-08-25T20:51:19.765Z Downloaded rand_chacha v0.9.0
12212026-08-25T20:51:19.765Z Downloaded tinystr v0.8.2
12222026-08-25T20:51:19.765Z Downloaded petname v2.0.2
12232026-08-25T20:51:19.769Z Downloaded qorb v0.4.1
12242026-08-25T20:51:19.772Z Downloaded sec1 v0.7.3
12252026-08-25T20:51:19.772Z Downloaded socket2 v0.6.3
12262026-08-25T20:51:19.772Z Downloaded rsa v0.10.0-rc.18
12272026-08-25T20:51:19.775Z Downloaded mime_guess v2.0.5
12282026-08-25T20:51:19.775Z Downloaded time-macros v0.2.27
12292026-08-25T20:51:19.779Z Downloaded crossbeam-deque v0.8.6
12302026-08-25T20:51:19.779Z Downloaded url v2.5.8
12312026-08-25T20:51:19.783Z Downloaded p256 v0.14.0
12322026-08-25T20:51:19.783Z Downloaded toml v1.1.2+spec-1.1.0
12332026-08-25T20:51:19.783Z Downloaded percent-encoding v2.3.2
12342026-08-25T20:51:19.783Z Downloaded chrono v0.4.45
12352026-08-25T20:51:19.786Z Downloaded pkcs1 v0.8.0-rc.4
12362026-08-25T20:51:19.790Z Downloaded derive-where v1.6.0
12372026-08-25T20:51:19.792Z Downloaded derive_builder_core v0.20.2
12382026-08-25T20:51:19.793Z Downloaded libxml v0.3.3
12392026-08-25T20:51:19.796Z Downloaded icu_normalizer_data v2.1.1
12402026-08-25T20:51:19.796Z Downloaded icu_collections v2.1.1
12412026-08-25T20:51:19.799Z Downloaded crossterm v0.28.1
12422026-08-25T20:51:19.802Z Downloaded itertools v0.15.0
12432026-08-25T20:51:19.807Z Downloaded smallvec v1.15.1
12442026-08-25T20:51:19.810Z Downloaded unicode_categories v0.1.1
12452026-08-25T20:51:19.810Z Downloaded radix_trie v0.2.1
12462026-08-25T20:51:19.812Z Downloaded serde_yaml v0.9.34+deprecated
12472026-08-25T20:51:19.818Z Downloaded russh v0.62.4
12482026-08-25T20:51:19.823Z Downloaded hyper-util v0.1.20
12492026-08-25T20:51:19.827Z Downloaded quinn v0.11.11
12502026-08-25T20:51:19.831Z Downloaded tracing-attributes v0.1.31
12512026-08-25T20:51:19.834Z Downloaded slog-async v2.8.0
12522026-08-25T20:51:19.837Z Downloaded rawzip v0.4.4
12532026-08-25T20:51:19.844Z Downloaded unsafe-libyaml v0.2.11
12542026-08-25T20:51:19.848Z Downloaded itertools v0.10.5
12552026-08-25T20:51:19.858Z Downloaded nom v7.1.3
12562026-08-25T20:51:19.861Z Downloaded darling_core v0.23.0
12572026-08-25T20:51:19.865Z Downloaded crossterm v0.29.0
12582026-08-25T20:51:19.868Z Downloaded rustyline v14.0.0
12592026-08-25T20:51:19.871Z Downloaded rand v0.8.6
12602026-08-25T20:51:19.874Z Downloaded icu_normalizer v2.1.1
12612026-08-25T20:51:19.877Z Downloaded tokio-util v0.7.18
12622026-08-25T20:51:19.886Z Downloaded serde_with v3.21.0
12632026-08-25T20:51:19.893Z Downloaded sha3 v0.12.0
12642026-08-25T20:51:19.897Z Downloaded goblin v0.10.5
12652026-08-25T20:51:19.905Z Downloaded openssl-sys v0.9.117
12662026-08-25T20:51:19.914Z Downloaded der v0.8.0
12672026-08-25T20:51:19.917Z Downloaded tabled v0.21.0
12682026-08-25T20:51:19.925Z Downloaded lalrpop v0.19.12
12692026-08-25T20:51:19.931Z Downloaded miniz_oxide v0.8.9
12702026-08-25T20:51:19.934Z Downloaded vcpkg v0.2.15
12712026-08-25T20:51:19.954Z Downloaded minimal-lexical v0.2.1
12722026-08-25T20:51:19.957Z Downloaded rayon v1.11.0
12732026-08-25T20:51:19.961Z Downloaded zerovec v0.11.5
12742026-08-25T20:51:19.964Z Downloaded unicode-normalization v0.1.25
12752026-08-25T20:51:19.967Z Downloaded regex v1.12.3
12762026-08-25T20:51:19.973Z Downloaded dropshot-api-manager v0.8.0
12772026-08-25T20:51:19.976Z Downloaded p384 v0.13.1
12782026-08-25T20:51:19.977Z Downloaded crypto-primes v0.7.2
12792026-08-25T20:51:19.977Z Downloaded gimli v0.32.3
12802026-08-25T20:51:19.982Z Downloaded salty v0.3.0
12812026-08-25T20:51:19.985Z Downloaded itertools v0.12.1
12822026-08-25T20:51:19.988Z Downloaded object v0.30.4
12832026-08-25T20:51:19.992Z Downloaded winnow v0.5.40
12842026-08-25T20:51:19.997Z Downloaded internal-russh-num-bigint v0.5.0
12852026-08-25T20:51:20.003Z Downloaded libm v0.2.16
12862026-08-25T20:51:20.007Z Downloaded jiff-core v0.1.0
12872026-08-25T20:51:20.010Z Downloaded winnow v1.0.3
12882026-08-25T20:51:20.019Z Downloaded quinn-proto v0.11.16
12892026-08-25T20:51:20.031Z Downloaded tough v0.22.0
12902026-08-25T20:51:20.038Z Downloaded ssh-key v0.7.0-rc.11
12912026-08-25T20:51:20.042Z Downloaded regex-syntax v0.6.29
12922026-08-25T20:51:20.052Z Downloaded zlib-rs v0.6.2
12932026-08-25T20:51:20.055Z Downloaded nix v0.27.1
12942026-08-25T20:51:20.089Z Downloaded time v0.3.47
12952026-08-25T20:51:20.096Z Downloaded bstr v1.12.1
12962026-08-25T20:51:20.100Z Downloaded crypto-bigint v0.7.5
12972026-08-25T20:51:20.108Z Downloaded iddqd v0.4.2
12982026-08-25T20:51:20.112Z Downloaded reqwest v0.12.28
12992026-08-25T20:51:20.115Z Downloaded rustls v0.23.41
13002026-08-25T20:51:20.121Z Downloaded portable-atomic v1.13.1
13012026-08-25T20:51:20.126Z Downloaded smoltcp v0.9.1
13022026-08-25T20:51:20.133Z Downloaded hickory-proto v0.24.4
13032026-08-25T20:51:20.141Z Downloaded regress v0.11.1
13042026-08-25T20:51:20.146Z Downloaded quick-xml v0.37.5
13052026-08-25T20:51:20.149Z Downloaded hickory-proto v0.25.2
13062026-08-25T20:51:20.158Z Downloaded moka v0.12.13
13072026-08-25T20:51:20.162Z Downloaded object v0.37.3
13082026-08-25T20:51:20.170Z Downloaded openssl v0.10.80
13092026-08-25T20:51:20.188Z Downloaded zerocopy v0.8.55
13102026-08-25T20:51:20.198Z Downloaded polar-core v0.27.3
13112026-08-25T20:51:20.203Z Downloaded nix v0.28.0
13122026-08-25T20:51:20.209Z Downloaded syn v3.0.3
13132026-08-25T20:51:20.215Z Downloaded curve25519-dalek v4.1.3
13142026-08-25T20:51:20.220Z Downloaded curve25519-dalek v5.0.0
13152026-08-25T20:51:20.225Z Downloaded rustix v0.38.44
13162026-08-25T20:51:20.237Z Downloaded openapiv3 v2.2.0
13172026-08-25T20:51:20.247Z Downloaded typify-impl v0.6.2
13182026-08-25T20:51:20.267Z Downloaded regex-syntax v0.8.10
13192026-08-25T20:51:20.283Z Downloaded smoltcp v0.11.0
13202026-08-25T20:51:20.289Z Downloaded nix v0.31.2
13212026-08-25T20:51:20.296Z Downloaded sha3 v0.11.0
13222026-08-25T20:51:20.299Z Downloaded regress v0.10.5
13232026-08-25T20:51:20.303Z Downloaded diesel v2.3.7
13242026-08-25T20:51:20.314Z Downloaded dropshot v0.17.1
13252026-08-25T20:51:20.326Z Downloaded sled v0.34.7
13262026-08-25T20:51:20.332Z Downloaded ratatui v0.29.0
13272026-08-25T20:51:20.345Z Downloaded zerocopy-derive v0.6.6
13282026-08-25T20:51:20.349Z Downloaded tracing v0.1.44
13292026-08-25T20:51:20.361Z Downloaded sqlparser v0.61.0
13302026-08-25T20:51:20.393Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-25T20:51:20.399Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-08-25T20:51:20.410Z Downloaded regex-automata v0.4.14
13332026-08-25T20:51:20.420Z Downloaded petgraph v0.6.5
13342026-08-25T20:51:20.432Z Downloaded sha3 v0.10.8
13352026-08-25T20:51:20.435Z Downloaded libz-sys v1.1.24
13362026-08-25T20:51:20.449Z Downloaded encoding_rs v0.8.35
13372026-08-25T20:51:20.469Z Downloaded jiff v0.2.34
13382026-08-25T20:51:20.494Z Downloaded chrono-tz v0.10.4
13392026-08-25T20:51:20.547Z Downloaded csv v1.4.0
13402026-08-25T20:51:20.561Z Downloaded petgraph v0.8.3
13412026-08-25T20:51:20.581Z Downloaded tokio v1.52.1
13422026-08-25T20:51:20.718Z Downloaded ring v0.17.14
13432026-08-25T20:51:20.762Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-25T20:51:21.332Z Downloaded aws-lc-sys v0.40.0
13452026-08-25T20:51:21.594Z Compiling serde_core v1.0.228
13462026-08-25T20:51:21.594Z Compiling libc v0.2.185
13472026-08-25T20:51:21.594Z Compiling serde v1.0.228
13482026-08-25T20:51:21.598Z Compiling log v0.4.33
13492026-08-25T20:51:21.598Z Compiling smallvec v1.15.1
13502026-08-25T20:51:21.598Z Compiling find-msvc-tools v0.1.9
13512026-08-25T20:51:21.598Z Compiling shlex v1.3.0
13522026-08-25T20:51:21.598Z Compiling syn v2.0.117
13532026-08-25T20:51:21.955Z Compiling subtle v2.6.1
13542026-08-25T20:51:21.972Z Compiling scopeguard v1.2.0
13552026-08-25T20:51:21.994Z Compiling typenum v1.20.1
13562026-08-25T20:51:22.007Z Compiling stable_deref_trait v1.2.1
13572026-08-25T20:51:22.047Z Compiling lock_api v0.4.14
13582026-08-25T20:51:22.066Z Compiling zerocopy v0.8.55
13592026-08-25T20:51:22.094Z Compiling portable-atomic v1.13.1
13602026-08-25T20:51:22.120Z Compiling serde_json v1.0.151
13612026-08-25T20:51:22.281Z Compiling critical-section v1.2.0
13622026-08-25T20:51:22.339Z Compiling libm v0.2.16
13632026-08-25T20:51:22.384Z Compiling num-traits v0.2.19
13642026-08-25T20:51:22.485Z Compiling pkg-config v0.3.32
13652026-08-25T20:51:22.559Z Compiling errno v0.3.14
13662026-08-25T20:51:22.581Z Compiling jobserver v0.1.34
13672026-08-25T20:51:22.619Z Compiling getrandom v0.2.17
13682026-08-25T20:51:22.853Z Compiling cc v1.2.56
13692026-08-25T20:51:22.924Z Compiling rand_core v0.6.4
13702026-08-25T20:51:22.939Z Compiling generic-array v0.14.7
13712026-08-25T20:51:23.009Z Compiling pin-project-lite v0.2.17
13722026-08-25T20:51:23.105Z Compiling once_cell v1.21.3
13732026-08-25T20:51:23.120Z Compiling getrandom v0.4.3
13742026-08-25T20:51:23.131Z Compiling parking_lot_core v0.9.12
13752026-08-25T20:51:23.181Z Compiling const-oid v0.9.6
13762026-08-25T20:51:23.371Z Compiling rand_core v0.10.0
13772026-08-25T20:51:23.663Z Compiling signal-hook-registry v1.4.8
13782026-08-25T20:51:23.742Z Compiling bitflags v2.11.0
13792026-08-25T20:51:23.880Z Compiling futures-core v0.3.32
13802026-08-25T20:51:23.900Z Compiling writeable v0.6.2
13812026-08-25T20:51:23.923Z Compiling litemap v0.8.1
13822026-08-25T20:51:23.963Z Compiling percent-encoding v2.3.2
13832026-08-25T20:51:24.025Z Compiling semver v1.0.28
13842026-08-25T20:51:24.071Z Compiling parking_lot v0.12.5
13852026-08-25T20:51:24.090Z Compiling mio v1.2.0
13862026-08-25T20:51:24.106Z Compiling icu_properties_data v2.1.2
13872026-08-25T20:51:24.144Z Compiling icu_normalizer_data v2.1.1
13882026-08-25T20:51:24.409Z Compiling socket2 v0.6.3
13892026-08-25T20:51:24.447Z Compiling synstructure v0.13.2
13902026-08-25T20:51:24.507Z Compiling getrandom v0.3.4
13912026-08-25T20:51:24.531Z Compiling rustix v1.1.4
13922026-08-25T20:51:24.564Z Compiling futures-sink v0.3.32
13932026-08-25T20:51:24.628Z Compiling indexmap v2.14.0
13942026-08-25T20:51:24.671Z Compiling futures-channel v0.3.32
13952026-08-25T20:51:24.828Z Compiling utf8_iter v1.0.4
13962026-08-25T20:51:24.920Z Compiling futures-task v0.3.32
13972026-08-25T20:51:24.976Z Compiling futures-io v0.3.32
13982026-08-25T20:51:24.992Z Compiling slab v0.4.12
13992026-08-25T20:51:25.034Z Compiling form_urlencoded v1.2.2
14002026-08-25T20:51:25.085Z Compiling rustversion v1.0.22
14012026-08-25T20:51:25.125Z Compiling base64ct v1.8.3
14022026-08-25T20:51:25.162Z Compiling iana-time-zone v0.1.65
14032026-08-25T20:51:25.204Z Compiling cmake v0.1.57
14042026-08-25T20:51:25.301Z Compiling regex-syntax v0.8.10
14052026-08-25T20:51:25.370Z Compiling pem-rfc7468 v0.7.0
14062026-08-25T20:51:25.402Z Compiling fs_extra v1.3.0
14072026-08-25T20:51:25.420Z Compiling dunce v1.0.5
14082026-08-25T20:51:25.516Z Compiling flagset v0.4.7
14092026-08-25T20:51:25.606Z Compiling ident_case v1.0.1
14102026-08-25T20:51:25.647Z Compiling rand_core v0.9.5
14112026-08-25T20:51:25.665Z Compiling aws-lc-sys v0.40.0
14122026-08-25T20:51:25.679Z Compiling uuid v1.23.4
14132026-08-25T20:51:25.726Z Compiling base64 v0.22.1
14142026-08-25T20:51:25.921Z Compiling syn v1.0.109
14152026-08-25T20:51:26.047Z Compiling vcpkg v0.2.15
14162026-08-25T20:51:26.050Z Compiling serde_derive_internals v0.29.1
14172026-08-25T20:51:26.212Z Compiling serde_derive v1.0.228
14182026-08-25T20:51:26.227Z Compiling zeroize_derive v1.5.0
14192026-08-25T20:51:26.231Z Compiling zerocopy-derive v0.8.55
14202026-08-25T20:51:26.368Z Compiling zerofrom-derive v0.1.6
14212026-08-25T20:51:26.771Z Compiling yoke-derive v0.8.1
14222026-08-25T20:51:26.881Z Compiling zerovec-derive v0.11.2
14232026-08-25T20:51:26.976Z Compiling displaydoc v0.2.5
14242026-08-25T20:51:27.641Z Compiling tokio-macros v2.7.0
14252026-08-25T20:51:27.733Z Compiling futures-macro v0.3.32
14262026-08-25T20:51:27.779Z Compiling zerofrom v0.1.6
14272026-08-25T20:51:27.907Z Compiling thiserror-impl v2.0.18
14282026-08-25T20:51:27.949Z Compiling yoke v0.8.1
14292026-08-25T20:51:28.007Z Compiling der_derive v0.7.3
14302026-08-25T20:51:28.143Z Compiling zerovec v0.11.5
14312026-08-25T20:51:28.390Z Compiling zerotrie v0.2.3
14322026-08-25T20:51:28.553Z Compiling futures-util v0.3.32
14332026-08-25T20:51:28.653Z Compiling tinystr v0.8.2
14342026-08-25T20:51:28.684Z Compiling potential_utf v0.1.4
14352026-08-25T20:51:28.844Z Compiling icu_locale_core v2.1.1
14362026-08-25T20:51:28.863Z Compiling icu_collections v2.1.1
14372026-08-25T20:51:28.974Z Compiling openssl-sys v0.9.117
14382026-08-25T20:51:29.225Z Compiling thiserror v2.0.18
14392026-08-25T20:51:29.380Z Compiling tracing-attributes v0.1.31
14402026-08-25T20:51:29.413Z Compiling rustc_version v0.4.1
14412026-08-25T20:51:29.542Z Compiling icu_provider v2.1.1
14422026-08-25T20:51:29.729Z Compiling zeroize v1.9.0
14432026-08-25T20:51:29.774Z Compiling bytes v1.11.1
14442026-08-25T20:51:29.787Z Compiling icu_normalizer v2.1.1
14452026-08-25T20:51:29.845Z Compiling icu_properties v2.1.2
14462026-08-25T20:51:30.314Z Compiling tokio v1.52.1
14472026-08-25T20:51:30.385Z Compiling chrono v0.4.45
14482026-08-25T20:51:30.529Z Compiling crypto-common v0.1.7
14492026-08-25T20:51:30.705Z Compiling block-buffer v0.10.4
14502026-08-25T20:51:30.708Z Compiling idna_adapter v1.2.1
14512026-08-25T20:51:30.844Z Compiling digest v0.10.7
14522026-08-25T20:51:30.859Z Compiling ppv-lite86 v0.2.21
14532026-08-25T20:51:30.863Z Compiling idna v1.1.0
14542026-08-25T20:51:30.889Z Compiling der v0.7.10
14552026-08-25T20:51:30.945Z Compiling http v1.4.2
14562026-08-25T20:51:31.092Z Compiling tracing-core v0.1.36
14572026-08-25T20:51:31.178Z Compiling url v2.5.8
14582026-08-25T20:51:31.505Z Compiling rand_chacha v0.9.0
14592026-08-25T20:51:31.623Z Compiling simd-adler32 v0.3.8
14602026-08-25T20:51:31.740Z Compiling spki v0.7.3
14612026-08-25T20:51:31.837Z Compiling dyn-clone v1.0.20
14622026-08-25T20:51:31.864Z Compiling aws-lc-rs v1.16.3
14632026-08-25T20:51:31.943Z Compiling schemars v0.8.22
14642026-08-25T20:51:31.960Z Compiling cpufeatures v0.2.17
14652026-08-25T20:51:31.970Z Compiling pkcs8 v0.10.2
14662026-08-25T20:51:32.028Z Compiling rand v0.9.2
14672026-08-25T20:51:32.049Z Compiling http-body v1.0.1
14682026-08-25T20:51:32.131Z Compiling tracing v0.1.44
14692026-08-25T20:51:32.162Z Compiling rustls-pki-types v1.14.0
14702026-08-25T20:51:32.215Z Compiling schemars_derive v0.8.22
14712026-08-25T20:51:32.392Z Compiling spin v0.9.8
14722026-08-25T20:51:32.407Z Compiling openssl-probe v0.2.1
14732026-08-25T20:51:32.579Z Compiling cmov v0.5.4
14742026-08-25T20:51:32.594Z Compiling crc32fast v1.5.0
14752026-08-25T20:51:32.597Z Compiling httparse v1.10.1
14762026-08-25T20:51:32.737Z Compiling tinyvec_macros v0.1.1
14772026-08-25T20:51:32.778Z Compiling adler2 v2.0.1
14782026-08-25T20:51:32.804Z Compiling tinyvec v1.10.0
14792026-08-25T20:51:32.889Z Compiling miniz_oxide v0.8.9
14802026-08-25T20:51:32.904Z Compiling ctutils v0.4.2
14812026-08-25T20:51:32.968Z Compiling tempfile v3.27.0
14822026-08-25T20:51:33.130Z Compiling pest_generator v2.8.6
14832026-08-25T20:51:33.144Z Compiling sha2 v0.10.9
14842026-08-25T20:51:33.321Z Compiling terminal_size v0.4.3
14852026-08-25T20:51:33.457Z Compiling aho-corasick v1.1.4
14862026-08-25T20:51:33.471Z Compiling radium v0.7.0
14872026-08-25T20:51:33.721Z Compiling try-lock v0.2.5
14882026-08-25T20:51:33.794Z Compiling atomic-waker v1.1.2
14892026-08-25T20:51:33.822Z Compiling tower-service v0.3.3
14902026-08-25T20:51:33.914Z Compiling untrusted v0.7.1
14912026-08-25T20:51:33.918Z Compiling tower-layer v0.3.3
14922026-08-25T20:51:34.038Z Compiling tokio-util v0.7.18
14932026-08-25T20:51:34.085Z Compiling pest_derive v2.8.6
14942026-08-25T20:51:34.428Z Compiling regex-automata v0.4.14
14952026-08-25T20:51:34.566Z Compiling want v0.3.1
14962026-08-25T20:51:34.704Z Compiling hybrid-array v0.4.13
14972026-08-25T20:51:35.018Z Compiling h2 v0.4.15
14982026-08-25T20:51:35.110Z Compiling ipnet v2.12.0
14992026-08-25T20:51:35.275Z Compiling scroll_derive v0.13.1
15002026-08-25T20:51:35.477Z Compiling darling_core v0.20.11
15012026-08-25T20:51:35.596Z Compiling tap v1.0.1
15022026-08-25T20:51:35.710Z Compiling httpdate v1.0.3
15032026-08-25T20:51:35.929Z Compiling foreign-types-shared v0.1.1
15042026-08-25T20:51:35.944Z Compiling openssl v0.10.80
15052026-08-25T20:51:35.965Z Compiling rustls v0.23.41
15062026-08-25T20:51:36.011Z Compiling untrusted v0.9.0
15072026-08-25T20:51:36.050Z Compiling maybe-uninit v2.0.0
15082026-08-25T20:51:36.127Z Compiling scroll v0.13.0
15092026-08-25T20:51:36.140Z Compiling foreign-types v0.3.2
15102026-08-25T20:51:36.181Z Compiling wyz v0.5.1
15112026-08-25T20:51:36.347Z Compiling unicode-normalization v0.1.25
15122026-08-25T20:51:36.379Z Compiling rand_chacha v0.3.1
15132026-08-25T20:51:36.400Z Compiling signature v2.2.0
15142026-08-25T20:51:36.578Z Compiling hex v0.4.3
15152026-08-25T20:51:36.756Z Compiling thiserror-impl v1.0.69
15162026-08-25T20:51:36.791Z Compiling openssl-macros v0.1.1
15172026-08-25T20:51:36.838Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-25T20:51:37.131Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-25T20:51:37.191Z Compiling num-integer v0.1.46
15202026-08-25T20:51:37.216Z Compiling wait-timeout v0.2.1
15212026-08-25T20:51:37.398Z Compiling ahash v0.8.12
15222026-08-25T20:51:37.473Z Compiling packed_struct v0.10.1
15232026-08-25T20:51:37.489Z Compiling time-core v0.1.8
15242026-08-25T20:51:37.598Z Compiling powerfmt v0.2.0
15252026-08-25T20:51:37.628Z Compiling num-bigint-dig v0.8.6
15262026-08-25T20:51:37.673Z Compiling darling_macro v0.20.11
15272026-08-25T20:51:37.704Z Compiling funty v2.0.0
15282026-08-25T20:51:37.793Z Compiling quick-error v1.2.3
15292026-08-25T20:51:37.807Z Compiling bit-vec v0.8.0
15302026-08-25T20:51:37.899Z Compiling native-tls v0.2.18
15312026-08-25T20:51:37.964Z Compiling num-conv v0.2.0
15322026-08-25T20:51:38.031Z Compiling bitvec v1.0.1
15332026-08-25T20:51:38.092Z Compiling hyper v1.10.1
15342026-08-25T20:51:38.123Z Compiling time-macros v0.2.27
15352026-08-25T20:51:38.136Z Compiling darling v0.20.11
15362026-08-25T20:51:38.215Z Compiling bit-set v0.8.0
15372026-08-25T20:51:38.312Z Compiling thiserror v1.0.69
15382026-08-25T20:51:38.369Z Compiling rusty-fork v0.3.1
15392026-08-25T20:51:38.402Z Compiling deranged v0.5.8
15402026-08-25T20:51:38.504Z Compiling clap_builder v4.6.0
15412026-08-25T20:51:39.047Z Compiling num-iter v0.1.45
15422026-08-25T20:51:39.163Z Compiling hyper-util v0.1.20
15432026-08-25T20:51:39.429Z Compiling rand v0.8.6
15442026-08-25T20:51:39.516Z Compiling goblin v0.10.5
15452026-08-25T20:51:39.711Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T20:51:40.214Z Compiling lazy_static v1.5.0
15472026-08-25T20:51:40.308Z Compiling hmac v0.12.1
15482026-08-25T20:51:40.468Z Compiling serde_spanned v0.6.9
15492026-08-25T20:51:40.612Z Compiling toml_datetime v0.6.11
15502026-08-25T20:51:40.773Z Compiling clap_derive v4.6.1
15512026-08-25T20:51:40.914Z Compiling zerocopy-derive v0.6.6
15522026-08-25T20:51:40.954Z Compiling bitfield-macros v0.19.4
15532026-08-25T20:51:41.452Z Compiling rand_xorshift v0.4.0
15542026-08-25T20:51:41.611Z Compiling sync_wrapper v1.0.2
15552026-08-25T20:51:41.630Z Compiling indexmap v1.9.3
15562026-08-25T20:51:41.678Z Compiling zlib-rs v0.6.2
15572026-08-25T20:51:41.714Z Compiling num_threads v0.1.7
15582026-08-25T20:51:41.809Z Compiling paste v1.0.15
15592026-08-25T20:51:41.809Z Compiling siphasher v1.0.2
15602026-08-25T20:51:42.004Z Compiling unicode-segmentation v1.12.0
15612026-08-25T20:51:42.061Z Compiling usdt-impl v0.6.0
15622026-08-25T20:51:42.261Z Compiling crc-catalog v2.4.0
15632026-08-25T20:51:42.290Z Compiling unarray v0.1.4
15642026-08-25T20:51:42.353Z Compiling object v0.37.3
15652026-08-25T20:51:42.374Z Compiling crossbeam-utils v0.8.21
15662026-08-25T20:51:42.400Z Compiling nodrop v0.1.14
15672026-08-25T20:51:42.465Z Compiling clap v4.6.1
15682026-08-25T20:51:42.490Z Compiling array-init v0.0.4
15692026-08-25T20:51:42.546Z Compiling proptest v1.11.0
15702026-08-25T20:51:42.661Z Compiling crc v3.4.0
15712026-08-25T20:51:42.696Z Compiling dof v0.4.0
15722026-08-25T20:51:42.867Z Compiling time v0.3.47
15732026-08-25T20:51:42.881Z Compiling tower v0.5.3
15742026-08-25T20:51:43.326Z Compiling zerocopy v0.6.6
15752026-08-25T20:51:43.631Z Compiling bitfield v0.19.4
15762026-08-25T20:51:43.940Z Compiling smallvec v0.6.14
15772026-08-25T20:51:44.379Z Compiling derive_builder_core v0.20.2
15782026-08-25T20:51:44.470Z Compiling dtrace-parser v0.3.0
15792026-08-25T20:51:44.887Z Compiling flate2 v1.1.9
15802026-08-25T20:51:45.095Z Compiling ipnetwork v0.21.1
15812026-08-25T20:51:45.195Z Compiling http-body-util v0.1.3
15822026-08-25T20:51:45.214Z Compiling pkcs1 v0.7.5
15832026-08-25T20:51:45.286Z Compiling heapless v0.7.17
15842026-08-25T20:51:45.433Z Compiling scroll_derive v0.12.1
15852026-08-25T20:51:45.473Z Compiling structmeta-derive v0.3.0
15862026-08-25T20:51:45.521Z Compiling slog v2.8.2
15872026-08-25T20:51:45.595Z Compiling darling_core v0.23.0
15882026-08-25T20:51:45.625Z Compiling thread-id v5.1.0
15892026-08-25T20:51:45.700Z Compiling cookie v0.18.1
15902026-08-25T20:51:45.714Z Compiling env_filter v2.0.0
15912026-08-25T20:51:45.879Z Compiling syn v3.0.3
15922026-08-25T20:51:46.004Z Compiling hashbrown v0.12.3
15932026-08-25T20:51:46.079Z Compiling zstd-safe v7.2.4
15942026-08-25T20:51:46.268Z Compiling allocator-api2 v0.2.21
15952026-08-25T20:51:46.467Z Compiling base64 v0.21.7
15962026-08-25T20:51:46.525Z Compiling anyhow v1.0.104
15972026-08-25T20:51:46.595Z Compiling ryu v1.0.23
15982026-08-25T20:51:46.771Z Compiling unicode-bidi v0.3.18
15992026-08-25T20:51:46.786Z Compiling unicode-properties v0.1.4
16002026-08-25T20:51:46.817Z Compiling iri-string v0.7.10
16012026-08-25T20:51:46.990Z Compiling winnow v0.5.40
16022026-08-25T20:51:47.282Z Compiling gimli v0.32.3
16032026-08-25T20:51:48.066Z Compiling signal-hook v0.3.18
16042026-08-25T20:51:48.256Z Compiling toml_edit v0.19.15
16052026-08-25T20:51:48.324Z Compiling darling_macro v0.23.0
16062026-08-25T20:51:48.406Z Compiling tower-http v0.6.8
16072026-08-25T20:51:48.802Z Compiling stringprep v0.1.5
16082026-08-25T20:51:49.026Z Compiling addr2line v0.25.1
16092026-08-25T20:51:49.185Z Compiling serde_urlencoded v0.7.1
16102026-08-25T20:51:49.234Z Compiling ron v0.8.1
16112026-08-25T20:51:49.295Z Compiling daft-derive v0.1.8
16122026-08-25T20:51:49.380Z Compiling structmeta v0.3.0
16132026-08-25T20:51:49.480Z Compiling scroll v0.12.0
16142026-08-25T20:51:49.635Z Compiling env_logger v0.11.11
16152026-08-25T20:51:49.974Z Compiling rsa v0.9.10
16162026-08-25T20:51:49.988Z Compiling oxnet v0.1.6
16172026-08-25T20:51:50.036Z Compiling derive_builder_macro v0.20.2
16182026-08-25T20:51:50.201Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-25T20:51:50.329Z Compiling newtype-uuid v1.3.2
16202026-08-25T20:51:50.410Z Compiling hashbrown v0.13.2
16212026-08-25T20:51:50.504Z Compiling bzip2 v0.4.4
16222026-08-25T20:51:50.652Z Compiling serde-hex v0.1.0
16232026-08-25T20:51:50.710Z Compiling tokio-native-tls v0.3.1
16242026-08-25T20:51:50.881Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16252026-08-25T20:51:50.881Z Compiling camino v1.2.5
16262026-08-25T20:51:51.390Z Compiling bstr v1.12.1
16272026-08-25T20:51:51.545Z Compiling block-padding v0.4.2
16282026-08-25T20:51:51.712Z Compiling crypto-common v0.2.2
16292026-08-25T20:51:52.020Z Compiling block-buffer v0.12.1
16302026-08-25T20:51:52.220Z Compiling rustls-native-certs v0.8.3
16312026-08-25T20:51:52.343Z Compiling x509-cert v0.2.5
16322026-08-25T20:51:52.510Z Compiling md-5 v0.10.6
16332026-08-25T20:51:52.682Z Compiling curve25519-dalek v4.1.3
16342026-08-25T20:51:52.984Z Compiling erased-serde v0.3.31
16352026-08-25T20:51:53.028Z Compiling serde_tokenstream v0.2.3
16362026-08-25T20:51:53.341Z Compiling async-trait v0.1.89
16372026-08-25T20:51:53.388Z Compiling pin-project-internal v1.1.11
16382026-08-25T20:51:53.440Z Compiling zerocopy-derive v0.7.35
16392026-08-25T20:51:53.472Z Compiling vergen-lib v9.1.0
16402026-08-25T20:51:53.725Z Compiling hash32 v0.2.1
16412026-08-25T20:51:53.839Z Compiling memoffset v0.9.1
16422026-08-25T20:51:53.925Z Compiling encoding_rs v0.8.35
16432026-08-25T20:51:53.997Z Compiling rustix v0.38.44
16442026-08-25T20:51:54.025Z Compiling smoltcp v0.9.1
16452026-08-25T20:51:54.278Z Compiling cfg_aliases v0.2.1
16462026-08-25T20:51:54.360Z Compiling rustc-demangle v0.1.27
16472026-08-25T20:51:54.375Z Compiling mime v0.3.17
16482026-08-25T20:51:54.378Z Compiling ref-cast v1.0.25
16492026-08-25T20:51:54.415Z Compiling litrs v1.0.0
16502026-08-25T20:51:54.493Z Compiling psl-types v2.0.11
16512026-08-25T20:51:54.613Z Compiling crc-any v2.5.0
16522026-08-25T20:51:54.640Z Compiling owo-colors v4.3.0
16532026-08-25T20:51:54.669Z Compiling fallible-iterator v0.2.0
16542026-08-25T20:51:54.748Z Compiling publicsuffix v2.3.0
16552026-08-25T20:51:54.770Z Compiling backtrace v0.3.76
16562026-08-25T20:51:54.839Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16572026-08-25T20:51:54.911Z Compiling document-features v0.2.12
16582026-08-25T20:51:54.924Z Compiling pin-project v1.1.11
16592026-08-25T20:51:54.974Z Compiling postgres-protocol v0.6.10
16602026-08-25T20:51:55.026Z Compiling nix v0.31.2
16612026-08-25T20:51:55.092Z Compiling zerocopy v0.7.35
16622026-08-25T20:51:55.522Z Compiling inout v0.2.2
16632026-08-25T20:51:55.580Z Compiling daft v0.1.8
16642026-08-25T20:51:55.646Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-25T20:51:55.695Z Compiling hyper-tls v0.6.0
16662026-08-25T20:51:55.852Z Compiling object v0.30.4
16672026-08-25T20:51:55.867Z Compiling zip v0.6.6
16682026-08-25T20:51:55.879Z Compiling derive_builder v0.20.2
16692026-08-25T20:51:55.922Z Compiling goblin v0.8.2
16702026-08-25T20:51:55.996Z Compiling toml v0.7.8
16712026-08-25T20:51:56.109Z Compiling derive-ex v0.1.8
16722026-08-25T20:51:56.440Z Compiling darling v0.23.0
16732026-08-25T20:51:56.573Z Compiling convert_case v0.10.0
16742026-08-25T20:51:56.755Z Compiling phf_shared v0.13.1
16752026-08-25T20:51:56.812Z Compiling regex v1.12.3
16762026-08-25T20:51:56.865Z Compiling hubpack_derive v0.1.1
16772026-08-25T20:51:56.991Z Compiling futures-executor v0.3.32
16782026-08-25T20:51:57.226Z Compiling strum_macros v0.27.2
16792026-08-25T20:51:57.247Z Compiling snafu-derive v0.8.9
16802026-08-25T20:51:57.298Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-25T20:51:57.731Z Compiling ref-cast-impl v1.0.25
16822026-08-25T20:51:57.930Z Compiling vergen v9.1.0
16832026-08-25T20:51:58.108Z Compiling cargo-platform v0.3.2
16842026-08-25T20:51:58.269Z Compiling ff v0.13.1
16852026-08-25T20:51:58.375Z Compiling fs-err v3.3.0
16862026-08-25T20:51:58.407Z Compiling bitflags v1.3.2
16872026-08-25T20:51:58.483Z Compiling libbz2-rs-sys v0.2.2
16882026-08-25T20:51:58.562Z Compiling jiff-core v0.1.0
16892026-08-25T20:51:58.646Z Compiling foldhash v0.2.0
16902026-08-25T20:51:58.861Z Compiling is_ci v1.2.0
16912026-08-25T20:51:58.997Z Compiling path-slash v0.1.5
16922026-08-25T20:51:59.097Z Compiling bumpalo v3.20.2
16932026-08-25T20:51:59.128Z Compiling same-file v1.0.6
16942026-08-25T20:51:59.142Z Compiling foldhash v0.1.5
16952026-08-25T20:51:59.145Z Compiling either v1.15.0
16962026-08-25T20:51:59.285Z Compiling base16ct v0.2.0
16972026-08-25T20:51:59.285Z Compiling managed v0.8.0
16982026-08-25T20:51:59.365Z Compiling textwrap v0.16.2
16992026-08-25T20:51:59.386Z Compiling jiff v0.2.34
17002026-08-25T20:51:59.386Z Compiling zopfli v0.8.3
17012026-08-25T20:51:59.478Z Compiling sec1 v0.7.3
17022026-08-25T20:51:59.665Z Compiling hashbrown v0.15.5
17032026-08-25T20:51:59.754Z Compiling walkdir v2.5.0
17042026-08-25T20:51:59.844Z Compiling strum v0.27.2
17052026-08-25T20:51:59.950Z Compiling snafu v0.8.9
17062026-08-25T20:52:00.063Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17072026-08-25T20:52:00.063Z Compiling supports-color v3.0.2
17082026-08-25T20:52:00.212Z Compiling bzip2 v0.6.1
17092026-08-25T20:52:00.230Z Compiling hashbrown v0.16.1
17102026-08-25T20:52:00.383Z Compiling group v0.13.0
17112026-08-25T20:52:00.412Z Compiling cargo_metadata v0.23.1
17122026-08-25T20:52:00.540Z Compiling dof v0.3.0
17132026-08-25T20:52:00.831Z Compiling test-strategy v0.4.5
17142026-08-25T20:52:01.234Z Compiling hubpack v0.1.2
17152026-08-25T20:52:01.451Z Compiling futures v0.3.32
17162026-08-25T20:52:01.489Z Compiling phf v0.13.1
17172026-08-25T20:52:01.540Z Compiling derive_more-impl v2.1.1
17182026-08-25T20:52:01.649Z Compiling signal-hook-mio v0.2.5
17192026-08-25T20:52:01.758Z Compiling serde_with_macros v3.21.0
17202026-08-25T20:52:02.074Z Compiling cookie_store v0.22.1
17212026-08-25T20:52:02.269Z Compiling zstd v0.13.3
17222026-08-25T20:52:02.529Z Compiling reqwest v0.12.28
17232026-08-25T20:52:02.669Z Compiling cipher v0.5.2
17242026-08-25T20:52:02.824Z Compiling postgres-types v0.2.12
17252026-08-25T20:52:02.867Z Compiling backtrace-ext v0.2.1
17262026-08-25T20:52:03.034Z Compiling usdt-macro v0.6.0
17272026-08-25T20:52:03.363Z Compiling usdt-attr-macro v0.6.0
17282026-08-25T20:52:03.494Z Compiling globset v0.4.18
17292026-08-25T20:52:03.674Z Compiling phf_shared v0.11.3
17302026-08-25T20:52:03.779Z Compiling hkdf v0.12.4
17312026-08-25T20:52:03.856Z Compiling dtrace-parser v0.2.0
17322026-08-25T20:52:03.901Z Compiling byte-wrapper v0.1.0
17332026-08-25T20:52:03.947Z Compiling olpc-cjson v0.1.4
17342026-08-25T20:52:03.975Z Compiling ed25519 v2.2.3
17352026-08-25T20:52:04.105Z Compiling crypto-bigint v0.5.5
17362026-08-25T20:52:04.154Z Compiling serde-big-array v0.5.1
17372026-08-25T20:52:04.158Z Compiling serde_plain v1.0.2
17382026-08-25T20:52:04.216Z Compiling async-recursion v1.1.1
17392026-08-25T20:52:04.293Z Compiling enum-as-inner v0.6.1
17402026-08-25T20:52:04.405Z Compiling miette-derive v7.6.0
17412026-08-25T20:52:04.626Z Compiling strum_macros v0.26.4
17422026-08-25T20:52:04.832Z Compiling serde_repr v0.1.20
17432026-08-25T20:52:04.904Z Compiling pem v3.0.6
17442026-08-25T20:52:04.919Z Compiling float-cmp v0.10.0
17452026-08-25T20:52:05.062Z Compiling memmap2 v0.9.10
17462026-08-25T20:52:05.224Z Compiling thread-id v4.2.2
17472026-08-25T20:52:05.282Z Compiling fixedbitset v0.5.7
17482026-08-25T20:52:05.359Z Compiling cpufeatures v0.3.0
17492026-08-25T20:52:05.372Z Compiling supports-unicode v3.0.0
17502026-08-25T20:52:05.390Z Compiling new_debug_unreachable v1.0.6
17512026-08-25T20:52:05.463Z Compiling fixedbitset v0.4.2
17522026-08-25T20:52:05.522Z Compiling data-encoding v2.10.0
17532026-08-25T20:52:05.569Z Compiling typed-path v0.9.3
17542026-08-25T20:52:05.589Z Compiling difflib v0.4.0
17552026-08-25T20:52:05.680Z Compiling supports-hyperlinks v3.2.0
17562026-08-25T20:52:05.836Z Compiling winnow v1.0.3
17572026-08-25T20:52:06.128Z Compiling whoami v2.1.0
17582026-08-25T20:52:06.206Z Compiling normalize-line-endings v0.3.0
17592026-08-25T20:52:06.264Z Compiling const-oid v0.10.2
17602026-08-25T20:52:06.278Z Compiling precomputed-hash v0.1.1
17612026-08-25T20:52:06.298Z Compiling keccak v0.1.6
17622026-08-25T20:52:06.363Z Compiling predicates-core v1.0.10
17632026-08-25T20:52:06.378Z Compiling static_assertions v1.1.0
17642026-08-25T20:52:06.453Z Compiling sha3 v0.10.8
17652026-08-25T20:52:06.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-25T20:52:06.485Z Compiling predicates v3.1.4
17672026-08-25T20:52:06.533Z Compiling digest v0.11.3
17682026-08-25T20:52:06.763Z Compiling toml_parser v1.1.2+spec-1.1.0
17692026-08-25T20:52:06.778Z Compiling strum v0.26.3
17702026-08-25T20:52:06.896Z Compiling string_cache v0.8.9
17712026-08-25T20:52:06.910Z Compiling tokio-postgres v0.7.16
17722026-08-25T20:52:06.910Z Compiling toml_edit v0.22.27
17732026-08-25T20:52:07.023Z Compiling hickory-proto v0.25.2
17742026-08-25T20:52:07.108Z Compiling miette v7.6.0
17752026-08-25T20:52:07.123Z Compiling petgraph v0.6.5
17762026-08-25T20:52:07.378Z Compiling petgraph v0.8.3
17772026-08-25T20:52:08.226Z Compiling chacha20 v0.10.0
17782026-08-25T20:52:08.599Z Compiling usdt-impl v0.5.0
17792026-08-25T20:52:08.602Z Compiling usdt v0.6.0
17802026-08-25T20:52:08.869Z Compiling elliptic-curve v0.13.8
17812026-08-25T20:52:09.090Z Compiling ed25519-dalek v2.2.0
17822026-08-25T20:52:09.173Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-25T20:52:09.199Z Compiling crossterm v0.28.1
17842026-08-25T20:52:09.271Z Compiling serde_with v3.21.0
17852026-08-25T20:52:09.630Z Compiling derive_more v2.1.1
17862026-08-25T20:52:09.655Z Compiling zip v4.6.1
17872026-08-25T20:52:10.123Z Compiling iddqd v0.4.2
17882026-08-25T20:52:10.587Z Compiling itertools v0.13.0
17892026-08-25T20:52:10.698Z Compiling itertools v0.15.0
17902026-08-25T20:52:10.869Z Compiling similar v2.7.0
17912026-08-25T20:52:11.015Z Compiling crossbeam-epoch v0.9.18
17922026-08-25T20:52:11.099Z Compiling heck v0.4.1
17932026-08-25T20:52:11.320Z Compiling tokio-stream v0.1.18
17942026-08-25T20:52:11.336Z Compiling buf-list v1.1.2
17952026-08-25T20:52:11.383Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-25T20:52:11.606Z Compiling openapiv3 v2.2.0
17972026-08-25T20:52:11.652Z Compiling lalrpop-util v0.19.12
17982026-08-25T20:52:11.673Z Compiling peg-runtime v0.8.5
17992026-08-25T20:52:11.698Z Compiling thread_local v1.1.9
18002026-08-25T20:52:11.762Z Compiling slog-async v2.8.0
18012026-08-25T20:52:11.806Z Compiling crossbeam-channel v0.5.15
18022026-08-25T20:52:11.836Z Compiling filetime v0.2.27
18032026-08-25T20:52:11.951Z Compiling is-terminal v0.4.17
18042026-08-25T20:52:11.956Z Compiling xattr v1.6.1
18052026-08-25T20:52:12.009Z Compiling take_mut v0.2.2
18062026-08-25T20:52:12.012Z Compiling term v1.2.1
18072026-08-25T20:52:12.048Z Compiling camino-tempfile v1.4.1
18082026-08-25T20:52:12.079Z Compiling tar v0.4.46
18092026-08-25T20:52:12.569Z Compiling slog-term v2.9.2
18102026-08-25T20:52:18.418Z Compiling rustls-webpki v0.103.13
18112026-08-25T20:52:21.115Z Compiling tokio-rustls v0.26.4
18122026-08-25T20:52:21.115Z Compiling rustls-platform-verifier v0.6.2
18132026-08-25T20:52:21.119Z Compiling tough v0.22.0
18142026-08-25T20:52:21.310Z Compiling hyper-rustls v0.27.7
18152026-08-25T20:52:21.512Z Compiling reqwest v0.13.2
18162026-08-25T20:52:23.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-25T20:52:23.892Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-25T20:52:26.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18192026-08-25T20:52:26.933Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-25T20:52:26.989ZAug 25 20:52:25.495 INFO Starting download, target: Console
18212026-08-25T20:52:26.989ZAug 25 20:52:25.496 INFO Starting download, target: Clickhouse
18222026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Starting download, target: MaghemiteMgd
18232026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Starting download, target: MaghemiteDdmd
18242026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Starting download, target: Cockroach
18252026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Starting download, target: DendriteStub
18262026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Starting download, target: TransceiverControl
18272026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18312026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18332026-08-25T20:52:26.993ZAug 25 20:52:25.496 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18342026-08-25T20:52:27.324ZAug 25 20:52:25.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18352026-08-25T20:52:27.577ZAug 25 20:52:26.079 INFO Download complete, target: TransceiverControl
18362026-08-25T20:52:28.608ZAug 25 20:52:27.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18372026-08-25T20:52:28.779ZAug 25 20:52:27.285 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-25T20:52:28.918ZAug 25 20:52:27.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-25T20:52:29.147ZAug 25 20:52:27.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18402026-08-25T20:52:29.421ZAug 25 20:52:27.926 INFO Download complete, target: Console
18412026-08-25T20:52:29.571ZAug 25 20:52:28.077 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18422026-08-25T20:52:29.571ZAug 25 20:52:28.077 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18432026-08-25T20:52:29.679ZAug 25 20:52:28.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18442026-08-25T20:52:30.802ZAug 25 20:52:29.308 INFO Download complete, target: MaghemiteDdmd
18452026-08-25T20:52:31.106ZAug 25 20:52:29.613 INFO Download complete, target: DendriteStub
18462026-08-25T20:52:31.500ZAug 25 20:52:30.007 INFO Download complete, target: MaghemiteMgd
18472026-08-25T20:52:34.192ZAug 25 20:52:32.698 INFO Checking that binary works, target: Cockroach
18482026-08-25T20:52:34.306ZAug 25 20:52:32.812 INFO Download complete, target: Cockroach
18492026-08-25T20:52:36.342ZAug 25 20:52:34.846 INFO Checking that binary works, target: Clickhouse
18502026-08-25T20:52:36.462ZAug 25 20:52:34.968 INFO Download complete, target: Clickhouse
18512026-08-25T20:52:36.507ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-25T20:52:36.511Z
18532026-08-25T20:52:36.511Zreal 2:21.438501131
18542026-08-25T20:52:36.511Zuser 7:19.228051955
18552026-08-25T20:52:36.511Zsys 1:26.284159532
18562026-08-25T20:52:36.511Ztrap 0.246288724
18572026-08-25T20:52:36.511Ztflt 1.288367204
18582026-08-25T20:52:36.511Zdflt 2.197569640
18592026-08-25T20:52:36.511Zkflt 0.031079617
18602026-08-25T20:52:36.511Zlock 28:07.271641739
18612026-08-25T20:52:36.511Zslp 22:34.996593681
18622026-08-25T20:52:36.511Zlat 46.930749575
18632026-08-25T20:52:36.511Zstop 2:38.659348691
18642026-08-25T20:52:36.511Z+ banner hack-check
18652026-08-25T20:52:36.511Z
18662026-08-25T20:52:36.511Z # # ## #### # # #### # # ###### #### # #
18672026-08-25T20:52:36.511Z # # # # # # # # # # # # # # # # #
18682026-08-25T20:52:36.511Z ###### # # # #### ##### # ###### ##### # ####
18692026-08-25T20:52:36.511Z # # ###### # # # # # # # # # #
18702026-08-25T20:52:36.511Z # # # # # # # # # # # # # # # # #
18712026-08-25T20:52:36.511Z # # # # #### # # #### # # ###### #### # #
18722026-08-25T20:52:36.511Z
18732026-08-25T20:52:36.511Z+ export CARGO_INCREMENTAL=0
18742026-08-25T20:52:36.511Z+ CARGO_INCREMENTAL=0
18752026-08-25T20:52:36.511Z+ ptime -m timeout 2h cargo xtask check-features --ci
18762026-08-25T20:52:36.979Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-25T20:52:37.266Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-25T20:52:39.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18792026-08-25T20:52:39.115Z Running `target/debug/xtask check-features --ci`
18802026-08-25T20:52:39.136Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18812026-08-25T20:52:39.136Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18822026-08-25T20:52:39.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-08-25T20:52:39.587Z Running `target/debug/xtask download cargo-hack`
18842026-08-25T20:52:40.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18852026-08-25T20:52:40.674Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18862026-08-25T20:52:43.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18872026-08-25T20:52:43.396Z Running `target/debug/xtask-downloader cargo-hack`
18882026-08-25T20:52:43.435ZAug 25 20:52:41.941 INFO Starting download, target: CargoHack
18892026-08-25T20:52:43.439ZAug 25 20:52:41.942 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18902026-08-25T20:52:43.771ZAug 25 20:52:42.278 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18912026-08-25T20:52:43.822ZAug 25 20:52:42.328 INFO Download complete, target: CargoHack
18922026-08-25T20:52:43.825Zrunning: "/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"
18932026-08-25T20:52:43.839Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18942026-08-25T20:52:44.001Zinfo: running `cargo check --bins` on api_identity (1/377)
18952026-08-25T20:52:44.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-25T20:52:44.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-25T20:52:44.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-25T20:52:44.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18992026-08-25T20:52:44.548Z
19002026-08-25T20:52:44.548Zinfo: running `cargo check --bins` on bootstore (2/377)
19012026-08-25T20:52:45.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-25T20:52:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-25T20:52:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-25T20:52:45.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19052026-08-25T20:52:45.097Z
19062026-08-25T20:52:45.098Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19072026-08-25T20:52:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-25T20:52:45.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-25T20:52:45.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-25T20:52:45.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-25T20:52:45.649Z
19122026-08-25T20:52:45.649Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19132026-08-25T20:52:46.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-25T20:52:46.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-25T20:52:46.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-25T20:52:46.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19172026-08-25T20:52:46.206Z
19182026-08-25T20:52:46.206Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19192026-08-25T20:52:46.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-25T20:52:46.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-25T20:52:46.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-25T20:52:46.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19232026-08-25T20:52:46.759Z
19242026-08-25T20:52:46.759Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19252026-08-25T20:52:47.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-25T20:52:47.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-25T20:52:47.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-25T20:52:47.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19292026-08-25T20:52:47.317Z
19302026-08-25T20:52:47.317Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19312026-08-25T20:52:47.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-25T20:52:47.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-25T20:52:47.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-25T20:52:47.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19352026-08-25T20:52:47.876Z
19362026-08-25T20:52:47.876Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19372026-08-25T20:52:48.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-25T20:52:48.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-25T20:52:48.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-25T20:52:48.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19412026-08-25T20:52:48.436Z
19422026-08-25T20:52:48.436Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19432026-08-25T20:52:48.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-25T20:52:48.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-25T20:52:48.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-25T20:52:48.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-08-25T20:52:48.843Z
19482026-08-25T20:52:48.843Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19492026-08-25T20:52:49.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-25T20:52:49.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-25T20:52:49.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-25T20:52:49.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-25T20:52:49.253Z
19542026-08-25T20:52:49.253Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19552026-08-25T20:52:49.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-25T20:52:49.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-25T20:52:49.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-25T20:52:49.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-25T20:52:49.671Z
19602026-08-25T20:52:49.671Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19612026-08-25T20:52:50.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-25T20:52:50.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-25T20:52:50.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-25T20:52:50.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-25T20:52:50.092Z
19662026-08-25T20:52:50.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19672026-08-25T20:52:50.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-25T20:52:50.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-25T20:52:50.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-25T20:52:50.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-08-25T20:52:50.490Z
19722026-08-25T20:52:50.490Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19732026-08-25T20:52:50.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-25T20:52:50.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-25T20:52:50.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-25T20:52:50.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-08-25T20:52:50.897Z
19782026-08-25T20:52:50.898Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19792026-08-25T20:52:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-25T20:52:51.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-25T20:52:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-25T20:52:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-08-25T20:52:51.306Z
19842026-08-25T20:52:51.306Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19852026-08-25T20:52:51.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-25T20:52:51.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-25T20:52:51.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-25T20:52:51.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-25T20:52:51.754Z
19902026-08-25T20:52:51.755Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19912026-08-25T20:52:52.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-25T20:52:52.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-25T20:52:52.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-25T20:52:52.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-25T20:52:52.132Z
19962026-08-25T20:52:52.132Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19972026-08-25T20:52:52.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-25T20:52:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-25T20:52:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-25T20:52:52.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-25T20:52:52.544Z
20022026-08-25T20:52:52.544Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20032026-08-25T20:52:52.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-25T20:52:52.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-25T20:52:52.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-25T20:52:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-25T20:52:52.956Z
20082026-08-25T20:52:52.956Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20092026-08-25T20:52:53.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-25T20:52:53.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-25T20:52:53.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-25T20:52:53.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-25T20:52:53.364Z
20142026-08-25T20:52:53.364Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20152026-08-25T20:52:53.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-25T20:52:53.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-25T20:52:53.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-25T20:52:53.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-25T20:52:53.775Z
20202026-08-25T20:52:53.775Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20212026-08-25T20:52:54.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-25T20:52:54.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-25T20:52:54.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-25T20:52:54.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-08-25T20:52:54.187Z
20262026-08-25T20:52:54.187Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20272026-08-25T20:52:54.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-25T20:52:54.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-25T20:52:54.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-25T20:52:54.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-25T20:52:54.599Z
20322026-08-25T20:52:54.599Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20332026-08-25T20:52:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-25T20:52:54.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-25T20:52:54.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-25T20:52:54.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-25T20:52:55.013Z
20382026-08-25T20:52:55.013Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20392026-08-25T20:52:55.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-25T20:52:55.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-25T20:52:55.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-25T20:52:55.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-08-25T20:52:55.419Z
20442026-08-25T20:52:55.419Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20452026-08-25T20:52:55.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-25T20:52:55.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-25T20:52:55.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-25T20:52:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-08-25T20:52:55.826Z
20502026-08-25T20:52:55.826Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20512026-08-25T20:52:56.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-25T20:52:56.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-25T20:52:56.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-25T20:52:56.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-08-25T20:52:56.236Z
20562026-08-25T20:52:56.236Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20572026-08-25T20:52:56.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-25T20:52:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-25T20:52:56.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-25T20:52:56.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-25T20:52:56.651Z
20622026-08-25T20:52:56.651Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20632026-08-25T20:52:57.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-25T20:52:57.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-25T20:52:57.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-25T20:52:57.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-25T20:52:57.060Z
20682026-08-25T20:52:57.060Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20692026-08-25T20:52:57.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-25T20:52:57.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-25T20:52:57.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-25T20:52:57.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-25T20:52:57.472Z
20742026-08-25T20:52:57.472Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20752026-08-25T20:52:57.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-25T20:52:57.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-25T20:52:57.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-25T20:52:57.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-25T20:52:57.892Z
20802026-08-25T20:52:57.892Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20812026-08-25T20:52:58.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-25T20:52:58.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-25T20:52:58.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-25T20:52:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-25T20:52:58.296Z
20862026-08-25T20:52:58.296Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20872026-08-25T20:52:58.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-25T20:52:58.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-25T20:52:58.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-25T20:52:58.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-25T20:52:58.712Z
20922026-08-25T20:52:58.712Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20932026-08-25T20:52:59.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-25T20:52:59.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-25T20:52:59.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-25T20:52:59.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-25T20:52:59.123Z
20982026-08-25T20:52:59.123Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20992026-08-25T20:52:59.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-25T20:52:59.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-25T20:52:59.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-25T20:52:59.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-25T20:52:59.536Z
21042026-08-25T20:52:59.536Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21052026-08-25T20:52:59.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-25T20:52:59.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-25T20:52:59.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-25T20:52:59.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-25T20:52:59.953Z
21102026-08-25T20:52:59.953Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21112026-08-25T20:53:00.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-25T20:53:00.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-25T20:53:00.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-25T20:53:00.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-25T20:53:00.368Z
21162026-08-25T20:53:00.368Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21172026-08-25T20:53:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-25T20:53:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-25T20:53:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-25T20:53:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-25T20:53:00.782Z
21222026-08-25T20:53:00.782Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21232026-08-25T20:53:01.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-25T20:53:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-25T20:53:01.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-25T20:53:01.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-25T20:53:01.193Z
21282026-08-25T20:53:01.193Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21292026-08-25T20:53:01.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-25T20:53:01.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-25T20:53:01.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-25T20:53:01.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-25T20:53:01.611Z
21342026-08-25T20:53:01.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21352026-08-25T20:53:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-25T20:53:01.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-25T20:53:01.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-25T20:53:01.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-25T20:53:02.023Z
21402026-08-25T20:53:02.023Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21412026-08-25T20:53:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-25T20:53:02.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-25T20:53:02.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-25T20:53:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-25T20:53:02.435Z
21462026-08-25T20:53:02.435Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21472026-08-25T20:53:02.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-25T20:53:02.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-25T20:53:02.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-25T20:53:02.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-25T20:53:02.849Z
21522026-08-25T20:53:02.849Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21532026-08-25T20:53:03.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-25T20:53:03.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-25T20:53:03.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-25T20:53:03.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-25T20:53:03.262Z
21582026-08-25T20:53:03.262Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21592026-08-25T20:53:03.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-25T20:53:03.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-25T20:53:03.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-25T20:53:03.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-25T20:53:03.673Z
21642026-08-25T20:53:03.674Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21652026-08-25T20:53:04.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-25T20:53:04.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-25T20:53:04.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-25T20:53:04.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-25T20:53:04.085Z
21702026-08-25T20:53:04.085Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21712026-08-25T20:53:04.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-25T20:53:04.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-25T20:53:04.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-25T20:53:04.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-25T20:53:04.496Z
21762026-08-25T20:53:04.496Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21772026-08-25T20:53:04.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-25T20:53:04.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-25T20:53:04.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-25T20:53:04.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-25T20:53:04.911Z
21822026-08-25T20:53:04.911Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21832026-08-25T20:53:05.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-25T20:53:05.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-25T20:53:05.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-25T20:53:05.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-25T20:53:05.325Z
21882026-08-25T20:53:05.325Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21892026-08-25T20:53:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-25T20:53:05.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-25T20:53:05.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-25T20:53:05.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-25T20:53:05.741Z
21942026-08-25T20:53:05.741Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21952026-08-25T20:53:06.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-25T20:53:06.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-25T20:53:06.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-25T20:53:06.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-25T20:53:06.156Z
22002026-08-25T20:53:06.156Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22012026-08-25T20:53:06.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-25T20:53:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-25T20:53:06.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-25T20:53:06.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-25T20:53:06.572Z
22062026-08-25T20:53:06.572Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22072026-08-25T20:53:06.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-25T20:53:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-25T20:53:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-25T20:53:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-25T20:53:06.986Z
22122026-08-25T20:53:06.986Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22132026-08-25T20:53:07.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-25T20:53:07.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-25T20:53:07.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-25T20:53:07.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-25T20:53:07.398Z
22182026-08-25T20:53:07.398Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22192026-08-25T20:53:07.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-25T20:53:07.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-25T20:53:07.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-25T20:53:07.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-25T20:53:07.813Z
22242026-08-25T20:53:07.813Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22252026-08-25T20:53:08.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-25T20:53:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-25T20:53:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-25T20:53:08.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-25T20:53:08.224Z
22302026-08-25T20:53:08.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22312026-08-25T20:53:08.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-25T20:53:08.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-25T20:53:08.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-25T20:53:08.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-25T20:53:08.640Z
22362026-08-25T20:53:08.640Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22372026-08-25T20:53:09.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-25T20:53:09.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-25T20:53:09.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-25T20:53:09.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-25T20:53:09.052Z
22422026-08-25T20:53:09.052Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22432026-08-25T20:53:09.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-25T20:53:09.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-25T20:53:09.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-25T20:53:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-25T20:53:09.461Z
22482026-08-25T20:53:09.461Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22492026-08-25T20:53:09.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-25T20:53:09.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-25T20:53:09.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-25T20:53:09.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-25T20:53:09.876Z
22542026-08-25T20:53:09.876Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22552026-08-25T20:53:10.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-25T20:53:10.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-25T20:53:10.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-25T20:53:10.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-25T20:53:10.289Z
22602026-08-25T20:53:10.289Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22612026-08-25T20:53:10.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-25T20:53:10.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-25T20:53:10.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-25T20:53:10.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-25T20:53:10.705Z
22662026-08-25T20:53:10.705Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22672026-08-25T20:53:11.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-25T20:53:11.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-25T20:53:11.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-25T20:53:11.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22712026-08-25T20:53:11.121Z
22722026-08-25T20:53:11.121Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22732026-08-25T20:53:11.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-25T20:53:11.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-25T20:53:11.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-25T20:53:11.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-25T20:53:11.533Z
22782026-08-25T20:53:11.534Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22792026-08-25T20:53:11.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-25T20:53:11.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-25T20:53:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-25T20:53:11.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-25T20:53:11.947Z
22842026-08-25T20:53:11.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22852026-08-25T20:53:12.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-25T20:53:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-25T20:53:12.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-25T20:53:12.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-25T20:53:12.361Z
22902026-08-25T20:53:12.361Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22912026-08-25T20:53:12.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-25T20:53:12.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-25T20:53:12.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-25T20:53:12.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-25T20:53:12.777Z
22962026-08-25T20:53:12.777Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22972026-08-25T20:53:13.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-25T20:53:13.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-25T20:53:13.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-25T20:53:13.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23012026-08-25T20:53:13.209Z
23022026-08-25T20:53:13.209Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23032026-08-25T20:53:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-25T20:53:13.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-25T20:53:13.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-25T20:53:13.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-25T20:53:13.610Z
23082026-08-25T20:53:13.610Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23092026-08-25T20:53:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-25T20:53:13.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-25T20:53:13.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-25T20:53:13.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-25T20:53:14.022Z
23142026-08-25T20:53:14.022Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23152026-08-25T20:53:14.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-25T20:53:14.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-25T20:53:14.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-25T20:53:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-25T20:53:14.436Z
23202026-08-25T20:53:14.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23212026-08-25T20:53:14.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-25T20:53:14.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-25T20:53:14.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-25T20:53:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-25T20:53:14.846Z
23262026-08-25T20:53:14.847Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23272026-08-25T20:53:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-25T20:53:15.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-25T20:53:15.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-25T20:53:15.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-25T20:53:15.353Z
23322026-08-25T20:53:15.354Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23332026-08-25T20:53:15.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-25T20:53:15.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-25T20:53:15.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-25T20:53:15.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-25T20:53:15.780Z
23382026-08-25T20:53:15.781Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23392026-08-25T20:53:16.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-25T20:53:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-25T20:53:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-25T20:53:16.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-25T20:53:16.158Z
23442026-08-25T20:53:16.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23452026-08-25T20:53:16.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-25T20:53:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-25T20:53:16.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-25T20:53:16.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-25T20:53:16.491Z
23502026-08-25T20:53:16.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23512026-08-25T20:53:16.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-25T20:53:16.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-25T20:53:16.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-25T20:53:16.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-25T20:53:16.926Z
23562026-08-25T20:53:16.926Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23572026-08-25T20:53:17.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-25T20:53:17.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-25T20:53:17.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-25T20:53:17.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-25T20:53:17.323Z
23622026-08-25T20:53:17.323Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23632026-08-25T20:53:17.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-25T20:53:17.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-25T20:53:17.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-25T20:53:17.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-25T20:53:17.736Z
23682026-08-25T20:53:17.736Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23692026-08-25T20:53:18.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-25T20:53:18.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-25T20:53:18.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-25T20:53:18.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-25T20:53:18.142Z
23742026-08-25T20:53:18.142Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23752026-08-25T20:53:18.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-25T20:53:18.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-25T20:53:18.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-25T20:53:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-25T20:53:18.556Z
23802026-08-25T20:53:18.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23812026-08-25T20:53:18.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-25T20:53:18.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-25T20:53:18.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-25T20:53:18.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-25T20:53:18.974Z
23862026-08-25T20:53:18.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23872026-08-25T20:53:19.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-25T20:53:19.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-25T20:53:19.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-25T20:53:19.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-25T20:53:19.389Z
23922026-08-25T20:53:19.389Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23932026-08-25T20:53:19.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-25T20:53:19.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-25T20:53:19.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-25T20:53:19.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-25T20:53:19.804Z
23982026-08-25T20:53:19.804Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23992026-08-25T20:53:20.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-25T20:53:20.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-25T20:53:20.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-25T20:53:20.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-25T20:53:20.222Z
24042026-08-25T20:53:20.222Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24052026-08-25T20:53:20.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-25T20:53:20.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-25T20:53:20.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-25T20:53:20.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-25T20:53:20.635Z
24102026-08-25T20:53:20.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24112026-08-25T20:53:21.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-25T20:53:21.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-25T20:53:21.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-25T20:53:21.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24152026-08-25T20:53:21.075Z
24162026-08-25T20:53:21.075Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24172026-08-25T20:53:21.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-25T20:53:21.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-25T20:53:21.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-25T20:53:21.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24212026-08-25T20:53:21.464Z
24222026-08-25T20:53:21.464Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24232026-08-25T20:53:21.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-25T20:53:21.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-25T20:53:21.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-25T20:53:21.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24272026-08-25T20:53:22.056Z
24282026-08-25T20:53:22.056Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24292026-08-25T20:53:22.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-25T20:53:22.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-25T20:53:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-25T20:53:22.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24332026-08-25T20:53:22.655Z
24342026-08-25T20:53:22.655Zinfo: running `cargo check --bins` on nexus-config (91/377)
24352026-08-25T20:53:23.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-25T20:53:23.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-25T20:53:23.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-25T20:53:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24392026-08-25T20:53:23.246Z
24402026-08-25T20:53:23.247Zinfo: running `cargo check --bins` on nexus-types (92/377)
24412026-08-25T20:53:23.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-25T20:53:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-25T20:53:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-25T20:53:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24452026-08-25T20:53:23.848Z
24462026-08-25T20:53:23.848Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24472026-08-25T20:53:24.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-25T20:53:24.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-25T20:53:24.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-25T20:53:24.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24512026-08-25T20:53:24.414Z
24522026-08-25T20:53:24.414Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24532026-08-25T20:53:24.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-25T20:53:24.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-25T20:53:24.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-25T20:53:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24572026-08-25T20:53:24.971Z
24582026-08-25T20:53:24.972Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24592026-08-25T20:53:25.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-25T20:53:25.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-25T20:53:25.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-25T20:53:25.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24632026-08-25T20:53:25.529Z
24642026-08-25T20:53:25.529Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24652026-08-25T20:53:26.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-25T20:53:26.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-25T20:53:26.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-25T20:53:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24692026-08-25T20:53:26.097Z
24702026-08-25T20:53:26.097Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24712026-08-25T20:53:26.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-25T20:53:26.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-25T20:53:26.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-25T20:53:26.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24752026-08-25T20:53:26.673Z
24762026-08-25T20:53:26.673Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24772026-08-25T20:53:27.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-25T20:53:27.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-25T20:53:27.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-25T20:53:27.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24812026-08-25T20:53:27.241Z
24822026-08-25T20:53:27.241Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24832026-08-25T20:53:27.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-25T20:53:27.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-25T20:53:27.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-25T20:53:27.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-25T20:53:27.792Z
24882026-08-25T20:53:27.792Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24892026-08-25T20:53:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-25T20:53:28.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-25T20:53:28.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-25T20:53:28.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-25T20:53:28.340Z
24942026-08-25T20:53:28.341Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24952026-08-25T20:53:28.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-25T20:53:28.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-25T20:53:28.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-25T20:53:28.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24992026-08-25T20:53:28.888Z
25002026-08-25T20:53:28.888Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25012026-08-25T20:53:29.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-25T20:53:29.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-25T20:53:29.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-25T20:53:29.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25052026-08-25T20:53:29.437Z
25062026-08-25T20:53:29.437Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25072026-08-25T20:53:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-25T20:53:29.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-25T20:53:29.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-25T20:53:29.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25112026-08-25T20:53:29.987Z
25122026-08-25T20:53:29.987Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25132026-08-25T20:53:30.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-25T20:53:30.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-25T20:53:30.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-25T20:53:30.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-25T20:53:30.554Z
25182026-08-25T20:53:30.554Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25192026-08-25T20:53:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-25T20:53:31.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-25T20:53:31.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-25T20:53:31.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25232026-08-25T20:53:31.120Z
25242026-08-25T20:53:31.120Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25252026-08-25T20:53:31.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-25T20:53:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-25T20:53:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-25T20:53:31.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-25T20:53:31.676Z
25302026-08-25T20:53:31.676Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25312026-08-25T20:53:32.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-25T20:53:32.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-25T20:53:32.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-25T20:53:32.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25352026-08-25T20:53:32.228Z
25362026-08-25T20:53:32.228Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25372026-08-25T20:53:32.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-25T20:53:32.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-25T20:53:32.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-25T20:53:32.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-25T20:53:32.793Z
25422026-08-25T20:53:32.793Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25432026-08-25T20:53:33.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-25T20:53:33.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-25T20:53:33.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-25T20:53:33.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25472026-08-25T20:53:33.355Z
25482026-08-25T20:53:33.355Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25492026-08-25T20:53:33.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-25T20:53:33.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-25T20:53:33.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-25T20:53:33.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25532026-08-25T20:53:33.904Z
25542026-08-25T20:53:33.904Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25552026-08-25T20:53:34.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-25T20:53:34.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-25T20:53:34.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-25T20:53:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-25T20:53:34.453Z
25602026-08-25T20:53:34.454Zinfo: running `cargo check --bins` on ereport-types (112/377)
25612026-08-25T20:53:34.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-25T20:53:34.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-25T20:53:34.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-25T20:53:34.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25652026-08-25T20:53:35.023Z
25662026-08-25T20:53:35.023Zinfo: running `cargo check --bins` on gateway-client (113/377)
25672026-08-25T20:53:35.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-25T20:53:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-25T20:53:35.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-25T20:53:35.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25712026-08-25T20:53:35.575Z
25722026-08-25T20:53:35.575Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25732026-08-25T20:53:36.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-25T20:53:36.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-25T20:53:36.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-25T20:53:36.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-25T20:53:36.124Z
25782026-08-25T20:53:36.125Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25792026-08-25T20:53:36.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-25T20:53:36.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-25T20:53:36.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-25T20:53:36.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25832026-08-25T20:53:36.682Z
25842026-08-25T20:53:36.682Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25852026-08-25T20:53:37.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-25T20:53:37.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-25T20:53:37.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-25T20:53:37.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-25T20:53:37.258Z
25902026-08-25T20:53:37.258Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25912026-08-25T20:53:37.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-25T20:53:37.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-25T20:53:37.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-25T20:53:37.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25952026-08-25T20:53:37.842Z
25962026-08-25T20:53:37.842Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25972026-08-25T20:53:38.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-25T20:53:38.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-25T20:53:38.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-08-25T20:53:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26012026-08-25T20:53:38.385Z
26022026-08-25T20:53:38.385Zinfo: running `cargo check --bins` on oxlog (119/377)
26032026-08-25T20:53:38.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-08-25T20:53:38.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-08-25T20:53:38.979Z Checking cfg-if v1.0.4
26062026-08-25T20:53:38.983Z Checking serde_core v1.0.228
26072026-08-25T20:53:38.983Z Checking libc v0.2.185
26082026-08-25T20:53:39.098Z Checking memchr v2.8.0
26092026-08-25T20:53:39.109Z Checking log v0.4.33
26102026-08-25T20:53:39.109Z Checking smallvec v1.15.1
26112026-08-25T20:53:39.131Z Checking subtle v2.6.1
26122026-08-25T20:53:39.141Z Checking itoa v1.0.17
26132026-08-25T20:53:39.151Z Checking scopeguard v1.2.0
26142026-08-25T20:53:39.245Z Checking lock_api v0.4.14
26152026-08-25T20:53:39.269Z Checking stable_deref_trait v1.2.1
26162026-08-25T20:53:39.272Z Checking typenum v1.20.1
26172026-08-25T20:53:39.293Z Checking zerofrom v0.1.6
26182026-08-25T20:53:39.305Z Checking portable-atomic v1.13.1
26192026-08-25T20:53:39.338Z Checking zerocopy v0.8.55
26202026-08-25T20:53:39.400Z Checking yoke v0.8.1
26212026-08-25T20:53:39.440Z Checking critical-section v1.2.0
26222026-08-25T20:53:39.463Z Checking pin-project-lite v0.2.17
26232026-08-25T20:53:39.482Z Checking errno v0.3.14
26242026-08-25T20:53:39.533Z Checking getrandom v0.2.17
26252026-08-25T20:53:39.550Z Checking const-oid v0.9.6
26262026-08-25T20:53:39.565Z Checking zerovec v0.11.5
26272026-08-25T20:53:39.595Z Checking libm v0.2.16
26282026-08-25T20:53:39.677Z Checking rand_core v0.6.4
26292026-08-25T20:53:39.712Z Checking once_cell v1.21.3
26302026-08-25T20:53:39.852Z Checking zmij v1.0.21
26312026-08-25T20:53:39.877Z Checking signal-hook-registry v1.4.8
26322026-08-25T20:53:39.987Z Checking tinystr v0.8.2
26332026-08-25T20:53:40.004Z Checking parking_lot_core v0.9.12
26342026-08-25T20:53:40.036Z Checking rand_core v0.10.0
26352026-08-25T20:53:40.062Z Checking litemap v0.8.1
26362026-08-25T20:53:40.159Z Checking futures-core v0.3.32
26372026-08-25T20:53:40.173Z Checking writeable v0.6.2
26382026-08-25T20:53:40.188Z Checking percent-encoding v2.3.2
26392026-08-25T20:53:40.221Z Checking parking_lot v0.12.5
26402026-08-25T20:53:40.233Z Checking getrandom v0.4.3
26412026-08-25T20:53:40.269Z Checking num-traits v0.2.19
26422026-08-25T20:53:40.276Z Checking potential_utf v0.1.4
26432026-08-25T20:53:40.322Z Checking zerotrie v0.2.3
26442026-08-25T20:53:40.325Z Checking icu_locale_core v2.1.1
26452026-08-25T20:53:40.368Z Checking mio v1.2.0
26462026-08-25T20:53:40.400Z Checking equivalent v1.0.2
26472026-08-25T20:53:40.429Z Checking icu_collections v2.1.1
26482026-08-25T20:53:40.483Z Checking socket2 v0.6.3
26492026-08-25T20:53:40.552Z Checking icu_properties_data v2.1.2
26502026-08-25T20:53:40.570Z Checking serde v1.0.228
26512026-08-25T20:53:40.648Z Checking bitflags v2.11.0
26522026-08-25T20:53:40.673Z Checking serde_json v1.0.151
26532026-08-25T20:53:40.715Z Checking icu_normalizer_data v2.1.1
26542026-08-25T20:53:40.727Z Checking byteorder v1.5.0
26552026-08-25T20:53:40.787Z Checking hashbrown v0.17.0
26562026-08-25T20:53:40.805Z Checking futures-sink v0.3.32
26572026-08-25T20:53:40.818Z Checking getrandom v0.3.4
26582026-08-25T20:53:40.862Z Checking icu_provider v2.1.1
26592026-08-25T20:53:40.898Z Checking futures-channel v0.3.32
26602026-08-25T20:53:40.925Z Checking futures-task v0.3.32
26612026-08-25T20:53:40.952Z Checking utf8_iter v1.0.4
26622026-08-25T20:53:40.967Z Checking zeroize v1.9.0
26632026-08-25T20:53:41.079Z Checking bytes v1.11.1
26642026-08-25T20:53:41.086Z Checking futures-io v0.3.32
26652026-08-25T20:53:41.090Z Checking slab v0.4.12
26662026-08-25T20:53:41.100Z Checking icu_normalizer v2.1.1
26672026-08-25T20:53:41.138Z Checking generic-array v0.14.7
26682026-08-25T20:53:41.183Z Checking icu_properties v2.1.2
26692026-08-25T20:53:41.236Z Checking futures-util v0.3.32
26702026-08-25T20:53:41.261Z Checking indexmap v2.14.0
26712026-08-25T20:53:41.343Z Checking rustix v1.1.4
26722026-08-25T20:53:41.395Z Checking form_urlencoded v1.2.2
26732026-08-25T20:53:42.637Z Checking tokio v1.52.1
26742026-08-25T20:53:42.660Z Checking base64ct v1.8.3
26752026-08-25T20:53:42.660Z Checking block-buffer v0.10.4
26762026-08-25T20:53:42.660Z Checking crypto-common v0.1.7
26772026-08-25T20:53:42.661Z Checking fnv v1.0.7
26782026-08-25T20:53:42.661Z Checking pem-rfc7468 v0.7.0
26792026-08-25T20:53:42.661Z Checking flagset v0.4.7
26802026-08-25T20:53:42.661Z Checking digest v0.10.7
26812026-08-25T20:53:42.661Z Checking iana-time-zone v0.1.65
26822026-08-25T20:53:42.661Z Checking der v0.7.10
26832026-08-25T20:53:42.661Z Checking idna_adapter v1.2.1
26842026-08-25T20:53:42.661Z Checking rand_core v0.9.5
26852026-08-25T20:53:42.661Z Checking chrono v0.4.45
26862026-08-25T20:53:42.661Z Checking ppv-lite86 v0.2.21
26872026-08-25T20:53:42.661Z Checking idna v1.1.0
26882026-08-25T20:53:42.661Z Checking uuid v1.23.4
26892026-08-25T20:53:42.662Z Checking regex-syntax v0.8.10
26902026-08-25T20:53:42.662Z Checking url v2.5.8
26912026-08-25T20:53:42.662Z Checking base64 v0.22.1
26922026-08-25T20:53:42.662Z Checking http v1.4.2
26932026-08-25T20:53:42.662Z Checking rand_chacha v0.9.0
26942026-08-25T20:53:42.703Z Checking spki v0.7.3
26952026-08-25T20:53:42.905Z Checking tracing-core v0.1.36
26962026-08-25T20:53:42.916Z Checking simd-adler32 v0.3.8
26972026-08-25T20:53:42.916Z Checking cpufeatures v0.2.17
26982026-08-25T20:53:42.917Z Checking dyn-clone v1.0.20
26992026-08-25T20:53:42.938Z Checking pkcs8 v0.10.2
27002026-08-25T20:53:42.972Z Checking rand v0.9.2
27012026-08-25T20:53:42.989Z Checking rustls-pki-types v1.14.0
27022026-08-25T20:53:45.837Z Checking http-body v1.0.1
27032026-08-25T20:53:45.874Z Checking tracing v0.1.44
27042026-08-25T20:53:45.874Z Checking semver v1.0.28
27052026-08-25T20:53:45.874Z Checking spin v0.9.8
27062026-08-25T20:53:45.874Z Checking tinyvec_macros v0.1.1
27072026-08-25T20:53:45.874Z Checking openssl-probe v0.2.1
27082026-08-25T20:53:45.874Z Checking utf8parse v0.2.2
27092026-08-25T20:53:45.874Z Checking anstyle v1.0.14
27102026-08-25T20:53:45.874Z Checking adler2 v2.0.1
27112026-08-25T20:53:45.903Z Checking cmov v0.5.4
27122026-08-25T20:53:45.903Z Checking schemars v0.8.22
27132026-08-25T20:53:45.903Z Checking anstyle-parse v1.0.0
27142026-08-25T20:53:45.903Z Checking miniz_oxide v0.8.9
27152026-08-25T20:53:45.903Z Checking tinyvec v1.10.0
27162026-08-25T20:53:45.903Z Checking sha2 v0.10.9
27172026-08-25T20:53:45.903Z Checking terminal_size v0.4.3
27182026-08-25T20:53:45.903Z Checking ctutils v0.4.2
27192026-08-25T20:53:45.903Z Checking aws-lc-sys v0.40.0
27202026-08-25T20:53:45.903Z Checking thiserror v2.0.18
27212026-08-25T20:53:45.903Z Checking anstyle-query v1.1.5
27222026-08-25T20:53:45.903Z Checking fastrand v2.3.0
27232026-08-25T20:53:45.903Z Checking is_terminal_polyfill v1.70.2
27242026-08-25T20:53:45.903Z Checking tower-service v0.3.3
27252026-08-25T20:53:45.903Z Checking colorchoice v1.0.4
27262026-08-25T20:53:45.903Z Checking try-lock v0.2.5
27272026-08-25T20:53:45.903Z Checking untrusted v0.7.1
27282026-08-25T20:53:45.903Z Checking atomic-waker v1.1.2
27292026-08-25T20:53:45.903Z Checking tower-layer v0.3.3
27302026-08-25T20:53:45.903Z Checking tempfile v3.27.0
27312026-08-25T20:53:45.903Z Checking want v0.3.1
27322026-08-25T20:53:45.903Z Checking anstream v1.0.0
27332026-08-25T20:53:45.903Z Checking hybrid-array v0.4.13
27342026-08-25T20:53:45.903Z Checking ipnet v2.12.0
27352026-08-25T20:53:45.903Z Checking httparse v1.10.1
27362026-08-25T20:53:45.903Z Checking crc32fast v1.5.0
27372026-08-25T20:53:45.903Z Checking aws-lc-rs v1.16.3
27382026-08-25T20:53:45.903Z Checking aho-corasick v1.1.4
27392026-08-25T20:53:45.903Z Checking untrusted v0.9.0
27402026-08-25T20:53:45.903Z Checking httpdate v1.0.3
27412026-08-25T20:53:45.903Z Checking plain v0.2.3
27422026-08-25T20:53:45.904Z Checking tap v1.0.1
27432026-08-25T20:53:45.904Z Checking foreign-types-shared v0.1.1
27442026-08-25T20:53:45.904Z Checking unicode-normalization v0.1.25
27452026-08-25T20:53:45.904Z Checking rand_chacha v0.3.1
27462026-08-25T20:53:45.904Z Checking foreign-types v0.3.2
27472026-08-25T20:53:45.904Z Checking wyz v0.5.1
27482026-08-25T20:53:45.904Z Checking signature v2.2.0
27492026-08-25T20:53:45.904Z Checking radium v0.7.0
27502026-08-25T20:53:45.904Z Checking hex v0.4.3
27512026-08-25T20:53:45.904Z Checking num-integer v0.1.46
27522026-08-25T20:53:45.904Z Checking openssl-sys v0.9.117
27532026-08-25T20:53:45.904Z Checking wait-timeout v0.2.1
27542026-08-25T20:53:45.904Z Checking bit-vec v0.8.0
27552026-08-25T20:53:45.904Z Checking unicode-ident v1.0.24
27562026-08-25T20:53:45.904Z Checking clap_lex v1.0.0
27572026-08-25T20:53:45.904Z Checking tokio-util v0.7.18
27582026-08-25T20:53:45.904Z Checking regex-automata v0.4.14
27592026-08-25T20:53:45.904Z Checking strsim v0.11.1
27602026-08-25T20:53:45.904Z Checking ucd-trie v0.1.7
27612026-08-25T20:53:45.904Z Checking rustls-webpki v0.103.13
27622026-08-25T20:53:45.904Z Checking quick-error v1.2.3
27632026-08-25T20:53:45.904Z Checking funty v2.0.0
27642026-08-25T20:53:45.904Z Checking clap_builder v4.6.0
27652026-08-25T20:53:45.904Z Checking pest v2.8.6
27662026-08-25T20:53:45.904Z Checking rusty-fork v0.3.1
27672026-08-25T20:53:45.904Z Checking openssl v0.10.80
27682026-08-25T20:53:45.904Z Checking bit-set v0.8.0
27692026-08-25T20:53:45.904Z Checking bitvec v1.0.1
27702026-08-25T20:53:45.904Z Checking rustls v0.23.41
27712026-08-25T20:53:45.904Z Checking proc-macro2 v1.0.106
27722026-08-25T20:53:45.904Z Checking h2 v0.4.15
27732026-08-25T20:53:45.904Z Checking num-iter v0.1.45
27742026-08-25T20:53:45.904Z Checking rand v0.8.6
27752026-08-25T20:53:47.925Z Checking lazy_static v1.5.0
27762026-08-25T20:53:47.973Z Checking rand_xorshift v0.4.0
27772026-08-25T20:53:47.973Z Checking hmac v0.12.1
27782026-08-25T20:53:47.973Z Checking thiserror v1.0.69
27792026-08-25T20:53:47.973Z Checking maybe-uninit v2.0.0
27802026-08-25T20:53:47.973Z Checking serde_spanned v0.6.9
27812026-08-25T20:53:47.973Z Checking toml_datetime v0.6.11
27822026-08-25T20:53:47.973Z Checking sync_wrapper v1.0.2
27832026-08-25T20:53:47.973Z Checking nodrop v0.1.14
27842026-08-25T20:53:47.973Z Checking powerfmt v0.2.0
27852026-08-25T20:53:47.973Z Checking pretty-hex v0.4.1
27862026-08-25T20:53:47.973Z Checking crc-catalog v2.4.0
27872026-08-25T20:53:47.973Z Checking siphasher v1.0.2
27882026-08-25T20:53:47.973Z Checking unarray v0.1.4
27892026-08-25T20:53:47.973Z Checking zlib-rs v0.6.2
27902026-08-25T20:53:47.973Z Checking crc v3.4.0
27912026-08-25T20:53:47.973Z Checking deranged v0.5.8
27922026-08-25T20:53:47.973Z Checking packed_struct v0.10.1
27932026-08-25T20:53:47.973Z Checking proptest v1.11.0
27942026-08-25T20:53:47.973Z Checking array-init v0.0.4
27952026-08-25T20:53:47.973Z Checking tower v0.5.3
27962026-08-25T20:53:47.973Z Checking native-tls v0.2.18
27972026-08-25T20:53:47.973Z Checking smallvec v0.6.14
27982026-08-25T20:53:47.973Z Checking num-bigint-dig v0.8.6
27992026-08-25T20:53:47.973Z Checking clap v4.6.1
28002026-08-25T20:53:47.973Z Checking flate2 v1.1.9
28012026-08-25T20:53:47.973Z Checking quote v1.0.45
28022026-08-25T20:53:47.973Z Checking ipnetwork v0.21.1
28032026-08-25T20:53:47.973Z Checking http-body-util v0.1.3
28042026-08-25T20:53:47.973Z Checking pkcs1 v0.7.5
28052026-08-25T20:53:47.973Z Checking crossbeam-utils v0.8.21
28062026-08-25T20:53:47.974Z Checking bitfield v0.19.4
28072026-08-25T20:53:47.974Z Checking zerocopy v0.6.6
28082026-08-25T20:53:47.974Z Checking ahash v0.8.12
28092026-08-25T20:53:47.974Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-25T20:53:47.974Z Checking scroll v0.13.0
28112026-08-25T20:53:47.974Z Checking env_filter v2.0.0
28122026-08-25T20:53:48.012Z Checking unicode-properties v0.1.4
28132026-08-25T20:53:48.180Z Checking ryu v1.0.23
28142026-08-25T20:53:48.180Z Checking num-conv v0.2.0
28152026-08-25T20:53:48.195Z Checking num_threads v0.1.7
28162026-08-25T20:53:48.195Z Checking hashbrown v0.12.3
28172026-08-25T20:53:48.195Z Checking base64 v0.21.7
28182026-08-25T20:53:48.195Z Checking iri-string v0.7.10
28192026-08-25T20:53:48.195Z Checking unicode-bidi v0.3.18
28202026-08-25T20:53:48.195Z Checking winnow v0.5.40
28212026-08-25T20:53:48.195Z Checking hyper v1.10.1
28222026-08-25T20:53:48.213Z Checking allocator-api2 v0.2.21
28232026-08-25T20:53:48.429Z Checking gimli v0.32.3
28242026-08-25T20:53:48.430Z Checking time-core v0.1.8
28252026-08-25T20:53:48.439Z Checking stringprep v0.1.5
28262026-08-25T20:53:48.488Z Checking newtype-uuid v1.3.2
28272026-08-25T20:53:49.251Z Checking indexmap v1.9.3
28282026-08-25T20:53:49.307Z Checking time v0.3.47
28292026-08-25T20:53:49.307Z Checking ron v0.8.1
28302026-08-25T20:53:49.307Z Checking rsa v0.9.10
28312026-08-25T20:53:49.307Z Checking serde_urlencoded v0.7.1
28322026-08-25T20:53:49.307Z Checking goblin v0.10.5
28332026-08-25T20:53:49.307Z Checking env_logger v0.11.11
28342026-08-25T20:53:49.307Z Checking hyper-util v0.1.20
28352026-08-25T20:53:49.307Z Checking crossbeam-epoch v0.9.18
28362026-08-25T20:53:49.307Z Checking tower-http v0.6.8
28372026-08-25T20:53:49.319Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28382026-08-25T20:53:49.319Z Checking toml_edit v0.19.15
28392026-08-25T20:53:49.411Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28402026-08-25T20:53:49.423Z Checking bzip2 v0.4.4
28412026-08-25T20:53:49.427Z Checking hashbrown v0.13.2
28422026-08-25T20:53:49.567Z Checking oxnet v0.1.6
28432026-08-25T20:53:49.655Z Checking syn v2.0.117
28442026-08-25T20:53:49.818Z Checking serde-hex v0.1.0
28452026-08-25T20:53:49.839Z Checking tokio-native-tls v0.3.1
28462026-08-25T20:53:49.864Z Checking addr2line v0.25.1
28472026-08-25T20:53:49.995Z Checking bstr v1.12.1
28482026-08-25T20:53:50.123Z Checking crypto-common v0.2.2
28492026-08-25T20:53:50.296Z Checking block-padding v0.4.2
28502026-08-25T20:53:50.321Z Checking block-buffer v0.12.1
28512026-08-25T20:53:50.376Z Checking rustls-native-certs v0.8.3
28522026-08-25T20:53:50.429Z Checking x509-cert v0.2.5
28532026-08-25T20:53:50.480Z Checking scroll v0.12.0
28542026-08-25T20:53:50.509Z Checking object v0.37.3
28552026-08-25T20:53:50.700Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-25T20:53:50.718Z Checking md-5 v0.10.6
28572026-08-25T20:53:50.808Z Checking hash32 v0.2.1
28582026-08-25T20:53:50.858Z Checking encoding_rs v0.8.35
28592026-08-25T20:53:50.965Z Checking fallible-iterator v0.2.0
28602026-08-25T20:53:51.081Z Checking crc-any v2.5.0
28612026-08-25T20:53:51.236Z Checking rustc-demangle v0.1.27
28622026-08-25T20:53:51.258Z Checking mime v0.3.17
28632026-08-25T20:53:51.310Z Checking either v1.15.0
28642026-08-25T20:53:51.323Z Checking psl-types v2.0.11
28652026-08-25T20:53:51.428Z Checking dof v0.4.0
28662026-08-25T20:53:51.438Z Checking publicsuffix v2.3.0
28672026-08-25T20:53:51.457Z Checking postgres-protocol v0.6.10
28682026-08-25T20:53:51.518Z Checking heapless v0.7.17
28692026-08-25T20:53:51.591Z Checking zstd-safe v7.2.4
28702026-08-25T20:53:51.755Z Checking goblin v0.8.2
28712026-08-25T20:53:51.769Z Checking inout v0.2.2
28722026-08-25T20:53:51.817Z Checking hyper-tls v0.6.0
28732026-08-25T20:53:51.907Z Checking toml v0.7.8
28742026-08-25T20:53:51.922Z Checking object v0.30.4
28752026-08-25T20:53:51.936Z Checking daft v0.1.8
28762026-08-25T20:53:51.987Z Checking cookie v0.18.1
28772026-08-25T20:53:52.050Z Checking zip v0.6.6
28782026-08-25T20:53:52.179Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28792026-08-25T20:53:52.212Z Checking tokio-rustls v0.26.4
28802026-08-25T20:53:52.226Z Checking phf_shared v0.13.1
28812026-08-25T20:53:52.337Z Checking dtrace-parser v0.3.0
28822026-08-25T20:53:52.370Z Checking zerocopy v0.7.35
28832026-08-25T20:53:52.382Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28842026-08-25T20:53:52.413Z Checking pin-project v1.1.11
28852026-08-25T20:53:52.456Z Checking signal-hook v0.3.18
28862026-08-25T20:53:52.504Z Checking futures-executor v0.3.32
28872026-08-25T20:53:52.566Z Checking ff v0.13.1
28882026-08-25T20:53:52.626Z Checking thread-id v5.1.0
28892026-08-25T20:53:52.650Z Compiling illumos-nvpair-sys v0.2.0
28902026-08-25T20:53:52.693Z Compiling rayon-core v1.13.0
28912026-08-25T20:53:52.709Z Checking foldhash v0.1.5
28922026-08-25T20:53:52.803Z Checking backtrace v0.3.76
28932026-08-25T20:53:52.816Z Checking unicode-width v0.2.0
28942026-08-25T20:53:52.831Z Checking path-slash v0.1.5
28952026-08-25T20:53:52.844Z Checking is_ci v1.2.0
28962026-08-25T20:53:52.863Z Checking bitflags v1.3.2
28972026-08-25T20:53:52.927Z Checking base16ct v0.2.0
28982026-08-25T20:53:52.938Z Checking jiff-core v0.1.0
28992026-08-25T20:53:52.942Z Checking bumpalo v3.20.2
29002026-08-25T20:53:53.048Z Checking unicode-linebreak v0.1.5
29012026-08-25T20:53:53.066Z Checking managed v0.8.0
29022026-08-25T20:53:53.081Z Checking same-file v1.0.6
29032026-08-25T20:53:53.150Z Checking smawk v0.3.2
29042026-08-25T20:53:53.195Z Checking libbz2-rs-sys v0.2.2
29052026-08-25T20:53:53.239Z Checking foldhash v0.2.0
29062026-08-25T20:53:53.251Z Checking smoltcp v0.9.1
29072026-08-25T20:53:53.268Z Checking textwrap v0.16.2
29082026-08-25T20:53:53.341Z Checking walkdir v2.5.0
29092026-08-25T20:53:53.391Z Checking hashbrown v0.16.1
29102026-08-25T20:53:53.485Z Checking zopfli v0.8.3
29112026-08-25T20:53:53.499Z Checking backtrace-ext v0.2.1
29122026-08-25T20:53:53.575Z Checking bzip2 v0.6.1
29132026-08-25T20:53:53.603Z Checking sec1 v0.7.3
29142026-08-25T20:53:53.617Z Checking jiff v0.2.34
29152026-08-25T20:53:53.648Z Checking dof v0.3.0
29162026-08-25T20:53:53.731Z Checking supports-color v3.0.2
29172026-08-25T20:53:53.809Z Checking hashbrown v0.15.5
29182026-08-25T20:53:53.838Z Checking usdt-impl v0.6.0
29192026-08-25T20:53:53.849Z Checking group v0.13.0
29202026-08-25T20:53:53.861Z Checking futures v0.3.32
29212026-08-25T20:53:53.883Z Checking signal-hook-mio v0.2.5
29222026-08-25T20:53:53.917Z Checking snafu v0.8.9
29232026-08-25T20:53:53.937Z Checking hyper-rustls v0.27.7
29242026-08-25T20:53:53.980Z Checking phf v0.13.1
29252026-08-25T20:53:53.992Z Checking cookie_store v0.22.1
29262026-08-25T20:53:54.006Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29272026-08-25T20:53:54.117Z Checking reqwest v0.12.28
29282026-08-25T20:53:54.131Z Checking cipher v0.5.2
29292026-08-25T20:53:54.138Z Checking postgres-types v0.2.12
29302026-08-25T20:53:54.154Z Checking zstd v0.13.3
29312026-08-25T20:53:54.267Z Checking rustls-platform-verifier v0.6.2
29322026-08-25T20:53:54.313Z Checking globset v0.4.18
29332026-08-25T20:53:54.329Z Checking crossbeam-deque v0.8.6
29342026-08-25T20:53:54.345Z Checking phf_shared v0.11.3
29352026-08-25T20:53:54.365Z Checking regex v1.12.3
29362026-08-25T20:53:54.402Z Checking hkdf v0.12.4
29372026-08-25T20:53:54.446Z Checking dtrace-parser v0.2.0
29382026-08-25T20:53:54.473Z Checking byte-wrapper v0.1.0
29392026-08-25T20:53:54.494Z Checking curve25519-dalek v4.1.3
29402026-08-25T20:53:54.534Z Checking ref-cast v1.0.25
29412026-08-25T20:53:54.556Z Checking strum v0.27.2
29422026-08-25T20:53:54.632Z Checking olpc-cjson v0.1.4
29432026-08-25T20:53:54.641Z Checking hubpack v0.1.2
29442026-08-25T20:53:54.661Z Checking ed25519 v2.2.3
29452026-08-25T20:53:54.675Z Checking memoffset v0.9.1
29462026-08-25T20:53:54.678Z Checking owo-colors v4.3.0
29472026-08-25T20:53:54.749Z Checking rustix v0.38.44
29482026-08-25T20:53:54.761Z Checking pem v3.0.6
29492026-08-25T20:53:54.799Z Checking crypto-bigint v0.5.5
29502026-08-25T20:53:54.842Z Checking erased-serde v0.3.31
29512026-08-25T20:53:54.872Z Checking serde-big-array v0.5.1
29522026-08-25T20:53:54.917Z Checking serde_plain v1.0.2
29532026-08-25T20:53:55.002Z Checking float-cmp v0.10.0
29542026-08-25T20:53:55.055Z Checking memmap2 v0.9.10
29552026-08-25T20:53:55.129Z Checking thread-id v4.2.2
29562026-08-25T20:53:55.203Z Checking difflib v0.4.0
29572026-08-25T20:53:55.215Z Checking unicode-segmentation v1.12.0
29582026-08-25T20:53:55.220Z Checking predicates-core v1.0.10
29592026-08-25T20:53:55.238Z Checking normalize-line-endings v0.3.0
29602026-08-25T20:53:55.255Z Checking winnow v1.0.3
29612026-08-25T20:53:55.320Z Checking fixedbitset v0.5.7
29622026-08-25T20:53:55.335Z Checking supports-hyperlinks v3.2.0
29632026-08-25T20:53:55.376Z Checking whoami v2.1.0
29642026-08-25T20:53:55.440Z Checking static_assertions v1.1.0
29652026-08-25T20:53:55.496Z Checking supports-unicode v3.0.0
29662026-08-25T20:53:55.508Z Checking new_debug_unreachable v1.0.6
29672026-08-25T20:53:55.520Z Checking data-encoding v2.10.0
29682026-08-25T20:53:55.530Z Checking typed-path v0.9.3
29692026-08-25T20:53:55.542Z Checking cpufeatures v0.3.0
29702026-08-25T20:53:55.570Z Checking winnow v0.7.14
29712026-08-25T20:53:55.577Z Checking keccak v0.1.6
29722026-08-25T20:53:55.596Z Checking toml_write v0.1.2
29732026-08-25T20:53:55.613Z Checking fixedbitset v0.4.2
29742026-08-25T20:53:55.718Z Checking precomputed-hash v0.1.1
29752026-08-25T20:53:55.738Z Checking unicode-width v0.1.14
29762026-08-25T20:53:55.757Z Checking const-oid v0.10.2
29772026-08-25T20:53:55.757Z Checking petgraph v0.6.5
29782026-08-25T20:53:55.782Z Checking hickory-proto v0.25.2
29792026-08-25T20:53:55.797Z Checking string_cache v0.8.9
29802026-08-25T20:53:55.919Z Checking digest v0.11.3
29812026-08-25T20:53:55.973Z Checking miette v7.6.0
29822026-08-25T20:53:55.977Z Checking sha3 v0.10.8
29832026-08-25T20:53:56.107Z Checking elliptic-curve v0.13.8
29842026-08-25T20:53:56.122Z Checking toml_parser v1.1.2+spec-1.1.0
29852026-08-25T20:53:56.192Z Checking chacha20 v0.10.0
29862026-08-25T20:53:56.311Z Checking tough v0.22.0
29872026-08-25T20:53:56.418Z Checking tokio-postgres v0.7.16
29882026-08-25T20:53:56.446Z Checking crossterm v0.28.1
29892026-08-25T20:53:56.462Z Checking similar v2.7.0
29902026-08-25T20:53:56.483Z Checking petgraph v0.8.3
29912026-08-25T20:53:56.760Z Checking toml_edit v0.22.27
29922026-08-25T20:53:56.838Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29932026-08-25T20:53:57.042Z Checking zip v4.6.1
29942026-08-25T20:53:57.139Z Checking predicates v3.1.4
29952026-08-25T20:53:57.424Z Checking ed25519-dalek v2.2.0
29962026-08-25T20:53:57.598Z Checking slog v2.8.2
29972026-08-25T20:53:57.655Z Checking usdt v0.6.0
29982026-08-25T20:53:57.674Z Checking usdt-impl v0.5.0
29992026-08-25T20:53:57.829Z Checking nix v0.31.2
30002026-08-25T20:53:57.847Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30012026-08-25T20:53:57.866Z Checking iddqd v0.4.2
30022026-08-25T20:53:58.054Z Checking reqwest v0.13.2
30032026-08-25T20:53:58.327Z Checking itertools v0.15.0
30042026-08-25T20:53:58.394Z Checking itertools v0.13.0
30052026-08-25T20:53:58.445Z Checking strum v0.26.3
30062026-08-25T20:53:58.540Z Checking serde_with v3.21.0
30072026-08-25T20:53:58.552Z Checking derive_more v2.1.1
30082026-08-25T20:53:58.653Z Checking fs-err v3.3.0
30092026-08-25T20:53:58.754Z Checking tokio-stream v0.1.18
30102026-08-25T20:53:58.879Z Checking buf-list v1.1.2
30112026-08-25T20:53:58.945Z Checking anyhow v1.0.104
30122026-08-25T20:53:59.019Z Checking camino v1.2.5
30132026-08-25T20:53:59.059Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30142026-08-25T20:53:59.071Z Checking openapiv3 v2.2.0
30152026-08-25T20:53:59.134Z Checking lalrpop-util v0.19.12
30162026-08-25T20:53:59.150Z Checking peg-runtime v0.8.5
30172026-08-25T20:53:59.264Z Checking illumos-nvpair v0.3.0
30182026-08-25T20:53:59.288Z Checking rayon v1.11.0
30192026-08-25T20:53:59.294Z Checking sigpipe v0.1.3
30202026-08-25T20:53:59.328Z Checking glob v0.3.3
30212026-08-25T20:54:00.217Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-08-25T20:54:00.560Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-08-25T20:54:00.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s
30242026-08-25T20:54:01.008Z
30252026-08-25T20:54:01.008Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30262026-08-25T20:54:01.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-25T20:54:01.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-25T20:54:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-25T20:54:01.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30302026-08-25T20:54:01.582Z
30312026-08-25T20:54:01.582Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30322026-08-25T20:54:02.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-25T20:54:02.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-25T20:54:02.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-25T20:54:02.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30362026-08-25T20:54:02.134Z
30372026-08-25T20:54:02.134Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30382026-08-25T20:54:02.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-25T20:54:02.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-25T20:54:02.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-25T20:54:02.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30422026-08-25T20:54:02.721Z
30432026-08-25T20:54:02.721Zinfo: running `cargo check --bins` on oxql-types (123/377)
30442026-08-25T20:54:03.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-25T20:54:03.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-25T20:54:03.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-25T20:54:03.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-25T20:54:03.288Z
30492026-08-25T20:54:03.288Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30502026-08-25T20:54:03.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-25T20:54:03.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-25T20:54:03.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-25T20:54:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-25T20:54:03.858Z
30552026-08-25T20:54:03.858Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30562026-08-25T20:54:04.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-25T20:54:04.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-25T20:54:04.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-25T20:54:04.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30602026-08-25T20:54:04.425Z
30612026-08-25T20:54:04.425Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30622026-08-25T20:54:04.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-25T20:54:04.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-25T20:54:04.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-25T20:54:04.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30662026-08-25T20:54:04.976Z
30672026-08-25T20:54:04.976Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30682026-08-25T20:54:05.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-25T20:54:05.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-25T20:54:05.654Z Compiling multer v3.1.0
30712026-08-25T20:54:05.658Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-25T20:54:05.658Z Compiling async-stream-impl v0.3.6
30732026-08-25T20:54:05.791Z Compiling serde_tokenstream v0.3.0
30742026-08-25T20:54:05.800Z Compiling dropshot v0.17.1
30752026-08-25T20:54:05.817Z Compiling parse-display-derive v0.10.0
30762026-08-25T20:54:05.834Z Compiling dropshot_endpoint v0.17.1
30772026-08-25T20:54:05.834Z Compiling newtype-uuid-macros v0.1.0
30782026-08-25T20:54:06.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-25T20:54:06.052Z Checking thread_local v1.1.9
30802026-08-25T20:54:06.091Z Compiling oxide-generation-macros v0.2.0
30812026-08-25T20:54:06.149Z Checking compression-core v0.4.31
30822026-08-25T20:54:06.220Z Checking match_cfg v0.1.0
30832026-08-25T20:54:06.275Z Checking compression-codecs v0.4.37
30842026-08-25T20:54:06.290Z Checking hostname v0.3.1
30852026-08-25T20:54:06.342Z Checking crossbeam-channel v0.5.15
30862026-08-25T20:54:06.383Z Checking atomicwrites v0.4.4
30872026-08-25T20:54:06.424Z Checking slog-json v2.6.1
30882026-08-25T20:54:06.439Z Checking is-terminal v0.4.17
30892026-08-25T20:54:06.506Z Checking toml_datetime v1.1.1+spec-1.1.0
30902026-08-25T20:54:06.526Z Checking serde_spanned v1.1.1
30912026-08-25T20:54:06.574Z Checking term v1.2.1
30922026-08-25T20:54:06.593Z Checking toml_writer v1.1.1+spec-1.1.0
30932026-08-25T20:54:06.652Z Checking take_mut v0.2.2
30942026-08-25T20:54:06.686Z Checking debug-ignore v1.0.5
30952026-08-25T20:54:06.730Z Checking slog-bunyan v2.5.0
30962026-08-25T20:54:06.752Z Checking slog-async v2.8.0
30972026-08-25T20:54:06.765Z Checking toml v1.1.2+spec-1.1.0
30982026-08-25T20:54:06.790Z Checking async-compression v0.4.41
30992026-08-25T20:54:06.793Z Checking slog-term v2.9.2
31002026-08-25T20:54:06.823Z Checking async-stream v0.3.6
31012026-08-25T20:54:06.834Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31022026-08-25T20:54:07.005Z Checking progenitor-client v0.14.0
31032026-08-25T20:54:07.089Z Checking sha1 v0.11.0
31042026-08-25T20:54:07.089Z Checking oxide-generation v0.1.3
31052026-08-25T20:54:07.168Z Checking waitgroup v0.1.2
31062026-08-25T20:54:07.198Z Checking rustls-pemfile v2.2.0
31072026-08-25T20:54:07.198Z Checking backon v1.6.0
31082026-08-25T20:54:07.198Z Checking serde_path_to_error v0.1.20
31092026-08-25T20:54:07.198Z Checking hostname v0.4.2
31102026-08-25T20:54:07.240Z Checking instant v0.1.13
31112026-08-25T20:54:07.313Z Checking progenitor-extras v0.2.0
31122026-08-25T20:54:07.468Z Checking backoff v0.4.0
31132026-08-25T20:54:07.500Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31142026-08-25T20:54:07.501Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31152026-08-25T20:54:07.501Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-08-25T20:54:07.501Z Checking parse-display v0.10.0
31172026-08-25T20:54:07.501Z Checking regress v0.10.5
31182026-08-25T20:54:07.514Z Checking itertools v0.14.0
31192026-08-25T20:54:07.612Z Checking macaddr v1.0.1
31202026-08-25T20:54:07.781Z Checking humantime v2.3.0
31212026-08-25T20:54:08.709Z Compiling prettyplease v0.2.37
31222026-08-25T20:54:08.915Z Checking num-rational v0.4.2
31232026-08-25T20:54:09.165Z Checking num-complex v0.4.6
31242026-08-25T20:54:09.564Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-08-25T20:54:09.580Z Compiling num v0.4.3
31262026-08-25T20:54:09.735Z Compiling usdt-attr-macro v0.5.0
31272026-08-25T20:54:09.813Z Compiling usdt-macro v0.5.0
31282026-08-25T20:54:09.813Z Checking memmap v0.7.0
31292026-08-25T20:54:09.813Z Compiling float-ord v0.3.2
31302026-08-25T20:54:09.908Z Compiling convert_case v0.4.0
31312026-08-25T20:54:10.248Z Compiling derive_more v0.99.20
31322026-08-25T20:54:10.367Z Checking newline-converter v0.3.0
31332026-08-25T20:54:10.428Z Checking console v0.15.11
31342026-08-25T20:54:10.440Z Compiling toml v0.8.23
31352026-08-25T20:54:10.483Z Checking usdt v0.5.0
31362026-08-25T20:54:10.655Z Compiling minimal-lexical v0.2.1
31372026-08-25T20:54:10.710Z Checking linked-hash-map v0.5.6
31382026-08-25T20:54:10.867Z Checking lru-cache v0.1.2
31392026-08-25T20:54:10.891Z Compiling nom v7.1.3
31402026-08-25T20:54:11.037Z Checking expectorate v1.2.0
31412026-08-25T20:54:11.164Z Checking camino-tempfile v1.4.1
31422026-08-25T20:54:11.347Z Checking hickory-proto v0.24.4
31432026-08-25T20:54:11.446Z Checking phf_shared v0.12.1
31442026-08-25T20:54:11.581Z Compiling slog-dtrace v0.3.0
31452026-08-25T20:54:11.589Z Compiling chrono-tz v0.10.4
31462026-08-25T20:54:11.766Z Checking resolv-conf v0.7.6
31472026-08-25T20:54:11.946Z Checking heck v0.5.0
31482026-08-25T20:54:11.960Z Compiling unicode-xid v0.2.6
31492026-08-25T20:54:12.093Z Compiling const_format_proc_macros v0.2.34
31502026-08-25T20:54:12.156Z Checking phf v0.12.1
31512026-08-25T20:54:12.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31522026-08-25T20:54:12.310Z Checking tokio-dtrace v0.1.1
31532026-08-25T20:54:12.325Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31542026-08-25T20:54:12.497Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31552026-08-25T20:54:12.770Z Compiling derive-where v1.6.0
31562026-08-25T20:54:12.807Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-08-25T20:54:12.898Z Checking highway v1.3.0
31582026-08-25T20:54:13.123Z Checking const_format v0.2.35
31592026-08-25T20:54:13.150Z Checking hickory-resolver v0.24.4
31602026-08-25T20:54:13.352Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-25T20:54:13.862Z Checking oxide-tokio-rt v0.1.4
31622026-08-25T20:54:13.893Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31632026-08-25T20:54:14.055Z Checking qorb v0.4.1
31642026-08-25T20:54:14.170Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-25T20:54:14.256Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-25T20:54:14.290Z Checking gethostname v0.5.0
31672026-08-25T20:54:14.311Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31682026-08-25T20:54:14.370Z Checking bcs v0.1.6
31692026-08-25T20:54:14.388Z Checking termtree v0.5.1
31702026-08-25T20:54:17.436Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-08-25T20:54:20.493Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31722026-08-25T20:54:22.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.77s
31732026-08-25T20:54:22.921Z
31742026-08-25T20:54:22.921Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31752026-08-25T20:54:23.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-08-25T20:54:23.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-08-25T20:54:23.609Z Compiling ar_archive_writer v0.5.1
31782026-08-25T20:54:23.719Z Compiling stacker v0.1.23
31792026-08-25T20:54:23.727Z Compiling cfg_aliases v0.1.1
31802026-08-25T20:54:23.737Z Compiling proc-macro-error v1.0.4
31812026-08-25T20:54:23.743Z Checking fd-lock v4.0.4
31822026-08-25T20:54:23.746Z Checking nibble_vec v0.1.0
31832026-08-25T20:54:23.746Z Checking vte v0.14.1
31842026-08-25T20:54:23.746Z Compiling recursive-proc-macro-impl v0.1.1
31852026-08-25T20:54:23.787Z Compiling nix v0.28.0
31862026-08-25T20:54:23.854Z Checking endian-type v0.1.2
31872026-08-25T20:54:23.867Z Checking bytecount v0.6.9
31882026-08-25T20:54:23.918Z Checking strip-ansi-escapes v0.2.1
31892026-08-25T20:54:23.962Z Checking papergrid v0.11.0
31902026-08-25T20:54:23.973Z Checking radix_trie v0.2.1
31912026-08-25T20:54:23.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31922026-08-25T20:54:24.010Z Compiling peg-macros v0.8.5
31932026-08-25T20:54:24.023Z Compiling tabled_derive v0.7.0
31942026-08-25T20:54:24.156Z Checking winnow v0.6.26
31952026-08-25T20:54:24.176Z Compiling sqlparser_derive v0.5.0
31962026-08-25T20:54:24.450Z Checking home v0.5.12
31972026-08-25T20:54:24.511Z Compiling psm v0.1.30
31982026-08-25T20:54:24.548Z Checking nu-ansi-term v0.50.3
31992026-08-25T20:54:24.562Z Checking unicode_categories v0.1.1
32002026-08-25T20:54:24.758Z Checking reedline v0.40.0
32012026-08-25T20:54:24.777Z Checking crossterm v0.29.0
32022026-08-25T20:54:24.909Z Checking display-error-chain v0.2.2
32032026-08-25T20:54:24.981Z Checking tabled v0.15.0
32042026-08-25T20:54:25.036Z Checking rustyline v14.0.0
32052026-08-25T20:54:25.264Z Checking recursive v0.1.1
32062026-08-25T20:54:25.300Z Checking sqlformat v0.3.5
32072026-08-25T20:54:25.316Z Checking peg v0.8.5
32082026-08-25T20:54:25.359Z Checking sqlparser v0.61.0
32092026-08-25T20:54:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
32102026-08-25T20:54:36.681Z
32112026-08-25T20:54:36.681Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32122026-08-25T20:54:37.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T20:54:37.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T20:54:37.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T20:54:40.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32162026-08-25T20:54:41.047Z
32172026-08-25T20:54:41.047Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32182026-08-25T20:54:41.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T20:54:41.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T20:54:41.712Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T20:54:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
32222026-08-25T20:54:44.407Z
32232026-08-25T20:54:44.407Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32242026-08-25T20:54:44.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T20:54:44.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T20:54:45.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T20:54:48.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
32282026-08-25T20:54:48.557Z
32292026-08-25T20:54:48.557Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32302026-08-25T20:54:49.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T20:54:49.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T20:54:49.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T20:54:52.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32342026-08-25T20:54:52.761Z
32352026-08-25T20:54:52.761Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32362026-08-25T20:54:53.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T20:54:53.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T20:54:53.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T20:54:56.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
32402026-08-25T20:54:56.258Z
32412026-08-25T20:54:56.258Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32422026-08-25T20:54:56.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T20:54:56.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T20:54:56.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T20:54:59.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
32462026-08-25T20:54:59.790Z
32472026-08-25T20:54:59.790Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32482026-08-25T20:55:00.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T20:55:00.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T20:55:00.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-25T20:55:03.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
32522026-08-25T20:55:04.117Z
32532026-08-25T20:55:04.118Zinfo: running `cargo check --bins` on oximeter (136/377)
32542026-08-25T20:55:04.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T20:55:04.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T20:55:04.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-25T20:55:04.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32582026-08-25T20:55:04.688Z
32592026-08-25T20:55:04.688Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32602026-08-25T20:55:05.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T20:55:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T20:55:05.318Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-08-25T20:55:05.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32642026-08-25T20:55:05.858Z
32652026-08-25T20:55:05.859Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32662026-08-25T20:55:06.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T20:55:06.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T20:55:06.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T20:55:06.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32702026-08-25T20:55:06.422Z
32712026-08-25T20:55:06.422Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32722026-08-25T20:55:06.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T20:55:06.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T20:55:06.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T20:55:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32762026-08-25T20:55:07.030Z
32772026-08-25T20:55:07.030Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32782026-08-25T20:55:07.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T20:55:07.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T20:55:07.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T20:55:07.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32822026-08-25T20:55:07.606Z
32832026-08-25T20:55:07.606Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32842026-08-25T20:55:08.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T20:55:08.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T20:55:08.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T20:55:08.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-25T20:55:08.179Z
32892026-08-25T20:55:08.179Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32902026-08-25T20:55:08.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T20:55:08.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T20:55:08.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T20:55:08.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-25T20:55:08.758Z
32952026-08-25T20:55:08.758Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32962026-08-25T20:55:09.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T20:55:09.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T20:55:09.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T20:55:09.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-25T20:55:09.331Z
33012026-08-25T20:55:09.331Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33022026-08-25T20:55:09.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T20:55:09.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T20:55:09.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-25T20:55:09.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33062026-08-25T20:55:09.906Z
33072026-08-25T20:55:09.906Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33082026-08-25T20:55:10.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-25T20:55:10.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-25T20:55:10.729Z Compiling crucible-workspace-hack v0.1.0
33112026-08-25T20:55:10.732Z Compiling regress v0.11.1
33122026-08-25T20:55:10.732Z Checking secrecy v0.10.3
33132026-08-25T20:55:10.732Z Checking half v2.7.1
33142026-08-25T20:55:10.732Z Checking ciborium-io v0.2.2
33152026-08-25T20:55:10.732Z Checking inout v0.1.4
33162026-08-25T20:55:10.732Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33172026-08-25T20:55:10.732Z Checking universal-hash v0.5.1
33182026-08-25T20:55:10.937Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33192026-08-25T20:55:10.992Z Compiling thiserror-impl-no-std v2.0.2
33202026-08-25T20:55:11.029Z Checking cipher v0.4.4
33212026-08-25T20:55:11.044Z Checking opaque-debug v0.3.1
33222026-08-25T20:55:11.103Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33232026-08-25T20:55:11.117Z Checking poly1305 v0.8.0
33242026-08-25T20:55:11.130Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33252026-08-25T20:55:11.146Z Checking ciborium-ll v0.2.2
33262026-08-25T20:55:11.221Z Checking chacha20 v0.9.1
33272026-08-25T20:55:11.309Z Checking ciborium v0.2.2
33282026-08-25T20:55:11.374Z Checking password-hash v0.5.0
33292026-08-25T20:55:11.392Z Checking blake2 v0.10.6
33302026-08-25T20:55:11.421Z Checking aead v0.5.2
33312026-08-25T20:55:11.520Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33322026-08-25T20:55:11.552Z Compiling toml_datetime v0.7.5+spec-1.1.0
33332026-08-25T20:55:11.596Z Checking indent_write v2.2.0
33342026-08-25T20:55:11.628Z Checking argon2 v0.5.3
33352026-08-25T20:55:11.723Z Compiling toml_edit v0.23.10+spec-1.0.0
33362026-08-25T20:55:11.728Z Checking chacha20poly1305 v0.10.1
33372026-08-25T20:55:11.792Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-08-25T20:55:11.866Z Compiling unsafe-libyaml v0.2.11
33392026-08-25T20:55:11.977Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-08-25T20:55:12.154Z Checking thiserror-no-std v2.0.2
33412026-08-25T20:55:12.187Z Compiling heapless v0.8.0
33422026-08-25T20:55:12.242Z Checking vsss-rs v3.3.4
33432026-08-25T20:55:12.409Z Compiling serde_yaml v0.9.34+deprecated
33442026-08-25T20:55:12.472Z Compiling typify-impl v0.6.2
33452026-08-25T20:55:12.603Z Compiling proc-macro-crate v3.4.0
33462026-08-25T20:55:12.934Z Compiling ingot-macros v0.2.0
33472026-08-25T20:55:13.132Z Compiling num_enum_derive v0.7.6
33482026-08-25T20:55:13.177Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33492026-08-25T20:55:13.276Z Checking hash32 v0.3.1
33502026-08-25T20:55:13.353Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512026-08-25T20:55:13.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33522026-08-25T20:55:13.612Z Compiling smoltcp v0.11.0
33532026-08-25T20:55:13.821Z Checking tabwriter v1.4.1
33542026-08-25T20:55:13.969Z Checking cobs v0.3.0
33552026-08-25T20:55:13.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33562026-08-25T20:55:14.066Z Checking swrite v0.1.0
33572026-08-25T20:55:14.115Z Checking postcard v1.1.3
33582026-08-25T20:55:14.156Z Compiling proc-macro-crate v1.3.1
33592026-08-25T20:55:14.199Z Checking num_enum v0.7.6
33602026-08-25T20:55:14.214Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-25T20:55:14.312Z Compiling foreign-types-macros v0.2.3
33622026-08-25T20:55:14.407Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T20:55:14.423Z Checking colored v3.1.1
33642026-08-25T20:55:14.473Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33652026-08-25T20:55:14.558Z Checking foreign-types-shared v0.3.1
33662026-08-25T20:55:14.619Z Compiling num_enum_derive v0.5.11
33672026-08-25T20:55:14.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-25T20:55:14.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-25T20:55:14.902Z Checking foreign-types v0.5.0
33702026-08-25T20:55:14.980Z Checking cstr-argument v0.1.2
33712026-08-25T20:55:15.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-25T20:55:15.172Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-25T20:55:15.216Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-25T20:55:15.281Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-25T20:55:15.314Z Checking rand v0.10.1
33762026-08-25T20:55:15.346Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33772026-08-25T20:55:15.385Z Compiling zone_cfg_derive v0.3.1
33782026-08-25T20:55:15.459Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-08-25T20:55:15.576Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33802026-08-25T20:55:15.642Z Checking num_enum v0.5.11
33812026-08-25T20:55:15.680Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33822026-08-25T20:55:15.712Z Checking ingot-types v0.2.0
33832026-08-25T20:55:15.753Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33842026-08-25T20:55:15.850Z Checking itertools v0.12.1
33852026-08-25T20:55:15.927Z Compiling num-derive v0.4.2
33862026-08-25T20:55:16.078Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33872026-08-25T20:55:16.127Z Checking ingot v0.2.1
33882026-08-25T20:55:16.266Z Compiling semver v0.1.20
33892026-08-25T20:55:16.563Z Compiling rustc_version v0.1.7
33902026-08-25T20:55:16.794Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33912026-08-25T20:55:16.870Z Checking smf v0.2.3
33922026-08-25T20:55:16.910Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-25T20:55:16.942Z Checking zone v0.3.1
33942026-08-25T20:55:16.957Z Checking nom v8.0.0
33952026-08-25T20:55:16.977Z Compiling typify-macro v0.6.2
33962026-08-25T20:55:17.105Z Checking csv-core v0.1.13
33972026-08-25T20:55:17.125Z Checking whoami v1.6.1
33982026-08-25T20:55:17.157Z Compiling newtype_derive v0.1.6
33992026-08-25T20:55:17.283Z Checking csv v1.4.0
34002026-08-25T20:55:17.298Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-25T20:55:17.298Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-25T20:55:17.345Z Compiling cancel-safe-futures v0.1.5
34032026-08-25T20:55:17.482Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-25T20:55:17.567Z Compiling libefi-sys v0.1.0
34052026-08-25T20:55:17.645Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-08-25T20:55:17.710Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-25T20:55:17.780Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34082026-08-25T20:55:17.822Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34092026-08-25T20:55:17.840Z Checking oxide-update-engine-types v0.1.2
34102026-08-25T20:55:18.026Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-25T20:55:18.059Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34122026-08-25T20:55:18.133Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34132026-08-25T20:55:18.232Z Compiling bitfield-struct v0.6.2
34142026-08-25T20:55:18.359Z Checking linear-map v1.2.0
34152026-08-25T20:55:18.539Z Checking steno v0.4.1
34162026-08-25T20:55:18.705Z Compiling typify v0.6.2
34172026-08-25T20:55:18.768Z Checking oxide-update-engine v0.1.2
34182026-08-25T20:55:18.817Z Compiling progenitor-impl v0.14.0
34192026-08-25T20:55:18.856Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-25T20:55:18.859Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34212026-08-25T20:55:18.891Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34222026-08-25T20:55:19.095Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-08-25T20:55:19.177Z Checking sha1 v0.10.6
34242026-08-25T20:55:19.256Z Checking utf-8 v0.7.6
34252026-08-25T20:55:19.350Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-25T20:55:19.393Z Checking tungstenite v0.21.0
34272026-08-25T20:55:19.431Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-25T20:55:19.562Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-25T20:55:19.666Z Checking ignore v0.4.25
34302026-08-25T20:55:19.701Z Checking anstyle-parse v0.2.7
34312026-08-25T20:55:19.716Z Compiling xshell-macros v0.2.7
34322026-08-25T20:55:19.811Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-08-25T20:55:19.857Z Checking anstream v0.6.21
34342026-08-25T20:55:19.896Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34352026-08-25T20:55:20.014Z Checking tokio-tungstenite v0.21.0
34362026-08-25T20:55:20.061Z Checking predicates-tree v1.0.13
34372026-08-25T20:55:20.076Z Checking globwalk v0.9.1
34382026-08-25T20:55:20.090Z Checking xshell v0.2.7
34392026-08-25T20:55:20.110Z Checking filetime v0.2.27
34402026-08-25T20:55:20.172Z Checking tagptr v0.2.0
34412026-08-25T20:55:20.246Z Checking xattr v1.6.1
34422026-08-25T20:55:20.248Z Checking camino-tempfile-ext v0.3.3
34432026-08-25T20:55:20.275Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-25T20:55:20.289Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34452026-08-25T20:55:20.313Z Checking moka v0.12.13
34462026-08-25T20:55:20.378Z Checking tar v0.4.46
34472026-08-25T20:55:20.416Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-25T20:55:20.446Z Checking rand_seeder v0.4.0
34492026-08-25T20:55:20.463Z Checking half v1.8.3
34502026-08-25T20:55:20.559Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-25T20:55:20.594Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-25T20:55:20.661Z Checking serde_cbor v0.11.2
34532026-08-25T20:55:20.761Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34542026-08-25T20:55:20.904Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-25T20:55:20.945Z Checking hickory-resolver v0.25.2
34562026-08-25T20:55:21.039Z Checking sha2 v0.11.0
34572026-08-25T20:55:21.044Z Checking digest-io v0.1.0
34582026-08-25T20:55:21.187Z Compiling petname v2.0.2
34592026-08-25T20:55:21.400Z Compiling progenitor-macro v0.14.0
34602026-08-25T20:55:21.606Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-25T20:55:21.669Z Checking rawzip v0.4.4
34622026-08-25T20:55:21.686Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-25T20:55:22.091Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-25T20:55:22.106Z Checking sapling-renderdag v0.1.0
34652026-08-25T20:55:22.162Z Checking subprocess v0.2.15
34662026-08-25T20:55:22.224Z Checking sync-ptr v0.1.4
34672026-08-25T20:55:22.339Z Checking colored v2.2.0
34682026-08-25T20:55:22.339Z Checking assert_matches v1.5.0
34692026-08-25T20:55:22.411Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-25T20:55:22.564Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-25T20:55:22.808Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-25T20:55:22.858Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-25T20:55:22.905Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-25T20:55:23.463Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-25T20:55:23.463Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-25T20:55:24.338Z Checking progenitor v0.14.0
34772026-08-25T20:55:24.471Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-25T20:55:24.471Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-25T20:55:24.478Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-25T20:55:24.478Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-25T20:55:24.478Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34822026-08-25T20:55:24.478Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34832026-08-25T20:55:24.872Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34842026-08-25T20:55:24.888Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34852026-08-25T20:55:24.920Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34862026-08-25T20:55:25.099Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34872026-08-25T20:55:25.161Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34882026-08-25T20:55:25.352Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34892026-08-25T20:55:26.210Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-25T20:55:26.214Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-25T20:55:26.876Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-25T20:55:27.507Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-25T20:55:36.080Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-25T20:55:43.267Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34952026-08-25T20:55:43.271Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34962026-08-25T20:55:43.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34972026-08-25T20:55:44.772Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-25T20:55:46.039Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-25T20:55:48.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
35002026-08-25T20:55:48.747Z
35012026-08-25T20:55:48.747Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
35022026-08-25T20:55:49.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-25T20:55:49.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-25T20:55:49.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-25T20:55:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-08-25T20:55:49.127Z
35072026-08-25T20:55:49.127Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35082026-08-25T20:55:49.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-25T20:55:49.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-25T20:55:49.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-25T20:55:49.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-25T20:55:49.696Z
35132026-08-25T20:55:49.696Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35142026-08-25T20:55:50.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-25T20:55:50.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-25T20:55:50.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-25T20:55:50.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35182026-08-25T20:55:50.262Z
35192026-08-25T20:55:50.262Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35202026-08-25T20:55:50.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-25T20:55:50.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-25T20:55:50.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-25T20:55:50.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-25T20:55:50.839Z
35252026-08-25T20:55:50.839Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35262026-08-25T20:55:51.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-25T20:55:51.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-25T20:55:51.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-25T20:55:51.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-25T20:55:51.405Z
35312026-08-25T20:55:51.405Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35322026-08-25T20:55:52.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-25T20:55:52.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-25T20:55:52.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-25T20:55:52.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-25T20:55:52.718Z
35372026-08-25T20:55:52.718Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35382026-08-25T20:55:52.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-25T20:55:52.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-25T20:55:52.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-25T20:55:52.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-25T20:55:52.719Z
35432026-08-25T20:55:52.719Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35442026-08-25T20:55:52.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-25T20:55:53.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-25T20:55:53.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-25T20:55:53.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-08-25T20:55:53.077Z
35492026-08-25T20:55:53.077Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35502026-08-25T20:55:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-25T20:55:53.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-25T20:55:53.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-25T20:55:53.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-25T20:55:53.685Z
35552026-08-25T20:55:53.685Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35562026-08-25T20:55:54.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-25T20:55:54.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-25T20:55:54.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-25T20:55:54.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-25T20:55:54.245Z
35612026-08-25T20:55:54.245Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35622026-08-25T20:55:54.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-25T20:55:54.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-25T20:55:54.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-25T20:55:54.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-25T20:55:54.835Z
35672026-08-25T20:55:54.835Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35682026-08-25T20:55:55.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-25T20:55:55.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-25T20:55:55.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-25T20:55:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-25T20:55:55.428Z
35732026-08-25T20:55:55.428Zinfo: running `cargo check --bins` on key-manager (158/377)
35742026-08-25T20:55:55.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-25T20:55:55.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-25T20:55:55.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-25T20:55:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-25T20:55:56.010Z
35792026-08-25T20:55:56.010Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35802026-08-25T20:56:00.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-25T20:56:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-25T20:56:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-25T20:56:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-25T20:56:00.062Z
35852026-08-25T20:56:00.062Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35862026-08-25T20:56:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-25T20:56:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-25T20:56:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-25T20:56:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-25T20:56:00.062Z
35912026-08-25T20:56:00.062Zinfo: running `cargo check --bins` on typed-rng (161/377)
35922026-08-25T20:56:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-25T20:56:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-25T20:56:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-25T20:56:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35962026-08-25T20:56:00.062Z
35972026-08-25T20:56:00.062Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35982026-08-25T20:56:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-25T20:56:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-25T20:56:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-25T20:56:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-08-25T20:56:00.062Z
36032026-08-25T20:56:00.062Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36042026-08-25T20:56:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-25T20:56:00.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-25T20:56:00.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-25T20:56:00.062Z Checking void v1.0.2
36082026-08-25T20:56:00.063Z Checking tungstenite v0.23.0
36092026-08-25T20:56:00.063Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36102026-08-25T20:56:00.063Z Checking dropshot-api-manager-types v0.8.0
36112026-08-25T20:56:00.063Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-25T20:56:00.063Z Checking nix v0.27.1
36132026-08-25T20:56:00.063Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-25T20:56:00.063Z Checking lzss v0.8.2
36152026-08-25T20:56:00.063Z Checking kstat-rs v0.2.5
36162026-08-25T20:56:00.063Z Checking fxhash v0.2.1
36172026-08-25T20:56:00.063Z Checking serde_bytes v0.11.19
36182026-08-25T20:56:00.063Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-25T20:56:00.063Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36202026-08-25T20:56:00.063Z Checking signal-hook-tokio v0.3.1
36212026-08-25T20:56:00.063Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-25T20:56:00.063Z Checking tokio-tungstenite v0.23.1
36232026-08-25T20:56:00.063Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-25T20:56:00.756Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-25T20:56:01.306Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-25T20:56:03.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
36272026-08-25T20:56:03.614Z
36282026-08-25T20:56:03.614Zinfo: running `cargo check --bins` on gateway-api (164/377)
36292026-08-25T20:56:04.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-25T20:56:04.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-25T20:56:04.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-25T20:56:04.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-25T20:56:04.175Z
36342026-08-25T20:56:04.175Zinfo: running `cargo check --bins` on ipcc (165/377)
36352026-08-25T20:56:04.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-25T20:56:04.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-25T20:56:04.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-25T20:56:04.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-25T20:56:04.734Z
36402026-08-25T20:56:04.734Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36412026-08-25T20:56:05.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-25T20:56:05.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-25T20:56:05.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-25T20:56:05.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36452026-08-25T20:56:05.282Z
36462026-08-25T20:56:05.282Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36472026-08-25T20:56:05.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-25T20:56:05.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-25T20:56:05.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-25T20:56:05.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-08-25T20:56:05.863Z
36522026-08-25T20:56:05.863Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36532026-08-25T20:56:06.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-25T20:56:06.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-25T20:56:06.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-25T20:56:06.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-25T20:56:06.433Z
36582026-08-25T20:56:06.434Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36592026-08-25T20:56:06.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-25T20:56:06.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-25T20:56:06.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-25T20:56:06.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-25T20:56:07.002Z
36642026-08-25T20:56:07.002Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36652026-08-25T20:56:07.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-25T20:56:07.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-25T20:56:07.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-25T20:56:07.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-25T20:56:07.571Z
36702026-08-25T20:56:07.572Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36712026-08-25T20:56:08.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-25T20:56:08.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-25T20:56:08.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-25T20:56:08.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-25T20:56:08.158Z
36762026-08-25T20:56:08.158Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36772026-08-25T20:56:08.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-25T20:56:08.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-25T20:56:08.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-25T20:56:08.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-25T20:56:08.730Z
36822026-08-25T20:56:08.730Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36832026-08-25T20:56:09.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-25T20:56:09.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-25T20:56:09.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-25T20:56:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-25T20:56:09.303Z
36882026-08-25T20:56:09.303Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36892026-08-25T20:56:09.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-25T20:56:09.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-25T20:56:09.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-25T20:56:09.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-25T20:56:09.875Z
36942026-08-25T20:56:09.875Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36952026-08-25T20:56:10.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-25T20:56:10.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-25T20:56:10.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-25T20:56:10.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-25T20:56:10.443Z
37002026-08-25T20:56:10.443Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
37012026-08-25T20:56:10.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-25T20:56:10.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-25T20:56:10.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-25T20:56:10.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-25T20:56:11.019Z
37062026-08-25T20:56:11.019Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37072026-08-25T20:56:11.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-25T20:56:11.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-25T20:56:11.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-25T20:56:11.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-25T20:56:11.585Z
37122026-08-25T20:56:11.585Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37132026-08-25T20:56:12.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-25T20:56:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-25T20:56:12.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-25T20:56:12.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-25T20:56:12.156Z
37182026-08-25T20:56:12.156Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37192026-08-25T20:56:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-25T20:56:12.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-25T20:56:12.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-25T20:56:12.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-25T20:56:12.731Z
37242026-08-25T20:56:12.731Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37252026-08-25T20:56:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-25T20:56:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-25T20:56:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-25T20:56:13.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-25T20:56:13.305Z
37302026-08-25T20:56:13.305Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37312026-08-25T20:56:13.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-25T20:56:13.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-25T20:56:13.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-25T20:56:13.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-25T20:56:13.879Z
37362026-08-25T20:56:13.879Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37372026-08-25T20:56:14.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-25T20:56:14.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-25T20:56:14.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-25T20:56:14.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-25T20:56:14.461Z
37422026-08-25T20:56:14.461Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37432026-08-25T20:56:14.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-25T20:56:14.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-25T20:56:14.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-25T20:56:14.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-25T20:56:15.048Z
37482026-08-25T20:56:15.048Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37492026-08-25T20:56:15.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-25T20:56:15.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-25T20:56:15.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-25T20:56:15.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-25T20:56:15.631Z
37542026-08-25T20:56:15.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37552026-08-25T20:56:16.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-25T20:56:16.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-25T20:56:16.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-25T20:56:16.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37592026-08-25T20:56:16.213Z
37602026-08-25T20:56:16.213Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37612026-08-25T20:56:16.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-25T20:56:16.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-25T20:56:16.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-25T20:56:16.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-25T20:56:16.812Z
37662026-08-25T20:56:16.812Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37672026-08-25T20:56:17.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-25T20:56:17.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-25T20:56:17.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-25T20:56:17.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-25T20:56:17.412Z
37722026-08-25T20:56:17.412Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37732026-08-25T20:56:17.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-25T20:56:17.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-25T20:56:17.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-25T20:56:17.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-25T20:56:18.011Z
37782026-08-25T20:56:18.011Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37792026-08-25T20:56:18.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-25T20:56:18.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-25T20:56:18.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-25T20:56:18.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-25T20:56:18.610Z
37842026-08-25T20:56:18.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37852026-08-25T20:56:19.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-25T20:56:19.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-25T20:56:19.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-25T20:56:19.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-25T20:56:19.209Z
37902026-08-25T20:56:19.210Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37912026-08-25T20:56:19.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-25T20:56:19.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-25T20:56:19.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-25T20:56:19.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-25T20:56:19.808Z
37962026-08-25T20:56:19.808Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37972026-08-25T20:56:20.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-25T20:56:20.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-25T20:56:20.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-25T20:56:20.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38012026-08-25T20:56:20.414Z
38022026-08-25T20:56:20.414Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38032026-08-25T20:56:20.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-25T20:56:20.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-25T20:56:20.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-25T20:56:20.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-08-25T20:56:21.018Z
38082026-08-25T20:56:21.018Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38092026-08-25T20:56:21.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-25T20:56:21.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-25T20:56:21.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-25T20:56:21.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38132026-08-25T20:56:21.623Z
38142026-08-25T20:56:21.623Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38152026-08-25T20:56:22.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-25T20:56:22.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-25T20:56:22.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-25T20:56:22.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-25T20:56:22.219Z
38202026-08-25T20:56:22.219Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38212026-08-25T20:56:22.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-25T20:56:22.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-25T20:56:22.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-25T20:56:22.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38252026-08-25T20:56:22.826Z
38262026-08-25T20:56:22.826Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38272026-08-25T20:56:23.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-25T20:56:23.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-25T20:56:23.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-25T20:56:23.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38312026-08-25T20:56:23.429Z
38322026-08-25T20:56:23.429Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38332026-08-25T20:56:23.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-25T20:56:23.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-25T20:56:23.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-25T20:56:23.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38372026-08-25T20:56:24.036Z
38382026-08-25T20:56:24.036Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38392026-08-25T20:56:24.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-25T20:56:24.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-25T20:56:24.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-25T20:56:24.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38432026-08-25T20:56:24.640Z
38442026-08-25T20:56:24.640Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38452026-08-25T20:56:25.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-25T20:56:25.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-25T20:56:25.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-25T20:56:25.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-25T20:56:25.242Z
38502026-08-25T20:56:25.243Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38512026-08-25T20:56:25.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-25T20:56:25.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-25T20:56:25.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-25T20:56:25.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-25T20:56:25.843Z
38562026-08-25T20:56:25.844Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38572026-08-25T20:56:26.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-25T20:56:26.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-25T20:56:26.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-25T20:56:26.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-25T20:56:26.443Z
38622026-08-25T20:56:26.443Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38632026-08-25T20:56:26.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-25T20:56:26.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-25T20:56:26.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-25T20:56:26.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38672026-08-25T20:56:27.054Z
38682026-08-25T20:56:27.054Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38692026-08-25T20:56:27.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-25T20:56:27.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-25T20:56:27.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-25T20:56:27.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38732026-08-25T20:56:27.651Z
38742026-08-25T20:56:27.652Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38752026-08-25T20:56:28.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-25T20:56:28.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-25T20:56:28.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-25T20:56:28.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38792026-08-25T20:56:28.263Z
38802026-08-25T20:56:28.263Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38812026-08-25T20:56:28.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-25T20:56:28.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-25T20:56:28.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-25T20:56:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38852026-08-25T20:56:28.847Z
38862026-08-25T20:56:28.848Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38872026-08-25T20:56:29.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-25T20:56:29.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-25T20:56:29.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-25T20:56:29.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-08-25T20:56:29.441Z
38922026-08-25T20:56:29.441Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38932026-08-25T20:56:29.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-25T20:56:29.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-25T20:56:29.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-25T20:56:29.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-08-25T20:56:30.037Z
38982026-08-25T20:56:30.037Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38992026-08-25T20:56:30.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-25T20:56:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-25T20:56:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-25T20:56:30.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-08-25T20:56:30.630Z
39042026-08-25T20:56:30.630Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39052026-08-25T20:56:31.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-25T20:56:31.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-25T20:56:31.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-25T20:56:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-08-25T20:56:31.241Z
39102026-08-25T20:56:31.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39112026-08-25T20:56:31.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-25T20:56:31.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-25T20:56:31.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-25T20:56:31.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39152026-08-25T20:56:31.818Z
39162026-08-25T20:56:31.818Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39172026-08-25T20:56:32.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-25T20:56:32.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-25T20:56:32.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-25T20:56:32.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39212026-08-25T20:56:32.410Z
39222026-08-25T20:56:32.411Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39232026-08-25T20:56:32.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-25T20:56:32.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-25T20:56:32.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-25T20:56:32.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39272026-08-25T20:56:33.001Z
39282026-08-25T20:56:33.002Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39292026-08-25T20:56:33.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-25T20:56:33.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-25T20:56:33.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-25T20:56:33.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39332026-08-25T20:56:33.605Z
39342026-08-25T20:56:33.605Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39352026-08-25T20:56:34.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-25T20:56:34.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-25T20:56:34.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-25T20:56:34.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39392026-08-25T20:56:34.199Z
39402026-08-25T20:56:34.199Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39412026-08-25T20:56:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-25T20:56:34.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-25T20:56:34.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-25T20:56:34.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39452026-08-25T20:56:34.799Z
39462026-08-25T20:56:34.799Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39472026-08-25T20:56:35.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-25T20:56:35.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-25T20:56:35.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-25T20:56:35.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-08-25T20:56:35.394Z
39522026-08-25T20:56:35.394Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39532026-08-25T20:56:35.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-25T20:56:35.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-25T20:56:35.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-25T20:56:35.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39572026-08-25T20:56:35.987Z
39582026-08-25T20:56:35.987Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39592026-08-25T20:56:36.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-25T20:56:36.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-25T20:56:36.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-25T20:56:36.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-08-25T20:56:36.573Z
39642026-08-25T20:56:36.573Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39652026-08-25T20:56:37.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-25T20:56:37.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-25T20:56:37.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-25T20:56:37.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-08-25T20:56:37.183Z
39702026-08-25T20:56:37.183Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39712026-08-25T20:56:37.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-25T20:56:37.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-25T20:56:37.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-25T20:56:37.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-08-25T20:56:37.792Z
39762026-08-25T20:56:37.792Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39772026-08-25T20:56:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-25T20:56:38.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-25T20:56:38.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-25T20:56:38.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39812026-08-25T20:56:38.404Z
39822026-08-25T20:56:38.404Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39832026-08-25T20:56:38.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-25T20:56:38.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-25T20:56:38.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-25T20:56:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39872026-08-25T20:56:39.014Z
39882026-08-25T20:56:39.014Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39892026-08-25T20:56:39.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-25T20:56:39.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-25T20:56:39.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-25T20:56:39.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39932026-08-25T20:56:39.620Z
39942026-08-25T20:56:39.620Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39952026-08-25T20:56:40.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-25T20:56:40.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-25T20:56:40.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-25T20:56:40.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-08-25T20:56:40.229Z
40002026-08-25T20:56:40.229Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
40012026-08-25T20:56:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-25T20:56:40.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-25T20:56:40.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-25T20:56:40.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40052026-08-25T20:56:40.840Z
40062026-08-25T20:56:40.840Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40072026-08-25T20:56:41.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-25T20:56:41.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-25T20:56:41.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-25T20:56:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40112026-08-25T20:56:41.452Z
40122026-08-25T20:56:41.452Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40132026-08-25T20:56:41.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-25T20:56:41.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-25T20:56:41.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-25T20:56:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40172026-08-25T20:56:42.060Z
40182026-08-25T20:56:42.060Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40192026-08-25T20:56:42.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-25T20:56:42.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-25T20:56:42.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-25T20:56:42.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40232026-08-25T20:56:42.671Z
40242026-08-25T20:56:42.671Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40252026-08-25T20:56:43.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-25T20:56:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-25T20:56:43.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-25T20:56:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40292026-08-25T20:56:43.288Z
40302026-08-25T20:56:43.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40312026-08-25T20:56:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-25T20:56:43.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-25T20:56:43.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-25T20:56:43.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40352026-08-25T20:56:43.899Z
40362026-08-25T20:56:43.899Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40372026-08-25T20:56:44.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-25T20:56:44.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-25T20:56:44.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-25T20:56:44.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40412026-08-25T20:56:44.505Z
40422026-08-25T20:56:44.505Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40432026-08-25T20:56:45.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-25T20:56:45.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-25T20:56:45.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-25T20:56:45.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40472026-08-25T20:56:45.124Z
40482026-08-25T20:56:45.124Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40492026-08-25T20:56:45.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-25T20:56:45.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-25T20:56:45.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-25T20:56:45.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40532026-08-25T20:56:45.740Z
40542026-08-25T20:56:45.740Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40552026-08-25T20:56:46.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-25T20:56:46.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-25T20:56:46.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-25T20:56:46.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40592026-08-25T20:56:46.371Z
40602026-08-25T20:56:46.371Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40612026-08-25T20:56:46.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-25T20:56:46.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-25T20:56:46.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-25T20:56:46.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40652026-08-25T20:56:46.970Z
40662026-08-25T20:56:46.970Zinfo: running `cargo check --bins` on dns-server (237/377)
40672026-08-25T20:56:47.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-25T20:56:47.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-25T20:56:47.638Z Compiling parking_lot_core v0.8.6
40702026-08-25T20:56:47.750Z Compiling git-stub v1.0.0
40712026-08-25T20:56:47.759Z Checking prefix-trie v0.7.0
40722026-08-25T20:56:47.766Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-25T20:56:47.948Z Compiling git-stub-vcs v0.1.0
40742026-08-25T20:56:48.049Z Checking hickory-server v0.25.2
40752026-08-25T20:56:48.154Z Checking parking_lot v0.11.2
40762026-08-25T20:56:48.190Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-25T20:56:48.326Z Checking sled v0.34.7
40782026-08-25T20:56:50.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
40792026-08-25T20:56:50.477Z
40802026-08-25T20:56:50.477Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40812026-08-25T20:56:50.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-25T20:56:50.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-25T20:56:50.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-25T20:56:50.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40852026-08-25T20:56:51.062Z
40862026-08-25T20:56:51.062Zinfo: running `cargo check --bins` on nexus-client (239/377)
40872026-08-25T20:56:51.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-25T20:56:51.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-25T20:56:51.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-25T20:56:51.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40912026-08-25T20:56:51.679Z
40922026-08-25T20:56:51.679Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40932026-08-25T20:56:52.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-25T20:56:52.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-25T20:56:52.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-25T20:56:52.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40972026-08-25T20:56:52.265Z
40982026-08-25T20:56:52.265Zinfo: running `cargo check --bins` on sp-sim (241/377)
40992026-08-25T20:56:52.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-25T20:56:52.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-25T20:56:52.998Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-25T20:56:53.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41032026-08-25T20:56:53.726Z
41042026-08-25T20:56:53.726Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41052026-08-25T20:56:54.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-25T20:56:54.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-25T20:56:54.573Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-25T20:56:54.704Z Compiling hashbrown v0.14.5
41092026-08-25T20:56:54.704Z Compiling rfc6979 v0.4.0
41102026-08-25T20:56:54.714Z Compiling salty v0.3.0
41112026-08-25T20:56:54.732Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-25T20:56:54.742Z Compiling primeorder v0.13.6
41132026-08-25T20:56:54.756Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-25T20:56:54.842Z Compiling ecdsa v0.16.9
41152026-08-25T20:56:54.873Z Compiling sha1 v0.10.6
41162026-08-25T20:56:54.998Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-25T20:56:55.091Z Compiling proc-macro-error2 v2.0.1
41182026-08-25T20:56:55.187Z Compiling p384 v0.13.1
41192026-08-25T20:56:55.205Z Compiling chumsky v0.9.3
41202026-08-25T20:56:55.222Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41212026-08-25T20:56:55.252Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-25T20:56:55.397Z Compiling knus-derive v3.4.0
41232026-08-25T20:56:55.430Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-25T20:56:55.498Z Checking libscf-sys v1.2.0
41252026-08-25T20:56:55.541Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41262026-08-25T20:56:55.632Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41272026-08-25T20:56:55.746Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41282026-08-25T20:56:55.771Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-25T20:56:55.934Z Checking corncobs v0.1.4
41302026-08-25T20:56:55.973Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41312026-08-25T20:56:55.995Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41322026-08-25T20:56:55.998Z Checking papergrid v0.18.0
41332026-08-25T20:56:56.023Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-25T20:56:56.071Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41352026-08-25T20:56:56.145Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41362026-08-25T20:56:56.192Z Checking secrecy v0.8.0
41372026-08-25T20:56:56.324Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41382026-08-25T20:56:56.340Z Compiling unicase v2.9.0
41392026-08-25T20:56:56.462Z Compiling progenitor-impl v0.13.0
41402026-08-25T20:56:56.530Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41412026-08-25T20:56:56.544Z Compiling mime_guess v2.0.5
41422026-08-25T20:56:56.566Z Checking crc8 v0.1.1
41432026-08-25T20:56:56.665Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41442026-08-25T20:56:56.800Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41452026-08-25T20:56:56.815Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41462026-08-25T20:56:56.819Z Checking tabled v0.21.0
41472026-08-25T20:56:56.846Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41482026-08-25T20:56:56.886Z Compiling knus v3.4.0
41492026-08-25T20:56:57.388Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41502026-08-25T20:56:57.637Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41512026-08-25T20:56:57.664Z Checking progenitor-client v0.13.0
41522026-08-25T20:56:57.806Z Checking http-range v0.1.5
41532026-08-25T20:56:57.911Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41542026-08-25T20:56:57.938Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41552026-08-25T20:56:58.025Z Checking scuffle v0.1.0
41562026-08-25T20:56:58.099Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41572026-08-25T20:56:58.287Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-25T20:56:58.602Z Checking nanorand v0.7.0
41592026-08-25T20:56:58.689Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-25T20:56:58.811Z Checking flume v0.11.1
41612026-08-25T20:56:58.949Z Checking hyper-staticfile v0.10.1
41622026-08-25T20:56:59.028Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41632026-08-25T20:56:59.061Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41642026-08-25T20:56:59.080Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41652026-08-25T20:56:59.126Z Compiling progenitor-macro v0.13.0
41662026-08-25T20:56:59.142Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41672026-08-25T20:56:59.232Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41682026-08-25T20:56:59.249Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41692026-08-25T20:56:59.434Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41702026-08-25T20:56:59.493Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41712026-08-25T20:56:59.650Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41722026-08-25T20:56:59.710Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41732026-08-25T20:56:59.873Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41742026-08-25T20:56:59.969Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41752026-08-25T20:57:00.198Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41762026-08-25T20:57:01.492Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-25T20:57:02.620Z Checking progenitor v0.13.0
41782026-08-25T20:57:02.762Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-08-25T20:57:03.504Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-08-25T20:57:04.583Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41812026-08-25T20:57:05.049Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-25T20:57:05.174Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41832026-08-25T20:57:05.175Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41842026-08-25T20:57:18.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s
41852026-08-25T20:57:18.879Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41862026-08-25T20:57:18.879Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41872026-08-25T20:57:19.075Z
41882026-08-25T20:57:19.075Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41892026-08-25T20:57:19.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-25T20:57:19.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-25T20:57:19.873Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-08-25T20:57:30.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
41932026-08-25T20:57:30.586Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-08-25T20:57:30.586Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-08-25T20:57:30.792Z
41962026-08-25T20:57:30.792Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41972026-08-25T20:57:31.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-25T20:57:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-25T20:57:32.017Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-08-25T20:57:42.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
42012026-08-25T20:57:42.336Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-08-25T20:57:42.336Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-08-25T20:57:42.470Z
42042026-08-25T20:57:42.470Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42052026-08-25T20:57:43.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-25T20:57:43.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-25T20:57:43.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-08-25T20:57:53.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
42092026-08-25T20:57:53.969Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42102026-08-25T20:57:53.969Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42112026-08-25T20:57:54.170Z
42122026-08-25T20:57:54.170Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42132026-08-25T20:57:54.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-25T20:57:54.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-25T20:57:54.964Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-08-25T20:58:05.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
42172026-08-25T20:58:05.628Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42182026-08-25T20:58:05.628Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42192026-08-25T20:58:05.829Z
42202026-08-25T20:58:05.829Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42212026-08-25T20:58:06.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-25T20:58:06.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-25T20:58:06.616Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-25T20:58:17.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
42252026-08-25T20:58:17.357Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-08-25T20:58:17.357Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-08-25T20:58:17.557Z
42282026-08-25T20:58:17.558Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42292026-08-25T20:58:18.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-25T20:58:18.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-25T20:58:18.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-08-25T20:58:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
42332026-08-25T20:58:29.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42342026-08-25T20:58:29.002Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42352026-08-25T20:58:29.186Z
42362026-08-25T20:58:29.187Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42372026-08-25T20:58:29.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-25T20:58:29.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-25T20:58:29.998Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42402026-08-25T20:58:40.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
42412026-08-25T20:58:40.894Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42422026-08-25T20:58:40.894Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42432026-08-25T20:58:41.106Z
42442026-08-25T20:58:41.106Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42452026-08-25T20:58:41.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-25T20:58:41.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-25T20:58:41.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-25T20:58:41.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42492026-08-25T20:58:41.724Z
42502026-08-25T20:58:41.725Zinfo: running `cargo check --bins` on installinator-common (251/377)
42512026-08-25T20:58:42.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-25T20:58:42.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-25T20:58:42.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-25T20:58:42.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42552026-08-25T20:58:42.353Z
42562026-08-25T20:58:42.353Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42572026-08-25T20:58:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-25T20:58:42.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-25T20:58:42.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-25T20:58:42.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42612026-08-25T20:58:42.939Z
42622026-08-25T20:58:42.940Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42632026-08-25T20:58:43.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-25T20:58:43.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-25T20:58:43.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-25T20:58:43.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42672026-08-25T20:58:43.580Z
42682026-08-25T20:58:43.580Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42692026-08-25T20:58:44.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-25T20:58:44.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-25T20:58:44.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-25T20:58:44.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42732026-08-25T20:58:44.182Z
42742026-08-25T20:58:44.182Zinfo: running `cargo check --bins` on range-requests (255/377)
42752026-08-25T20:58:44.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-25T20:58:44.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-25T20:58:44.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-25T20:58:44.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42792026-08-25T20:58:44.775Z
42802026-08-25T20:58:44.775Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42812026-08-25T20:58:45.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-25T20:58:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-25T20:58:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-25T20:58:45.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42852026-08-25T20:58:45.369Z
42862026-08-25T20:58:45.369Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42872026-08-25T20:58:45.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-25T20:58:45.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-25T20:58:45.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-25T20:58:45.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-25T20:58:45.958Z
42922026-08-25T20:58:45.959Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42932026-08-25T20:58:46.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-25T20:58:46.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-25T20:58:46.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-25T20:58:46.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42972026-08-25T20:58:46.587Z
42982026-08-25T20:58:46.587Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42992026-08-25T20:58:47.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-25T20:58:47.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-25T20:58:47.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-25T20:58:47.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43032026-08-25T20:58:47.210Z
43042026-08-25T20:58:47.210Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43052026-08-25T20:58:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-25T20:58:47.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-25T20:58:47.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-25T20:58:47.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43092026-08-25T20:58:47.873Z
43102026-08-25T20:58:47.873Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43112026-08-25T20:58:48.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-25T20:58:48.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-25T20:58:48.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-25T20:58:48.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43152026-08-25T20:58:48.454Z
43162026-08-25T20:58:48.455Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43172026-08-25T20:58:49.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-25T20:58:49.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-25T20:58:49.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-25T20:58:49.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43212026-08-25T20:58:49.118Z
43222026-08-25T20:58:49.118Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43232026-08-25T20:58:49.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-25T20:58:49.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-25T20:58:49.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-25T20:58:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43272026-08-25T20:58:49.701Z
43282026-08-25T20:58:49.701Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43292026-08-25T20:58:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-25T20:58:50.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-25T20:58:50.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-25T20:58:50.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43332026-08-25T20:58:50.330Z
43342026-08-25T20:58:50.330Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43352026-08-25T20:58:50.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-25T20:58:50.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-25T20:58:50.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-25T20:58:50.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43392026-08-25T20:58:50.950Z
43402026-08-25T20:58:50.950Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43412026-08-25T20:58:51.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-25T20:58:51.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-25T20:58:51.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-25T20:58:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43452026-08-25T20:58:51.605Z
43462026-08-25T20:58:51.605Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43472026-08-25T20:58:52.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-25T20:58:52.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-25T20:58:52.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-25T20:58:52.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43512026-08-25T20:58:52.195Z
43522026-08-25T20:58:52.196Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43532026-08-25T20:58:52.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-25T20:58:52.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-25T20:58:52.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-25T20:58:52.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-08-25T20:58:52.798Z
43582026-08-25T20:58:52.798Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43592026-08-25T20:58:53.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-25T20:58:53.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-25T20:58:53.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-25T20:58:53.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-25T20:58:53.439Z
43642026-08-25T20:58:53.440Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43652026-08-25T20:58:53.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-25T20:58:53.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-25T20:58:53.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-25T20:58:53.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43692026-08-25T20:58:54.048Z
43702026-08-25T20:58:54.048Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43712026-08-25T20:58:54.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-25T20:58:54.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-25T20:58:54.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-25T20:58:54.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43752026-08-25T20:58:54.686Z
43762026-08-25T20:58:54.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43772026-08-25T20:58:55.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-25T20:58:55.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-25T20:58:55.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-25T20:58:55.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-08-25T20:58:55.316Z
43822026-08-25T20:58:55.316Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43832026-08-25T20:58:55.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-25T20:58:55.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-25T20:58:55.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-25T20:58:55.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43872026-08-25T20:58:55.948Z
43882026-08-25T20:58:55.948Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43892026-08-25T20:58:56.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-25T20:58:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-25T20:58:56.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-25T20:58:56.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43932026-08-25T20:58:56.597Z
43942026-08-25T20:58:56.598Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43952026-08-25T20:59:01.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-25T20:59:01.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-25T20:59:01.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-25T20:59:01.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-08-25T20:59:01.208Z
44002026-08-25T20:59:01.208Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44012026-08-25T20:59:01.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-25T20:59:01.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-25T20:59:01.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-25T20:59:01.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44052026-08-25T20:59:01.208Z
44062026-08-25T20:59:01.208Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44072026-08-25T20:59:01.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-25T20:59:01.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-25T20:59:01.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-25T20:59:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44112026-08-25T20:59:01.258Z
44122026-08-25T20:59:01.258Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44132026-08-25T20:59:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-25T20:59:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-25T20:59:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-25T20:59:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44172026-08-25T20:59:01.258Z
44182026-08-25T20:59:01.258Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44192026-08-25T20:59:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-25T20:59:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-25T20:59:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-25T20:59:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44232026-08-25T20:59:01.258Z
44242026-08-25T20:59:01.258Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44252026-08-25T20:59:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-25T20:59:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-25T20:59:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-25T20:59:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44292026-08-25T20:59:01.258Z
44302026-08-25T20:59:01.258Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44312026-08-25T20:59:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-25T20:59:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-25T20:59:01.258Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44342026-08-25T20:59:01.339Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44352026-08-25T20:59:02.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
44362026-08-25T20:59:02.766Z
44372026-08-25T20:59:02.767Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44382026-08-25T20:59:03.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-25T20:59:03.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-25T20:59:03.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-25T20:59:03.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44422026-08-25T20:59:03.378Z
44432026-08-25T20:59:03.378Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44442026-08-25T20:59:03.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-25T20:59:03.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-25T20:59:03.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-25T20:59:03.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44482026-08-25T20:59:03.980Z
44492026-08-25T20:59:03.980Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44502026-08-25T20:59:04.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-25T20:59:04.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-25T20:59:04.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-25T20:59:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44542026-08-25T20:59:04.591Z
44552026-08-25T20:59:04.591Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44562026-08-25T20:59:05.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-25T20:59:05.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-25T20:59:05.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-25T20:59:05.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44602026-08-25T20:59:05.198Z
44612026-08-25T20:59:05.198Zinfo: running `cargo check --bins` on installinator-client (286/377)
44622026-08-25T20:59:05.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-25T20:59:05.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-25T20:59:05.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-25T20:59:05.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44662026-08-25T20:59:05.794Z
44672026-08-25T20:59:05.795Zinfo: running `cargo check --bins` on oxide-client (287/377)
44682026-08-25T20:59:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-25T20:59:06.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-25T20:59:06.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-25T20:59:06.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-08-25T20:59:06.385Z
44732026-08-25T20:59:06.385Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44742026-08-25T20:59:06.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-25T20:59:06.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-25T20:59:06.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-25T20:59:06.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-25T20:59:06.977Z
44792026-08-25T20:59:06.978Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44802026-08-25T20:59:07.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-25T20:59:07.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-25T20:59:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-25T20:59:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44842026-08-25T20:59:07.587Z
44852026-08-25T20:59:07.587Zinfo: running `cargo check --bins` on wicket-common (290/377)
44862026-08-25T20:59:08.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-25T20:59:08.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-25T20:59:08.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-25T20:59:08.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44902026-08-25T20:59:08.189Z
44912026-08-25T20:59:08.189Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44922026-08-25T20:59:08.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-25T20:59:08.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-25T20:59:08.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-25T20:59:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44962026-08-25T20:59:08.792Z
44972026-08-25T20:59:08.792Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44982026-08-25T20:59:09.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-25T20:59:09.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-25T20:59:09.490Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-08-25T20:59:09.494Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45022026-08-25T20:59:10.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
45032026-08-25T20:59:10.890Z
45042026-08-25T20:59:10.890Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45052026-08-25T20:59:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-25T20:59:11.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-25T20:59:11.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-25T20:59:11.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45092026-08-25T20:59:11.479Z
45102026-08-25T20:59:11.479Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45112026-08-25T20:59:12.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-25T20:59:12.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-25T20:59:12.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-25T20:59:12.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45152026-08-25T20:59:12.154Z
45162026-08-25T20:59:12.154Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45172026-08-25T20:59:12.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-25T20:59:12.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-25T20:59:12.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-25T20:59:12.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45212026-08-25T20:59:12.829Z
45222026-08-25T20:59:12.829Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45232026-08-25T20:59:13.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-25T20:59:13.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-25T20:59:13.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-25T20:59:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45272026-08-25T20:59:13.480Z
45282026-08-25T20:59:13.481Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45292026-08-25T20:59:14.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-25T20:59:14.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-25T20:59:14.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-25T20:59:14.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45332026-08-25T20:59:14.136Z
45342026-08-25T20:59:14.136Zinfo: running `cargo check --bins` on db-macros (298/377)
45352026-08-25T20:59:14.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-25T20:59:14.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-25T20:59:14.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-25T20:59:14.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45392026-08-25T20:59:14.719Z
45402026-08-25T20:59:14.719Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45412026-08-25T20:59:15.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-25T20:59:15.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-25T20:59:15.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-25T20:59:15.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45452026-08-25T20:59:15.302Z
45462026-08-25T20:59:15.302Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45472026-08-25T20:59:15.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-25T20:59:15.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-25T20:59:15.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-25T20:59:15.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45512026-08-25T20:59:15.948Z
45522026-08-25T20:59:15.948Zinfo: running `cargo check --bins` on authz-macros (301/377)
45532026-08-25T20:59:16.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-25T20:59:16.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-25T20:59:16.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-25T20:59:16.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45572026-08-25T20:59:16.525Z
45582026-08-25T20:59:16.525Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45592026-08-25T20:59:17.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-25T20:59:17.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-25T20:59:17.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-25T20:59:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45632026-08-25T20:59:17.160Z
45642026-08-25T20:59:17.160Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45652026-08-25T20:59:17.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-25T20:59:17.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-25T20:59:17.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-25T20:59:17.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45692026-08-25T20:59:17.800Z
45702026-08-25T20:59:17.800Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45712026-08-25T20:59:18.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-25T20:59:18.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-25T20:59:18.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-25T20:59:18.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-08-25T20:59:18.386Z
45762026-08-25T20:59:18.386Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45772026-08-25T20:59:18.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-25T20:59:18.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-25T20:59:18.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-25T20:59:18.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45812026-08-25T20:59:18.984Z
45822026-08-25T20:59:18.984Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45832026-08-25T20:59:19.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-25T20:59:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-25T20:59:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-25T20:59:19.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45872026-08-25T20:59:19.565Z
45882026-08-25T20:59:19.565Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45892026-08-25T20:59:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-25T20:59:20.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-25T20:59:20.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-25T20:59:20.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45932026-08-25T20:59:20.209Z
45942026-08-25T20:59:20.209Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45952026-08-25T20:59:20.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-25T20:59:20.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-25T20:59:20.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-25T20:59:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45992026-08-25T20:59:20.857Z
46002026-08-25T20:59:20.857Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46012026-08-25T20:59:21.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-25T20:59:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-25T20:59:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-25T20:59:21.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46052026-08-25T20:59:21.505Z
46062026-08-25T20:59:21.505Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46072026-08-25T20:59:22.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-25T20:59:22.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-25T20:59:22.248Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46102026-08-25T20:59:22.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46112026-08-25T20:59:22.931Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46122026-08-25T20:59:24.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
46132026-08-25T20:59:24.865Z
46142026-08-25T20:59:24.866Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46152026-08-25T20:59:25.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-25T20:59:25.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-25T20:59:25.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-25T20:59:25.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46192026-08-25T20:59:25.457Z
46202026-08-25T20:59:25.457Zinfo: running `cargo check --bins` on cert-dev (312/377)
46212026-08-25T20:59:25.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-25T20:59:25.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-25T20:59:26.082Z Checking yasna v0.5.2
46242026-08-25T20:59:26.490Z Checking rcgen v0.12.1
46252026-08-25T20:59:26.753Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46262026-08-25T20:59:26.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46272026-08-25T20:59:27.128Z
46282026-08-25T20:59:27.128Zinfo: running `cargo check --bins` on clickana (313/377)
46292026-08-25T20:59:27.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-25T20:59:27.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-25T20:59:27.796Z Compiling instability v0.3.11
46322026-08-25T20:59:27.796Z Checking castaway v0.2.4
46332026-08-25T20:59:27.800Z Compiling indoc v2.0.7
46342026-08-25T20:59:27.800Z Checking unicode-truncate v1.1.0
46352026-08-25T20:59:27.800Z Checking lru v0.12.5
46362026-08-25T20:59:27.801Z Checking cassowary v0.3.0
46372026-08-25T20:59:28.002Z Checking compact_str v0.8.1
46382026-08-25T20:59:28.844Z Checking ratatui v0.29.0
46392026-08-25T20:59:29.942Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46402026-08-25T20:59:30.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
46412026-08-25T20:59:30.882Z
46422026-08-25T20:59:30.883Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46432026-08-25T20:59:31.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-25T20:59:31.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-25T20:59:31.632Z Checking headers-core v0.3.0
46462026-08-25T20:59:31.632Z Checking port-file v0.1.0
46472026-08-25T20:59:31.636Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46482026-08-25T20:59:31.835Z Checking headers v0.4.1
46492026-08-25T20:59:32.211Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502026-08-25T20:59:33.198Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46512026-08-25T20:59:33.735Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46522026-08-25T20:59:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
46532026-08-25T20:59:34.389Z
46542026-08-25T20:59:34.389Zinfo: running `cargo check --bins` on ch-dev (315/377)
46552026-08-25T20:59:34.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-25T20:59:34.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-25T20:59:35.135Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46582026-08-25T20:59:35.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46592026-08-25T20:59:36.123Z
46602026-08-25T20:59:36.123Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46612026-08-25T20:59:36.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-25T20:59:36.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-25T20:59:36.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-25T20:59:36.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
46652026-08-25T20:59:36.563Z
46662026-08-25T20:59:36.563Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46672026-08-25T20:59:37.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-25T20:59:37.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-25T20:59:37.219Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46702026-08-25T20:59:37.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46712026-08-25T20:59:37.800Z
46722026-08-25T20:59:37.800Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46732026-08-25T20:59:38.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-25T20:59:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-25T20:59:38.544Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46762026-08-25T20:59:39.675Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46772026-08-25T20:59:40.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
46782026-08-25T20:59:40.243Z
46792026-08-25T20:59:40.243Zinfo: running `cargo check --bins` on db-dev (319/377)
46802026-08-25T20:59:40.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-25T20:59:40.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-25T20:59:41.476Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46832026-08-25T20:59:41.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46842026-08-25T20:59:42.006Z
46852026-08-25T20:59:42.006Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46862026-08-25T20:59:42.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-25T20:59:42.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-25T20:59:42.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-25T20:59:42.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
46902026-08-25T20:59:42.644Z
46912026-08-25T20:59:42.644Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46922026-08-25T20:59:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-25T20:59:43.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-25T20:59:43.276Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46952026-08-25T20:59:43.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46962026-08-25T20:59:44.162Z
46972026-08-25T20:59:44.162Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46982026-08-25T20:59:44.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-25T20:59:44.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-25T20:59:44.938Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-25T20:59:44.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-25T20:59:44.944Z Checking git-stub v1.0.0
47032026-08-25T20:59:44.945Z Compiling trait-variant v0.1.2
47042026-08-25T20:59:44.945Z Checking maplit v1.0.2
47052026-08-25T20:59:45.072Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47062026-08-25T20:59:45.079Z Checking drift v0.2.0
47072026-08-25T20:59:45.088Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47082026-08-25T20:59:45.138Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47092026-08-25T20:59:45.200Z Checking git-stub-vcs v0.1.0
47102026-08-25T20:59:45.291Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47112026-08-25T20:59:45.310Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47122026-08-25T20:59:45.399Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47132026-08-25T20:59:45.462Z Checking dropshot-api-manager v0.8.0
47142026-08-25T20:59:45.480Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47152026-08-25T20:59:45.599Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47162026-08-25T20:59:45.823Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-25T20:59:46.342Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47182026-08-25T20:59:47.345Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47192026-08-25T20:59:48.396Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47202026-08-25T20:59:49.228Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47212026-08-25T20:59:49.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
47222026-08-25T20:59:49.908Z
47232026-08-25T20:59:49.908Zinfo: running `cargo check --bins` on installinator-api (323/377)
47242026-08-25T20:59:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-25T20:59:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-25T20:59:50.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-25T20:59:50.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47282026-08-25T20:59:50.505Z
47292026-08-25T20:59:50.505Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47302026-08-25T20:59:51.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-25T20:59:51.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-25T20:59:51.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-25T20:59:51.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47342026-08-25T20:59:51.150Z
47352026-08-25T20:59:51.150Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47362026-08-25T20:59:51.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-25T20:59:51.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-25T20:59:51.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-25T20:59:51.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47402026-08-25T20:59:51.790Z
47412026-08-25T20:59:51.790Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47422026-08-25T20:59:52.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-25T20:59:52.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-25T20:59:52.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-25T20:59:52.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47462026-08-25T20:59:52.435Z
47472026-08-25T20:59:52.435Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47482026-08-25T20:59:52.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-25T20:59:52.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-25T20:59:52.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-25T20:59:52.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47522026-08-25T20:59:53.029Z
47532026-08-25T20:59:53.029Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47542026-08-25T20:59:53.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-25T20:59:53.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-25T20:59:53.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-25T20:59:53.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47582026-08-25T20:59:53.621Z
47592026-08-25T20:59:53.621Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47602026-08-25T20:59:54.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-25T20:59:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-25T20:59:54.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-25T20:59:54.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47642026-08-25T20:59:54.233Z
47652026-08-25T20:59:54.233Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47662026-08-25T20:59:54.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-25T20:59:54.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-25T20:59:54.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-25T20:59:54.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47702026-08-25T20:59:54.843Z
47712026-08-25T20:59:54.843Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47722026-08-25T20:59:55.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-25T20:59:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-25T20:59:55.485Z Compiling blake3 v1.8.5
47752026-08-25T20:59:55.597Z Checking arrayref v0.3.9
47762026-08-25T20:59:55.597Z Checking arrayvec v0.7.6
47772026-08-25T20:59:55.607Z Checking constant_time_eq v0.4.2
47782026-08-25T20:59:55.621Z Checking cargo-platform v0.3.2
47792026-08-25T20:59:55.621Z Checking topological-sort v0.2.2
47802026-08-25T20:59:55.625Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47812026-08-25T20:59:55.786Z Checking cargo_metadata v0.23.1
47822026-08-25T20:59:56.498Z Checking omicron-zone-package v0.12.3
47832026-08-25T20:59:57.227Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47842026-08-25T20:59:58.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
47852026-08-25T20:59:58.260Z
47862026-08-25T20:59:58.260Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47872026-08-25T20:59:58.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-25T20:59:58.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-25T20:59:59.021Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47902026-08-25T20:59:59.679Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47912026-08-25T21:00:00.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
47922026-08-25T21:00:00.414Z
47932026-08-25T21:00:00.414Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47942026-08-25T21:00:00.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-25T21:00:00.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-25T21:00:01.442Z Compiling darling_core v0.21.3
47972026-08-25T21:00:01.442Z Compiling vergen-lib v0.1.6
47982026-08-25T21:00:01.442Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47992026-08-25T21:00:01.445Z Compiling diesel_derives v2.3.7
48002026-08-25T21:00:01.446Z Checking scheduled-thread-pool v0.2.7
48012026-08-25T21:00:01.446Z Compiling vergen-gitcl v1.0.8
48022026-08-25T21:00:01.446Z Compiling diesel_table_macro_syntax v0.3.0
48032026-08-25T21:00:01.446Z Compiling dirs-sys-next v0.1.2
48042026-08-25T21:00:01.740Z Compiling glob v0.3.3
48052026-08-25T21:00:01.798Z Compiling crunchy v0.2.4
48062026-08-25T21:00:01.871Z Checking r2d2 v0.8.10
48072026-08-25T21:00:01.887Z Compiling dirs-next v2.0.0
48082026-08-25T21:00:01.919Z Checking downcast-rs v2.0.2
48092026-08-25T21:00:02.009Z Compiling tiny-keccak v2.0.2
48102026-08-25T21:00:02.026Z Compiling term v0.7.0
48112026-08-25T21:00:02.069Z Compiling bit-vec v0.6.3
48122026-08-25T21:00:02.132Z Compiling clang-sys v1.8.1
48132026-08-25T21:00:02.277Z Compiling bit-set v0.5.3
48142026-08-25T21:00:02.293Z Compiling ascii-canvas v3.0.0
48152026-08-25T21:00:02.440Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48162026-08-25T21:00:02.522Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48172026-08-25T21:00:02.548Z Compiling itertools v0.10.5
48182026-08-25T21:00:02.588Z Compiling ena v0.14.4
48192026-08-25T21:00:02.634Z Compiling libloading v0.8.9
48202026-08-25T21:00:02.664Z Compiling bindgen v0.71.1
48212026-08-25T21:00:02.681Z Compiling regex-syntax v0.6.29
48222026-08-25T21:00:02.797Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48232026-08-25T21:00:02.810Z Compiling diff v0.1.13
48242026-08-25T21:00:03.100Z Compiling cexpr v0.6.0
48252026-08-25T21:00:03.121Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48262026-08-25T21:00:03.322Z Compiling rustc-hash v2.1.1
48272026-08-25T21:00:03.415Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-08-25T21:00:03.658Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48292026-08-25T21:00:03.676Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48302026-08-25T21:00:03.784Z Compiling libxml v0.3.3
48312026-08-25T21:00:03.809Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48322026-08-25T21:00:03.973Z Compiling strum_macros v0.24.3
48332026-08-25T21:00:04.002Z Compiling indoc v1.0.9
48342026-08-25T21:00:04.050Z Compiling lalrpop v0.19.12
48352026-08-25T21:00:04.224Z Compiling darling_macro v0.21.3
48362026-08-25T21:00:04.760Z Compiling darling v0.21.3
48372026-08-25T21:00:04.838Z Compiling dsl_auto_type v0.2.0
48382026-08-25T21:00:04.983Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48392026-08-25T21:00:05.180Z Checking derive_builder v0.20.2
48402026-08-25T21:00:05.307Z Compiling oso-derive v0.27.3
48412026-08-25T21:00:05.390Z Checking quick-xml v0.37.5
48422026-08-25T21:00:05.456Z Compiling impl-trait-for-tuples v0.2.3
48432026-08-25T21:00:05.833Z Checking openssl-probe v0.1.6
48442026-08-25T21:00:06.011Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48452026-08-25T21:00:06.357Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48462026-08-25T21:00:06.554Z Checking bb8 v0.8.6
48472026-08-25T21:00:06.598Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-25T21:00:06.774Z Checking nonempty v0.12.0
48492026-08-25T21:00:06.818Z Compiling libz-sys v1.1.24
48502026-08-25T21:00:06.847Z Compiling strsim v0.10.0
48512026-08-25T21:00:06.944Z Compiling libgit2-sys v0.18.3+1.9.2
48522026-08-25T21:00:07.101Z Compiling darling_core v0.13.4
48532026-08-25T21:00:07.192Z Compiling vergen-git2 v9.1.0
48542026-08-25T21:00:07.418Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-25T21:00:07.442Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-25T21:00:07.638Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48572026-08-25T21:00:07.856Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48582026-08-25T21:00:08.047Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48592026-08-25T21:00:08.246Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48602026-08-25T21:00:08.439Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48612026-08-25T21:00:08.443Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-25T21:00:08.635Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48632026-08-25T21:00:08.832Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48642026-08-25T21:00:09.030Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48652026-08-25T21:00:09.058Z Compiling darling_macro v0.13.4
48662026-08-25T21:00:09.223Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48672026-08-25T21:00:09.575Z Compiling darling v0.13.4
48682026-08-25T21:00:09.648Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48692026-08-25T21:00:09.673Z Compiling serde_with_macros v1.5.2
48702026-08-25T21:00:10.038Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48712026-08-25T21:00:10.548Z Compiling serde_with v1.14.0
48722026-08-25T21:00:10.637Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48732026-08-25T21:00:10.842Z Checking twox-hash v2.1.2
48742026-08-25T21:00:10.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48752026-08-25T21:00:10.999Z Checking diesel v2.3.7
48762026-08-25T21:00:11.223Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48772026-08-25T21:00:11.804Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48782026-08-25T21:00:12.814Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48792026-08-25T21:00:13.148Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48802026-08-25T21:00:13.495Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48812026-08-25T21:00:13.858Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48822026-08-25T21:00:14.030Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48832026-08-25T21:00:14.499Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48842026-08-25T21:00:14.540Z Checking libsw-core v0.3.2
48852026-08-25T21:00:14.703Z Checking atty v0.2.14
48862026-08-25T21:00:14.812Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-25T21:00:15.243Z Checking libsw v3.5.0
48882026-08-25T21:00:15.269Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-25T21:00:15.372Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48902026-08-25T21:00:15.409Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48912026-08-25T21:00:15.427Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48922026-08-25T21:00:16.785Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48932026-08-25T21:00:17.062Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48942026-08-25T21:00:17.583Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48952026-08-25T21:00:17.838Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-25T21:00:18.358Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48972026-08-25T21:00:18.555Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48982026-08-25T21:00:18.712Z Checking fatfs v0.3.6
48992026-08-25T21:00:18.869Z Checking console v0.16.2
49002026-08-25T21:00:19.204Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49012026-08-25T21:00:19.208Z Compiling seq-macro v0.3.6
49022026-08-25T21:00:19.752Z Checking unit-prefix v0.5.2
49032026-08-25T21:00:19.895Z Checking indicatif v0.18.4
49042026-08-25T21:00:20.325Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49052026-08-25T21:00:20.348Z Checking oxide-update-engine-display v0.1.2
49062026-08-25T21:00:20.612Z Checking support-bundle-viewer v0.1.2
49072026-08-25T21:00:20.668Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49082026-08-25T21:00:20.874Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49092026-08-25T21:00:21.014Z Checking multimap v0.10.1
49102026-08-25T21:00:27.245Z Checking diesel-dtrace v0.5.0
49112026-08-25T21:00:27.504Z Checking async-bb8-diesel v0.2.1
49122026-08-25T21:00:30.815Z Compiling samael v0.0.19
49132026-08-25T21:00:36.258Z Compiling git2 v0.20.4
49142026-08-25T21:00:36.946Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49152026-08-25T21:00:38.876Z Compiling polar-core v0.27.3
49162026-08-25T21:00:38.894Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49172026-08-25T21:00:43.592Z Checking oso v0.27.3
49182026-08-25T21:01:16.894Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49192026-08-25T21:02:35.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
49202026-08-25T21:02:35.657Z
49212026-08-25T21:02:35.657Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49222026-08-25T21:02:36.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-25T21:02:36.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-25T21:02:36.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-25T21:02:36.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
49262026-08-25T21:02:36.361Z
49272026-08-25T21:02:36.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49282026-08-25T21:02:36.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-25T21:02:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-25T21:02:36.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-25T21:02:36.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49322026-08-25T21:02:37.033Z
49332026-08-25T21:02:37.033Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49342026-08-25T21:02:37.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-25T21:02:37.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-25T21:02:37.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-25T21:02:37.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49382026-08-25T21:02:37.697Z
49392026-08-25T21:02:37.697Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49402026-08-25T21:02:38.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-25T21:02:38.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-25T21:02:38.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-25T21:02:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49442026-08-25T21:02:38.277Z
49452026-08-25T21:02:38.277Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49462026-08-25T21:02:38.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-25T21:02:38.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-25T21:02:39.140Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-25T21:02:39.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49502026-08-25T21:02:40.139Z
49512026-08-25T21:02:40.139Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49522026-08-25T21:02:40.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-25T21:02:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-25T21:02:40.999Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-08-25T21:03:21.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.50s
49562026-08-25T21:03:21.872Z
49572026-08-25T21:03:21.872Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49582026-08-25T21:03:22.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-25T21:03:22.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-25T21:03:22.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-25T21:03:22.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
49622026-08-25T21:03:22.463Z
49632026-08-25T21:03:22.463Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49642026-08-25T21:03:22.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-25T21:03:22.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-25T21:03:22.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-25T21:03:22.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
49682026-08-25T21:03:23.056Z
49692026-08-25T21:03:23.056Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49702026-08-25T21:03:23.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-25T21:03:23.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-25T21:03:23.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-25T21:03:23.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
49742026-08-25T21:03:23.713Z
49752026-08-25T21:03:23.713Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49762026-08-25T21:03:24.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-25T21:03:24.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-25T21:03:24.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-25T21:03:24.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49802026-08-25T21:03:24.381Z
49812026-08-25T21:03:24.381Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49822026-08-25T21:03:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-25T21:03:24.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-25T21:03:24.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-25T21:03:24.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49862026-08-25T21:03:25.047Z
49872026-08-25T21:03:25.047Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49882026-08-25T21:03:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-25T21:03:25.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-25T21:03:25.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-25T21:03:25.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
49922026-08-25T21:03:25.700Z
49932026-08-25T21:03:25.700Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49942026-08-25T21:03:26.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-25T21:03:26.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-25T21:03:26.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-25T21:03:26.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49982026-08-25T21:03:26.364Z
49992026-08-25T21:03:26.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
50002026-08-25T21:03:26.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-25T21:03:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-25T21:03:26.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-25T21:03:26.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
50042026-08-25T21:03:27.029Z
50052026-08-25T21:03:27.029Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50062026-08-25T21:03:27.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-25T21:03:27.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-25T21:03:27.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-25T21:03:27.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50102026-08-25T21:03:27.674Z
50112026-08-25T21:03:27.674Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50122026-08-25T21:03:28.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-25T21:03:28.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-25T21:03:28.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-25T21:03:28.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
50162026-08-25T21:03:28.333Z
50172026-08-25T21:03:28.333Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50182026-08-25T21:03:28.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-25T21:03:28.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-25T21:03:28.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-25T21:03:28.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50222026-08-25T21:03:28.980Z
50232026-08-25T21:03:28.980Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50242026-08-25T21:03:29.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-25T21:03:29.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-25T21:03:29.900Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50272026-08-25T21:03:29.903Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50282026-08-25T21:03:30.092Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50292026-08-25T21:03:30.120Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50302026-08-25T21:03:30.138Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50312026-08-25T21:03:30.155Z Checking yansi v1.0.1
50322026-08-25T21:03:30.158Z Checking diff v0.1.13
50332026-08-25T21:03:30.158Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50342026-08-25T21:03:30.229Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50352026-08-25T21:03:30.400Z Checking pretty_assertions v1.4.1
50362026-08-25T21:03:31.182Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50372026-08-25T21:03:31.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50382026-08-25T21:03:56.316Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50392026-08-25T21:03:56.320Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50402026-08-25T21:03:56.320Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50412026-08-25T21:03:56.320Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50422026-08-25T21:03:56.320Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50432026-08-25T21:03:56.320Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50442026-08-25T21:03:56.320Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50452026-08-25T21:03:57.193Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50462026-08-25T21:03:57.193Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50472026-08-25T21:03:58.471Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50482026-08-25T21:04:37.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50492026-08-25T21:04:37.040Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50502026-08-25T21:04:37.040Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50512026-08-25T21:04:37.244Z
50522026-08-25T21:04:37.244Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50532026-08-25T21:04:38.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-25T21:04:38.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-25T21:04:38.538Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50562026-08-25T21:04:38.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50572026-08-25T21:04:38.781Z
50582026-08-25T21:04:38.781Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50592026-08-25T21:04:39.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-25T21:04:39.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-25T21:04:39.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-25T21:04:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50632026-08-25T21:04:39.341Z
50642026-08-25T21:04:39.341Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50652026-08-25T21:04:39.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-25T21:04:39.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-25T21:04:39.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50682026-08-25T21:04:39.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50692026-08-25T21:04:39.926Z
50702026-08-25T21:04:39.926Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50712026-08-25T21:04:40.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50722026-08-25T21:04:40.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50732026-08-25T21:04:40.707Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50742026-08-25T21:04:40.828Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50752026-08-25T21:04:40.836Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50762026-08-25T21:05:08.055Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50772026-08-25T21:05:08.461Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50782026-08-25T21:05:10.249Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50792026-08-25T21:05:10.729Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50802026-08-25T21:05:13.891Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50812026-08-25T21:05:38.438Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50822026-08-25T21:05:39.181Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50832026-08-25T21:05:40.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50842026-08-25T21:05:41.117Z
50852026-08-25T21:05:41.118Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50862026-08-25T21:05:41.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-25T21:05:41.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-25T21:05:41.841Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50892026-08-25T21:05:42.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50902026-08-25T21:05:42.820Z
50912026-08-25T21:05:42.820Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50922026-08-25T21:05:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-25T21:05:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-25T21:05:43.356Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50952026-08-25T21:05:43.374Z Compiling fs-err v2.11.0
50962026-08-25T21:05:43.477Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50972026-08-25T21:05:43.505Z Checking parse-size v1.1.0
50982026-08-25T21:05:43.516Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50992026-08-25T21:05:43.516Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51002026-08-25T21:05:43.518Z Checking shell-words v1.1.1
51012026-08-25T21:05:43.583Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-25T21:05:43.907Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-25T21:05:44.086Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51042026-08-25T21:05:44.766Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51052026-08-25T21:05:45.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
51062026-08-25T21:05:45.896Z
51072026-08-25T21:05:45.896Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51082026-08-25T21:05:46.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T21:05:46.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T21:05:46.530Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51112026-08-25T21:05:47.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51122026-08-25T21:05:47.196Z
51132026-08-25T21:05:47.197Zinfo: running `cargo check --bins` on schema (359/377)
51142026-08-25T21:05:47.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-25T21:05:47.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-25T21:05:47.926Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51172026-08-25T21:05:48.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
51182026-08-25T21:05:48.817Z
51192026-08-25T21:05:48.817Zinfo: running `cargo check --bins` on xtask (360/377)
51202026-08-25T21:05:49.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-25T21:05:49.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-25T21:05:49.219Z Checking serde_core v1.0.228
51232026-08-25T21:05:49.219Z Checking libc v0.2.185
51242026-08-25T21:05:49.223Z Checking bitflags v2.11.0
51252026-08-25T21:05:49.305Z Checking scroll v0.12.0
51262026-08-25T21:05:49.308Z Checking thiserror v1.0.69
51272026-08-25T21:05:49.317Z Checking log v0.4.33
51282026-08-25T21:05:49.321Z Checking indexmap v2.14.0
51292026-08-25T21:05:49.321Z Checking zerocopy v0.7.35
51302026-08-25T21:05:49.396Z Checking syn v2.0.117
51312026-08-25T21:05:49.435Z Checking dtrace-parser v0.2.0
51322026-08-25T21:05:49.452Z Checking once_cell v1.21.3
51332026-08-25T21:05:49.518Z Checking goblin v0.8.2
51342026-08-25T21:05:49.574Z Checking errno v0.3.14
51352026-08-25T21:05:49.620Z Checking thread-id v4.2.2
51362026-08-25T21:05:49.664Z Checking getrandom v0.4.3
51372026-08-25T21:05:49.690Z Checking rustix v1.1.4
51382026-08-25T21:05:49.700Z Checking memmap v0.7.0
51392026-08-25T21:05:49.789Z Checking thiserror v2.0.18
51402026-08-25T21:05:49.813Z Checking fs-err v3.3.0
51412026-08-25T21:05:49.859Z Checking anyhow v1.0.104
51422026-08-25T21:05:49.863Z Checking tabled v0.15.0
51432026-08-25T21:05:50.452Z Checking terminal_size v0.4.3
51442026-08-25T21:05:50.456Z Checking tempfile v3.27.0
51452026-08-25T21:05:50.578Z Checking clap_builder v4.6.0
51462026-08-25T21:05:50.581Z Checking textwrap v0.16.2
51472026-08-25T21:05:50.740Z Checking serde v1.0.228
51482026-08-25T21:05:50.740Z Checking serde_json v1.0.151
51492026-08-25T21:05:50.740Z Checking camino v1.2.5
51502026-08-25T21:05:50.785Z Checking semver v1.0.28
51512026-08-25T21:05:50.953Z Checking cargo-platform v0.3.2
51522026-08-25T21:05:50.998Z Checking camino-tempfile v1.4.1
51532026-08-25T21:05:51.145Z Checking toml_datetime v0.6.11
51542026-08-25T21:05:51.148Z Checking serde_spanned v0.6.9
51552026-08-25T21:05:51.148Z Checking macaddr v1.0.1
51562026-08-25T21:05:51.148Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51572026-08-25T21:05:51.317Z Checking toml_edit v0.22.27
51582026-08-25T21:05:51.351Z Checking dof v0.3.0
51592026-08-25T21:05:51.351Z Checking cargo_metadata v0.23.1
51602026-08-25T21:05:51.614Z Checking usdt-impl v0.5.0
51612026-08-25T21:05:51.751Z Checking clap v4.6.1
51622026-08-25T21:05:51.868Z Checking usdt v0.5.0
51632026-08-25T21:05:52.290Z Checking toml v0.8.23
51642026-08-25T21:05:52.548Z Checking cargo_toml v0.21.0
51652026-08-25T21:05:53.175Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51662026-08-25T21:05:53.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
51672026-08-25T21:05:53.667Z
51682026-08-25T21:05:53.668Zinfo: running `cargo check --bins` on dnsadm (361/377)
51692026-08-25T21:05:54.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51702026-08-25T21:05:54.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51712026-08-25T21:05:54.307Z Checking arc-swap v1.8.2
51722026-08-25T21:05:54.588Z Checking slog-scope v4.4.1
51732026-08-25T21:05:54.698Z Checking slog-stdlog v4.1.1
51742026-08-25T21:05:54.794Z Checking slog-envlogger v2.2.0
51752026-08-25T21:05:54.909Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51762026-08-25T21:05:55.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
51772026-08-25T21:05:55.497Z
51782026-08-25T21:05:55.497Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51792026-08-25T21:05:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51802026-08-25T21:05:56.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51812026-08-25T21:05:56.312Z Checking cpubits v0.1.1
51822026-08-25T21:05:56.437Z Checking pem-rfc7468 v1.0.0
51832026-08-25T21:05:56.451Z Checking hmac v0.13.0
51842026-08-25T21:05:56.455Z Checking universal-hash v0.6.1
51852026-08-25T21:05:56.475Z Checking ctr v0.10.1
51862026-08-25T21:05:56.475Z Checking aead v0.6.1
51872026-08-25T21:05:56.503Z Checking crypto-bigint v0.7.5
51882026-08-25T21:05:56.504Z Checking aes v0.9.1
51892026-08-25T21:05:56.531Z Checking salsa20 v0.11.0
51902026-08-25T21:05:56.577Z Checking der v0.8.0
51912026-08-25T21:05:56.580Z Checking polyval v0.7.1
51922026-08-25T21:05:56.605Z Checking pbkdf2 v0.13.0
51932026-08-25T21:05:56.647Z Checking cbc v0.2.1
51942026-08-25T21:05:56.654Z Checking ff v0.14.0
51952026-08-25T21:05:56.699Z Checking signature v3.0.0
51962026-08-25T21:05:56.716Z Checking scrypt v0.12.0
51972026-08-25T21:05:56.754Z Checking ghash v0.6.0
51982026-08-25T21:05:56.791Z Checking group v0.14.0
51992026-08-25T21:05:56.809Z Checking base16ct v1.0.0
52002026-08-25T21:05:56.847Z Checking hkdf v0.13.0
52012026-08-25T21:05:56.878Z Compiling curve25519-dalek v5.0.0
52022026-08-25T21:05:56.895Z Checking keccak v0.2.0
52032026-08-25T21:05:56.909Z Checking aes-gcm v0.11.0
52042026-08-25T21:05:56.932Z Checking wnaf v0.14.0
52052026-08-25T21:05:56.948Z Checking poly1305 v0.9.0
52062026-08-25T21:05:56.979Z Checking blowfish v0.10.0
52072026-08-25T21:05:57.046Z Checking blake2 v0.11.0-rc.6
52082026-08-25T21:05:57.065Z Checking sha3 v0.11.0
52092026-08-25T21:05:57.095Z Checking kem v0.3.0
52102026-08-25T21:05:57.131Z Checking bcrypt-pbkdf v0.11.0
52112026-08-25T21:05:57.209Z Checking module-lattice v0.2.3
52122026-08-25T21:05:57.212Z Checking sponge-cursor v0.1.0
52132026-08-25T21:05:57.292Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52142026-08-25T21:05:57.308Z Checking argon2 v0.6.0-rc.8
52152026-08-25T21:05:57.340Z Checking sha3 v0.12.0
52162026-08-25T21:05:57.359Z Checking spki v0.8.0
52172026-08-25T21:05:57.397Z Checking sec1 v0.8.1
52182026-08-25T21:05:57.434Z Checking ml-kem v0.3.2
52192026-08-25T21:05:57.469Z Checking internal-russh-num-bigint v0.5.0
52202026-08-25T21:05:57.530Z Checking pkcs5 v0.8.1
52212026-08-25T21:05:57.530Z Checking pkcs1 v0.8.0-rc.4
52222026-08-25T21:05:57.605Z Checking num-bigint v0.4.6
52232026-08-25T21:05:57.620Z Checking generic-array v1.4.3
52242026-08-25T21:05:57.745Z Checking russh-util v0.52.0
52252026-08-25T21:05:57.816Z Checking pkcs8 v0.11.0
52262026-08-25T21:05:57.865Z Compiling enum_dispatch v0.3.13
52272026-08-25T21:05:58.005Z Compiling delegate v0.13.5
52282026-08-25T21:05:58.019Z Checking ed25519 v3.0.0
52292026-08-25T21:05:58.140Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52302026-08-25T21:05:58.210Z Checking md5 v0.8.0
52312026-08-25T21:05:58.223Z Checking ed25519-dalek v3.0.0
52322026-08-25T21:05:58.315Z Checking hex-literal v1.1.0
52332026-08-25T21:05:58.392Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52342026-08-25T21:05:58.407Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52352026-08-25T21:05:58.443Z Checking socket2 v0.5.10
52362026-08-25T21:05:58.516Z Checking internet-checksum v0.2.1
52372026-08-25T21:05:58.545Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52382026-08-25T21:05:58.701Z Checking elliptic-curve v0.14.1
52392026-08-25T21:05:58.701Z Checking primefield v0.14.0
52402026-08-25T21:05:58.709Z Checking rfc6979 v0.6.0
52412026-08-25T21:05:58.709Z Checking ssh-encoding v0.3.0
52422026-08-25T21:05:58.789Z Checking crypto-primes v0.7.2
52432026-08-25T21:05:58.953Z Checking ssh-cipher v0.3.0
52442026-08-25T21:05:58.956Z Checking russh-cryptovec v0.62.0
52452026-08-25T21:05:59.089Z Checking primeorder v0.14.0
52462026-08-25T21:05:59.093Z Checking ecdsa v0.17.0
52472026-08-25T21:05:59.451Z Checking p384 v0.14.0
52482026-08-25T21:05:59.451Z Checking p256 v0.14.0
52492026-08-25T21:05:59.451Z Checking p521 v0.14.0
52502026-08-25T21:05:59.711Z Checking rsa v0.10.0-rc.18
52512026-08-25T21:06:02.347Z Checking ssh-key v0.7.0-rc.11
52522026-08-25T21:06:03.089Z Checking russh v0.62.4
52532026-08-25T21:06:16.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s
52542026-08-25T21:06:16.426Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52552026-08-25T21:06:16.426Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52562026-08-25T21:06:16.623Z
52572026-08-25T21:06:16.623Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52582026-08-25T21:06:17.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52592026-08-25T21:06:17.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52602026-08-25T21:06:17.244Z Checking termios v0.3.3
52612026-08-25T21:06:17.434Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52622026-08-25T21:06:18.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
52632026-08-25T21:06:18.190Z
52642026-08-25T21:06:18.190Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52652026-08-25T21:06:18.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52662026-08-25T21:06:18.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52672026-08-25T21:06:18.888Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52682026-08-25T21:06:19.560Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52692026-08-25T21:06:21.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
52702026-08-25T21:06:21.333Z
52712026-08-25T21:06:21.333Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52722026-08-25T21:06:21.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-25T21:06:21.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-25T21:06:21.970Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52752026-08-25T21:06:22.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
52762026-08-25T21:06:22.570Z
52772026-08-25T21:06:22.570Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52782026-08-25T21:06:23.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-25T21:06:23.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-25T21:06:23.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-25T21:06:23.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52822026-08-25T21:06:23.127Z
52832026-08-25T21:06:23.127Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52842026-08-25T21:06:23.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-25T21:06:23.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-25T21:06:23.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52872026-08-25T21:06:23.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52882026-08-25T21:06:23.690Z
52892026-08-25T21:06:23.690Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52902026-08-25T21:06:24.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-25T21:06:24.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-25T21:06:24.429Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52932026-08-25T21:06:25.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52942026-08-25T21:06:25.211Z
52952026-08-25T21:06:25.211Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52962026-08-25T21:06:25.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52972026-08-25T21:06:25.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52982026-08-25T21:06:25.863Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52992026-08-25T21:06:25.969Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53002026-08-25T21:06:26.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
53012026-08-25T21:06:26.950Z
53022026-08-25T21:06:26.950Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53032026-08-25T21:06:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-25T21:06:27.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-25T21:06:27.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53062026-08-25T21:06:27.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53072026-08-25T21:06:27.515Z
53082026-08-25T21:06:27.515Zinfo: running `cargo check --bins` on omicron-package (371/377)
53092026-08-25T21:06:28.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-25T21:06:28.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-25T21:06:28.191Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53122026-08-25T21:06:29.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53132026-08-25T21:06:29.484Z
53142026-08-25T21:06:29.484Zinfo: running `cargo check --bins` on tqdb (372/377)
53152026-08-25T21:06:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53162026-08-25T21:06:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53172026-08-25T21:06:30.235Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53182026-08-25T21:06:30.585Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53192026-08-25T21:06:31.093Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53202026-08-25T21:06:31.093Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53212026-08-25T21:06:37.894Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53222026-08-25T21:06:37.898Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53232026-08-25T21:06:37.899Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53242026-08-25T21:06:38.507Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53252026-08-25T21:06:38.510Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53262026-08-25T21:06:38.510Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53272026-08-25T21:06:38.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53282026-08-25T21:06:39.293Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53292026-08-25T21:06:39.923Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53302026-08-25T21:06:40.155Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53312026-08-25T21:06:40.316Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53322026-08-25T21:06:41.172Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53332026-08-25T21:06:41.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53342026-08-25T21:06:46.647Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53352026-08-25T21:06:53.903Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53362026-08-25T21:06:53.908Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53372026-08-25T21:06:53.908Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53382026-08-25T21:06:53.908Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53392026-08-25T21:06:55.393Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53402026-08-25T21:06:56.694Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53412026-08-25T21:06:57.371Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53422026-08-25T21:06:58.662Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53432026-08-25T21:06:59.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.75s
53442026-08-25T21:06:59.407Z
53452026-08-25T21:06:59.407Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53462026-08-25T21:06:59.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53472026-08-25T21:06:59.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53482026-08-25T21:07:00.113Z Checking rtoolbox v0.0.3
53492026-08-25T21:07:00.113Z Checking tui-tree-widget v0.23.1
53502026-08-25T21:07:00.117Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53512026-08-25T21:07:00.117Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53522026-08-25T21:07:00.331Z Checking rpassword v7.5.4
53532026-08-25T21:07:03.428Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53542026-08-25T21:07:05.051Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53552026-08-25T21:07:05.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
53562026-08-25T21:07:06.044Z
53572026-08-25T21:07:06.044Zinfo: running `cargo check --bins` on wicket (374/377)
53582026-08-25T21:07:06.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-25T21:07:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-25T21:07:06.735Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53612026-08-25T21:07:07.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53622026-08-25T21:07:07.278Z
53632026-08-25T21:07:07.279Zinfo: running `cargo check --bins` on wicketd (375/377)
53642026-08-25T21:07:07.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-25T21:07:07.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-25T21:07:07.980Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53672026-08-25T21:07:11.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
53682026-08-25T21:07:11.689Z
53692026-08-25T21:07:11.689Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53702026-08-25T21:07:12.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-25T21:07:12.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-25T21:07:12.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53732026-08-25T21:07:12.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53742026-08-25T21:07:12.250Z
53752026-08-25T21:07:12.251Zinfo: running `cargo check --bins` on zone-setup (377/377)
53762026-08-25T21:07:12.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53772026-08-25T21:07:12.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53782026-08-25T21:07:12.926Z Checking uzers v0.12.2
53792026-08-25T21:07:13.189Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53802026-08-25T21:07:13.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
53812026-08-25T21:07:14.164Z
53822026-08-25T21:07:14.164Zreal 14:37.643732952
53832026-08-25T21:07:14.164Zuser 22:03.448639955
53842026-08-25T21:07:14.167Zsys 4:30.909491372
53852026-08-25T21:07:14.168Ztrap 0.352409309
53862026-08-25T21:07:14.168Ztflt 2.135790061
53872026-08-25T21:07:14.168Zdflt 1.609054018
53882026-08-25T21:07:14.168Zkflt 0.005361454
53892026-08-25T21:07:14.168Zlock 1:31:43.384167710
53902026-08-25T21:07:14.168Zslp 1:44:34.021855198
53912026-08-25T21:07:14.168Zlat 58.793252012
53922026-08-25T21:07:14.168Zstop 4:12.853510430
53932026-08-25T21:07:14.168Zprocess exited: duration 1019138 ms, exit code 0
 
53942026-08-25T21:07:14.174Zfound 0 output files