01M0X78Z18E65BK66C0ZTWNDJ1: 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: 01M0X79G2Y5XQ8GW6CXDXC5935

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T19:46:15.686Zjob assigned to worker 01M0X79S7Q7KYXX8ANZMPT5CZA [factory aws, i-050b095c5d218826b] (queued for 50 s)
 
22026-08-25T19:46:22.581Zstarting task 0: "setup"
32026-08-25T19:46:22.586Z++ uname -s
42026-08-25T19:46:22.589Z+ kern=SunOS
52026-08-25T19:46:22.589Z+ build_user=build
62026-08-25T19:46:22.589Z+ build_uid=12345
72026-08-25T19:46:22.589Z+ work_dir=/work
82026-08-25T19:46:22.590Z+ input_dir=/input
92026-08-25T19:46:22.590Z+ [[ 0 == 12345 ]]
102026-08-25T19:46:22.590Z+ case "$kern" in
112026-08-25T19:46:22.590Z+ groupadd -g 12345 build
122026-08-25T19:46:22.593Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T19:46:24.595Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T19:46:24.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T19:46:24.691Z+ home_fs=zfs
162026-08-25T19:46:24.691Z+ [[ zfs == autofs ]]
172026-08-25T19:46:24.691Z+ mkdir -p /home/build
182026-08-25T19:46:24.691Z+ chown build:build /home/build /work
192026-08-25T19:46:26.675Z+ chmod 0700 /home/build /work
202026-08-25T19:46:26.678Zprocess exited: duration 4095 ms, exit code 0
 
212026-08-25T19:46:26.684Zstarting task 1: "rust-toolchain"
222026-08-25T19:46:26.687Z * rust toolchain channel = "1.97.1"
232026-08-25T19:46:26.687Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-25T19:46:26.688Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T19:46:26.690Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T19:46:26.690Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T19:46:26.690Z * rust toolchain profile = "default"
282026-08-25T19:46:26.690Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T19:46:26.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T19:46:26.783Zinfo: downloading installer
312026-08-25T19:46:28.061Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T19:46:28.061Zwarn: /home/build/.rustup/settings.toml
332026-08-25T19:46:28.061Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T19:46:28.061Zwarn: instead of the one inferred from the default host triple.
352026-08-25T19:46:28.073Zinfo: profile set to default
362026-08-25T19:46:28.073Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T19:46:28.076Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T19:46:28.199Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T19:46:28.206Zinfo: downloading 6 components
402026-08-25T19:46:44.334Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T19:46:44.334Z
422026-08-25T19:46:44.359Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T19:46:44.360Z
442026-08-25T19:46:44.360Z
452026-08-25T19:46:44.360ZRust is installed now. Great!
462026-08-25T19:46:44.360Z
472026-08-25T19:46:44.360ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T19:46:44.360Zenvironment variable. This has not been done automatically.
492026-08-25T19:46:44.360Z
502026-08-25T19:46:44.360ZTo configure your current shell, you need to source
512026-08-25T19:46:44.360Zthe corresponding env file under $HOME/.cargo.
522026-08-25T19:46:44.360Z
532026-08-25T19:46:44.360ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T19:46:44.364Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T19:46:44.364Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T19:46:44.364Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T19:46:44.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T19:46:44.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T19:46:44.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T19:46:44.365Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T19:46:44.365Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T19:46:44.455Z+ rustup --version
632026-08-25T19:46:44.463Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T19:46:44.467Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T19:46:44.485Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T19:46:44.489Z+ cargo --version
672026-08-25T19:46:44.500Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T19:46:44.509Z+ rustc --version
692026-08-25T19:46:44.522Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T19:46:44.526Zprocess exited: duration 17838 ms, exit code 0
 
712026-08-25T19:46:44.532Zstarting task 2: "authentication"
722026-08-25T19:46:44.549Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T19:46:44.556Zstarting task 3: "clone repository"
742026-08-25T19:46:44.560Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T19:46:44.563Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T19:46:44.594ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T19:47:43.392Z+ cd /work/oxidecomputer/omicron
782026-08-25T19:47:43.392Z+ git fetch origin e3bcc062ff9586ad6791f8ae1f71869d667b9a61
792026-08-25T19:47:43.783ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T19:47:43.783Z * branch e3bcc062ff9586ad6791f8ae1f71869d667b9a61 -> FETCH_HEAD
812026-08-25T19:47:43.794Z+ [[ -n sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
822026-08-25T19:47:43.797Z++ git branch --show-current
832026-08-25T19:47:43.797Z+ current=main
842026-08-25T19:47:43.797Z+ [[ main != sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]]
852026-08-25T19:47:43.797Z+ git branch -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled e3bcc062ff9586ad6791f8ae1f71869d667b9a61
862026-08-25T19:47:43.800Z+ git checkout -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled
872026-08-25T19:47:44.053ZSwitched to branch 'sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled'
882026-08-25T19:47:44.070Z+ git reset --hard e3bcc062ff9586ad6791f8ae1f71869d667b9a61
892026-08-25T19:47:44.070ZHEAD is now at e3bcc062f rebase on main
902026-08-25T19:47:44.074Zprocess exited: duration 59512 ms, exit code 0
 
912026-08-25T19:47:44.081Zstarting task 4: "build"
922026-08-25T19:47:44.084Z+ source .github/buildomat/ci-env.sh
932026-08-25T19:47:44.084Z++ export CARGO_TERM_COLOR=always
942026-08-25T19:47:44.084Z++ CARGO_TERM_COLOR=always
952026-08-25T19:47:44.087Z+++ uname -s
962026-08-25T19:47:44.088Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T19:47:44.088Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T19:47:44.088Z+ cargo --version
992026-08-25T19:47:44.097Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T19:47:44.100Z+ rustc --version
1012026-08-25T19:47:44.118Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T19:47:44.122Z+ source ./env.sh
1032026-08-25T19:47:44.122Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T19:47:44.122Z++ set -o xtrace
1052026-08-25T19:47:44.125Z++++ dirname ./env.sh
1062026-08-25T19:47:44.125Z+++ readlink -f .
1072026-08-25T19:47:44.128Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ 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-25T19:47:44.128Z++ case $OLD_SHELL_OPTS in
1192026-08-25T19:47:44.128Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T19:47:44.128Z+ 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-25T19:47:44.128Z+ 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-25T19:47:44.128Z+ banner prerequisites
1232026-08-25T19:47:44.132Z
1242026-08-25T19:47:44.132Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T19:47:44.132Z # # # # # # # # # # # # # # #
1262026-08-25T19:47:44.132Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T19:47:44.132Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T19:47:44.132Z # # # # # # # # # # # # # # #
1292026-08-25T19:47:44.132Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T19:47:44.132Z
1312026-08-25T19:47:44.132Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T19:47:46.092Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T19:47:46.476Z Startup: Caching catalogs ... Done
1342026-08-25T19:47:48.668ZPlanning: Solver setup ... Done (2.053s)
1352026-08-25T19:47:48.720ZPlanning: Running solver ... Done (0.062s)
1362026-08-25T19:47:48.757ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-25T19:47:48.788ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T19:47:48.792ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T19:47:48.792ZPlanning: Package planning ... Done (0.013s)
1402026-08-25T19:47:48.793ZPlanning: Merging actions ... Done (0.001s)
1412026-08-25T19:47:49.015ZPlanning: Checking for conflicting actions ... Done (0.222s)
1422026-08-25T19:47:49.019ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T19:47:49.814ZPlanning: Evaluating mediators ... Done (0.800s)
1442026-08-25T19:47:49.817ZPlanning: Planning completed in 3.31 seconds
1452026-08-25T19:47:49.822Z Packages to install: 2
1462026-08-25T19:47:49.828Z Estimated space available: 156.01 GB
1472026-08-25T19:47:49.828ZEstimated space to be consumed: 80.56 MB
1482026-08-25T19:47:49.828Z Create boot environment: No
1492026-08-25T19:47:49.828ZCreate backup boot environment: No
1502026-08-25T19:47:49.828Z Rebuild boot archive: No
1512026-08-25T19:47:49.828Z
1522026-08-25T19:47:49.828ZChanged packages:
1532026-08-25T19:47:49.828Zhelios
1542026-08-25T19:47:49.828Z developer/build-essential
1552026-08-25T19:47:49.828Z None -> 11-3.0
1562026-08-25T19:47:49.828Z library/libxmlsec1
1572026-08-25T19:47:49.829Z None -> 1.2.35-3.0
1582026-08-25T19:47:49.846Z
1592026-08-25T19:47:49.847ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T19:47:49.913ZDownload: Completed 1.28 MB in 0.07 seconds (19.4M/s)
1612026-08-25T19:47:49.987Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T19:47:50.025Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T19:47:50.061ZFinalize: Updating package state database ... Done (0.036s)
1642026-08-25T19:47:50.064ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T19:47:50.148ZFinalize: Updating image state ... Done (0.087s)
1662026-08-25T19:47:52.589ZFinalize: Creating fast lookup database ... Done (2.374s)
1672026-08-25T19:47:52.646ZFinalize: Reading search index ... Done (0.011s)
1682026-08-25T19:47:52.659ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T19:47:52.736ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T19:47:53.102ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T19:47:53.222ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T19:47:53.230ZPlanning: Consolidating action changes ... Done
1732026-08-25T19:47:53.367ZPlanning: Evaluating mediators ... Done
1742026-08-25T19:47:53.374ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T19:47:53.384Z Mediators to change: 2
1762026-08-25T19:47:53.384Z Create boot environment: No
1772026-08-25T19:47:53.387ZCreate backup boot environment: No
1782026-08-25T19:47:53.437ZFinalize: Updating package state database ... Done
1792026-08-25T19:47:53.437ZFinalize: Updating package cache ... Done
1802026-08-25T19:47:53.485ZFinalize: Updating image state ... Done
1812026-08-25T19:47:55.415ZFinalize: Creating fast lookup database ... Done
1822026-08-25T19:47:55.480ZFinalize: Reading search index ... Done
1832026-08-25T19:47:55.482ZFinalize: Updating search index ... Done
1842026-08-25T19:47:55.545ZFinalize: Updating package cache ... Done
1852026-08-25T19:47:55.850ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T19:47:55.943ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T19:47:55.992ZPlanning: Consolidating action changes ... Done
1882026-08-25T19:47:56.098ZPlanning: Evaluating mediators ... Done
1892026-08-25T19:47:56.108ZPlanning: Planning completed in 0.26 seconds
1902026-08-25T19:47:56.115Z Mediators to change: 1
1912026-08-25T19:47:56.115Z Create boot environment: No
1922026-08-25T19:47:56.115ZCreate backup boot environment: No
1932026-08-25T19:47:56.163ZFinalize: Updating package state database ... Done
1942026-08-25T19:47:56.163ZFinalize: Updating package cache ... Done
1952026-08-25T19:47:56.213ZFinalize: Updating image state ... Done
1962026-08-25T19:47:58.142ZFinalize: Creating fast lookup database ... Done
1972026-08-25T19:47:58.204ZFinalize: Reading search index ... Done
1982026-08-25T19:47:58.209ZFinalize: Updating search index ... Done
1992026-08-25T19:47:58.282ZFinalize: Updating package cache ... Done
2002026-08-25T19:47:58.592ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T19:47:58.592Zapache system 2.4 system
2022026-08-25T19:47:58.592Zclang system 15 system
2032026-08-25T19:47:58.592Zcsh system system illumos
2042026-08-25T19:47:58.592Zctags system system illumos
2052026-08-25T19:47:58.592Zfile vendor vendor darwinsys
2062026-08-25T19:47:58.592Zfile system system illumos
2072026-08-25T19:47:58.592Zgcc vendor 14 vendor
2082026-08-25T19:47:58.592Zgcc system 13 system
2092026-08-25T19:47:58.592Zgcc system 10 system
2102026-08-25T19:47:58.592Zgo system 1.25 system
2112026-08-25T19:47:58.592Zllvm system 15 system
2122026-08-25T19:47:58.592Zmariadb system 11.4 system
2132026-08-25T19:47:58.592Zmta vendor vendor dma
2142026-08-25T19:47:58.592Zopenjdk system 17 system
2152026-08-25T19:47:58.592Zopenjdk system 11 system
2162026-08-25T19:47:58.592Zopenssl vendor 3 vendor
2172026-08-25T19:47:58.592Zperl system 5.40 system
2182026-08-25T19:47:58.592Zpostgresql system 18 system
2192026-08-25T19:47:58.592Zpostgresql system 17 system
2202026-08-25T19:47:58.592Zpython vendor 3 vendor
2212026-08-25T19:47:58.592Zpython system 2 system
2222026-08-25T19:47:58.592Zpython3 vendor 3.13 vendor
2232026-08-25T19:47:58.592Zruby system 3.4 system
2242026-08-25T19:47:58.592Zruby system 3.0 system
2252026-08-25T19:47:58.592Zwords vendor vendor american-english
2262026-08-25T19:47:58.592Zwords system system australian-english
2272026-08-25T19:47:58.592Zwords system system british-english
2282026-08-25T19:47:58.592Zwords system system canadian-english
2292026-08-25T19:47:58.592Zwords system system french
2302026-08-25T19:47:58.593Zwords system system italian
2312026-08-25T19:47:58.593Zwords system system ngerman
2322026-08-25T19:47:58.593Zwords system system ogerman
2332026-08-25T19:47:58.593Zwords system system spanish
2342026-08-25T19:47:58.839ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T19:47:58.839Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T19:47:59.338ZFMRI IFO
2372026-08-25T19:47:59.338Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T19:47:59.338Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T19:47:59.338Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T19:47:59.338Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T19:47:59.338Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T19:47:59.338Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T19:47:59.338Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T19:47:59.339Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T19:47:59.339Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T19:47:59.666Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T19:48:00.003Z Updating crates.io index
2482026-08-25T19:48:00.009Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T19:48:00.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T19:48:00.709Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T19:48:02.150Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-25T19:48:02.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-25T19:48:04.873Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-25T19:48:06.033Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-25T19:48:06.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-25T19:48:08.396Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-25T19:48:09.741Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-25T19:48:10.057Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-25T19:48:10.555Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-25T19:48:10.827Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-25T19:48:11.097Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-25T19:48:11.373Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-25T19:48:11.677Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-25T19:48:11.971Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-25T19:48:12.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T19:48:12.934Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-25T19:48:13.343Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2682026-08-25T19:48:13.610Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-25T19:48:14.014Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-25T19:48:14.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-25T19:48:14.944Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-25T19:48:15.294Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-25T19:48:15.576Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-25T19:48:16.146Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-25T19:48:16.460Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-25T19:48:16.775Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-25T19:48:17.196Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-25T19:48:17.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-25T19:48:17.874Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-25T19:48:18.273Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-25T19:48:19.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-25T19:48:19.726Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-25T19:48:20.097Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T19:48:20.394Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-25T19:48:20.739Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-25T19:48:21.033Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-25T19:48:21.319Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-25T19:48:21.629Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-25T19:48:21.913Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-25T19:48:22.180Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-25T19:48:24.645Z Downloading crates ...
2922026-08-25T19:48:24.693Z Downloaded cargo-platform v0.3.2
2932026-08-25T19:48:24.697Z Downloaded colorchoice v1.0.4
2942026-08-25T19:48:24.699Z Downloaded cfg-if v1.0.4
2952026-08-25T19:48:24.702Z Downloaded byteorder v1.5.0
2962026-08-25T19:48:24.706Z Downloaded bitflags v2.11.0
2972026-08-25T19:48:24.710Z Downloaded usdt-attr-macro v0.5.0
2982026-08-25T19:48:24.713Z Downloaded semver v1.0.28
2992026-08-25T19:48:24.713Z Downloaded serde_derive v1.0.228
3002026-08-25T19:48:24.713Z Downloaded anstyle-query v1.1.5
3012026-08-25T19:48:24.716Z Downloaded clap_lex v1.0.0
3022026-08-25T19:48:24.716Z Downloaded anstream v1.0.0
3032026-08-25T19:48:24.717Z Downloaded anstyle v1.0.14
3042026-08-25T19:48:24.719Z Downloaded bytecount v0.6.9
3052026-08-25T19:48:24.719Z Downloaded pest_generator v2.8.6
3062026-08-25T19:48:24.724Z Downloaded cargo_metadata v0.23.1
3072026-08-25T19:48:24.729Z Downloaded getrandom v0.4.3
3082026-08-25T19:48:24.732Z Downloaded zerocopy v0.7.35
3092026-08-25T19:48:24.735Z Downloaded indexmap v2.14.0
3102026-08-25T19:48:24.740Z Downloaded digest v0.10.7
3112026-08-25T19:48:24.740Z Downloaded anstyle-parse v1.0.0
3122026-08-25T19:48:24.746Z Downloaded autocfg v1.5.0
3132026-08-25T19:48:24.746Z Downloaded crypto-common v0.1.7
3142026-08-25T19:48:24.746Z Downloaded errno v0.3.14
3152026-08-25T19:48:24.746Z Downloaded heck v0.5.0
3162026-08-25T19:48:24.746Z Downloaded once_cell v1.21.3
3172026-08-25T19:48:24.757Z Downloaded memmap v0.7.0
3182026-08-25T19:48:24.761Z Downloaded heck v0.4.1
3192026-08-25T19:48:24.761Z Downloaded cpufeatures v0.2.17
3202026-08-25T19:48:24.761Z Downloaded generic-array v0.14.7
3212026-08-25T19:48:24.770Z Downloaded block-buffer v0.10.4
3222026-08-25T19:48:24.773Z Downloaded dtrace-parser v0.2.0
3232026-08-25T19:48:24.774Z Downloaded equivalent v1.0.2
3242026-08-25T19:48:24.774Z Downloaded version_check v0.9.5
3252026-08-25T19:48:24.774Z Downloaded scroll_derive v0.12.1
3262026-08-25T19:48:24.774Z Downloaded thread-id v4.2.2
3272026-08-25T19:48:24.778Z Downloaded usdt-macro v0.5.0
3282026-08-25T19:48:24.782Z Downloaded tabled_derive v0.7.0
3292026-08-25T19:48:24.782Z Downloaded usdt v0.5.0
3302026-08-25T19:48:24.782Z Downloaded fnv v1.0.7
3312026-08-25T19:48:24.785Z Downloaded strsim v0.11.1
3322026-08-25T19:48:24.785Z Downloaded swrite v0.1.0
3332026-08-25T19:48:24.785Z Downloaded terminal_size v0.4.3
3342026-08-25T19:48:24.789Z Downloaded serde_spanned v0.6.9
3352026-08-25T19:48:24.789Z Downloaded fastrand v2.3.0
3362026-08-25T19:48:24.789Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-25T19:48:24.789Z Downloaded macaddr v1.0.1
3382026-08-25T19:48:24.793Z Downloaded plain v0.2.3
3392026-08-25T19:48:24.796Z Downloaded pretty-hex v0.4.1
3402026-08-25T19:48:24.801Z Downloaded camino-tempfile v1.4.1
3412026-08-25T19:48:24.804Z Downloaded sha2 v0.10.9
3422026-08-25T19:48:24.807Z Downloaded toml_write v0.1.2
3432026-08-25T19:48:24.810Z Downloaded utf8parse v0.2.2
3442026-08-25T19:48:24.810Z Downloaded is_terminal_polyfill v1.70.2
3452026-08-25T19:48:24.813Z Downloaded smawk v0.3.2
3462026-08-25T19:48:24.813Z Downloaded itoa v1.0.17
3472026-08-25T19:48:24.828Z Downloaded dof v0.3.0
3482026-08-25T19:48:24.831Z Downloaded memchr v2.8.0
3492026-08-25T19:48:24.831Z Downloaded toml_datetime v0.6.11
3502026-08-25T19:48:24.838Z Downloaded proc-macro-error v1.0.4
3512026-08-25T19:48:24.844Z Downloaded thiserror v1.0.69
3522026-08-25T19:48:24.844Z Downloaded serde_tokenstream v0.2.3
3532026-08-25T19:48:24.844Z Downloaded quote v1.0.45
3542026-08-25T19:48:24.847Z Downloaded anyhow v1.0.104
3552026-08-25T19:48:24.847Z Downloaded fs-err v3.3.0
3562026-08-25T19:48:24.847Z Downloaded cargo_toml v0.21.0
3572026-08-25T19:48:24.850Z Downloaded thiserror-impl v1.0.69
3582026-08-25T19:48:24.850Z Downloaded scroll v0.12.0
3592026-08-25T19:48:24.852Z Downloaded usdt-impl v0.5.0
3602026-08-25T19:48:24.857Z Downloaded unicode-linebreak v0.1.5
3612026-08-25T19:48:24.860Z Downloaded thiserror v2.0.18
3622026-08-25T19:48:24.863Z Downloaded camino v1.2.5
3632026-08-25T19:48:24.863Z Downloaded clap_derive v4.6.1
3642026-08-25T19:48:24.872Z Downloaded tempfile v3.27.0
3652026-08-25T19:48:24.875Z Downloaded zmij v1.0.21
3662026-08-25T19:48:24.875Z Downloaded ucd-trie v0.1.7
3672026-08-25T19:48:24.878Z Downloaded clap v4.6.1
3682026-08-25T19:48:24.881Z Downloaded pest_derive v2.8.6
3692026-08-25T19:48:24.884Z Downloaded pest_meta v2.8.6
3702026-08-25T19:48:24.884Z Downloaded thiserror-impl v2.0.18
3712026-08-25T19:48:24.887Z Downloaded toml v0.8.23
3722026-08-25T19:48:24.887Z Downloaded zerocopy-derive v0.7.35
3732026-08-25T19:48:24.891Z Downloaded log v0.4.33
3742026-08-25T19:48:24.894Z Downloaded papergrid v0.11.0
3752026-08-25T19:48:24.899Z Downloaded unicode-ident v1.0.24
3762026-08-25T19:48:24.902Z Downloaded textwrap v0.16.2
3772026-08-25T19:48:24.911Z Downloaded toml_edit v0.22.27
3782026-08-25T19:48:24.915Z Downloaded serde_core v1.0.228
3792026-08-25T19:48:24.920Z Downloaded proc-macro2 v1.0.106
3802026-08-25T19:48:24.923Z Downloaded clap_builder v4.6.0
3812026-08-25T19:48:24.926Z Downloaded serde v1.0.228
3822026-08-25T19:48:24.940Z Downloaded typenum v1.20.1
3832026-08-25T19:48:24.952Z Downloaded pest v2.8.6
3842026-08-25T19:48:24.979Z Downloaded serde_json v1.0.151
3852026-08-25T19:48:24.992Z Downloaded hashbrown v0.17.0
3862026-08-25T19:48:24.995Z Downloaded goblin v0.8.2
3872026-08-25T19:48:24.998Z Downloaded winnow v0.7.14
3882026-08-25T19:48:25.020Z Downloaded tabled v0.15.0
3892026-08-25T19:48:25.030Z Downloaded syn v1.0.109
3902026-08-25T19:48:25.035Z Downloaded unicode-width v0.2.0
3912026-08-25T19:48:25.038Z Downloaded unicode-width v0.1.14
3922026-08-25T19:48:25.041Z Downloaded syn v2.0.117
3932026-08-25T19:48:25.047Z Downloaded rustix v1.1.4
3942026-08-25T19:48:25.072Z Downloaded libc v0.2.185
3952026-08-25T19:48:25.134Z Compiling proc-macro2 v1.0.106
3962026-08-25T19:48:25.134Z Compiling quote v1.0.45
3972026-08-25T19:48:25.134Z Compiling unicode-ident v1.0.24
3982026-08-25T19:48:25.137Z Compiling serde_core v1.0.228
3992026-08-25T19:48:25.137Z Compiling libc v0.2.185
4002026-08-25T19:48:25.137Z Compiling version_check v0.9.5
4012026-08-25T19:48:25.137Z Compiling memchr v2.8.0
4022026-08-25T19:48:25.137Z Compiling serde v1.0.228
4032026-08-25T19:48:25.437Z Compiling zmij v1.0.21
4042026-08-25T19:48:25.638Z Compiling ucd-trie v0.1.7
4052026-08-25T19:48:25.700Z Compiling thiserror v1.0.69
4062026-08-25T19:48:25.885Z Compiling itoa v1.0.17
4072026-08-25T19:48:25.975Z Compiling pest v2.8.6
4082026-08-25T19:48:26.068Z Compiling byteorder v1.5.0
4092026-08-25T19:48:26.082Z Compiling rustix v1.1.4
4102026-08-25T19:48:26.188Z Compiling errno v0.3.14
4112026-08-25T19:48:26.286Z Compiling serde_json v1.0.151
4122026-08-25T19:48:26.452Z Compiling bitflags v2.11.0
4132026-08-25T19:48:26.609Z Compiling syn v2.0.117
4142026-08-25T19:48:26.627Z Compiling thread-id v4.2.2
4152026-08-25T19:48:26.676Z Compiling proc-macro-error-attr v1.0.4
4162026-08-25T19:48:26.712Z Compiling usdt-impl v0.5.0
4172026-08-25T19:48:26.728Z Compiling syn v1.0.109
4182026-08-25T19:48:26.850Z Compiling camino v1.2.5
4192026-08-25T19:48:27.014Z Compiling pest_meta v2.8.6
4202026-08-25T19:48:27.127Z Compiling proc-macro-error v1.0.4
4212026-08-25T19:48:27.171Z Compiling utf8parse v0.2.2
4222026-08-25T19:48:27.202Z Compiling log v0.4.33
4232026-08-25T19:48:27.281Z Compiling equivalent v1.0.2
4242026-08-25T19:48:27.307Z Compiling plain v0.2.3
4252026-08-25T19:48:27.372Z Compiling hashbrown v0.17.0
4262026-08-25T19:48:27.389Z Compiling getrandom v0.4.3
4272026-08-25T19:48:27.612Z Compiling terminal_size v0.4.3
4282026-08-25T19:48:27.776Z Compiling anstyle-parse v1.0.0
4292026-08-25T19:48:27.879Z Compiling indexmap v2.14.0
4302026-08-25T19:48:28.325Z Compiling winnow v0.7.14
4312026-08-25T19:48:28.343Z Compiling thiserror v2.0.18
4322026-08-25T19:48:28.545Z Compiling anstyle-query v1.1.5
4332026-08-25T19:48:28.577Z Compiling pretty-hex v0.4.1
4342026-08-25T19:48:28.663Z Compiling autocfg v1.5.0
4352026-08-25T19:48:28.686Z Compiling cfg-if v1.0.4
4362026-08-25T19:48:28.701Z Compiling colorchoice v1.0.4
4372026-08-25T19:48:28.718Z Compiling is_terminal_polyfill v1.70.2
4382026-08-25T19:48:28.761Z Compiling anstyle v1.0.14
4392026-08-25T19:48:28.812Z Compiling toml_write v0.1.2
4402026-08-25T19:48:28.979Z Compiling pest_generator v2.8.6
4412026-08-25T19:48:29.000Z Compiling anstream v1.0.0
4422026-08-25T19:48:29.048Z Compiling clap_lex v1.0.0
4432026-08-25T19:48:29.091Z Compiling fs-err v3.3.0
4442026-08-25T19:48:29.279Z Compiling fastrand v2.3.0
4452026-08-25T19:48:29.316Z Compiling bytecount v0.6.9
4462026-08-25T19:48:29.338Z Compiling heck v0.5.0
4472026-08-25T19:48:29.458Z Compiling strsim v0.11.1
4482026-08-25T19:48:29.480Z Compiling unicode-width v0.1.14
4492026-08-25T19:48:29.540Z Compiling heck v0.4.1
4502026-08-25T19:48:29.562Z Compiling fnv v1.0.7
4512026-08-25T19:48:29.679Z Compiling anyhow v1.0.104
4522026-08-25T19:48:29.697Z Compiling once_cell v1.21.3
4532026-08-25T19:48:29.731Z Compiling papergrid v0.11.0
4542026-08-25T19:48:29.790Z Compiling clap_builder v4.6.0
4552026-08-25T19:48:29.825Z Compiling semver v1.0.28
4562026-08-25T19:48:29.890Z Compiling tempfile v3.27.0
4572026-08-25T19:48:29.913Z Compiling cargo-platform v0.3.2
4582026-08-25T19:48:30.055Z Compiling tabled_derive v0.7.0
4592026-08-25T19:48:30.146Z Compiling memmap v0.7.0
4602026-08-25T19:48:30.171Z Compiling smawk v0.3.2
4612026-08-25T19:48:30.209Z Compiling unicode-width v0.2.0
4622026-08-25T19:48:30.263Z Compiling unicode-linebreak v0.1.5
4632026-08-25T19:48:30.319Z Compiling camino-tempfile v1.4.1
4642026-08-25T19:48:30.456Z Compiling textwrap v0.16.2
4652026-08-25T19:48:30.527Z Compiling serde_derive v1.0.228
4662026-08-25T19:48:30.556Z Compiling thiserror-impl v1.0.69
4672026-08-25T19:48:30.663Z Compiling zerocopy-derive v0.7.35
4682026-08-25T19:48:30.776Z Compiling pest_derive v2.8.6
4692026-08-25T19:48:30.898Z Compiling scroll_derive v0.12.1
4702026-08-25T19:48:30.929Z Compiling thiserror-impl v2.0.18
4712026-08-25T19:48:31.121Z Compiling clap_derive v4.6.1
4722026-08-25T19:48:31.223Z Compiling tabled v0.15.0
4732026-08-25T19:48:31.529Z Compiling zerocopy v0.7.35
4742026-08-25T19:48:31.638Z Compiling scroll v0.12.0
4752026-08-25T19:48:31.857Z Compiling goblin v0.8.2
4762026-08-25T19:48:31.913Z Compiling dtrace-parser v0.2.0
4772026-08-25T19:48:32.087Z Compiling swrite v0.1.0
4782026-08-25T19:48:32.682Z Compiling clap v4.6.1
4792026-08-25T19:48:33.380Z Compiling serde_spanned v0.6.9
4802026-08-25T19:48:33.381Z Compiling toml_datetime v0.6.11
4812026-08-25T19:48:33.385Z Compiling cargo_metadata v0.23.1
4822026-08-25T19:48:33.385Z Compiling macaddr v1.0.1
4832026-08-25T19:48:33.385Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-08-25T19:48:33.464Z Compiling dof v0.3.0
4852026-08-25T19:48:33.526Z Compiling serde_tokenstream v0.2.3
4862026-08-25T19:48:33.576Z Compiling toml_edit v0.22.27
4872026-08-25T19:48:34.193Z Compiling usdt-attr-macro v0.5.0
4882026-08-25T19:48:34.193Z Compiling usdt-macro v0.5.0
4892026-08-25T19:48:34.855Z Compiling usdt v0.5.0
4902026-08-25T19:48:34.917Z Compiling toml v0.8.23
4912026-08-25T19:48:35.245Z Compiling cargo_toml v0.21.0
4922026-08-25T19:48:36.487Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-25T19:48:38.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
4942026-08-25T19:48:38.680Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-25T19:48:39.189Z Downloading crates ...
4962026-08-25T19:48:39.246Z Downloaded anstream v0.6.21
4972026-08-25T19:48:39.249Z Downloaded arc-swap v1.8.2
4982026-08-25T19:48:39.252Z Downloaded addr2line v0.25.1
4992026-08-25T19:48:39.252Z Downloaded anstyle-parse v0.2.7
5002026-08-25T19:48:39.255Z Downloaded bitfield-struct v0.6.2
5012026-08-25T19:48:39.258Z Downloaded bit-vec v0.8.0
5022026-08-25T19:48:39.261Z Downloaded ascii-canvas v3.0.0
5032026-08-25T19:48:39.261Z Downloaded bcrypt-pbkdf v0.11.0
5042026-08-25T19:48:39.261Z Downloaded bit-set v0.8.0
5052026-08-25T19:48:39.266Z Downloaded enum-as-inner v0.6.1
5062026-08-25T19:48:39.266Z Downloaded fd-lock v4.0.4
5072026-08-25T19:48:39.269Z Downloaded bit-set v0.5.3
5082026-08-25T19:48:39.269Z Downloaded atty v0.2.14
5092026-08-25T19:48:39.270Z Downloaded backtrace-ext v0.2.1
5102026-08-25T19:48:39.270Z Downloaded base16ct v0.2.0
5112026-08-25T19:48:39.270Z Downloaded bitfield-macros v0.19.4
5122026-08-25T19:48:39.270Z Downloaded foreign-types v0.3.2
5132026-08-25T19:48:39.270Z Downloaded float-cmp v0.10.0
5142026-08-25T19:48:39.273Z Downloaded adler2 v2.0.1
5152026-08-25T19:48:39.273Z Downloaded base16ct v1.0.0
5162026-08-25T19:48:39.273Z Downloaded atomic-waker v1.1.2
5172026-08-25T19:48:39.273Z Downloaded flume v0.11.1
5182026-08-25T19:48:39.276Z Downloaded home v0.5.12
5192026-08-25T19:48:39.276Z Downloaded git-stub v1.0.0
5202026-08-25T19:48:39.279Z Downloaded bb8 v0.8.6
5212026-08-25T19:48:39.282Z Downloaded globwalk v0.9.1
5222026-08-25T19:48:39.285Z Downloaded bit-vec v0.6.3
5232026-08-25T19:48:39.285Z Downloaded aead v0.6.1
5242026-08-25T19:48:39.285Z Downloaded atomicwrites v0.4.4
5252026-08-25T19:48:39.285Z Downloaded argon2 v0.5.3
5262026-08-25T19:48:39.288Z Downloaded bcs v0.1.6
5272026-08-25T19:48:39.288Z Downloaded allocator-api2 v0.2.21
5282026-08-25T19:48:39.291Z Downloaded cobs v0.3.0
5292026-08-25T19:48:39.291Z Downloaded aead v0.5.2
5302026-08-25T19:48:39.291Z Downloaded embedded-io v0.4.0
5312026-08-25T19:48:39.291Z Downloaded form_urlencoded v1.2.2
5322026-08-25T19:48:39.296Z Downloaded block-padding v0.4.2
5332026-08-25T19:48:39.296Z Downloaded foreign-types-shared v0.1.1
5342026-08-25T19:48:39.296Z Downloaded gethostname v0.5.0
5352026-08-25T19:48:39.296Z Downloaded fxhash v0.2.1
5362026-08-25T19:48:39.296Z Downloaded getrandom v0.3.4
5372026-08-25T19:48:39.299Z Downloaded async-trait v0.1.89
5382026-08-25T19:48:39.299Z Downloaded embedded-io v0.6.1
5392026-08-25T19:48:39.302Z Downloaded async-stream-impl v0.3.6
5402026-08-25T19:48:39.302Z Downloaded fs-err v2.11.0
5412026-08-25T19:48:39.304Z Downloaded futures-executor v0.3.32
5422026-08-25T19:48:39.305Z Downloaded headers v0.4.1
5432026-08-25T19:48:39.307Z Downloaded async-recursion v1.1.1
5442026-08-25T19:48:39.310Z Downloaded block-buffer v0.12.1
5452026-08-25T19:48:39.310Z Downloaded futures-channel v0.3.32
5462026-08-25T19:48:39.310Z Downloaded ciborium-io v0.2.2
5472026-08-25T19:48:39.310Z Downloaded arrayref v0.3.9
5482026-08-25T19:48:39.311Z Downloaded async-stream v0.3.6
5492026-08-25T19:48:39.314Z Downloaded futures-io v0.3.32
5502026-08-25T19:48:39.317Z Downloaded futures-macro v0.3.32
5512026-08-25T19:48:39.320Z Downloaded hashbrown v0.14.5
5522026-08-25T19:48:39.320Z Downloaded heapless v0.8.0
5532026-08-25T19:48:39.326Z Downloaded foldhash v0.2.0
5542026-08-25T19:48:39.326Z Downloaded password-hash v0.5.0
5552026-08-25T19:48:39.331Z Downloaded futures-sink v0.3.32
5562026-08-25T19:48:39.334Z Downloaded phf_shared v0.12.1
5572026-08-25T19:48:39.334Z Downloaded foreign-types v0.5.0
5582026-08-25T19:48:39.334Z Downloaded httpdate v1.0.3
5592026-08-25T19:48:39.334Z Downloaded foreign-types-shared v0.3.1
5602026-08-25T19:48:39.337Z Downloaded futures-core v0.3.32
5612026-08-25T19:48:39.337Z Downloaded assert_matches v1.5.0
5622026-08-25T19:48:39.340Z Downloaded elliptic-curve v0.14.1
5632026-08-25T19:48:39.343Z Downloaded foreign-types-macros v0.2.3
5642026-08-25T19:48:39.346Z Downloaded endian-type v0.1.2
5652026-08-25T19:48:39.349Z Downloaded ciborium-ll v0.2.2
5662026-08-25T19:48:39.349Z Downloaded flagset v0.4.7
5672026-08-25T19:48:39.352Z Downloaded compression-core v0.4.31
5682026-08-25T19:48:39.352Z Downloaded headers-core v0.3.0
5692026-08-25T19:48:39.352Z Downloaded hex-literal v1.1.0
5702026-08-25T19:48:39.356Z Downloaded hex v0.4.3
5712026-08-25T19:48:39.359Z Downloaded float-ord v0.3.2
5722026-08-25T19:48:39.359Z Downloaded foldhash v0.1.5
5732026-08-25T19:48:39.359Z Downloaded futures v0.3.32
5742026-08-25T19:48:39.362Z Downloaded cfg_aliases v0.1.1
5752026-08-25T19:48:39.362Z Downloaded cfg_aliases v0.2.1
5762026-08-25T19:48:39.362Z Downloaded array-init v0.0.4
5772026-08-25T19:48:39.362Z Downloaded bitfield v0.19.4
5782026-08-25T19:48:39.362Z Downloaded ghash v0.6.0
5792026-08-25T19:48:39.365Z Downloaded hash32 v0.2.1
5802026-08-25T19:48:39.366Z Downloaded newline-converter v0.3.0
5812026-08-25T19:48:39.366Z Downloaded nodrop v0.1.14
5822026-08-25T19:48:39.366Z Downloaded hash32 v0.3.1
5832026-08-25T19:48:39.368Z Downloaded hostname v0.3.1
5842026-08-25T19:48:39.369Z Downloaded base64ct v1.8.3
5852026-08-25T19:48:39.373Z Downloaded env_filter v2.0.0
5862026-08-25T19:48:39.373Z Downloaded hostname v0.4.2
5872026-08-25T19:48:39.373Z Downloaded async-bb8-diesel v0.2.1
5882026-08-25T19:48:39.373Z Downloaded cmake v0.1.57
5892026-08-25T19:48:39.376Z Downloaded ar_archive_writer v0.5.1
5902026-08-25T19:48:39.376Z Downloaded futures-task v0.3.32
5912026-08-25T19:48:39.376Z Downloaded hubpack v0.1.2
5922026-08-25T19:48:39.379Z Downloaded num_enum_derive v0.5.11
5932026-08-25T19:48:39.379Z Downloaded newtype_derive v0.1.6
5942026-08-25T19:48:39.379Z Downloaded fs_extra v1.3.0
5952026-08-25T19:48:39.382Z Downloaded ff v0.14.0
5962026-08-25T19:48:39.382Z Downloaded oxide-generation-macros v0.2.0
5972026-08-25T19:48:39.382Z Downloaded hubpack_derive v0.1.1
5982026-08-25T19:48:39.385Z Downloaded fixedbitset v0.4.2
5992026-08-25T19:48:39.385Z Downloaded http-body v1.0.1
6002026-08-25T19:48:39.386Z Downloaded percent-encoding v2.3.2
6012026-08-25T19:48:39.390Z Downloaded predicates-core v1.0.10
6022026-08-25T19:48:39.390Z Downloaded proc-macro-crate v1.3.1
6032026-08-25T19:48:39.394Z Downloaded enum_dispatch v0.3.13
6042026-08-25T19:48:39.400Z Downloaded opaque-debug v0.3.1
6052026-08-25T19:48:39.405Z Downloaded arrayvec v0.7.6
6062026-08-25T19:48:39.405Z Downloaded blowfish v0.10.0
6072026-08-25T19:48:39.405Z Downloaded byte-wrapper v0.1.0
6082026-08-25T19:48:39.409Z Downloaded secrecy v0.10.3
6092026-08-25T19:48:39.409Z Downloaded cexpr v0.6.0
6102026-08-25T19:48:39.409Z Downloaded compression-codecs v0.4.37
6112026-08-25T19:48:39.412Z Downloaded funty v2.0.0
6122026-08-25T19:48:39.412Z Downloaded group v0.14.0
6132026-08-25T19:48:39.412Z Downloaded cipher v0.4.4
6142026-08-25T19:48:39.415Z Downloaded group v0.13.0
6152026-08-25T19:48:39.415Z Downloaded camino-tempfile-ext v0.3.3
6162026-08-25T19:48:39.415Z Downloaded cbc v0.2.1
6172026-08-25T19:48:39.418Z Downloaded http-range v0.1.5
6182026-08-25T19:48:39.418Z Downloaded env_logger v0.11.11
6192026-08-25T19:48:39.421Z Downloaded cipher v0.5.2
6202026-08-25T19:48:39.421Z Downloaded ena v0.14.4
6212026-08-25T19:48:39.421Z Downloaded fallible-iterator v0.2.0
6222026-08-25T19:48:39.421Z Downloaded cmov v0.5.4
6232026-08-25T19:48:39.424Z Downloaded bs58 v0.5.1
6242026-08-25T19:48:39.424Z Downloaded buf-list v1.1.2
6252026-08-25T19:48:39.424Z Downloaded const-oid v0.10.2
6262026-08-25T19:48:39.427Z Downloaded git-stub-vcs v0.1.0
6272026-08-25T19:48:39.427Z Downloaded rfc6979 v0.4.0
6282026-08-25T19:48:39.430Z Downloaded rfc6979 v0.6.0
6292026-08-25T19:48:39.430Z Downloaded serde_urlencoded v0.7.1
6302026-08-25T19:48:39.433Z Downloaded sha1 v0.10.6
6312026-08-25T19:48:39.433Z Downloaded backoff v0.4.0
6322026-08-25T19:48:39.433Z Downloaded siphasher v1.0.2
6332026-08-25T19:48:39.433Z Downloaded semver v0.1.20
6342026-08-25T19:48:39.436Z Downloaded rustc-hash v2.1.1
6352026-08-25T19:48:39.439Z Downloaded backon v1.6.0
6362026-08-25T19:48:39.439Z Downloaded find-msvc-tools v0.1.9
6372026-08-25T19:48:39.439Z Downloaded scheduled-thread-pool v0.2.7
6382026-08-25T19:48:39.442Z Downloaded seq-macro v0.3.6
6392026-08-25T19:48:39.445Z Downloaded signal-hook-mio v0.2.5
6402026-08-25T19:48:39.445Z Downloaded sponge-cursor v0.1.0
6412026-08-25T19:48:39.449Z Downloaded structmeta v0.3.0
6422026-08-25T19:48:39.454Z Downloaded half v1.8.3
6432026-08-25T19:48:39.456Z Downloaded subtle v2.6.1
6442026-08-25T19:48:39.457Z Downloaded pbkdf2 v0.13.0
6452026-08-25T19:48:39.457Z Downloaded highway v1.3.0
6462026-08-25T19:48:39.457Z Downloaded erased-serde v0.3.31
6472026-08-25T19:48:39.459Z Downloaded filetime v0.2.27
6482026-08-25T19:48:39.459Z Downloaded getrandom v0.2.17
6492026-08-25T19:48:39.462Z Downloaded http-body-util v0.1.3
6502026-08-25T19:48:39.462Z Downloaded slog-envlogger v2.2.0
6512026-08-25T19:48:39.462Z Downloaded bitflags v1.3.2
6522026-08-25T19:48:39.465Z Downloaded fixedbitset v0.5.7
6532026-08-25T19:48:39.465Z Downloaded num-integer v0.1.46
6542026-08-25T19:48:39.465Z Downloaded num_enum v0.5.11
6552026-08-25T19:48:39.468Z Downloaded num_enum v0.7.6
6562026-08-25T19:48:39.471Z Downloaded oxnet v0.1.6
6572026-08-25T19:48:39.471Z Downloaded glob v0.3.3
6582026-08-25T19:48:39.474Z Downloaded globset v0.4.18
6592026-08-25T19:48:39.474Z Downloaded rand_core v0.9.5
6602026-08-25T19:48:39.474Z Downloaded rand_core v0.10.0
6612026-08-25T19:48:39.474Z Downloaded pem v3.0.6
6622026-08-25T19:48:39.474Z Downloaded phf v0.12.1
6632026-08-25T19:48:39.477Z Downloaded supports-color v3.0.2
6642026-08-25T19:48:39.477Z Downloaded powerfmt v0.2.0
6652026-08-25T19:48:39.477Z Downloaded progenitor v0.13.0
6662026-08-25T19:48:39.477Z Downloaded take_mut v0.2.2
6672026-08-25T19:48:39.477Z Downloaded tap v1.0.1
6682026-08-25T19:48:39.477Z Downloaded termtree v0.5.1
6692026-08-25T19:48:39.480Z Downloaded tower-layer v0.3.3
6702026-08-25T19:48:39.480Z Downloaded hmac v0.13.0
6712026-08-25T19:48:39.480Z Downloaded tokio-macros v2.7.0
6722026-08-25T19:48:39.480Z Downloaded trait-variant v0.1.2
6732026-08-25T19:48:39.480Z Downloaded unarray v0.1.4
6742026-08-25T19:48:39.483Z Downloaded progenitor-extras v0.2.0
6752026-08-25T19:48:39.483Z Downloaded hmac v0.12.1
6762026-08-25T19:48:39.486Z Downloaded blake2 v0.10.6
6772026-08-25T19:48:39.486Z Downloaded utf-8 v0.7.6
6782026-08-25T19:48:39.489Z Downloaded ahash v0.8.12
6792026-08-25T19:48:39.489Z Downloaded argon2 v0.6.0-rc.8
6802026-08-25T19:48:39.492Z Downloaded chacha20 v0.9.1
6812026-08-25T19:48:39.492Z Downloaded want v0.3.1
6822026-08-25T19:48:39.492Z Downloaded generic-array v1.4.3
6832026-08-25T19:48:39.495Z Downloaded const-oid v0.9.6
6842026-08-25T19:48:39.495Z Downloaded bzip2 v0.4.4
6852026-08-25T19:48:39.495Z Downloaded ciborium v0.2.2
6862026-08-25T19:48:39.495Z Downloaded clang-sys v1.8.1
6872026-08-25T19:48:39.498Z Downloaded castaway v0.2.4
6882026-08-25T19:48:39.498Z Downloaded serde_tokenstream v0.3.0
6892026-08-25T19:48:39.498Z Downloaded sha1 v0.11.0
6902026-08-25T19:48:39.501Z Downloaded bzip2 v0.6.1
6912026-08-25T19:48:39.501Z Downloaded zeroize_derive v1.5.0
6922026-08-25T19:48:39.501Z Downloaded postcard v1.1.3
6932026-08-25T19:48:39.504Z Downloaded cassowary v0.3.0
6942026-08-25T19:48:39.504Z Downloaded console v0.15.11
6952026-08-25T19:48:39.504Z Downloaded console v0.16.2
6962026-08-25T19:48:39.507Z Downloaded convert_case v0.4.0
6972026-08-25T19:48:39.507Z Downloaded rustls-native-certs v0.8.3
6982026-08-25T19:48:39.507Z Downloaded debug-ignore v1.0.5
6992026-08-25T19:48:39.510Z Downloaded defmt v0.3.100
7002026-08-25T19:48:39.510Z Downloaded blake2 v0.11.0-rc.6
7012026-08-25T19:48:39.514Z Downloaded support-bundle-viewer v0.1.2
7022026-08-25T19:48:39.518Z Downloaded string_cache v0.8.9
7032026-08-25T19:48:39.518Z Downloaded xshell-macros v0.2.7
7042026-08-25T19:48:39.518Z Downloaded pkcs8 v0.11.0
7052026-08-25T19:48:39.521Z Downloaded ff v0.13.1
7062026-08-25T19:48:39.524Z Downloaded strum_macros v0.24.3
7072026-08-25T19:48:39.524Z Downloaded cpubits v0.1.1
7082026-08-25T19:48:39.524Z Downloaded crunchy v0.2.4
7092026-08-25T19:48:39.524Z Downloaded dropshot-api-manager-types v0.8.0
7102026-08-25T19:48:39.524Z Downloaded illumos-nvpair-sys v0.2.0
7112026-08-25T19:48:39.527Z Downloaded dof v0.4.0
7122026-08-25T19:48:39.531Z Downloaded tiny-keccak v2.0.2
7132026-08-25T19:48:39.531Z Downloaded tls_codec v0.4.2
7142026-08-25T19:48:39.531Z Downloaded tokio-tungstenite v0.21.0
7152026-08-25T19:48:39.534Z Downloaded tokio-tungstenite v0.23.1
7162026-08-25T19:48:39.534Z Downloaded fatfs v0.3.6
7172026-08-25T19:48:39.534Z Downloaded poly1305 v0.9.0
7182026-08-25T19:48:39.537Z Downloaded predicates v3.1.4
7192026-08-25T19:48:39.537Z Downloaded ssh-encoding v0.3.0
7202026-08-25T19:48:39.537Z Downloaded pkcs1 v0.7.5
7212026-08-25T19:48:39.540Z Downloaded spki v0.8.0
7222026-08-25T19:48:39.540Z Downloaded thread_local v1.1.9
7232026-08-25T19:48:39.540Z Downloaded tokio-native-tls v0.3.1
7242026-08-25T19:48:39.543Z Downloaded toml_writer v1.1.1+spec-1.1.0
7252026-08-25T19:48:39.543Z Downloaded httparse v1.10.1
7262026-08-25T19:48:39.546Z Downloaded dirs-sys-next v0.1.2
7272026-08-25T19:48:39.550Z Downloaded is-terminal v0.4.17
7282026-08-25T19:48:39.554Z Downloaded chacha20 v0.10.0
7292026-08-25T19:48:39.558Z Downloaded colored v2.2.0
7302026-08-25T19:48:39.558Z Downloaded kem v0.3.0
7312026-08-25T19:48:39.558Z Downloaded lazy_static v1.5.0
7322026-08-25T19:48:39.561Z Downloaded cancel-safe-futures v0.1.5
7332026-08-25T19:48:39.561Z Downloaded libscf-sys v1.2.0
7342026-08-25T19:48:39.561Z Downloaded multimap v0.10.1
7352026-08-25T19:48:39.561Z Downloaded nonempty v0.12.0
7362026-08-25T19:48:39.566Z Downloaded num_threads v0.1.7
7372026-08-25T19:48:39.566Z Downloaded newtype-uuid-macros v0.1.0
7382026-08-25T19:48:39.569Z Downloaded maybe-uninit v2.0.0
7392026-08-25T19:48:39.569Z Downloaded mime v0.3.17
7402026-08-25T19:48:39.569Z Downloaded slog-term v2.9.2
7412026-08-25T19:48:39.572Z Downloaded wyz v0.5.1
7422026-08-25T19:48:39.572Z Downloaded critical-section v1.2.0
7432026-08-25T19:48:39.575Z Downloaded parse-size v1.1.0
7442026-08-25T19:48:39.575Z Downloaded match_cfg v0.1.0
7452026-08-25T19:48:39.575Z Downloaded num-iter v0.1.45
7462026-08-25T19:48:39.580Z Downloaded heapless v0.7.17
7472026-08-25T19:48:39.580Z Downloaded oso v0.27.3
7482026-08-25T19:48:39.583Z Downloaded backtrace v0.3.76
7492026-08-25T19:48:39.586Z Downloaded hyper-tls v0.6.0
7502026-08-25T19:48:39.586Z Downloaded corncobs v0.1.4
7512026-08-25T19:48:39.589Z Downloaded proc-macro-error-attr2 v2.0.0
7522026-08-25T19:48:39.589Z Downloaded progenitor-macro v0.14.0
7532026-08-25T19:48:39.589Z Downloaded russh-cryptovec v0.62.0
7542026-08-25T19:48:39.589Z Downloaded openssl-probe v0.1.6
7552026-08-25T19:48:39.592Z Downloaded ref-cast v1.0.25
7562026-08-25T19:48:39.596Z Downloaded precomputed-hash v0.1.1
7572026-08-25T19:48:39.599Z Downloaded predicates-tree v1.0.13
7582026-08-25T19:48:39.599Z Downloaded rcgen v0.12.1
7592026-08-25T19:48:39.602Z Downloaded rand_pcg v0.10.2
7602026-08-25T19:48:39.602Z Downloaded whoami v1.6.1
7612026-08-25T19:48:39.606Z Downloaded async-compression v0.4.41
7622026-08-25T19:48:39.609Z Downloaded rustc_version v0.1.7
7632026-08-25T19:48:39.610Z Downloaded rustc_version v0.4.1
7642026-08-25T19:48:39.610Z Downloaded ctutils v0.4.2
7652026-08-25T19:48:39.610Z Downloaded instability v0.3.11
7662026-08-25T19:48:39.610Z Downloaded oxide-update-engine-types v0.1.2
7672026-08-25T19:48:39.613Z Downloaded ctr v0.10.1
7682026-08-25T19:48:39.616Z Downloaded data-encoding v2.10.0
7692026-08-25T19:48:39.616Z Downloaded try-lock v0.2.5
7702026-08-25T19:48:39.622Z Downloaded ipnet v2.12.0
7712026-08-25T19:48:39.625Z Downloaded progenitor-impl v0.13.0
7722026-08-25T19:48:39.629Z Downloaded lru-slab v0.1.2
7732026-08-25T19:48:39.629Z Downloaded sigpipe v0.1.3
7742026-08-25T19:48:39.629Z Downloaded similar v2.7.0
7752026-08-25T19:48:39.633Z Downloaded compact_str v0.8.1
7762026-08-25T19:48:39.637Z Downloaded multer v3.1.0
7772026-08-25T19:48:39.637Z Downloaded bytes v1.11.1
7782026-08-25T19:48:39.640Z Downloaded chumsky v0.9.3
7792026-08-25T19:48:39.640Z Downloaded darling v0.20.11
7802026-08-25T19:48:39.640Z Downloaded structmeta-derive v0.3.0
7812026-08-25T19:48:39.643Z Downloaded strum v0.26.3
7822026-08-25T19:48:39.643Z Downloaded tower-service v0.3.3
7832026-08-25T19:48:39.643Z Downloaded diesel-dtrace v0.5.0
7842026-08-25T19:48:39.643Z Downloaded linear-map v1.2.0
7852026-08-25T19:48:39.646Z Downloaded mime_guess v2.0.5
7862026-08-25T19:48:39.646Z Downloaded vergen-lib v0.1.6
7872026-08-25T19:48:39.646Z Downloaded chacha20poly1305 v0.10.1
7882026-08-25T19:48:39.646Z Downloaded parking_lot_core v0.8.6
7892026-08-25T19:48:39.649Z Downloaded socket2 v0.5.10
7902026-08-25T19:48:39.649Z Downloaded diff v0.1.13
7912026-08-25T19:48:39.649Z Downloaded half v2.7.1
7922026-08-25T19:48:39.652Z Downloaded hybrid-array v0.4.13
7932026-08-25T19:48:39.652Z Downloaded pin-project-internal v1.1.11
7942026-08-25T19:48:39.655Z Downloaded postgres-protocol v0.6.10
7952026-08-25T19:48:39.655Z Downloaded universal-hash v0.6.1
7962026-08-25T19:48:39.655Z Downloaded usdt-attr-macro v0.6.0
7972026-08-25T19:48:39.660Z Downloaded unicode-properties v0.1.4
7982026-08-25T19:48:39.663Z Downloaded hickory-resolver v0.24.4
7992026-08-25T19:48:39.666Z Downloaded rayon-core v1.13.0
8002026-08-25T19:48:39.669Z Downloaded sec1 v0.7.3
8012026-08-25T19:48:39.670Z Downloaded owo-colors v4.3.0
8022026-08-25T19:48:39.670Z Downloaded oxide-update-engine-display v0.1.2
8032026-08-25T19:48:39.672Z Downloaded peg v0.8.5
8042026-08-25T19:48:39.672Z Downloaded peg-macros v0.8.5
8052026-08-25T19:48:39.672Z Downloaded phc v0.6.1
8062026-08-25T19:48:39.675Z Downloaded signal-hook v0.3.18
8072026-08-25T19:48:39.675Z Downloaded vte v0.14.1
8082026-08-25T19:48:39.678Z Downloaded ingot-macros v0.2.0
8092026-08-25T19:48:39.678Z Downloaded zone v0.3.1
8102026-08-25T19:48:39.678Z Downloaded r2d2 v0.8.10
8112026-08-25T19:48:39.678Z Downloaded unicode-truncate v1.1.0
8122026-08-25T19:48:39.678Z Downloaded flate2 v1.1.9
8132026-08-25T19:48:39.681Z Downloaded hickory-resolver v0.25.2
8142026-08-25T19:48:39.684Z Downloaded signal-hook-registry v1.4.8
8152026-08-25T19:48:39.684Z Downloaded schemars v0.8.22
8162026-08-25T19:48:39.689Z Downloaded colored v3.1.1
8172026-08-25T19:48:39.692Z Downloaded p256 v0.14.0
8182026-08-25T19:48:39.695Z Downloaded derive_builder v0.20.2
8192026-08-25T19:48:39.695Z Downloaded darling_macro v0.23.0
8202026-08-25T19:48:39.696Z Downloaded slog-stdlog v4.1.1
8212026-08-25T19:48:39.696Z Downloaded sqlformat v0.3.5
8222026-08-25T19:48:39.698Z Downloaded sapling-renderdag v0.1.0
8232026-08-25T19:48:39.698Z Downloaded serde_path_to_error v0.1.20
8242026-08-25T19:48:39.698Z Downloaded crc8 v0.1.1
8252026-08-25T19:48:39.699Z Downloaded curve25519-dalek-derive v0.1.1
8262026-08-25T19:48:39.702Z Downloaded strum v0.27.2
8272026-08-25T19:48:39.702Z Downloaded base64 v0.22.1
8282026-08-25T19:48:39.705Z Downloaded dsl_auto_type v0.2.0
8292026-08-25T19:48:39.705Z Downloaded indent_write v2.2.0
8302026-08-25T19:48:39.708Z Downloaded unsafe-libyaml v0.2.11
8312026-08-25T19:48:39.708Z Downloaded base64 v0.21.7
8322026-08-25T19:48:39.711Z Downloaded cc v1.2.56
8332026-08-25T19:48:39.711Z Downloaded bumpalo v3.20.2
8342026-08-25T19:48:39.714Z Downloaded darling_macro v0.13.4
8352026-08-25T19:48:39.714Z Downloaded dirs-next v2.0.0
8362026-08-25T19:48:39.714Z Downloaded digest-io v0.1.0
8372026-08-25T19:48:39.717Z Downloaded md-5 v0.10.6
8382026-08-25T19:48:39.722Z Downloaded hickory-server v0.25.2
8392026-08-25T19:48:39.722Z Downloaded slog-json v2.6.1
8402026-08-25T19:48:39.727Z Downloaded slog-scope v4.4.1
8412026-08-25T19:48:39.727Z Downloaded uzers v0.12.2
8422026-08-25T19:48:39.727Z Downloaded vergen-git2 v9.1.0
8432026-08-25T19:48:39.727Z Downloaded writeable v0.6.2
8442026-08-25T19:48:39.727Z Downloaded xshell v0.2.7
8452026-08-25T19:48:39.730Z Downloaded dropshot_endpoint v0.17.1
8462026-08-25T19:48:39.730Z Downloaded hashbrown v0.12.3
8472026-08-25T19:48:39.730Z Downloaded tokio-dtrace v0.1.1
8482026-08-25T19:48:39.730Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8492026-08-25T19:48:39.733Z Downloaded http v1.4.2
8502026-08-25T19:48:39.733Z Downloaded idna_adapter v1.2.1
8512026-08-25T19:48:39.733Z Downloaded instant v0.1.13
8522026-08-25T19:48:39.736Z Downloaded convert_case v0.10.0
8532026-08-25T19:48:39.736Z Downloaded sec1 v0.8.1
8542026-08-25T19:48:39.737Z Downloaded nibble_vec v0.1.0
8552026-08-25T19:48:39.739Z Downloaded tui-tree-widget v0.23.1
8562026-08-25T19:48:39.739Z Downloaded hashbrown v0.13.2
8572026-08-25T19:48:39.751Z Downloaded kstat-rs v0.2.5
8582026-08-25T19:48:39.755Z Downloaded lru-cache v0.1.2
8592026-08-25T19:48:39.758Z Downloaded oso-derive v0.27.3
8602026-08-25T19:48:39.758Z Downloaded olpc-cjson v0.1.4
8612026-08-25T19:48:39.758Z Downloaded proc-macro-crate v3.4.0
8622026-08-25T19:48:39.761Z Downloaded quinn-udp v0.5.14
8632026-08-25T19:48:39.761Z Downloaded progenitor-client v0.14.0
8642026-08-25T19:48:39.761Z Downloaded unicase v2.9.0
8652026-08-25T19:48:39.761Z Downloaded radium v0.7.0
8662026-08-25T19:48:39.767Z Downloaded rand v0.8.6
8672026-08-25T19:48:39.767Z Downloaded scuffle v0.1.0
8682026-08-25T19:48:39.772Z Downloaded derive-ex v0.1.8
8692026-08-25T19:48:39.772Z Downloaded zstd-safe v7.2.4
8702026-08-25T19:48:39.772Z Downloaded darling_core v0.21.3
8712026-08-25T19:48:39.775Z Downloaded psl-types v2.0.11
8722026-08-25T19:48:39.775Z Downloaded russh-util v0.52.0
8732026-08-25T19:48:39.775Z Downloaded same-file v1.0.6
8742026-08-25T19:48:39.776Z Downloaded rand_xorshift v0.4.0
8752026-08-25T19:48:39.776Z Downloaded scroll_derive v0.13.1
8762026-08-25T19:48:39.776Z Downloaded publicsuffix v2.3.0
8772026-08-25T19:48:39.779Z Downloaded quinn v0.11.11
8782026-08-25T19:48:39.782Z Downloaded jobserver v0.1.34
8792026-08-25T19:48:39.785Z Downloaded sqlparser_derive v0.5.0
8802026-08-25T19:48:39.788Z Downloaded indicatif v0.18.4
8812026-08-25T19:48:39.791Z Downloaded vergen v9.1.0
8822026-08-25T19:48:39.791Z Downloaded aes-gcm v0.11.0
8832026-08-25T19:48:39.799Z Downloaded term v1.2.1
8842026-08-25T19:48:39.799Z Downloaded unicode_categories v0.1.1
8852026-08-25T19:48:39.799Z Downloaded term v0.7.0
8862026-08-25T19:48:39.799Z Downloaded tokio-rustls v0.26.4
8872026-08-25T19:48:39.802Z Downloaded ingot v0.2.1
8882026-08-25T19:48:39.802Z Downloaded constant_time_eq v0.4.2
8892026-08-25T19:48:39.802Z Downloaded module-lattice v0.2.3
8902026-08-25T19:48:39.802Z Downloaded num-complex v0.4.6
8912026-08-25T19:48:39.802Z Downloaded serde_yaml v0.9.34+deprecated
8922026-08-25T19:48:39.808Z Downloaded supports-hyperlinks v3.2.0
8932026-08-25T19:48:39.808Z Downloaded pem-rfc7468 v1.0.0
8942026-08-25T19:48:39.811Z Downloaded unicode-xid v0.2.6
8952026-08-25T19:48:39.811Z Downloaded darling v0.21.3
8962026-08-25T19:48:39.814Z Downloaded knus v3.4.0
8972026-08-25T19:48:39.814Z Downloaded defmt v1.0.1
8982026-08-25T19:48:39.817Z Downloaded wnaf v0.14.0
8992026-08-25T19:48:39.817Z Downloaded samael v0.0.19
9002026-08-25T19:48:39.820Z Downloaded yansi v1.0.1
9012026-08-25T19:48:39.823Z Downloaded zip v0.6.6
9022026-08-25T19:48:39.823Z Downloaded darling_macro v0.21.3
9032026-08-25T19:48:39.823Z Downloaded omicron-zone-package v0.12.3
9042026-08-25T19:48:39.826Z Downloaded crc-catalog v2.4.0
9052026-08-25T19:48:39.826Z Downloaded downcast-rs v2.0.2
9062026-08-25T19:48:39.826Z Downloaded pin-project v1.1.11
9072026-08-25T19:48:39.831Z Downloaded prefix-trie v0.7.0
9082026-08-25T19:48:39.834Z Downloaded miette-derive v7.6.0
9092026-08-25T19:48:39.834Z Downloaded oxide-generation v0.1.3
9102026-08-25T19:48:39.834Z Downloaded untrusted v0.9.0
9112026-08-25T19:48:39.837Z Downloaded usdt-macro v0.6.0
9122026-08-25T19:48:39.837Z Downloaded yoke-derive v0.8.1
9132026-08-25T19:48:39.837Z Downloaded tinyvec v1.10.0
9142026-08-25T19:48:39.837Z Downloaded rustc-demangle v0.1.27
9152026-08-25T19:48:39.840Z Downloaded difflib v0.4.0
9162026-08-25T19:48:39.840Z Downloaded aes v0.9.1
9172026-08-25T19:48:39.840Z Downloaded ed25519-dalek v2.2.0
9182026-08-25T19:48:39.843Z Downloaded expectorate v1.2.0
9192026-08-25T19:48:39.843Z Downloaded litemap v0.8.1
9202026-08-25T19:48:39.846Z Downloaded libefi-sys v0.1.0
9212026-08-25T19:48:39.846Z Downloaded crc32fast v1.5.0
9222026-08-25T19:48:39.846Z Downloaded inout v0.1.4
9232026-08-25T19:48:39.846Z Downloaded maplit v1.0.2
9242026-08-25T19:48:39.851Z Downloaded tinystr v0.8.2
9252026-08-25T19:48:39.854Z Downloaded url v2.5.8
9262026-08-25T19:48:39.854Z Downloaded schemars v0.9.0
9272026-08-25T19:48:39.860Z Downloaded parking_lot_core v0.9.12
9282026-08-25T19:48:39.863Z Downloaded stringprep v0.1.5
9292026-08-25T19:48:39.864Z Downloaded scroll v0.13.0
9302026-08-25T19:48:39.864Z Downloaded new_debug_unreachable v1.0.6
9312026-08-25T19:48:39.864Z Downloaded dunce v1.0.5
9322026-08-25T19:48:39.864Z Downloaded ecdsa v0.16.9
9332026-08-25T19:48:39.867Z Downloaded serde_derive_internals v0.29.1
9342026-08-25T19:48:39.867Z Downloaded hashbrown v0.15.5
9352026-08-25T19:48:39.870Z Downloaded futures-util v0.3.32
9362026-08-25T19:48:39.876Z Downloaded iana-time-zone v0.1.65
9372026-08-25T19:48:39.880Z Downloaded slog-async v2.8.0
9382026-08-25T19:48:39.880Z Downloaded rustyline v14.0.0
9392026-08-25T19:48:39.880Z Downloaded parse-display v0.10.0
9402026-08-25T19:48:39.883Z Downloaded path-slash v0.1.5
9412026-08-25T19:48:39.883Z Downloaded smf v0.2.3
9422026-08-25T19:48:39.883Z Downloaded termios v0.3.3
9432026-08-25T19:48:39.883Z Downloaded postgres-types v0.2.12
9442026-08-25T19:48:39.883Z Downloaded pkcs1 v0.8.0-rc.4
9452026-08-25T19:48:39.886Z Downloaded crossbeam-channel v0.5.15
9462026-08-25T19:48:39.902Z Downloaded p384 v0.14.0
9472026-08-25T19:48:39.907Z Downloaded shlex v1.3.0
9482026-08-25T19:48:39.907Z Downloaded poly1305 v0.8.0
9492026-08-25T19:48:39.907Z Downloaded ed25519 v3.0.0
9502026-08-25T19:48:39.907Z Downloaded quick-error v1.2.3
9512026-08-25T19:48:39.907Z Downloaded yoke v0.8.1
9522026-08-25T19:48:39.907Z Downloaded sha2 v0.11.0
9532026-08-25T19:48:39.907Z Downloaded signature v2.2.0
9542026-08-25T19:48:39.907Z Downloaded darling_core v0.20.11
9552026-08-25T19:48:39.911Z Downloaded derive_more v2.1.1
9562026-08-25T19:48:39.913Z Downloaded static_assertions v1.1.0
9572026-08-25T19:48:39.913Z Downloaded hashbrown v0.16.1
9582026-08-25T19:48:39.918Z Downloaded icu_locale_core v2.1.1
9592026-08-25T19:48:39.922Z Downloaded num-traits v0.2.19
9602026-08-25T19:48:39.922Z Downloaded rsa v0.9.10
9612026-08-25T19:48:39.926Z Downloaded daft v0.1.8
9622026-08-25T19:48:39.926Z Downloaded serde_spanned v1.1.1
9632026-08-25T19:48:39.926Z Downloaded testing_table v0.3.0
9642026-08-25T19:48:39.926Z Downloaded newtype-uuid v1.3.2
9652026-08-25T19:48:39.931Z Downloaded parking_lot v0.12.5
9662026-08-25T19:48:39.931Z Downloaded sync_wrapper v1.0.2
9672026-08-25T19:48:39.931Z Downloaded derive_more v0.99.20
9682026-08-25T19:48:39.931Z Downloaded whoami v2.1.0
9692026-08-25T19:48:39.934Z Downloaded zerocopy v0.6.6
9702026-08-25T19:48:39.934Z Downloaded zerocopy-derive v0.8.55
9712026-08-25T19:48:39.937Z Downloaded simd-adler32 v0.3.8
9722026-08-25T19:48:39.937Z Downloaded zone_cfg_derive v0.3.1
9732026-08-25T19:48:39.941Z Downloaded pin-project-lite v0.2.17
9742026-08-25T19:48:39.941Z Downloaded polyval v0.7.1
9752026-08-25T19:48:39.941Z Downloaded topological-sort v0.2.2
9762026-08-25T19:48:39.946Z Downloaded unit-prefix v0.5.2
9772026-08-25T19:48:39.946Z Downloaded universal-hash v0.5.1
9782026-08-25T19:48:39.946Z Downloaded pkcs5 v0.8.1
9792026-08-25T19:48:39.949Z Downloaded tokio-stream v0.1.18
9802026-08-25T19:48:39.953Z Downloaded dtrace-parser v0.3.0
9812026-08-25T19:48:39.956Z Downloaded display-error-chain v0.2.2
9822026-08-25T19:48:39.956Z Downloaded libsw-core v0.3.2
9832026-08-25T19:48:39.956Z Downloaded crucible-workspace-hack v0.1.0
9842026-08-25T19:48:39.956Z Downloaded nom v7.1.3
9852026-08-25T19:48:39.959Z Downloaded des v0.9.0
9862026-08-25T19:48:39.959Z Downloaded packed_struct v0.10.1
9872026-08-25T19:48:39.962Z Downloaded resolv-conf v0.7.6
9882026-08-25T19:48:39.963Z Downloaded scrypt v0.12.0
9892026-08-25T19:48:39.963Z Downloaded uuid v1.23.4
9902026-08-25T19:48:39.966Z Downloaded vsss-rs v3.3.4
9912026-08-25T19:48:39.970Z Downloaded strum_macros v0.27.2
9922026-08-25T19:48:39.970Z Downloaded indoc v1.0.9
9932026-08-25T19:48:39.973Z Downloaded managed v0.8.0
9942026-08-25T19:48:39.973Z Downloaded qorb v0.4.1
9952026-08-25T19:48:39.976Z Downloaded num-bigint-dig v0.8.6
9962026-08-25T19:48:39.979Z Downloaded toml_parser v1.1.2+spec-1.1.0
9972026-08-25T19:48:39.985Z Downloaded void v1.0.2
9982026-08-25T19:48:39.985Z Downloaded serde_with_macros v1.5.2
9992026-08-25T19:48:39.986Z Downloaded primeorder v0.14.0
10002026-08-25T19:48:39.989Z Downloaded serde_bytes v0.11.19
10012026-08-25T19:48:39.989Z Downloaded serde_with v1.14.0
10022026-08-25T19:48:39.990Z Downloaded crypto-bigint v0.5.5
10032026-08-25T19:48:39.993Z Downloaded openssl-macros v0.1.1
10042026-08-25T19:48:39.993Z Downloaded phf_shared v0.13.1
10052026-08-25T19:48:39.993Z Downloaded pretty_assertions v1.4.1
10062026-08-25T19:48:39.998Z Downloaded ref-cast-impl v1.0.25
10072026-08-25T19:48:40.001Z Downloaded secrecy v0.8.0
10082026-08-25T19:48:40.001Z Downloaded serde_plain v1.0.2
10092026-08-25T19:48:40.001Z Downloaded shell-words v1.1.1
10102026-08-25T19:48:40.001Z Downloaded strip-ansi-escapes v0.2.1
10112026-08-25T19:48:40.001Z Downloaded supports-unicode v3.0.0
10122026-08-25T19:48:40.005Z Downloaded deranged v0.5.8
10132026-08-25T19:48:40.005Z Downloaded hyper-rustls v0.27.7
10142026-08-25T19:48:40.005Z Downloaded spki v0.7.3
10152026-08-25T19:48:40.005Z Downloaded tls_codec_derive v0.4.2
10162026-08-25T19:48:40.008Z Downloaded rtoolbox v0.0.3
10172026-08-25T19:48:40.008Z Downloaded steno v0.4.1
10182026-08-25T19:48:40.011Z Downloaded tokio-postgres v0.7.16
10192026-08-25T19:48:40.014Z Downloaded zeroize v1.9.0
10202026-08-25T19:48:40.019Z Downloaded thiserror-impl-no-std v2.0.2
10212026-08-25T19:48:40.023Z Downloaded socket2 v0.6.3
10222026-08-25T19:48:40.027Z Downloaded subprocess v0.2.15
10232026-08-25T19:48:40.027Z Downloaded test-strategy v0.4.5
10242026-08-25T19:48:40.027Z Downloaded typify-macro v0.6.2
10252026-08-25T19:48:40.027Z Downloaded hkdf v0.12.4
10262026-08-25T19:48:40.030Z Downloaded rustversion v1.0.22
10272026-08-25T19:48:40.030Z Downloaded num-bigint v0.4.6
10282026-08-25T19:48:40.033Z Downloaded tracing-attributes v0.1.31
10292026-08-25T19:48:40.033Z Downloaded keccak v0.2.0
10302026-08-25T19:48:40.033Z Downloaded libloading v0.8.9
10312026-08-25T19:48:40.037Z Downloaded darling_macro v0.20.11
10322026-08-25T19:48:40.037Z Downloaded zerofrom-derive v0.1.6
10332026-08-25T19:48:40.037Z Downloaded toml v1.1.2+spec-1.1.0
10342026-08-25T19:48:40.040Z Downloaded ipnetwork v0.21.1
10352026-08-25T19:48:40.040Z Downloaded zip v4.6.1
10362026-08-25T19:48:40.043Z Downloaded impl-trait-for-tuples v0.2.3
10372026-08-25T19:48:40.046Z Downloaded tower-http v0.6.8
10382026-08-25T19:48:40.049Z Downloaded libbz2-rs-sys v0.2.2
10392026-08-25T19:48:40.049Z Downloaded tagptr v0.2.0
10402026-08-25T19:48:40.049Z Downloaded wait-timeout v0.2.1
10412026-08-25T19:48:40.051Z Downloaded cpufeatures v0.3.0
10422026-08-25T19:48:40.052Z Downloaded parse-display-derive v0.10.0
10432026-08-25T19:48:40.052Z Downloaded pem-rfc7468 v0.7.0
10442026-08-25T19:48:40.052Z Downloaded progenitor-client v0.13.0
10452026-08-25T19:48:40.055Z Downloaded crc v3.4.0
10462026-08-25T19:48:40.059Z Downloaded darling v0.23.0
10472026-08-25T19:48:40.059Z Downloaded native-tls v0.2.18
10482026-08-25T19:48:40.059Z Downloaded linked-hash-map v0.5.6
10492026-08-25T19:48:40.062Z Downloaded num v0.4.3
10502026-08-25T19:48:40.066Z Downloaded indexmap v1.9.3
10512026-08-25T19:48:40.070Z Downloaded spin v0.9.8
10522026-08-25T19:48:40.074Z Downloaded progenitor-impl v0.14.0
10532026-08-25T19:48:40.081Z Downloaded progenitor-macro v0.13.0
10542026-08-25T19:48:40.084Z Downloaded icu_properties v2.1.2
10552026-08-25T19:48:40.084Z Downloaded rand_chacha v0.9.0
10562026-08-25T19:48:40.084Z Downloaded signature v3.0.0
10572026-08-25T19:48:40.087Z Downloaded thiserror-no-std v2.0.2
10582026-08-25T19:48:40.087Z Downloaded ed25519-dalek v3.0.0
10592026-08-25T19:48:40.091Z Downloaded ident_case v1.0.1
10602026-08-25T19:48:40.091Z Downloaded md5 v0.8.0
10612026-08-25T19:48:40.096Z Downloaded tokio-test v0.4.5
10622026-08-25T19:48:40.100Z Downloaded tinyvec_macros v0.1.1
10632026-08-25T19:48:40.108Z Downloaded openssl-sys v0.9.117
10642026-08-25T19:48:40.112Z Downloaded rand_chacha v0.3.1
10652026-08-25T19:48:40.115Z Downloaded recursive-proc-macro-impl v0.1.1
10662026-08-25T19:48:40.115Z Downloaded serde-big-array v0.5.1
10672026-08-25T19:48:40.115Z Downloaded scopeguard v1.2.0
10682026-08-25T19:48:40.115Z Downloaded defmt-parser v1.0.0
10692026-08-25T19:48:40.115Z Downloaded illumos-nvpair v0.3.0
10702026-08-25T19:48:40.115Z Downloaded h2 v0.4.15
10712026-08-25T19:48:40.121Z Downloaded usdt v0.6.0
10722026-08-25T19:48:40.124Z Downloaded untrusted v0.7.1
10732026-08-25T19:48:40.124Z Downloaded crossbeam-deque v0.8.6
10742026-08-25T19:48:40.124Z Downloaded hyper-staticfile v0.10.1
10752026-08-25T19:48:40.124Z Downloaded cookie v0.18.1
10762026-08-25T19:48:40.124Z Downloaded displaydoc v0.2.5
10772026-08-25T19:48:40.128Z Downloaded internet-checksum v0.2.1
10782026-08-25T19:48:40.128Z Downloaded normalize-line-endings v0.3.0
10792026-08-25T19:48:40.128Z Downloaded keccak v0.1.6
10802026-08-25T19:48:40.131Z Downloaded const_format v0.2.35
10812026-08-25T19:48:40.134Z Downloaded crc-any v2.5.0
10822026-08-25T19:48:40.134Z Downloaded darling_core v0.13.4
10832026-08-25T19:48:40.137Z Downloaded pkcs8 v0.10.2
10842026-08-25T19:48:40.137Z Downloaded hkdf v0.13.0
10852026-08-25T19:48:40.142Z Downloaded crypto-common v0.2.2
10862026-08-25T19:48:40.142Z Downloaded diesel_derives v2.3.7
10872026-08-25T19:48:40.145Z Downloaded derive_builder_macro v0.20.2
10882026-08-25T19:48:40.145Z Downloaded diesel_table_macro_syntax v0.3.0
10892026-08-25T19:48:40.145Z Downloaded primefield v0.14.0
10902026-08-25T19:48:40.145Z Downloaded der_derive v0.7.3
10912026-08-25T19:48:40.145Z Downloaded ed25519 v2.2.3
10922026-08-25T19:48:40.151Z Downloaded sync-ptr v0.1.4
10932026-08-25T19:48:40.156Z Downloaded twox-hash v2.1.2
10942026-08-25T19:48:40.156Z Downloaded utf8_iter v1.0.4
10952026-08-25T19:48:40.156Z Downloaded rustls-pemfile v2.2.0
10962026-08-25T19:48:40.159Z Downloaded typed-path v0.9.3
10972026-08-25T19:48:40.159Z Downloaded either v1.15.0
10982026-08-25T19:48:40.162Z Downloaded serde_repr v0.1.20
10992026-08-25T19:48:40.162Z Downloaded stable_deref_trait v1.2.1
11002026-08-25T19:48:40.162Z Downloaded snafu-derive v0.8.9
11012026-08-25T19:48:40.164Z Downloaded zerofrom v0.1.6
11022026-08-25T19:48:40.164Z Downloaded smallvec v0.6.14
11032026-08-25T19:48:40.170Z Downloaded icu_properties_data v2.1.2
11042026-08-25T19:48:40.177Z Downloaded salsa20 v0.11.0
11052026-08-25T19:48:40.182Z Downloaded smallvec v1.15.1
11062026-08-25T19:48:40.182Z Downloaded tar v0.4.46
11072026-08-25T19:48:40.182Z Downloaded oxide-tokio-rt v0.1.4
11082026-08-25T19:48:40.182Z Downloaded document-features v0.2.12
11092026-08-25T19:48:40.182Z Downloaded lalrpop-util v0.19.12
11102026-08-25T19:48:40.182Z Downloaded itertools v0.14.0
11112026-08-25T19:48:40.186Z Downloaded const_format_proc_macros v0.2.34
11122026-08-25T19:48:40.189Z Downloaded litrs v1.0.0
11132026-08-25T19:48:40.189Z Downloaded nu-ansi-term v0.50.3
11142026-08-25T19:48:40.189Z Downloaded password-hash v0.6.1
11152026-08-25T19:48:40.192Z Downloaded memoffset v0.9.1
11162026-08-25T19:48:40.192Z Downloaded inout v0.2.2
11172026-08-25T19:48:40.195Z Downloaded pkg-config v0.3.32
11182026-08-25T19:48:40.199Z Downloaded idna v1.1.0
11192026-08-25T19:48:40.202Z Downloaded dropshot-api-manager v0.8.0
11202026-08-25T19:48:40.205Z Downloaded usdt-impl v0.6.0
11212026-08-25T19:48:40.209Z Downloaded digest v0.11.3
11222026-08-25T19:48:40.209Z Downloaded recursive v0.1.1
11232026-08-25T19:48:40.212Z Downloaded oxide-update-engine v0.1.2
11242026-08-25T19:48:40.212Z Downloaded rustls-pki-types v1.14.0
11252026-08-25T19:48:40.212Z Downloaded synstructure v0.13.2
11262026-08-25T19:48:40.212Z Downloaded daft-derive v0.1.8
11272026-08-25T19:48:40.215Z Downloaded slog v2.8.2
11282026-08-25T19:48:40.218Z Downloaded miniz_oxide v0.8.9
11292026-08-25T19:48:40.218Z Downloaded reedline v0.40.0
11302026-08-25T19:48:40.221Z Downloaded zerovec-derive v0.11.2
11312026-08-25T19:48:40.225Z Downloaded time-core v0.1.8
11322026-08-25T19:48:40.226Z Downloaded icu_normalizer_data v2.1.1
11332026-08-25T19:48:40.226Z Downloaded is_ci v1.2.0
11342026-08-25T19:48:40.226Z Downloaded libsw v3.5.0
11352026-08-25T19:48:40.228Z Downloaded lock_api v0.4.14
11362026-08-25T19:48:40.228Z Downloaded num_enum_derive v0.7.6
11372026-08-25T19:48:40.228Z Downloaded primeorder v0.13.6
11382026-08-25T19:48:40.232Z Downloaded tungstenite v0.21.0
11392026-08-25T19:48:40.232Z Downloaded typify v0.6.2
11402026-08-25T19:48:40.234Z Downloaded psm v0.1.30
11412026-08-25T19:48:40.237Z Downloaded peg-runtime v0.8.5
11422026-08-25T19:48:40.240Z Downloaded minimal-lexical v0.2.1
11432026-08-25T19:48:40.240Z Downloaded itertools v0.10.5
11442026-08-25T19:48:40.243Z Downloaded itertools v0.15.0
11452026-08-25T19:48:40.247Z Downloaded ml-kem v0.3.2
11462026-08-25T19:48:40.250Z Downloaded csv-core v0.1.13
11472026-08-25T19:48:40.253Z Downloaded lzss v0.8.2
11482026-08-25T19:48:40.253Z Downloaded signal-hook-tokio v0.3.1
11492026-08-25T19:48:40.256Z Downloaded miette v7.6.0
11502026-08-25T19:48:40.260Z Downloaded toml v0.7.8
11512026-08-25T19:48:40.264Z Downloaded paste v1.0.15
11522026-08-25T19:48:40.264Z Downloaded port-file v0.1.0
11532026-08-25T19:48:40.264Z Downloaded progenitor v0.14.0
11542026-08-25T19:48:40.267Z Downloaded tabwriter v1.4.1
11552026-08-25T19:48:40.267Z Downloaded xattr v1.6.1
11562026-08-25T19:48:40.267Z Downloaded ssh-key v0.7.0-rc.11
11572026-08-25T19:48:40.270Z Downloaded der v0.7.10
11582026-08-25T19:48:40.273Z Downloaded tungstenite v0.23.0
11592026-08-25T19:48:40.276Z Downloaded rpassword v7.5.4
11602026-08-25T19:48:40.279Z Downloaded thread-id v5.1.0
11612026-08-25T19:48:40.279Z Downloaded serde-hex v0.1.0
11622026-08-25T19:48:40.279Z Downloaded stacker v0.1.23
11632026-08-25T19:48:40.279Z Downloaded knus-derive v3.4.0
11642026-08-25T19:48:40.283Z Downloaded cstr-argument v0.1.2
11652026-08-25T19:48:40.283Z Downloaded aho-corasick v1.1.4
11662026-08-25T19:48:40.287Z Downloaded humantime v2.3.0
11672026-08-25T19:48:40.287Z Downloaded ingot-types v0.2.0
11682026-08-25T19:48:40.290Z Downloaded zerotrie v0.2.3
11692026-08-25T19:48:40.293Z Downloaded papergrid v0.18.0
11702026-08-25T19:48:40.296Z Downloaded rand_core v0.6.4
11712026-08-25T19:48:40.299Z Downloaded slog-dtrace v0.3.0
11722026-08-25T19:48:40.299Z Downloaded serde_with_macros v3.21.0
11732026-08-25T19:48:40.299Z Downloaded num-derive v0.4.2
11742026-08-25T19:48:40.302Z Downloaded hyper-util v0.1.20
11752026-08-25T19:48:40.305Z Downloaded internal-russh-num-bigint v0.5.0
11762026-08-25T19:48:40.308Z Downloaded x509-cert v0.2.5
11772026-08-25T19:48:40.311Z Downloaded ignore v0.4.25
11782026-08-25T19:48:40.314Z Downloaded serdect v0.4.3
11792026-08-25T19:48:40.314Z Downloaded potential_utf v0.1.4
11802026-08-25T19:48:40.314Z Downloaded strsim v0.10.0
11812026-08-25T19:48:40.314Z Downloaded time-macros v0.2.27
11822026-08-25T19:48:40.318Z Downloaded waitgroup v0.1.2
11832026-08-25T19:48:40.318Z Downloaded derive_builder_core v0.20.2
11842026-08-25T19:48:40.318Z Downloaded nanorand v0.7.0
11852026-08-25T19:48:40.318Z Downloaded openssl-probe v0.2.1
11862026-08-25T19:48:40.318Z Downloaded phf_shared v0.11.3
11872026-08-25T19:48:40.321Z Downloaded walkdir v2.5.0
11882026-08-25T19:48:40.321Z Downloaded rustls-platform-verifier v0.6.2
11892026-08-25T19:48:40.324Z Downloaded crypto-primes v0.7.2
11902026-08-25T19:48:40.324Z Downloaded crossterm v0.28.1
11912026-08-25T19:48:40.327Z Downloaded git2 v0.20.4
11922026-08-25T19:48:40.332Z Downloaded memmap2 v0.9.10
11932026-08-25T19:48:40.335Z Downloaded phf v0.13.1
11942026-08-25T19:48:40.335Z Downloaded dyn-clone v1.0.20
11952026-08-25T19:48:40.335Z Downloaded proc-macro-error2 v2.0.1
11962026-08-25T19:48:40.335Z Downloaded prettyplease v0.2.37
11972026-08-25T19:48:40.340Z Downloaded rand_seeder v0.4.0
11982026-08-25T19:48:40.340Z Downloaded schemars_derive v0.8.22
11992026-08-25T19:48:40.340Z Downloaded vergen-gitcl v1.0.8
12002026-08-25T19:48:40.343Z Downloaded num-rational v0.4.2
12012026-08-25T19:48:40.343Z Downloaded der v0.8.0
12022026-08-25T19:48:40.343Z Downloaded jiff-core v0.1.0
12032026-08-25T19:48:40.346Z Downloaded rusty-fork v0.3.1
12042026-08-25T19:48:40.346Z Downloaded slog-bunyan v2.5.0
12052026-08-25T19:48:40.346Z Downloaded num-conv v0.2.0
12062026-08-25T19:48:40.348Z Downloaded lru v0.12.5
12072026-08-25T19:48:40.348Z Downloaded parking_lot v0.11.2
12082026-08-25T19:48:40.348Z Downloaded tracing-core v0.1.36
12092026-08-25T19:48:40.351Z Downloaded blake3 v1.8.5
12102026-08-25T19:48:40.354Z Downloaded libxml v0.3.3
12112026-08-25T19:48:40.358Z Downloaded indoc v2.0.7
12122026-08-25T19:48:40.364Z Downloaded vergen-lib v9.1.0
12132026-08-25T19:48:40.364Z Downloaded yasna v0.5.2
12142026-08-25T19:48:40.364Z Downloaded darling v0.13.4
12152026-08-25T19:48:40.364Z Downloaded strum_macros v0.26.4
12162026-08-25T19:48:40.370Z Downloaded crossterm v0.29.0
12172026-08-25T19:48:40.370Z Downloaded bitvec v1.0.1
12182026-08-25T19:48:40.373Z Downloaded packed_struct_codegen v0.10.1
12192026-08-25T19:48:40.376Z Downloaded slab v0.4.12
12202026-08-25T19:48:40.376Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12212026-08-25T19:48:40.376Z Downloaded bindgen v0.71.1
12222026-08-25T19:48:40.379Z Downloaded ssh-cipher v0.3.0
12232026-08-25T19:48:40.382Z Downloaded reqwest v0.13.2
12242026-08-25T19:48:40.385Z Downloaded icu_provider v2.1.1
12252026-08-25T19:48:40.388Z Downloaded p384 v0.13.1
12262026-08-25T19:48:40.391Z Downloaded delegate v0.13.5
12272026-08-25T19:48:40.391Z Downloaded unicode-bidi v0.3.18
12282026-08-25T19:48:40.391Z Downloaded snafu v0.8.9
12292026-08-25T19:48:40.394Z Downloaded cookie_store v0.22.1
12302026-08-25T19:48:40.397Z Downloaded ecdsa v0.17.0
12312026-08-25T19:48:40.397Z Downloaded ppv-lite86 v0.2.21
12322026-08-25T19:48:40.397Z Downloaded defmt-macros v1.0.1
12332026-08-25T19:48:40.400Z Downloaded jiff-static v0.2.34
12342026-08-25T19:48:40.400Z Downloaded ron v0.8.1
12352026-08-25T19:48:40.403Z Downloaded crossbeam-utils v0.8.21
12362026-08-25T19:48:40.403Z Downloaded vcpkg v0.2.15
12372026-08-25T19:48:40.427Z Downloaded elliptic-curve v0.13.8
12382026-08-25T19:48:40.438Z Downloaded zstd v0.13.3
12392026-08-25T19:48:40.438Z Downloaded p521 v0.14.0
12402026-08-25T19:48:40.438Z Downloaded ryu v1.0.23
12412026-08-25T19:48:40.438Z Downloaded rand v0.9.2
12422026-08-25T19:48:40.438Z Downloaded crossbeam-epoch v0.9.18
12432026-08-25T19:48:40.446Z Downloaded derive-where v1.6.0
12442026-08-25T19:48:40.446Z Downloaded drift v0.2.0
12452026-08-25T19:48:40.446Z Downloaded rustls-webpki v0.103.13
12462026-08-25T19:48:40.446Z Downloaded derive_more-impl v2.1.1
12472026-08-25T19:48:40.450Z Downloaded serde_cbor v0.11.2
12482026-08-25T19:48:40.451Z Downloaded quinn-proto v0.11.16
12492026-08-25T19:48:40.455Z Downloaded darling_core v0.23.0
12502026-08-25T19:48:40.455Z Downloaded quick-xml v0.37.5
12512026-08-25T19:48:40.458Z Downloaded aws-lc-rs v1.16.3
12522026-08-25T19:48:40.462Z Downloaded regex v1.12.3
12532026-08-25T19:48:40.465Z Downloaded goblin v0.10.5
12542026-08-25T19:48:40.475Z Downloaded chrono v0.4.45
12552026-08-25T19:48:40.485Z Downloaded zopfli v0.8.3
12562026-08-25T19:48:40.495Z Downloaded zlib-rs v0.6.2
12572026-08-25T19:48:40.499Z Downloaded toml_edit v0.19.15
12582026-08-25T19:48:40.507Z Downloaded toml_edit v0.23.10+spec-1.0.0
12592026-08-25T19:48:40.510Z Downloaded reqwest v0.12.28
12602026-08-25T19:48:40.513Z Downloaded rawzip v0.4.4
12612026-08-25T19:48:40.518Z Downloaded gimli v0.32.3
12622026-08-25T19:48:40.522Z Downloaded icu_collections v2.1.1
12632026-08-25T19:48:40.526Z Downloaded icu_normalizer v2.1.1
12642026-08-25T19:48:40.526Z Downloaded nom v8.0.0
12652026-08-25T19:48:40.529Z Downloaded winnow v0.5.40
12662026-08-25T19:48:40.533Z Downloaded hyper v1.10.1
12672026-08-25T19:48:40.536Z Downloaded iri-string v0.7.10
12682026-08-25T19:48:40.539Z Downloaded smoltcp v0.9.1
12692026-08-25T19:48:40.544Z Downloaded hickory-proto v0.25.2
12702026-08-25T19:48:40.552Z Downloaded mio v1.2.0
12712026-08-25T19:48:40.556Z Downloaded serde_with v3.21.0
12722026-08-25T19:48:40.561Z Downloaded rsa v0.10.0-rc.18
12732026-08-25T19:48:40.564Z Downloaded tabled v0.21.0
12742026-08-25T19:48:40.574Z Downloaded iddqd v0.4.2
12752026-08-25T19:48:40.587Z Downloaded tower v0.5.3
12762026-08-25T19:48:40.591Z Downloaded portable-atomic v1.13.1
12772026-08-25T19:48:40.591Z Downloaded sha3 v0.12.0
12782026-08-25T19:48:40.591Z Downloaded rayon v1.11.0
12792026-08-25T19:48:40.594Z Downloaded petname v2.0.2
12802026-08-25T19:48:40.597Z Downloaded winnow v1.0.3
12812026-08-25T19:48:40.600Z Downloaded zerovec v0.11.5
12822026-08-25T19:48:40.603Z Downloaded moka v0.12.13
12832026-08-25T19:48:40.607Z Downloaded itertools v0.13.0
12842026-08-25T19:48:40.610Z Downloaded schemars v1.2.1
12852026-08-25T19:48:40.618Z Downloaded nix v0.27.1
12862026-08-25T19:48:40.624Z Downloaded unicode-segmentation v1.12.0
12872026-08-25T19:48:40.627Z Downloaded unicode-normalization v0.1.25
12882026-08-25T19:48:40.628Z Downloaded salty v0.3.0
12892026-08-25T19:48:40.631Z Downloaded regress v0.11.1
12902026-08-25T19:48:40.636Z Downloaded tough v0.22.0
12912026-08-25T19:48:40.640Z Downloaded rand v0.10.1
12922026-08-25T19:48:40.643Z Downloaded russh v0.62.4
12932026-08-25T19:48:40.657Z Downloaded lalrpop v0.19.12
12942026-08-25T19:48:40.665Z Downloaded time v0.3.47
12952026-08-25T19:48:40.670Z Downloaded hickory-proto v0.24.4
12962026-08-25T19:48:40.677Z Downloaded itertools v0.12.1
12972026-08-25T19:48:40.682Z Downloaded tokio-util v0.7.18
12982026-08-25T19:48:40.686Z Downloaded crypto-bigint v0.7.5
12992026-08-25T19:48:40.694Z Downloaded nix v0.28.0
13002026-08-25T19:48:40.700Z Downloaded zerocopy v0.8.55
13012026-08-25T19:48:40.714Z Downloaded winnow v0.6.26
13022026-08-25T19:48:40.724Z Downloaded regex-syntax v0.6.29
13032026-08-25T19:48:40.725Z Downloaded bstr v1.12.1
13042026-08-25T19:48:40.729Z Downloaded libm v0.2.16
13052026-08-25T19:48:40.729Z Downloaded object v0.30.4
13062026-08-25T19:48:40.733Z Downloaded nix v0.31.2
13072026-08-25T19:48:40.739Z Downloaded dropshot v0.17.1
13082026-08-25T19:48:40.751Z Downloaded radix_trie v0.2.1
13092026-08-25T19:48:40.754Z Downloaded syn v3.0.3
13102026-08-25T19:48:40.760Z Downloaded proptest v1.11.0
13112026-08-25T19:48:40.764Z Downloaded sled v0.34.7
13122026-08-25T19:48:40.770Z Downloaded openssl v0.10.80
13132026-08-25T19:48:40.782Z Downloaded rustls v0.23.41
13142026-08-25T19:48:40.789Z Downloaded diesel v2.3.7
13152026-08-25T19:48:40.802Z Downloaded sqlparser v0.61.0
13162026-08-25T19:48:40.818Z Downloaded polar-core v0.27.3
13172026-08-25T19:48:40.818Z Downloaded smoltcp v0.11.0
13182026-08-25T19:48:40.823Z Downloaded object v0.37.3
13192026-08-25T19:48:40.827Z Downloaded rustix v0.38.44
13202026-08-25T19:48:40.838Z Downloaded regex-syntax v0.8.10
13212026-08-25T19:48:40.844Z Downloaded curve25519-dalek v5.0.0
13222026-08-25T19:48:40.850Z Downloaded curve25519-dalek v4.1.3
13232026-08-25T19:48:40.867Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-25T19:48:40.879Z Downloaded regress v0.10.5
13252026-08-25T19:48:40.883Z Downloaded petgraph v0.8.3
13262026-08-25T19:48:40.895Z Downloaded csv v1.4.0
13272026-08-25T19:48:40.907Z Downloaded openapiv3 v2.2.0
13282026-08-25T19:48:40.917Z Downloaded typify-impl v0.6.2
13292026-08-25T19:48:40.947Z Downloaded tracing v0.1.44
13302026-08-25T19:48:40.961Z Downloaded sha3 v0.11.0
13312026-08-25T19:48:40.964Z Downloaded ratatui v0.29.0
13322026-08-25T19:48:40.973Z Downloaded encoding_rs v0.8.35
13332026-08-25T19:48:40.986Z Downloaded zerocopy-derive v0.6.6
13342026-08-25T19:48:40.990Z Downloaded ring v0.17.14
13352026-08-25T19:48:41.014Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-08-25T19:48:41.021Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-08-25T19:48:41.053Z Downloaded regex-automata v0.4.14
13382026-08-25T19:48:41.060Z Downloaded chrono-tz v0.10.4
13392026-08-25T19:48:41.074Z Downloaded jiff v0.2.34
13402026-08-25T19:48:41.091Z Downloaded petgraph v0.6.5
13412026-08-25T19:48:41.117Z Downloaded libz-sys v1.1.24
13422026-08-25T19:48:41.130Z Downloaded sha3 v0.10.8
13432026-08-25T19:48:41.133Z Downloaded tokio v1.52.1
13442026-08-25T19:48:41.672Z Downloaded aws-lc-sys v0.40.0
13452026-08-25T19:48:41.930Z Compiling serde_core v1.0.228
13462026-08-25T19:48:41.930Z Compiling libc v0.2.185
13472026-08-25T19:48:41.930Z Compiling serde v1.0.228
13482026-08-25T19:48:41.933Z Compiling log v0.4.33
13492026-08-25T19:48:41.933Z Compiling smallvec v1.15.1
13502026-08-25T19:48:41.933Z Compiling find-msvc-tools v0.1.9
13512026-08-25T19:48:41.934Z Compiling shlex v1.3.0
13522026-08-25T19:48:42.065Z Compiling syn v2.0.117
13532026-08-25T19:48:42.280Z Compiling subtle v2.6.1
13542026-08-25T19:48:42.284Z Compiling scopeguard v1.2.0
13552026-08-25T19:48:42.307Z Compiling stable_deref_trait v1.2.1
13562026-08-25T19:48:42.361Z Compiling lock_api v0.4.14
13572026-08-25T19:48:42.401Z Compiling typenum v1.20.1
13582026-08-25T19:48:42.401Z Compiling zerocopy v0.8.55
13592026-08-25T19:48:42.401Z Compiling portable-atomic v1.13.1
13602026-08-25T19:48:42.549Z Compiling serde_json v1.0.151
13612026-08-25T19:48:42.680Z Compiling critical-section v1.2.0
13622026-08-25T19:48:42.755Z Compiling libm v0.2.16
13632026-08-25T19:48:42.787Z Compiling num-traits v0.2.19
13642026-08-25T19:48:42.882Z Compiling pkg-config v0.3.32
13652026-08-25T19:48:43.049Z Compiling errno v0.3.14
13662026-08-25T19:48:43.062Z Compiling jobserver v0.1.34
13672026-08-25T19:48:43.127Z Compiling getrandom v0.2.17
13682026-08-25T19:48:43.339Z Compiling cc v1.2.56
13692026-08-25T19:48:43.385Z Compiling rand_core v0.6.4
13702026-08-25T19:48:43.466Z Compiling once_cell v1.21.3
13712026-08-25T19:48:43.479Z Compiling generic-array v0.14.7
13722026-08-25T19:48:43.562Z Compiling const-oid v0.9.6
13732026-08-25T19:48:43.664Z Compiling parking_lot_core v0.9.12
13742026-08-25T19:48:43.667Z Compiling getrandom v0.4.3
13752026-08-25T19:48:43.690Z Compiling pin-project-lite v0.2.17
13762026-08-25T19:48:43.837Z Compiling rand_core v0.10.0
13772026-08-25T19:48:44.203Z Compiling signal-hook-registry v1.4.8
13782026-08-25T19:48:44.261Z Compiling litemap v0.8.1
13792026-08-25T19:48:44.306Z Compiling bitflags v2.11.0
13802026-08-25T19:48:44.425Z Compiling percent-encoding v2.3.2
13812026-08-25T19:48:44.451Z Compiling writeable v0.6.2
13822026-08-25T19:48:44.492Z Compiling futures-core v0.3.32
13832026-08-25T19:48:44.542Z Compiling semver v1.0.28
13842026-08-25T19:48:44.617Z Compiling parking_lot v0.12.5
13852026-08-25T19:48:44.641Z Compiling mio v1.2.0
13862026-08-25T19:48:44.647Z Compiling icu_normalizer_data v2.1.1
13872026-08-25T19:48:44.647Z Compiling icu_properties_data v2.1.2
13882026-08-25T19:48:44.868Z Compiling socket2 v0.6.3
13892026-08-25T19:48:44.907Z Compiling rustix v1.1.4
13902026-08-25T19:48:44.987Z Compiling getrandom v0.3.4
13912026-08-25T19:48:45.016Z Compiling synstructure v0.13.2
13922026-08-25T19:48:45.067Z Compiling futures-sink v0.3.32
13932026-08-25T19:48:45.122Z Compiling indexmap v2.14.0
13942026-08-25T19:48:45.122Z Compiling futures-channel v0.3.32
13952026-08-25T19:48:45.318Z Compiling futures-task v0.3.32
13962026-08-25T19:48:45.362Z Compiling slab v0.4.12
13972026-08-25T19:48:45.454Z Compiling futures-io v0.3.32
13982026-08-25T19:48:45.497Z Compiling utf8_iter v1.0.4
13992026-08-25T19:48:45.534Z Compiling form_urlencoded v1.2.2
14002026-08-25T19:48:45.580Z Compiling rustversion v1.0.22
14012026-08-25T19:48:45.610Z Compiling iana-time-zone v0.1.65
14022026-08-25T19:48:45.682Z Compiling base64ct v1.8.3
14032026-08-25T19:48:45.715Z Compiling cmake v0.1.57
14042026-08-25T19:48:45.795Z Compiling regex-syntax v0.8.10
14052026-08-25T19:48:45.815Z Compiling fs_extra v1.3.0
14062026-08-25T19:48:45.840Z Compiling dunce v1.0.5
14072026-08-25T19:48:45.927Z Compiling pem-rfc7468 v0.7.0
14082026-08-25T19:48:45.940Z Compiling flagset v0.4.7
14092026-08-25T19:48:46.070Z Compiling ident_case v1.0.1
14102026-08-25T19:48:46.087Z Compiling rand_core v0.9.5
14112026-08-25T19:48:46.108Z Compiling aws-lc-sys v0.40.0
14122026-08-25T19:48:46.194Z Compiling uuid v1.23.4
14132026-08-25T19:48:46.233Z Compiling base64 v0.22.1
14142026-08-25T19:48:46.376Z Compiling vcpkg v0.2.15
14152026-08-25T19:48:46.555Z Compiling syn v1.0.109
14162026-08-25T19:48:46.568Z Compiling serde_derive_internals v0.29.1
14172026-08-25T19:48:46.620Z Compiling rustc_version v0.4.1
14182026-08-25T19:48:46.730Z Compiling serde_derive v1.0.228
14192026-08-25T19:48:46.854Z Compiling zeroize_derive v1.5.0
14202026-08-25T19:48:46.900Z Compiling zerocopy-derive v0.8.55
14212026-08-25T19:48:46.936Z Compiling zerofrom-derive v0.1.6
14222026-08-25T19:48:47.121Z Compiling yoke-derive v0.8.1
14232026-08-25T19:48:47.485Z Compiling zerovec-derive v0.11.2
14242026-08-25T19:48:47.539Z Compiling displaydoc v0.2.5
14252026-08-25T19:48:48.128Z Compiling tokio-macros v2.7.0
14262026-08-25T19:48:48.287Z Compiling futures-macro v0.3.32
14272026-08-25T19:48:48.329Z Compiling der_derive v0.7.3
14282026-08-25T19:48:48.365Z Compiling zerofrom v0.1.6
14292026-08-25T19:48:48.503Z Compiling yoke v0.8.1
14302026-08-25T19:48:48.588Z Compiling thiserror-impl v2.0.18
14312026-08-25T19:48:48.692Z Compiling zerovec v0.11.5
14322026-08-25T19:48:48.863Z Compiling zerotrie v0.2.3
14332026-08-25T19:48:49.091Z Compiling futures-util v0.3.32
14342026-08-25T19:48:49.187Z Compiling tinystr v0.8.2
14352026-08-25T19:48:49.192Z Compiling potential_utf v0.1.4
14362026-08-25T19:48:49.277Z Compiling openssl-sys v0.9.117
14372026-08-25T19:48:49.344Z Compiling icu_locale_core v2.1.1
14382026-08-25T19:48:49.359Z Compiling icu_collections v2.1.1
14392026-08-25T19:48:49.829Z Compiling tracing-attributes v0.1.31
14402026-08-25T19:48:49.844Z Compiling tracing-core v0.1.36
14412026-08-25T19:48:49.898Z Compiling thiserror v2.0.18
14422026-08-25T19:48:50.004Z Compiling icu_provider v2.1.1
14432026-08-25T19:48:50.197Z Compiling zeroize v1.9.0
14442026-08-25T19:48:50.224Z Compiling bytes v1.11.1
14452026-08-25T19:48:50.300Z Compiling icu_properties v2.1.2
14462026-08-25T19:48:50.411Z Compiling icu_normalizer v2.1.1
14472026-08-25T19:48:50.829Z Compiling tokio v1.52.1
14482026-08-25T19:48:50.927Z Compiling block-buffer v0.10.4
14492026-08-25T19:48:50.941Z Compiling crypto-common v0.1.7
14502026-08-25T19:48:51.087Z Compiling digest v0.10.7
14512026-08-25T19:48:51.092Z Compiling chrono v0.4.45
14522026-08-25T19:48:51.115Z Compiling der v0.7.10
14532026-08-25T19:48:51.334Z Compiling ppv-lite86 v0.2.21
14542026-08-25T19:48:51.353Z Compiling idna_adapter v1.2.1
14552026-08-25T19:48:51.383Z Compiling http v1.4.2
14562026-08-25T19:48:51.435Z Compiling schemars v0.8.22
14572026-08-25T19:48:51.492Z Compiling idna v1.1.0
14582026-08-25T19:48:51.633Z Compiling rand_chacha v0.9.0
14592026-08-25T19:48:51.657Z Compiling simd-adler32 v0.3.8
14602026-08-25T19:48:51.933Z Compiling url v2.5.8
14612026-08-25T19:48:52.129Z Compiling spki v0.7.3
14622026-08-25T19:48:52.268Z Compiling aws-lc-rs v1.16.3
14632026-08-25T19:48:52.302Z Compiling dyn-clone v1.0.20
14642026-08-25T19:48:52.320Z Compiling cpufeatures v0.2.17
14652026-08-25T19:48:52.333Z Compiling pkcs8 v0.10.2
14662026-08-25T19:48:52.407Z Compiling http-body v1.0.1
14672026-08-25T19:48:52.466Z Compiling rand v0.9.2
14682026-08-25T19:48:52.519Z Compiling tracing v0.1.44
14692026-08-25T19:48:52.595Z Compiling rustls-pki-types v1.14.0
14702026-08-25T19:48:52.701Z Compiling schemars_derive v0.8.22
14712026-08-25T19:48:52.737Z Compiling spin v0.9.8
14722026-08-25T19:48:52.769Z Compiling crc32fast v1.5.0
14732026-08-25T19:48:52.937Z Compiling openssl-probe v0.2.1
14742026-08-25T19:48:53.013Z Compiling cmov v0.5.4
14752026-08-25T19:48:53.033Z Compiling adler2 v2.0.1
14762026-08-25T19:48:53.155Z Compiling httparse v1.10.1
14772026-08-25T19:48:53.169Z Compiling tinyvec_macros v0.1.1
14782026-08-25T19:48:53.196Z Compiling ctutils v0.4.2
14792026-08-25T19:48:53.212Z Compiling tinyvec v1.10.0
14802026-08-25T19:48:53.225Z Compiling miniz_oxide v0.8.9
14812026-08-25T19:48:53.424Z Compiling tempfile v3.27.0
14822026-08-25T19:48:53.517Z Compiling pest_generator v2.8.6
14832026-08-25T19:48:53.546Z Compiling sha2 v0.10.9
14842026-08-25T19:48:53.800Z Compiling terminal_size v0.4.3
14852026-08-25T19:48:53.814Z Compiling aho-corasick v1.1.4
14862026-08-25T19:48:53.934Z Compiling atomic-waker v1.1.2
14872026-08-25T19:48:54.063Z Compiling tower-service v0.3.3
14882026-08-25T19:48:54.152Z Compiling radium v0.7.0
14892026-08-25T19:48:54.193Z Compiling untrusted v0.7.1
14902026-08-25T19:48:54.316Z Compiling tower-layer v0.3.3
14912026-08-25T19:48:54.390Z Compiling try-lock v0.2.5
14922026-08-25T19:48:54.476Z Compiling want v0.3.1
14932026-08-25T19:48:54.525Z Compiling pest_derive v2.8.6
14942026-08-25T19:48:54.638Z Compiling tokio-util v0.7.18
14952026-08-25T19:48:54.827Z Compiling regex-automata v0.4.14
14962026-08-25T19:48:55.163Z Compiling hybrid-array v0.4.13
14972026-08-25T19:48:55.423Z Compiling h2 v0.4.15
14982026-08-25T19:48:55.434Z Compiling ipnet v2.12.0
14992026-08-25T19:48:55.643Z Compiling scroll_derive v0.13.1
15002026-08-25T19:48:55.908Z Compiling darling_core v0.20.11
15012026-08-25T19:48:55.937Z Compiling openssl v0.10.80
15022026-08-25T19:48:56.145Z Compiling rustls v0.23.41
15032026-08-25T19:48:56.345Z Compiling httpdate v1.0.3
15042026-08-25T19:48:56.366Z Compiling untrusted v0.9.0
15052026-08-25T19:48:56.430Z Compiling foreign-types-shared v0.1.1
15062026-08-25T19:48:56.465Z Compiling tap v1.0.1
15072026-08-25T19:48:56.495Z Compiling maybe-uninit v2.0.0
15082026-08-25T19:48:56.509Z Compiling foreign-types v0.3.2
15092026-08-25T19:48:56.527Z Compiling scroll v0.13.0
15102026-08-25T19:48:56.558Z Compiling wyz v0.5.1
15112026-08-25T19:48:56.849Z Compiling unicode-normalization v0.1.25
15122026-08-25T19:48:56.881Z Compiling rand_chacha v0.3.1
15132026-08-25T19:48:56.881Z Compiling signature v2.2.0
15142026-08-25T19:48:56.962Z Compiling hex v0.4.3
15152026-08-25T19:48:57.158Z Compiling openssl-macros v0.1.1
15162026-08-25T19:48:57.177Z Compiling thiserror-impl v1.0.69
15172026-08-25T19:48:57.250Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-25T19:48:57.552Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-25T19:48:57.591Z Compiling num-integer v0.1.46
15202026-08-25T19:48:57.664Z Compiling wait-timeout v0.2.1
15212026-08-25T19:48:57.825Z Compiling ahash v0.8.12
15222026-08-25T19:48:57.911Z Compiling powerfmt v0.2.0
15232026-08-25T19:48:57.918Z Compiling num-bigint-dig v0.8.6
15242026-08-25T19:48:58.020Z Compiling funty v2.0.0
15252026-08-25T19:48:58.081Z Compiling quick-error v1.2.3
15262026-08-25T19:48:58.084Z Compiling bit-vec v0.8.0
15272026-08-25T19:48:58.125Z Compiling darling_macro v0.20.11
15282026-08-25T19:48:58.187Z Compiling num-conv v0.2.0
15292026-08-25T19:48:58.317Z Compiling time-core v0.1.8
15302026-08-25T19:48:58.334Z Compiling packed_struct v0.10.1
15312026-08-25T19:48:58.453Z Compiling native-tls v0.2.18
15322026-08-25T19:48:58.483Z Compiling hyper v1.10.1
15332026-08-25T19:48:58.587Z Compiling time-macros v0.2.27
15342026-08-25T19:48:58.601Z Compiling thiserror v1.0.69
15352026-08-25T19:48:58.605Z Compiling darling v0.20.11
15362026-08-25T19:48:58.671Z Compiling bitvec v1.0.1
15372026-08-25T19:48:58.683Z Compiling bit-set v0.8.0
15382026-08-25T19:48:58.710Z Compiling clap_builder v4.6.0
15392026-08-25T19:48:58.848Z Compiling rusty-fork v0.3.1
15402026-08-25T19:48:58.933Z Compiling deranged v0.5.8
15412026-08-25T19:48:59.462Z Compiling num-iter v0.1.45
15422026-08-25T19:48:59.578Z Compiling hyper-util v0.1.20
15432026-08-25T19:48:59.904Z Compiling rand v0.8.6
15442026-08-25T19:49:00.052Z Compiling goblin v0.10.5
15452026-08-25T19:49:00.086Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T19:49:00.672Z Compiling lazy_static v1.5.0
15472026-08-25T19:49:00.769Z Compiling hmac v0.12.1
15482026-08-25T19:49:00.925Z Compiling serde_spanned v0.6.9
15492026-08-25T19:49:01.069Z Compiling toml_datetime v0.6.11
15502026-08-25T19:49:01.166Z Compiling bitfield-macros v0.19.4
15512026-08-25T19:49:01.264Z Compiling zerocopy-derive v0.6.6
15522026-08-25T19:49:01.340Z Compiling clap_derive v4.6.1
15532026-08-25T19:49:01.601Z Compiling rand_xorshift v0.4.0
15542026-08-25T19:49:01.761Z Compiling sync_wrapper v1.0.2
15552026-08-25T19:49:01.835Z Compiling indexmap v1.9.3
15562026-08-25T19:49:01.898Z Compiling siphasher v1.0.2
15572026-08-25T19:49:01.976Z Compiling num_threads v0.1.7
15582026-08-25T19:49:02.090Z Compiling unicode-segmentation v1.12.0
15592026-08-25T19:49:02.131Z Compiling crossbeam-utils v0.8.21
15602026-08-25T19:49:02.131Z Compiling crc-catalog v2.4.0
15612026-08-25T19:49:02.165Z Compiling usdt-impl v0.6.0
15622026-08-25T19:49:02.350Z Compiling nodrop v0.1.14
15632026-08-25T19:49:02.367Z Compiling object v0.37.3
15642026-08-25T19:49:02.472Z Compiling unarray v0.1.4
15652026-08-25T19:49:02.499Z Compiling paste v1.0.15
15662026-08-25T19:49:02.604Z Compiling zlib-rs v0.6.2
15672026-08-25T19:49:02.759Z Compiling proptest v1.11.0
15682026-08-25T19:49:02.806Z Compiling dof v0.4.0
15692026-08-25T19:49:02.829Z Compiling array-init v0.0.4
15702026-08-25T19:49:03.044Z Compiling clap v4.6.1
15712026-08-25T19:49:03.146Z Compiling crc v3.4.0
15722026-08-25T19:49:03.157Z Compiling zerocopy v0.6.6
15732026-08-25T19:49:03.349Z Compiling time v0.3.47
15742026-08-25T19:49:03.813Z Compiling tower v0.5.3
15752026-08-25T19:49:03.943Z Compiling bitfield v0.19.4
15762026-08-25T19:49:04.265Z Compiling smallvec v0.6.14
15772026-08-25T19:49:04.790Z Compiling derive_builder_core v0.20.2
15782026-08-25T19:49:04.829Z Compiling dtrace-parser v0.3.0
15792026-08-25T19:49:05.466Z Compiling flate2 v1.1.9
15802026-08-25T19:49:05.537Z Compiling ipnetwork v0.21.1
15812026-08-25T19:49:05.583Z Compiling pkcs1 v0.7.5
15822026-08-25T19:49:05.731Z Compiling http-body-util v0.1.3
15832026-08-25T19:49:05.881Z Compiling heapless v0.7.17
15842026-08-25T19:49:05.907Z Compiling structmeta-derive v0.3.0
15852026-08-25T19:49:05.979Z Compiling scroll_derive v0.12.1
15862026-08-25T19:49:05.979Z Compiling slog v2.8.2
15872026-08-25T19:49:06.095Z Compiling darling_core v0.23.0
15882026-08-25T19:49:06.131Z Compiling thread-id v5.1.0
15892026-08-25T19:49:06.170Z Compiling cookie v0.18.1
15902026-08-25T19:49:06.197Z Compiling env_filter v2.0.0
15912026-08-25T19:49:06.341Z Compiling syn v3.0.3
15922026-08-25T19:49:06.475Z Compiling unicode-properties v0.1.4
15932026-08-25T19:49:06.610Z Compiling signal-hook v0.3.18
15942026-08-25T19:49:06.685Z Compiling ryu v1.0.23
15952026-08-25T19:49:06.778Z Compiling gimli v0.32.3
15962026-08-25T19:49:06.863Z Compiling hashbrown v0.12.3
15972026-08-25T19:49:06.963Z Compiling unicode-bidi v0.3.18
15982026-08-25T19:49:07.338Z Compiling base64 v0.21.7
15992026-08-25T19:49:07.513Z Compiling anyhow v1.0.104
16002026-08-25T19:49:07.697Z Compiling zstd-safe v7.2.4
16012026-08-25T19:49:07.819Z Compiling iri-string v0.7.10
16022026-08-25T19:49:07.891Z Compiling winnow v0.5.40
16032026-08-25T19:49:08.588Z Compiling allocator-api2 v0.2.21
16042026-08-25T19:49:08.769Z Compiling darling_macro v0.23.0
16052026-08-25T19:49:08.909Z Compiling addr2line v0.25.1
16062026-08-25T19:49:09.231Z Compiling toml_edit v0.19.15
16072026-08-25T19:49:09.247Z Compiling tower-http v0.6.8
16082026-08-25T19:49:09.322Z Compiling ron v0.8.1
16092026-08-25T19:49:09.616Z Compiling stringprep v0.1.5
16102026-08-25T19:49:09.645Z Compiling structmeta v0.3.0
16112026-08-25T19:49:09.778Z Compiling daft-derive v0.1.8
16122026-08-25T19:49:09.849Z Compiling serde_urlencoded v0.7.1
16132026-08-25T19:49:09.902Z Compiling scroll v0.12.0
16142026-08-25T19:49:10.098Z Compiling env_logger v0.11.11
16152026-08-25T19:49:10.291Z Compiling rsa v0.9.10
16162026-08-25T19:49:10.305Z Compiling oxnet v0.1.6
16172026-08-25T19:49:10.418Z Compiling derive_builder_macro v0.20.2
16182026-08-25T19:49:10.474Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-25T19:49:10.659Z Compiling newtype-uuid v1.3.2
16202026-08-25T19:49:10.732Z Compiling hashbrown v0.13.2
16212026-08-25T19:49:10.893Z Compiling bzip2 v0.4.4
16222026-08-25T19:49:11.009Z Compiling serde-hex v0.1.0
16232026-08-25T19:49:11.078Z Compiling tokio-native-tls v0.3.1
16242026-08-25T19:49:11.211Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16252026-08-25T19:49:11.392Z Compiling camino v1.2.5
16262026-08-25T19:49:11.870Z Compiling bstr v1.12.1
16272026-08-25T19:49:12.225Z Compiling block-buffer v0.12.1
16282026-08-25T19:49:12.448Z Compiling block-padding v0.4.2
16292026-08-25T19:49:12.466Z Compiling crypto-common v0.2.2
16302026-08-25T19:49:12.629Z Compiling rustls-native-certs v0.8.3
16312026-08-25T19:49:12.719Z Compiling x509-cert v0.2.5
16322026-08-25T19:49:12.931Z Compiling md-5 v0.10.6
16332026-08-25T19:49:13.097Z Compiling serde_tokenstream v0.2.3
16342026-08-25T19:49:13.312Z Compiling erased-serde v0.3.31
16352026-08-25T19:49:13.419Z Compiling curve25519-dalek v4.1.3
16362026-08-25T19:49:13.575Z Compiling pin-project-internal v1.1.11
16372026-08-25T19:49:13.747Z Compiling zerocopy-derive v0.7.35
16382026-08-25T19:49:13.814Z Compiling async-trait v0.1.89
16392026-08-25T19:49:14.198Z Compiling vergen-lib v9.1.0
16402026-08-25T19:49:14.300Z Compiling hash32 v0.2.1
16412026-08-25T19:49:14.387Z Compiling memoffset v0.9.1
16422026-08-25T19:49:14.489Z Compiling encoding_rs v0.8.35
16432026-08-25T19:49:14.682Z Compiling ref-cast v1.0.25
16442026-08-25T19:49:14.698Z Compiling fallible-iterator v0.2.0
16452026-08-25T19:49:14.698Z Compiling crc-any v2.5.0
16462026-08-25T19:49:14.698Z Compiling rustc-demangle v0.1.27
16472026-08-25T19:49:14.807Z Compiling mime v0.3.17
16482026-08-25T19:49:14.829Z Compiling cfg_aliases v0.2.1
16492026-08-25T19:49:14.867Z Compiling litrs v1.0.0
16502026-08-25T19:49:14.897Z Compiling psl-types v2.0.11
16512026-08-25T19:49:14.913Z Compiling rustix v0.38.44
16522026-08-25T19:49:15.048Z Compiling smoltcp v0.9.1
16532026-08-25T19:49:15.051Z Compiling owo-colors v4.3.0
16542026-08-25T19:49:15.051Z Compiling publicsuffix v2.3.0
16552026-08-25T19:49:15.051Z Compiling nix v0.31.2
16562026-08-25T19:49:15.194Z Compiling backtrace v0.3.76
16572026-08-25T19:49:15.342Z Compiling postgres-protocol v0.6.10
16582026-08-25T19:49:15.342Z Compiling document-features v0.2.12
16592026-08-25T19:49:15.370Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16602026-08-25T19:49:15.382Z Compiling pin-project v1.1.11
16612026-08-25T19:49:15.396Z Compiling zerocopy v0.7.35
16622026-08-25T19:49:15.931Z Compiling inout v0.2.2
16632026-08-25T19:49:15.948Z Compiling daft v0.1.8
16642026-08-25T19:49:15.958Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-25T19:49:16.033Z Compiling hyper-tls v0.6.0
16662026-08-25T19:49:16.105Z Compiling object v0.30.4
16672026-08-25T19:49:16.206Z Compiling zip v0.6.6
16682026-08-25T19:49:16.228Z Compiling derive_builder v0.20.2
16692026-08-25T19:49:16.247Z Compiling toml v0.7.8
16702026-08-25T19:49:16.317Z Compiling goblin v0.8.2
16712026-08-25T19:49:16.765Z Compiling derive-ex v0.1.8
16722026-08-25T19:49:16.824Z Compiling darling v0.23.0
16732026-08-25T19:49:16.851Z Compiling convert_case v0.10.0
16742026-08-25T19:49:16.893Z Compiling phf_shared v0.13.1
16752026-08-25T19:49:17.118Z Compiling regex v1.12.3
16762026-08-25T19:49:17.134Z Compiling hubpack_derive v0.1.1
16772026-08-25T19:49:17.150Z Compiling futures-executor v0.3.32
16782026-08-25T19:49:17.475Z Compiling ref-cast-impl v1.0.25
16792026-08-25T19:49:17.582Z Compiling strum_macros v0.27.2
16802026-08-25T19:49:17.617Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-25T19:49:17.948Z Compiling snafu-derive v0.8.9
16822026-08-25T19:49:18.270Z Compiling vergen v9.1.0
16832026-08-25T19:49:18.416Z Compiling cargo-platform v0.3.2
16842026-08-25T19:49:18.440Z Compiling ff v0.13.1
16852026-08-25T19:49:18.587Z Compiling fs-err v3.3.0
16862026-08-25T19:49:18.679Z Compiling foldhash v0.1.5
16872026-08-25T19:49:18.767Z Compiling base16ct v0.2.0
16882026-08-25T19:49:18.850Z Compiling jiff-core v0.1.0
16892026-08-25T19:49:18.941Z Compiling bitflags v1.3.2
16902026-08-25T19:49:18.986Z Compiling foldhash v0.2.0
16912026-08-25T19:49:19.018Z Compiling is_ci v1.2.0
16922026-08-25T19:49:19.150Z Compiling bumpalo v3.20.2
16932026-08-25T19:49:19.204Z Compiling either v1.15.0
16942026-08-25T19:49:19.396Z Compiling managed v0.8.0
16952026-08-25T19:49:19.421Z Compiling path-slash v0.1.5
16962026-08-25T19:49:19.510Z Compiling libbz2-rs-sys v0.2.2
16972026-08-25T19:49:19.547Z Compiling same-file v1.0.6
16982026-08-25T19:49:19.781Z Compiling walkdir v2.5.0
16992026-08-25T19:49:19.793Z Compiling jiff v0.2.34
17002026-08-25T19:49:19.844Z Compiling snafu v0.8.9
17012026-08-25T19:49:19.917Z Compiling strum v0.27.2
17022026-08-25T19:49:20.058Z Compiling bzip2 v0.6.1
17032026-08-25T19:49:20.076Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17042026-08-25T19:49:20.186Z Compiling textwrap v0.16.2
17052026-08-25T19:49:20.196Z Compiling zopfli v0.8.3
17062026-08-25T19:49:20.218Z Compiling hashbrown v0.16.1
17072026-08-25T19:49:20.394Z Compiling supports-color v3.0.2
17082026-08-25T19:49:20.561Z Compiling sec1 v0.7.3
17092026-08-25T19:49:20.627Z Compiling hashbrown v0.15.5
17102026-08-25T19:49:20.832Z Compiling cargo_metadata v0.23.1
17112026-08-25T19:49:20.852Z Compiling group v0.13.0
17122026-08-25T19:49:20.901Z Compiling dof v0.3.0
17132026-08-25T19:49:21.045Z Compiling test-strategy v0.4.5
17142026-08-25T19:49:21.514Z Compiling hubpack v0.1.2
17152026-08-25T19:49:21.605Z Compiling futures v0.3.32
17162026-08-25T19:49:21.690Z Compiling derive_more-impl v2.1.1
17172026-08-25T19:49:21.743Z Compiling phf v0.13.1
17182026-08-25T19:49:22.181Z Compiling serde_with_macros v3.21.0
17192026-08-25T19:49:22.254Z Compiling signal-hook-mio v0.2.5
17202026-08-25T19:49:22.377Z Compiling cookie_store v0.22.1
17212026-08-25T19:49:22.509Z Compiling zstd v0.13.3
17222026-08-25T19:49:22.790Z Compiling reqwest v0.12.28
17232026-08-25T19:49:22.861Z Compiling cipher v0.5.2
17242026-08-25T19:49:23.063Z Compiling postgres-types v0.2.12
17252026-08-25T19:49:23.186Z Compiling backtrace-ext v0.2.1
17262026-08-25T19:49:23.398Z Compiling usdt-macro v0.6.0
17272026-08-25T19:49:23.610Z Compiling usdt-attr-macro v0.6.0
17282026-08-25T19:49:24.084Z Compiling globset v0.4.18
17292026-08-25T19:49:24.171Z Compiling phf_shared v0.11.3
17302026-08-25T19:49:24.183Z Compiling hkdf v0.12.4
17312026-08-25T19:49:24.352Z Compiling dtrace-parser v0.2.0
17322026-08-25T19:49:24.352Z Compiling byte-wrapper v0.1.0
17332026-08-25T19:49:24.404Z Compiling olpc-cjson v0.1.4
17342026-08-25T19:49:24.420Z Compiling ed25519 v2.2.3
17352026-08-25T19:49:24.466Z Compiling crypto-bigint v0.5.5
17362026-08-25T19:49:24.561Z Compiling serde-big-array v0.5.1
17372026-08-25T19:49:24.698Z Compiling serde_plain v1.0.2
17382026-08-25T19:49:24.705Z Compiling strum_macros v0.26.4
17392026-08-25T19:49:24.750Z Compiling async-recursion v1.1.1
17402026-08-25T19:49:24.887Z Compiling miette-derive v7.6.0
17412026-08-25T19:49:25.071Z Compiling enum-as-inner v0.6.1
17422026-08-25T19:49:25.321Z Compiling serde_repr v0.1.20
17432026-08-25T19:49:25.399Z Compiling pem v3.0.6
17442026-08-25T19:49:25.565Z Compiling float-cmp v0.10.0
17452026-08-25T19:49:25.714Z Compiling memmap2 v0.9.10
17462026-08-25T19:49:25.728Z Compiling thread-id v4.2.2
17472026-08-25T19:49:25.814Z Compiling data-encoding v2.10.0
17482026-08-25T19:49:25.847Z Compiling whoami v2.1.0
17492026-08-25T19:49:25.929Z Compiling winnow v1.0.3
17502026-08-25T19:49:26.032Z Compiling normalize-line-endings v0.3.0
17512026-08-25T19:49:26.133Z Compiling predicates-core v1.0.10
17522026-08-25T19:49:26.218Z Compiling const-oid v0.10.2
17532026-08-25T19:49:26.315Z Compiling supports-unicode v3.0.0
17542026-08-25T19:49:26.423Z Compiling keccak v0.1.6
17552026-08-25T19:49:26.439Z Compiling cpufeatures v0.3.0
17562026-08-25T19:49:26.471Z Compiling fixedbitset v0.5.7
17572026-08-25T19:49:26.493Z Compiling new_debug_unreachable v1.0.6
17582026-08-25T19:49:26.522Z Compiling difflib v0.4.0
17592026-08-25T19:49:26.527Z Compiling typed-path v0.9.3
17602026-08-25T19:49:26.547Z Compiling fixedbitset v0.4.2
17612026-08-25T19:49:26.561Z Compiling precomputed-hash v0.1.1
17622026-08-25T19:49:26.649Z Compiling static_assertions v1.1.0
17632026-08-25T19:49:26.725Z Compiling supports-hyperlinks v3.2.0
17642026-08-25T19:49:26.759Z Compiling predicates v3.1.4
17652026-08-25T19:49:26.763Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-25T19:49:26.876Z Compiling miette v7.6.0
17672026-08-25T19:49:26.977Z Compiling toml_parser v1.1.2+spec-1.1.0
17682026-08-25T19:49:27.041Z Compiling petgraph v0.6.5
17692026-08-25T19:49:27.146Z Compiling petgraph v0.8.3
17702026-08-25T19:49:27.387Z Compiling string_cache v0.8.9
17712026-08-25T19:49:27.627Z Compiling sha3 v0.10.8
17722026-08-25T19:49:27.648Z Compiling chacha20 v0.10.0
17732026-08-25T19:49:27.803Z Compiling strum v0.26.3
17742026-08-25T19:49:27.939Z Compiling digest v0.11.3
17752026-08-25T19:49:28.028Z Compiling toml_edit v0.22.27
17762026-08-25T19:49:28.109Z Compiling hickory-proto v0.25.2
17772026-08-25T19:49:28.114Z Compiling tokio-postgres v0.7.16
17782026-08-25T19:49:28.171Z Compiling usdt v0.6.0
17792026-08-25T19:49:28.432Z Compiling usdt-impl v0.5.0
17802026-08-25T19:49:28.585Z Compiling elliptic-curve v0.13.8
17812026-08-25T19:49:28.992Z Compiling ed25519-dalek v2.2.0
17822026-08-25T19:49:29.012Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-25T19:49:29.160Z Compiling crossterm v0.28.1
17842026-08-25T19:49:29.657Z Compiling serde_with v3.21.0
17852026-08-25T19:49:30.299Z Compiling derive_more v2.1.1
17862026-08-25T19:49:30.403Z Compiling zip v4.6.1
17872026-08-25T19:49:30.477Z Compiling iddqd v0.4.2
17882026-08-25T19:49:30.816Z Compiling itertools v0.15.0
17892026-08-25T19:49:31.126Z Compiling itertools v0.13.0
17902026-08-25T19:49:31.191Z Compiling similar v2.7.0
17912026-08-25T19:49:31.322Z Compiling crossbeam-epoch v0.9.18
17922026-08-25T19:49:31.444Z Compiling heck v0.4.1
17932026-08-25T19:49:31.643Z Compiling tokio-stream v0.1.18
17942026-08-25T19:49:31.673Z Compiling buf-list v1.1.2
17952026-08-25T19:49:31.716Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-25T19:49:31.955Z Compiling openapiv3 v2.2.0
17972026-08-25T19:49:32.017Z Compiling peg-runtime v0.8.5
17982026-08-25T19:49:32.030Z Compiling lalrpop-util v0.19.12
17992026-08-25T19:49:32.090Z Compiling thread_local v1.1.9
18002026-08-25T19:49:32.126Z Compiling slog-async v2.8.0
18012026-08-25T19:49:32.234Z Compiling crossbeam-channel v0.5.15
18022026-08-25T19:49:32.298Z Compiling filetime v0.2.27
18032026-08-25T19:49:32.331Z Compiling is-terminal v0.4.17
18042026-08-25T19:49:32.348Z Compiling xattr v1.6.1
18052026-08-25T19:49:32.452Z Compiling take_mut v0.2.2
18062026-08-25T19:49:32.465Z Compiling term v1.2.1
18072026-08-25T19:49:32.494Z Compiling tar v0.4.46
18082026-08-25T19:49:32.523Z Compiling camino-tempfile v1.4.1
18092026-08-25T19:49:32.722Z Compiling slog-term v2.9.2
18102026-08-25T19:49:38.728Z Compiling rustls-webpki v0.103.13
18112026-08-25T19:49:41.370Z Compiling tokio-rustls v0.26.4
18122026-08-25T19:49:41.370Z Compiling rustls-platform-verifier v0.6.2
18132026-08-25T19:49:41.374Z Compiling tough v0.22.0
18142026-08-25T19:49:41.586Z Compiling hyper-rustls v0.27.7
18152026-08-25T19:49:41.787Z Compiling reqwest v0.13.2
18162026-08-25T19:49:43.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-25T19:49:44.198Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-25T19:49:47.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18192026-08-25T19:49:47.240Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-25T19:49:47.296ZAug 25 19:49:45.852 INFO Starting download, target: Cockroach
18212026-08-25T19:49:47.296ZAug 25 19:49:45.852 INFO Starting download, target: DendriteStub
18222026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Starting download, target: Clickhouse
18232026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Starting download, target: Console
18242026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Starting download, target: MaghemiteMgd
18252026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Starting download, target: MaghemiteDdmd
18262026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Starting download, target: TransceiverControl
18272026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18322026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-25T19:49:47.307ZAug 25 19:49:45.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-25T19:49:49.038ZAug 25 19:49:47.594 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-25T19:49:49.276ZAug 25 19:49:47.833 INFO Download complete, target: Console
18362026-08-25T19:49:49.741ZAug 25 19:49:48.269 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18372026-08-25T19:49:49.788ZAug 25 19:49:48.314 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18382026-08-25T19:49:50.027ZAug 25 19:49:48.566 INFO Download complete, target: TransceiverControl
18392026-08-25T19:49:51.206ZAug 25 19:49:49.758 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18402026-08-25T19:49:51.426ZAug 25 19:49:49.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18412026-08-25T19:49:51.444ZAug 25 19:49:49.988 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18422026-08-25T19:49:51.928ZAug 25 19:49:50.485 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-25T19:49:51.928ZAug 25 19:49:50.485 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-25T19:49:53.173ZAug 25 19:49:51.729 INFO Download complete, target: MaghemiteDdmd
18452026-08-25T19:49:53.944ZAug 25 19:49:52.500 INFO Download complete, target: MaghemiteMgd
18462026-08-25T19:49:53.982ZAug 25 19:49:52.538 INFO Download complete, target: DendriteStub
18472026-08-25T19:49:56.425ZAug 25 19:49:54.982 INFO Checking that binary works, target: Clickhouse
18482026-08-25T19:49:56.561ZAug 25 19:49:55.118 INFO Checking that binary works, target: Cockroach
18492026-08-25T19:49:56.564ZAug 25 19:49:55.121 INFO Download complete, target: Clickhouse
18502026-08-25T19:49:56.673ZAug 25 19:49:55.230 INFO Download complete, target: Cockroach
18512026-08-25T19:49:56.689ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-25T19:49:56.692Z
18532026-08-25T19:49:56.692Zreal 2:12.558666755
18542026-08-25T19:49:56.692Zuser 7:19.049386117
18552026-08-25T19:49:56.692Zsys 1:26.463272716
18562026-08-25T19:49:56.692Ztrap 0.256343100
18572026-08-25T19:49:56.692Ztflt 0.567448554
18582026-08-25T19:49:56.692Zdflt 0.939685955
18592026-08-25T19:49:56.692Zkflt 0.023969722
18602026-08-25T19:49:56.692Zlock 27:23.791061036
18612026-08-25T19:49:56.692Zslp 22:07.842209226
18622026-08-25T19:49:56.692Zlat 49.363949370
18632026-08-25T19:49:56.692Zstop 2:44.241154453
18642026-08-25T19:49:56.692Z+ banner hack-check
18652026-08-25T19:49:56.692Z
18662026-08-25T19:49:56.692Z # # ## #### # # #### # # ###### #### # #
18672026-08-25T19:49:56.692Z # # # # # # # # # # # # # # # # #
18682026-08-25T19:49:56.692Z ###### # # # #### ##### # ###### ##### # ####
18692026-08-25T19:49:56.692Z # # ###### # # # # # # # # # #
18702026-08-25T19:49:56.692Z # # # # # # # # # # # # # # # # #
18712026-08-25T19:49:56.692Z # # # # #### # # #### # # ###### #### # #
18722026-08-25T19:49:56.692Z
18732026-08-25T19:49:56.692Z+ export CARGO_INCREMENTAL=0
18742026-08-25T19:49:56.692Z+ CARGO_INCREMENTAL=0
18752026-08-25T19:49:56.692Z+ ptime -m timeout 2h cargo xtask check-features --ci
18762026-08-25T19:49:57.168Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-25T19:49:57.450Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-25T19:49:59.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18792026-08-25T19:49:59.302Z Running `target/debug/xtask check-features --ci`
18802026-08-25T19:49:59.328Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18812026-08-25T19:49:59.331Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18822026-08-25T19:49:59.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-08-25T19:49:59.777Z Running `target/debug/xtask download cargo-hack`
18842026-08-25T19:50:00.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18852026-08-25T19:50:00.867Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18862026-08-25T19:50:03.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18872026-08-25T19:50:03.570Z Running `target/debug/xtask-downloader cargo-hack`
18882026-08-25T19:50:03.614ZAug 25 19:50:02.169 INFO Starting download, target: CargoHack
18892026-08-25T19:50:03.657ZAug 25 19:50:02.170 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18902026-08-25T19:50:03.843ZAug 25 19:50:02.400 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18912026-08-25T19:50:03.895ZAug 25 19:50:02.450 INFO Download complete, target: CargoHack
18922026-08-25T19:50:03.899Zrunning: "/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-25T19:50:03.910Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18942026-08-25T19:50:04.074Zinfo: running `cargo check --bins` on api_identity (1/377)
18952026-08-25T19:50:04.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-25T19:50:04.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-25T19:50:04.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-25T19:50:04.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-25T19:50:04.626Z
19002026-08-25T19:50:04.626Zinfo: running `cargo check --bins` on bootstore (2/377)
19012026-08-25T19:50:05.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-25T19:50:05.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-25T19:50:05.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-25T19:50:05.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-25T19:50:05.182Z
19062026-08-25T19:50:05.182Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19072026-08-25T19:50:05.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-25T19:50:05.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-25T19:50:05.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-25T19:50:05.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-25T19:50:05.740Z
19122026-08-25T19:50:05.740Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19132026-08-25T19:50:06.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-25T19:50:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-25T19:50:06.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-25T19:50:06.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-25T19:50:06.289Z
19182026-08-25T19:50:06.289Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19192026-08-25T19:50:06.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-25T19:50:06.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-25T19:50:06.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-25T19:50:06.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19232026-08-25T19:50:06.843Z
19242026-08-25T19:50:06.843Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19252026-08-25T19:50:07.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-25T19:50:07.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-25T19:50:07.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-25T19:50:07.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-25T19:50:07.409Z
19302026-08-25T19:50:07.410Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19312026-08-25T19:50:07.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-25T19:50:07.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-25T19:50:07.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-25T19:50:07.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19352026-08-25T19:50:07.970Z
19362026-08-25T19:50:07.970Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19372026-08-25T19:50:08.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-25T19:50:08.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-25T19:50:08.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-25T19:50:08.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19412026-08-25T19:50:08.528Z
19422026-08-25T19:50:08.528Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19432026-08-25T19:50:08.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-25T19:50:08.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-25T19:50:08.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-25T19:50:08.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-08-25T19:50:08.939Z
19482026-08-25T19:50:08.939Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19492026-08-25T19:50:09.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-25T19:50:09.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-25T19:50:09.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-25T19:50:09.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-25T19:50:09.350Z
19542026-08-25T19:50:09.350Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19552026-08-25T19:50:09.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-25T19:50:09.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-25T19:50:09.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-25T19:50:09.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-25T19:50:09.764Z
19602026-08-25T19:50:09.764Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19612026-08-25T19:50:10.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-25T19:50:10.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-25T19:50:10.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-25T19:50:10.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-25T19:50:10.184Z
19662026-08-25T19:50:10.184Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19672026-08-25T19:50:10.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-25T19:50:10.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-25T19:50:10.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-25T19:50:10.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19712026-08-25T19:50:10.615Z
19722026-08-25T19:50:10.615Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19732026-08-25T19:50:10.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-25T19:50:10.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-25T19:50:10.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-25T19:50:10.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-25T19:50:11.034Z
19782026-08-25T19:50:11.034Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19792026-08-25T19:50:11.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-25T19:50:11.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-25T19:50:11.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-25T19:50:11.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-08-25T19:50:11.441Z
19842026-08-25T19:50:11.441Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19852026-08-25T19:50:11.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-25T19:50:11.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-25T19:50:11.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-25T19:50:11.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-25T19:50:11.854Z
19902026-08-25T19:50:11.854Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19912026-08-25T19:50:12.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-25T19:50:12.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-25T19:50:12.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-25T19:50:12.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-25T19:50:12.265Z
19962026-08-25T19:50:12.265Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19972026-08-25T19:50:12.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-25T19:50:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-25T19:50:12.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-25T19:50:12.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-25T19:50:12.678Z
20022026-08-25T19:50:12.678Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20032026-08-25T19:50:13.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-25T19:50:13.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-25T19:50:13.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-25T19:50:13.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-25T19:50:13.108Z
20082026-08-25T19:50:13.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20092026-08-25T19:50:13.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-25T19:50:13.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-25T19:50:13.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-25T19:50:13.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-25T19:50:13.503Z
20142026-08-25T19:50:13.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20152026-08-25T19:50:13.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-25T19:50:13.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-25T19:50:13.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-25T19:50:13.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-25T19:50:13.916Z
20202026-08-25T19:50:13.916Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20212026-08-25T19:50:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-25T19:50:14.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-25T19:50:14.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-25T19:50:14.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-25T19:50:14.329Z
20262026-08-25T19:50:14.329Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20272026-08-25T19:50:14.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-25T19:50:14.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-25T19:50:14.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-25T19:50:14.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-25T19:50:14.741Z
20322026-08-25T19:50:14.741Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20332026-08-25T19:50:15.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-25T19:50:15.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-25T19:50:15.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-25T19:50:15.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-25T19:50:15.154Z
20382026-08-25T19:50:15.154Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20392026-08-25T19:50:15.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-25T19:50:15.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-25T19:50:15.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-25T19:50:15.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-25T19:50:15.567Z
20442026-08-25T19:50:15.567Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20452026-08-25T19:50:15.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-25T19:50:15.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-25T19:50:15.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-25T19:50:15.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-25T19:50:15.980Z
20502026-08-25T19:50:15.980Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20512026-08-25T19:50:16.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-25T19:50:16.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-25T19:50:16.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-25T19:50:16.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-25T19:50:16.391Z
20562026-08-25T19:50:16.391Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20572026-08-25T19:50:16.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-25T19:50:16.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-25T19:50:16.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-25T19:50:16.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-25T19:50:16.811Z
20622026-08-25T19:50:16.811Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20632026-08-25T19:50:17.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-25T19:50:17.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-25T19:50:17.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-25T19:50:17.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-25T19:50:17.220Z
20682026-08-25T19:50:17.220Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20692026-08-25T19:50:17.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-25T19:50:17.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-25T19:50:17.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-25T19:50:17.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-25T19:50:17.636Z
20742026-08-25T19:50:17.636Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20752026-08-25T19:50:17.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-25T19:50:18.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-25T19:50:18.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-25T19:50:18.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-25T19:50:18.051Z
20802026-08-25T19:50:18.051Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20812026-08-25T19:50:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-25T19:50:18.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-25T19:50:18.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-25T19:50:18.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-25T19:50:18.467Z
20862026-08-25T19:50:18.467Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20872026-08-25T19:50:18.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-25T19:50:18.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-25T19:50:18.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-25T19:50:18.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-25T19:50:18.885Z
20922026-08-25T19:50:18.885Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20932026-08-25T19:50:19.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-25T19:50:19.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-25T19:50:19.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-25T19:50:19.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-25T19:50:19.299Z
20982026-08-25T19:50:19.299Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20992026-08-25T19:50:19.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-25T19:50:19.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-25T19:50:19.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-25T19:50:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21032026-08-25T19:50:19.708Z
21042026-08-25T19:50:19.708Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21052026-08-25T19:50:20.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-25T19:50:20.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-25T19:50:20.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-25T19:50:20.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-25T19:50:20.120Z
21102026-08-25T19:50:20.120Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21112026-08-25T19:50:20.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-25T19:50:20.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-25T19:50:20.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-25T19:50:20.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-25T19:50:20.533Z
21162026-08-25T19:50:20.533Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21172026-08-25T19:50:20.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-25T19:50:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-25T19:50:20.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-25T19:50:20.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-25T19:50:20.944Z
21222026-08-25T19:50:20.944Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21232026-08-25T19:50:21.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-25T19:50:21.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-25T19:50:21.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-25T19:50:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-25T19:50:21.356Z
21282026-08-25T19:50:21.356Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21292026-08-25T19:50:21.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-25T19:50:21.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-25T19:50:21.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-25T19:50:21.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-25T19:50:21.778Z
21342026-08-25T19:50:21.779Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21352026-08-25T19:50:22.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-25T19:50:22.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-25T19:50:22.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-25T19:50:22.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-25T19:50:22.186Z
21402026-08-25T19:50:22.186Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21412026-08-25T19:50:22.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-25T19:50:22.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-25T19:50:22.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-25T19:50:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-25T19:50:22.604Z
21462026-08-25T19:50:22.604Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21472026-08-25T19:50:22.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-25T19:50:22.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-25T19:50:22.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-25T19:50:22.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-25T19:50:23.022Z
21522026-08-25T19:50:23.022Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21532026-08-25T19:50:23.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-25T19:50:23.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-25T19:50:23.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-25T19:50:23.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-25T19:50:23.442Z
21582026-08-25T19:50:23.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21592026-08-25T19:50:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-25T19:50:23.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-25T19:50:23.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-25T19:50:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-25T19:50:23.860Z
21642026-08-25T19:50:23.860Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21652026-08-25T19:50:24.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-25T19:50:24.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-25T19:50:24.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-25T19:50:24.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-25T19:50:24.273Z
21702026-08-25T19:50:24.273Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21712026-08-25T19:50:24.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-25T19:50:24.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-25T19:50:24.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-25T19:50:24.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-25T19:50:24.686Z
21762026-08-25T19:50:24.686Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21772026-08-25T19:50:25.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-25T19:50:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-25T19:50:25.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-25T19:50:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-25T19:50:25.100Z
21822026-08-25T19:50:25.100Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21832026-08-25T19:50:25.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-25T19:50:25.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-25T19:50:25.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-25T19:50:25.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-25T19:50:25.511Z
21882026-08-25T19:50:25.511Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21892026-08-25T19:50:25.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-25T19:50:25.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-25T19:50:25.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-25T19:50:25.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-25T19:50:25.925Z
21942026-08-25T19:50:25.925Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21952026-08-25T19:50:26.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-25T19:50:26.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-25T19:50:26.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-25T19:50:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-25T19:50:26.339Z
22002026-08-25T19:50:26.339Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22012026-08-25T19:50:26.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-25T19:50:26.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-25T19:50:26.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-25T19:50:26.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-25T19:50:26.751Z
22062026-08-25T19:50:26.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22072026-08-25T19:50:27.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-25T19:50:27.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-25T19:50:27.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-25T19:50:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-25T19:50:27.163Z
22122026-08-25T19:50:27.163Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22132026-08-25T19:50:27.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-25T19:50:27.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-25T19:50:27.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-25T19:50:27.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-25T19:50:27.578Z
22182026-08-25T19:50:27.578Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22192026-08-25T19:50:27.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-25T19:50:27.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-25T19:50:27.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-25T19:50:27.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-25T19:50:27.987Z
22242026-08-25T19:50:27.987Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22252026-08-25T19:50:28.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-25T19:50:28.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-25T19:50:28.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-25T19:50:28.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-25T19:50:28.399Z
22302026-08-25T19:50:28.399Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22312026-08-25T19:50:28.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-25T19:50:28.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-25T19:50:28.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-25T19:50:28.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-25T19:50:28.812Z
22362026-08-25T19:50:28.812Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22372026-08-25T19:50:29.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-25T19:50:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-25T19:50:29.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-25T19:50:29.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-25T19:50:29.223Z
22422026-08-25T19:50:29.223Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22432026-08-25T19:50:29.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-25T19:50:29.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-25T19:50:29.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-25T19:50:29.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-25T19:50:29.636Z
22482026-08-25T19:50:29.636Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22492026-08-25T19:50:29.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-25T19:50:30.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-25T19:50:30.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-25T19:50:30.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-25T19:50:30.049Z
22542026-08-25T19:50:30.049Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22552026-08-25T19:50:30.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-25T19:50:30.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-25T19:50:30.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-25T19:50:30.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-25T19:50:30.464Z
22602026-08-25T19:50:30.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22612026-08-25T19:50:30.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-25T19:50:30.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-25T19:50:30.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-25T19:50:30.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-25T19:50:30.877Z
22662026-08-25T19:50:30.877Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22672026-08-25T19:50:31.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-25T19:50:31.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-25T19:50:31.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-25T19:50:31.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22712026-08-25T19:50:31.290Z
22722026-08-25T19:50:31.290Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22732026-08-25T19:50:31.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-25T19:50:31.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-25T19:50:31.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-25T19:50:31.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-25T19:50:31.706Z
22782026-08-25T19:50:31.706Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22792026-08-25T19:50:32.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-25T19:50:32.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-25T19:50:32.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-25T19:50:32.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-25T19:50:32.121Z
22842026-08-25T19:50:32.121Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22852026-08-25T19:50:32.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-25T19:50:32.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-25T19:50:32.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-25T19:50:32.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-25T19:50:32.539Z
22902026-08-25T19:50:32.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22912026-08-25T19:50:32.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-25T19:50:32.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-25T19:50:32.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-25T19:50:32.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-25T19:50:32.956Z
22962026-08-25T19:50:32.956Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22972026-08-25T19:50:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-25T19:50:33.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-25T19:50:33.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-25T19:50:33.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23012026-08-25T19:50:33.369Z
23022026-08-25T19:50:33.369Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23032026-08-25T19:50:33.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-25T19:50:33.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-25T19:50:33.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-25T19:50:33.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-25T19:50:33.785Z
23082026-08-25T19:50:33.785Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23092026-08-25T19:50:34.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-25T19:50:34.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-25T19:50:34.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-25T19:50:34.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-25T19:50:34.196Z
23142026-08-25T19:50:34.197Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23152026-08-25T19:50:34.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-25T19:50:34.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-25T19:50:34.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-25T19:50:34.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-25T19:50:34.609Z
23202026-08-25T19:50:34.609Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23212026-08-25T19:50:34.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-25T19:50:34.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-25T19:50:34.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-25T19:50:34.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-25T19:50:35.022Z
23262026-08-25T19:50:35.022Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23272026-08-25T19:50:35.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-25T19:50:35.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-25T19:50:35.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-25T19:50:35.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-25T19:50:35.433Z
23322026-08-25T19:50:35.434Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23332026-08-25T19:50:35.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-25T19:50:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-25T19:50:35.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-25T19:50:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-25T19:50:35.846Z
23382026-08-25T19:50:35.846Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23392026-08-25T19:50:36.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-25T19:50:36.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-25T19:50:36.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-25T19:50:36.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-25T19:50:36.258Z
23442026-08-25T19:50:36.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23452026-08-25T19:50:36.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-25T19:50:36.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-25T19:50:36.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-25T19:50:36.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-25T19:50:36.670Z
23502026-08-25T19:50:36.671Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23512026-08-25T19:50:37.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-25T19:50:37.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-25T19:50:37.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-25T19:50:37.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-25T19:50:37.082Z
23562026-08-25T19:50:37.082Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23572026-08-25T19:50:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-25T19:50:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-25T19:50:37.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-25T19:50:37.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-25T19:50:37.496Z
23622026-08-25T19:50:37.496Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23632026-08-25T19:50:37.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-25T19:50:37.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-25T19:50:37.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-25T19:50:37.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-25T19:50:37.909Z
23682026-08-25T19:50:37.909Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23692026-08-25T19:50:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-25T19:50:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-25T19:50:38.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-25T19:50:38.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-25T19:50:38.325Z
23742026-08-25T19:50:38.325Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23752026-08-25T19:50:38.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-25T19:50:38.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-25T19:50:38.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-25T19:50:38.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-25T19:50:38.739Z
23802026-08-25T19:50:38.739Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23812026-08-25T19:50:39.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-25T19:50:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-25T19:50:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-25T19:50:39.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-25T19:50:39.156Z
23862026-08-25T19:50:39.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23872026-08-25T19:50:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-25T19:50:39.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-25T19:50:39.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-25T19:50:39.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-25T19:50:39.572Z
23922026-08-25T19:50:39.572Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23932026-08-25T19:50:39.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-25T19:50:39.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-25T19:50:39.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-25T19:50:39.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-25T19:50:39.987Z
23982026-08-25T19:50:39.987Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23992026-08-25T19:50:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-25T19:50:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-25T19:50:40.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-25T19:50:40.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-25T19:50:40.402Z
24042026-08-25T19:50:40.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24052026-08-25T19:50:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-25T19:50:40.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-25T19:50:40.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-25T19:50:40.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-25T19:50:40.818Z
24102026-08-25T19:50:40.818Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24112026-08-25T19:50:41.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-25T19:50:41.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-25T19:50:41.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-25T19:50:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24152026-08-25T19:50:41.234Z
24162026-08-25T19:50:41.234Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24172026-08-25T19:50:41.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-25T19:50:41.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-25T19:50:41.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-25T19:50:41.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24212026-08-25T19:50:41.647Z
24222026-08-25T19:50:41.647Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24232026-08-25T19:50:42.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-25T19:50:42.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-25T19:50:42.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-25T19:50:42.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24272026-08-25T19:50:42.243Z
24282026-08-25T19:50:42.243Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24292026-08-25T19:50:42.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-25T19:50:42.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-25T19:50:42.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-25T19:50:42.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24332026-08-25T19:50:42.842Z
24342026-08-25T19:50:42.842Zinfo: running `cargo check --bins` on nexus-config (91/377)
24352026-08-25T19:50:43.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-25T19:50:43.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-25T19:50:43.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-25T19:50:43.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24392026-08-25T19:50:43.438Z
24402026-08-25T19:50:43.438Zinfo: running `cargo check --bins` on nexus-types (92/377)
24412026-08-25T19:50:43.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-25T19:50:43.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-25T19:50:43.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-25T19:50:43.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24452026-08-25T19:50:44.032Z
24462026-08-25T19:50:44.032Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24472026-08-25T19:50:44.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-25T19:50:44.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-25T19:50:44.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-25T19:50:44.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24512026-08-25T19:50:44.601Z
24522026-08-25T19:50:44.601Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24532026-08-25T19:50:45.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-25T19:50:45.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-25T19:50:45.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-25T19:50:45.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24572026-08-25T19:50:45.146Z
24582026-08-25T19:50:45.147Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24592026-08-25T19:50:45.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-25T19:50:45.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-25T19:50:45.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-25T19:50:45.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24632026-08-25T19:50:45.711Z
24642026-08-25T19:50:45.711Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24652026-08-25T19:50:46.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-25T19:50:46.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-25T19:50:46.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-25T19:50:46.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24692026-08-25T19:50:46.276Z
24702026-08-25T19:50:46.277Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24712026-08-25T19:50:46.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-25T19:50:46.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-25T19:50:46.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-25T19:50:46.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24752026-08-25T19:50:46.844Z
24762026-08-25T19:50:46.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24772026-08-25T19:50:47.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-25T19:50:47.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-25T19:50:47.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-25T19:50:47.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24812026-08-25T19:50:47.415Z
24822026-08-25T19:50:47.415Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24832026-08-25T19:50:47.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-25T19:50:47.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-25T19:50:47.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-25T19:50:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24872026-08-25T19:50:47.964Z
24882026-08-25T19:50:47.964Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24892026-08-25T19:50:48.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-25T19:50:48.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-25T19:50:48.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-25T19:50:48.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-25T19:50:48.519Z
24942026-08-25T19:50:48.519Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24952026-08-25T19:50:48.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-25T19:50:48.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-25T19:50:48.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-25T19:50:48.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24992026-08-25T19:50:49.068Z
25002026-08-25T19:50:49.068Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25012026-08-25T19:50:49.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-25T19:50:49.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-25T19:50:49.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-25T19:50:49.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25052026-08-25T19:50:49.619Z
25062026-08-25T19:50:49.619Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25072026-08-25T19:50:50.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-25T19:50:50.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-25T19:50:50.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-25T19:50:50.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25112026-08-25T19:50:50.166Z
25122026-08-25T19:50:50.166Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25132026-08-25T19:50:50.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-25T19:50:50.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-25T19:50:50.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-25T19:50:50.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-25T19:50:50.733Z
25182026-08-25T19:50:50.733Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25192026-08-25T19:50:51.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-25T19:50:51.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-25T19:50:51.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-25T19:50:51.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25232026-08-25T19:50:51.302Z
25242026-08-25T19:50:51.302Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25252026-08-25T19:50:51.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-25T19:50:51.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-25T19:50:51.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-25T19:50:51.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-25T19:50:51.857Z
25302026-08-25T19:50:51.857Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25312026-08-25T19:50:52.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-25T19:50:52.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-25T19:50:52.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-25T19:50:52.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25352026-08-25T19:50:52.428Z
25362026-08-25T19:50:52.428Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25372026-08-25T19:50:52.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-25T19:50:52.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-25T19:50:52.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-25T19:50:52.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25412026-08-25T19:50:52.976Z
25422026-08-25T19:50:52.976Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25432026-08-25T19:50:53.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-25T19:50:53.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-25T19:50:53.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-25T19:50:53.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25472026-08-25T19:50:53.538Z
25482026-08-25T19:50:53.538Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25492026-08-25T19:50:54.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-25T19:50:54.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-25T19:50:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-25T19:50:54.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25532026-08-25T19:50:54.087Z
25542026-08-25T19:50:54.087Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25552026-08-25T19:50:54.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-25T19:50:54.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-25T19:50:54.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-25T19:50:54.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-25T19:50:54.641Z
25602026-08-25T19:50:54.642Zinfo: running `cargo check --bins` on ereport-types (112/377)
25612026-08-25T19:50:55.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-25T19:50:55.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-25T19:50:55.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-25T19:50:55.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25652026-08-25T19:50:55.203Z
25662026-08-25T19:50:55.203Zinfo: running `cargo check --bins` on gateway-client (113/377)
25672026-08-25T19:50:55.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-25T19:50:55.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-25T19:50:55.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-25T19:50:55.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25712026-08-25T19:50:55.766Z
25722026-08-25T19:50:55.766Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25732026-08-25T19:50:56.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-25T19:50:56.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-25T19:50:56.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-25T19:50:56.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-25T19:50:56.319Z
25782026-08-25T19:50:56.319Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25792026-08-25T19:50:56.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-25T19:50:56.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-25T19:50:56.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-25T19:50:56.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25832026-08-25T19:50:56.873Z
25842026-08-25T19:50:56.874Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25852026-08-25T19:50:57.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-25T19:50:57.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-25T19:50:57.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-25T19:50:57.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-25T19:50:57.452Z
25902026-08-25T19:50:57.452Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25912026-08-25T19:50:57.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-25T19:50:57.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-25T19:50:57.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-25T19:50:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25952026-08-25T19:50:58.030Z
25962026-08-25T19:50:58.030Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25972026-08-25T19:50:58.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-25T19:50:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-25T19:50:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-08-25T19:50:58.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26012026-08-25T19:50:58.583Z
26022026-08-25T19:50:58.583Zinfo: running `cargo check --bins` on oxlog (119/377)
26032026-08-25T19:50:59.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-08-25T19:50:59.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-08-25T19:50:59.179Z Checking cfg-if v1.0.4
26062026-08-25T19:50:59.182Z Checking serde_core v1.0.228
26072026-08-25T19:50:59.183Z Checking libc v0.2.185
26082026-08-25T19:50:59.298Z Checking memchr v2.8.0
26092026-08-25T19:50:59.308Z Checking log v0.4.33
26102026-08-25T19:50:59.308Z Checking smallvec v1.15.1
26112026-08-25T19:50:59.328Z Checking subtle v2.6.1
26122026-08-25T19:50:59.339Z Checking itoa v1.0.17
26132026-08-25T19:50:59.349Z Checking scopeguard v1.2.0
26142026-08-25T19:50:59.444Z Checking lock_api v0.4.14
26152026-08-25T19:50:59.470Z Checking stable_deref_trait v1.2.1
26162026-08-25T19:50:59.481Z Checking typenum v1.20.1
26172026-08-25T19:50:59.495Z Checking zerofrom v0.1.6
26182026-08-25T19:50:59.505Z Checking zerocopy v0.8.55
26192026-08-25T19:50:59.537Z Checking portable-atomic v1.13.1
26202026-08-25T19:50:59.602Z Checking yoke v0.8.1
26212026-08-25T19:50:59.638Z Checking critical-section v1.2.0
26222026-08-25T19:50:59.662Z Checking pin-project-lite v0.2.17
26232026-08-25T19:50:59.675Z Checking errno v0.3.14
26242026-08-25T19:50:59.732Z Checking getrandom v0.2.17
26252026-08-25T19:50:59.752Z Checking const-oid v0.9.6
26262026-08-25T19:50:59.767Z Checking zerovec v0.11.5
26272026-08-25T19:50:59.787Z Checking libm v0.2.16
26282026-08-25T19:50:59.871Z Checking rand_core v0.6.4
26292026-08-25T19:50:59.940Z Checking once_cell v1.21.3
26302026-08-25T19:51:00.048Z Checking zmij v1.0.21
26312026-08-25T19:51:00.117Z Checking signal-hook-registry v1.4.8
26322026-08-25T19:51:00.203Z Checking tinystr v0.8.2
26332026-08-25T19:51:00.215Z Checking parking_lot_core v0.9.12
26342026-08-25T19:51:00.254Z Checking rand_core v0.10.0
26352026-08-25T19:51:00.275Z Checking litemap v0.8.1
26362026-08-25T19:51:00.378Z Checking futures-core v0.3.32
26372026-08-25T19:51:00.393Z Checking writeable v0.6.2
26382026-08-25T19:51:00.396Z Checking percent-encoding v2.3.2
26392026-08-25T19:51:00.419Z Checking parking_lot v0.12.5
26402026-08-25T19:51:00.446Z Checking getrandom v0.4.3
26412026-08-25T19:51:00.486Z Checking num-traits v0.2.19
26422026-08-25T19:51:00.496Z Checking potential_utf v0.1.4
26432026-08-25T19:51:00.538Z Checking zerotrie v0.2.3
26442026-08-25T19:51:00.550Z Checking icu_locale_core v2.1.1
26452026-08-25T19:51:00.584Z Checking mio v1.2.0
26462026-08-25T19:51:00.612Z Checking equivalent v1.0.2
26472026-08-25T19:51:00.632Z Checking icu_collections v2.1.1
26482026-08-25T19:51:00.695Z Checking socket2 v0.6.3
26492026-08-25T19:51:00.804Z Checking serde v1.0.228
26502026-08-25T19:51:00.804Z Checking bitflags v2.11.0
26512026-08-25T19:51:00.857Z Checking serde_json v1.0.151
26522026-08-25T19:51:00.926Z Checking icu_normalizer_data v2.1.1
26532026-08-25T19:51:00.926Z Checking icu_properties_data v2.1.2
26542026-08-25T19:51:00.950Z Checking byteorder v1.5.0
26552026-08-25T19:51:01.002Z Checking futures-sink v0.3.32
26562026-08-25T19:51:01.020Z Checking hashbrown v0.17.0
26572026-08-25T19:51:01.058Z Checking getrandom v0.3.4
26582026-08-25T19:51:01.080Z Checking icu_provider v2.1.1
26592026-08-25T19:51:01.093Z Checking futures-channel v0.3.32
26602026-08-25T19:51:01.149Z Checking slab v0.4.12
26612026-08-25T19:51:01.175Z Checking zeroize v1.9.0
26622026-08-25T19:51:01.198Z Checking bytes v1.11.1
26632026-08-25T19:51:01.279Z Checking futures-io v0.3.32
26642026-08-25T19:51:01.302Z Checking utf8_iter v1.0.4
26652026-08-25T19:51:01.307Z Checking icu_normalizer v2.1.1
26662026-08-25T19:51:01.352Z Checking generic-array v0.14.7
26672026-08-25T19:51:01.387Z Checking icu_properties v2.1.2
26682026-08-25T19:51:01.420Z Checking futures-task v0.3.32
26692026-08-25T19:51:01.478Z Checking indexmap v2.14.0
26702026-08-25T19:51:01.515Z Checking rustix v1.1.4
26712026-08-25T19:51:01.556Z Checking futures-util v0.3.32
26722026-08-25T19:51:01.617Z Checking form_urlencoded v1.2.2
26732026-08-25T19:51:01.635Z Checking tokio v1.52.1
26742026-08-25T19:51:01.744Z Checking fnv v1.0.7
26752026-08-25T19:51:01.812Z Checking block-buffer v0.10.4
26762026-08-25T19:51:01.845Z Checking crypto-common v0.1.7
26772026-08-25T19:51:01.924Z Checking base64ct v1.8.3
26782026-08-25T19:51:01.962Z Checking digest v0.10.7
26792026-08-25T19:51:02.030Z Checking flagset v0.4.7
26802026-08-25T19:51:02.160Z Checking pem-rfc7468 v0.7.0
26812026-08-25T19:51:02.168Z Checking iana-time-zone v0.1.65
26822026-08-25T19:51:02.181Z Checking rand_core v0.9.5
26832026-08-25T19:51:02.195Z Checking idna_adapter v1.2.1
26842026-08-25T19:51:02.227Z Checking ppv-lite86 v0.2.21
26852026-08-25T19:51:02.262Z Checking chrono v0.4.45
26862026-08-25T19:51:02.304Z Checking der v0.7.10
26872026-08-25T19:51:02.309Z Checking idna v1.1.0
26882026-08-25T19:51:02.330Z Checking uuid v1.23.4
26892026-08-25T19:51:02.345Z Checking base64 v0.22.1
26902026-08-25T19:51:02.514Z Checking regex-syntax v0.8.10
26912026-08-25T19:51:02.560Z Checking url v2.5.8
26922026-08-25T19:51:02.581Z Checking http v1.4.2
26932026-08-25T19:51:02.652Z Checking rand_chacha v0.9.0
26942026-08-25T19:51:02.842Z Checking tracing-core v0.1.36
26952026-08-25T19:51:02.979Z Checking dyn-clone v1.0.20
26962026-08-25T19:51:03.021Z Checking spki v0.7.3
26972026-08-25T19:51:03.082Z Checking simd-adler32 v0.3.8
26982026-08-25T19:51:03.101Z Checking cpufeatures v0.2.17
26992026-08-25T19:51:03.129Z Checking http-body v1.0.1
27002026-08-25T19:51:03.151Z Checking tracing v0.1.44
27012026-08-25T19:51:03.168Z Checking rand v0.9.2
27022026-08-25T19:51:03.189Z Checking pkcs8 v0.10.2
27032026-08-25T19:51:03.247Z Checking rustls-pki-types v1.14.0
27042026-08-25T19:51:03.260Z Checking semver v1.0.28
27052026-08-25T19:51:03.341Z Checking spin v0.9.8
27062026-08-25T19:51:03.355Z Checking anstyle v1.0.14
27072026-08-25T19:51:03.450Z Checking utf8parse v0.2.2
27082026-08-25T19:51:03.461Z Checking tinyvec_macros v0.1.1
27092026-08-25T19:51:03.525Z Checking adler2 v2.0.1
27102026-08-25T19:51:03.538Z Checking openssl-probe v0.2.1
27112026-08-25T19:51:03.552Z Checking cmov v0.5.4
27122026-08-25T19:51:03.565Z Checking anstyle-parse v1.0.0
27132026-08-25T19:51:03.577Z Checking tinyvec v1.10.0
27142026-08-25T19:51:03.628Z Checking miniz_oxide v0.8.9
27152026-08-25T19:51:03.641Z Checking schemars v0.8.22
27162026-08-25T19:51:03.654Z Checking sha2 v0.10.9
27172026-08-25T19:51:03.716Z Checking terminal_size v0.4.3
27182026-08-25T19:51:03.741Z Checking ctutils v0.4.2
27192026-08-25T19:51:03.809Z Checking aws-lc-sys v0.40.0
27202026-08-25T19:51:03.830Z Checking thiserror v2.0.18
27212026-08-25T19:51:03.893Z Checking untrusted v0.7.1
27222026-08-25T19:51:03.929Z Checking colorchoice v1.0.4
27232026-08-25T19:51:03.929Z Checking anstyle-query v1.1.5
27242026-08-25T19:51:03.953Z Checking fastrand v2.3.0
27252026-08-25T19:51:03.983Z Checking try-lock v0.2.5
27262026-08-25T19:51:04.003Z Checking atomic-waker v1.1.2
27272026-08-25T19:51:04.025Z Checking tower-layer v0.3.3
27282026-08-25T19:51:04.025Z Checking is_terminal_polyfill v1.70.2
27292026-08-25T19:51:04.075Z Checking tower-service v0.3.3
27302026-08-25T19:51:04.099Z Checking want v0.3.1
27312026-08-25T19:51:04.120Z Checking anstream v1.0.0
27322026-08-25T19:51:04.133Z Checking tempfile v3.27.0
27332026-08-25T19:51:04.161Z Checking hybrid-array v0.4.13
27342026-08-25T19:51:04.174Z Checking ipnet v2.12.0
27352026-08-25T19:51:04.219Z Checking crc32fast v1.5.0
27362026-08-25T19:51:04.292Z Checking httparse v1.10.1
27372026-08-25T19:51:04.310Z Checking aws-lc-rs v1.16.3
27382026-08-25T19:51:04.323Z Checking aho-corasick v1.1.4
27392026-08-25T19:51:04.334Z Checking httpdate v1.0.3
27402026-08-25T19:51:04.350Z Checking foreign-types-shared v0.1.1
27412026-08-25T19:51:04.426Z Checking untrusted v0.9.0
27422026-08-25T19:51:04.440Z Checking plain v0.2.3
27432026-08-25T19:51:04.474Z Checking tap v1.0.1
27442026-08-25T19:51:04.496Z Checking foreign-types v0.3.2
27452026-08-25T19:51:04.536Z Checking unicode-normalization v0.1.25
27462026-08-25T19:51:04.545Z Checking rand_chacha v0.3.1
27472026-08-25T19:51:04.559Z Checking signature v2.2.0
27482026-08-25T19:51:04.573Z Checking wyz v0.5.1
27492026-08-25T19:51:04.687Z Checking radium v0.7.0
27502026-08-25T19:51:04.741Z Checking hex v0.4.3
27512026-08-25T19:51:04.745Z Checking num-integer v0.1.46
27522026-08-25T19:51:04.857Z Checking openssl-sys v0.9.117
27532026-08-25T19:51:04.885Z Checking tokio-util v0.7.18
27542026-08-25T19:51:04.899Z Checking wait-timeout v0.2.1
27552026-08-25T19:51:04.922Z Checking bit-vec v0.8.0
27562026-08-25T19:51:04.962Z Checking strsim v0.11.1
27572026-08-25T19:51:04.975Z Checking quick-error v1.2.3
27582026-08-25T19:51:04.987Z Checking regex-automata v0.4.14
27592026-08-25T19:51:05.011Z Checking funty v2.0.0
27602026-08-25T19:51:05.072Z Checking clap_lex v1.0.0
27612026-08-25T19:51:05.112Z Checking ucd-trie v0.1.7
27622026-08-25T19:51:05.124Z Checking unicode-ident v1.0.24
27632026-08-25T19:51:05.139Z Checking rustls-webpki v0.103.13
27642026-08-25T19:51:05.218Z Checking clap_builder v4.6.0
27652026-08-25T19:51:05.232Z Checking proc-macro2 v1.0.106
27662026-08-25T19:51:05.234Z Checking openssl v0.10.80
27672026-08-25T19:51:05.256Z Checking pest v2.8.6
27682026-08-25T19:51:05.326Z Checking bitvec v1.0.1
27692026-08-25T19:51:05.499Z Checking h2 v0.4.15
27702026-08-25T19:51:05.537Z Checking bit-set v0.8.0
27712026-08-25T19:51:05.552Z Checking rustls v0.23.41
27722026-08-25T19:51:05.677Z Checking rusty-fork v0.3.1
27732026-08-25T19:51:05.849Z Checking num-iter v0.1.45
27742026-08-25T19:51:05.958Z Checking rand v0.8.6
27752026-08-25T19:51:06.292Z Checking lazy_static v1.5.0
27762026-08-25T19:51:06.382Z Checking rand_xorshift v0.4.0
27772026-08-25T19:51:06.422Z Checking hmac v0.12.1
27782026-08-25T19:51:06.465Z Checking thiserror v1.0.69
27792026-08-25T19:51:06.503Z Checking maybe-uninit v2.0.0
27802026-08-25T19:51:06.552Z Checking toml_datetime v0.6.11
27812026-08-25T19:51:06.566Z Checking serde_spanned v0.6.9
27822026-08-25T19:51:06.575Z Checking sync_wrapper v1.0.2
27832026-08-25T19:51:06.631Z Checking unarray v0.1.4
27842026-08-25T19:51:06.676Z Checking nodrop v0.1.14
27852026-08-25T19:51:06.685Z Checking zlib-rs v0.6.2
27862026-08-25T19:51:06.726Z Checking powerfmt v0.2.0
27872026-08-25T19:51:06.737Z Checking pretty-hex v0.4.1
27882026-08-25T19:51:06.756Z Checking siphasher v1.0.2
27892026-08-25T19:51:06.779Z Checking crc-catalog v2.4.0
27902026-08-25T19:51:06.851Z Checking array-init v0.0.4
27912026-08-25T19:51:06.860Z Checking crc v3.4.0
27922026-08-25T19:51:06.872Z Checking deranged v0.5.8
27932026-08-25T19:51:06.908Z Checking proptest v1.11.0
27942026-08-25T19:51:07.028Z Checking tower v0.5.3
27952026-08-25T19:51:07.139Z Checking packed_struct v0.10.1
27962026-08-25T19:51:07.215Z Checking native-tls v0.2.18
27972026-08-25T19:51:07.394Z Checking smallvec v0.6.14
27982026-08-25T19:51:07.411Z Checking num-bigint-dig v0.8.6
27992026-08-25T19:51:07.547Z Checking flate2 v1.1.9
28002026-08-25T19:51:07.578Z Checking clap v4.6.1
28012026-08-25T19:51:07.660Z Checking quote v1.0.45
28022026-08-25T19:51:07.770Z Checking ipnetwork v0.21.1
28032026-08-25T19:51:07.782Z Checking pkcs1 v0.7.5
28042026-08-25T19:51:07.828Z Checking http-body-util v0.1.3
28052026-08-25T19:51:07.838Z Checking crossbeam-utils v0.8.21
28062026-08-25T19:51:07.976Z Checking bitfield v0.19.4
28072026-08-25T19:51:07.979Z Checking zerocopy v0.6.6
28082026-08-25T19:51:08.042Z Checking ahash v0.8.12
28092026-08-25T19:51:08.174Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-25T19:51:08.178Z Checking scroll v0.13.0
28112026-08-25T19:51:08.212Z Checking env_filter v2.0.0
28122026-08-25T19:51:08.233Z Checking unicode-properties v0.1.4
28132026-08-25T19:51:08.246Z Checking winnow v0.5.40
28142026-08-25T19:51:08.258Z Checking base64 v0.21.7
28152026-08-25T19:51:08.273Z Checking hyper v1.10.1
28162026-08-25T19:51:08.285Z Checking num_threads v0.1.7
28172026-08-25T19:51:08.349Z Checking time-core v0.1.8
28182026-08-25T19:51:08.368Z Checking gimli v0.32.3
28192026-08-25T19:51:08.408Z Checking unicode-bidi v0.3.18
28202026-08-25T19:51:08.408Z Checking hashbrown v0.12.3
28212026-08-25T19:51:08.485Z Checking allocator-api2 v0.2.21
28222026-08-25T19:51:08.515Z Checking iri-string v0.7.10
28232026-08-25T19:51:08.698Z Checking ryu v1.0.23
28242026-08-25T19:51:08.712Z Checking num-conv v0.2.0
28252026-08-25T19:51:08.769Z Checking stringprep v0.1.5
28262026-08-25T19:51:08.827Z Checking time v0.3.47
28272026-08-25T19:51:08.839Z Checking serde_urlencoded v0.7.1
28282026-08-25T19:51:08.851Z Checking indexmap v1.9.3
28292026-08-25T19:51:08.922Z Checking newtype-uuid v1.3.2
28302026-08-25T19:51:09.044Z Checking ron v0.8.1
28312026-08-25T19:51:09.125Z Checking goblin v0.10.5
28322026-08-25T19:51:09.163Z Checking env_logger v0.11.11
28332026-08-25T19:51:09.236Z Checking hyper-util v0.1.20
28342026-08-25T19:51:09.345Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28352026-08-25T19:51:09.411Z Checking toml_edit v0.19.15
28362026-08-25T19:51:09.499Z Checking bzip2 v0.4.4
28372026-08-25T19:51:09.538Z Checking tower-http v0.6.8
28382026-08-25T19:51:09.554Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28392026-08-25T19:51:09.660Z Checking hashbrown v0.13.2
28402026-08-25T19:51:09.808Z Checking rsa v0.9.10
28412026-08-25T19:51:09.904Z Checking addr2line v0.25.1
28422026-08-25T19:51:09.928Z Checking crossbeam-epoch v0.9.18
28432026-08-25T19:51:10.080Z Checking oxnet v0.1.6
28442026-08-25T19:51:10.154Z Checking syn v2.0.117
28452026-08-25T19:51:10.170Z Checking serde-hex v0.1.0
28462026-08-25T19:51:10.278Z Checking tokio-native-tls v0.3.1
28472026-08-25T19:51:10.333Z Checking bstr v1.12.1
28482026-08-25T19:51:10.433Z Checking block-padding v0.4.2
28492026-08-25T19:51:10.433Z Checking crypto-common v0.2.2
28502026-08-25T19:51:10.481Z Checking block-buffer v0.12.1
28512026-08-25T19:51:10.583Z Checking rustls-native-certs v0.8.3
28522026-08-25T19:51:10.647Z Checking x509-cert v0.2.5
28532026-08-25T19:51:10.725Z Checking scroll v0.12.0
28542026-08-25T19:51:10.725Z Checking object v0.37.3
28552026-08-25T19:51:10.960Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-25T19:51:11.017Z Checking md-5 v0.10.6
28572026-08-25T19:51:11.070Z Checking hash32 v0.2.1
28582026-08-25T19:51:11.159Z Checking encoding_rs v0.8.35
28592026-08-25T19:51:11.229Z Checking either v1.15.0
28602026-08-25T19:51:11.287Z Checking psl-types v2.0.11
28612026-08-25T19:51:11.402Z Checking mime v0.3.17
28622026-08-25T19:51:11.415Z Checking crc-any v2.5.0
28632026-08-25T19:51:11.427Z Checking rustc-demangle v0.1.27
28642026-08-25T19:51:11.577Z Checking fallible-iterator v0.2.0
28652026-08-25T19:51:11.593Z Checking dof v0.4.0
28662026-08-25T19:51:11.630Z Checking publicsuffix v2.3.0
28672026-08-25T19:51:11.644Z Checking heapless v0.7.17
28682026-08-25T19:51:11.788Z Checking zstd-safe v7.2.4
28692026-08-25T19:51:11.854Z Checking postgres-protocol v0.6.10
28702026-08-25T19:51:11.953Z Checking goblin v0.8.2
28712026-08-25T19:51:12.054Z Checking inout v0.2.2
28722026-08-25T19:51:12.095Z Checking hyper-tls v0.6.0
28732026-08-25T19:51:12.168Z Checking toml v0.7.8
28742026-08-25T19:51:12.203Z Checking daft v0.1.8
28752026-08-25T19:51:12.217Z Checking object v0.30.4
28762026-08-25T19:51:12.266Z Checking cookie v0.18.1
28772026-08-25T19:51:12.392Z Checking zip v0.6.6
28782026-08-25T19:51:12.445Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28792026-08-25T19:51:12.477Z Checking tokio-rustls v0.26.4
28802026-08-25T19:51:12.492Z Checking phf_shared v0.13.1
28812026-08-25T19:51:12.547Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28822026-08-25T19:51:12.606Z Checking dtrace-parser v0.3.0
28832026-08-25T19:51:12.682Z Checking pin-project v1.1.11
28842026-08-25T19:51:12.699Z Checking zerocopy v0.7.35
28852026-08-25T19:51:12.717Z Checking signal-hook v0.3.18
28862026-08-25T19:51:12.773Z Checking futures-executor v0.3.32
28872026-08-25T19:51:12.839Z Checking ff v0.13.1
28882026-08-25T19:51:12.899Z Checking thread-id v5.1.0
28892026-08-25T19:51:12.918Z Checking same-file v1.0.6
28902026-08-25T19:51:12.967Z Checking smawk v0.3.2
28912026-08-25T19:51:12.979Z Checking foldhash v0.1.5
28922026-08-25T19:51:13.027Z Checking backtrace v0.3.76
28932026-08-25T19:51:13.040Z Checking libbz2-rs-sys v0.2.2
28942026-08-25T19:51:13.090Z Checking unicode-linebreak v0.1.5
28952026-08-25T19:51:13.104Z Checking is_ci v1.2.0
28962026-08-25T19:51:13.183Z Checking base16ct v0.2.0
28972026-08-25T19:51:13.195Z Checking managed v0.8.0
28982026-08-25T19:51:13.292Z Checking path-slash v0.1.5
28992026-08-25T19:51:13.309Z Checking unicode-width v0.2.0
29002026-08-25T19:51:13.317Z Checking bumpalo v3.20.2
29012026-08-25T19:51:13.378Z Checking jiff-core v0.1.0
29022026-08-25T19:51:13.392Z Compiling rayon-core v1.13.0
29032026-08-25T19:51:13.425Z Checking bitflags v1.3.2
29042026-08-25T19:51:13.493Z Checking foldhash v0.2.0
29052026-08-25T19:51:13.511Z Compiling illumos-nvpair-sys v0.2.0
29062026-08-25T19:51:13.514Z Checking zopfli v0.8.3
29072026-08-25T19:51:13.560Z Checking textwrap v0.16.2
29082026-08-25T19:51:13.588Z Checking smoltcp v0.9.1
29092026-08-25T19:51:13.650Z Checking hashbrown v0.16.1
29102026-08-25T19:51:13.702Z Checking bzip2 v0.6.1
29112026-08-25T19:51:13.770Z Checking backtrace-ext v0.2.1
29122026-08-25T19:51:13.852Z Checking sec1 v0.7.3
29132026-08-25T19:51:13.857Z Checking dof v0.3.0
29142026-08-25T19:51:13.876Z Checking supports-color v3.0.2
29152026-08-25T19:51:13.879Z Checking hashbrown v0.15.5
29162026-08-25T19:51:13.996Z Checking walkdir v2.5.0
29172026-08-25T19:51:14.056Z Checking usdt-impl v0.6.0
29182026-08-25T19:51:14.076Z Checking jiff v0.2.34
29192026-08-25T19:51:14.139Z Checking group v0.13.0
29202026-08-25T19:51:14.151Z Checking futures v0.3.32
29212026-08-25T19:51:14.163Z Checking signal-hook-mio v0.2.5
29222026-08-25T19:51:14.180Z Checking snafu v0.8.9
29232026-08-25T19:51:14.222Z Checking hyper-rustls v0.27.7
29242026-08-25T19:51:14.263Z Checking phf v0.13.1
29252026-08-25T19:51:14.281Z Checking cookie_store v0.22.1
29262026-08-25T19:51:14.315Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29272026-08-25T19:51:14.338Z Checking reqwest v0.12.28
29282026-08-25T19:51:14.356Z Checking cipher v0.5.2
29292026-08-25T19:51:14.402Z Checking postgres-types v0.2.12
29302026-08-25T19:51:14.417Z Checking zstd v0.13.3
29312026-08-25T19:51:14.432Z Checking globset v0.4.18
29322026-08-25T19:51:14.593Z Checking rustls-platform-verifier v0.6.2
29332026-08-25T19:51:14.604Z Checking crossbeam-deque v0.8.6
29342026-08-25T19:51:14.618Z Checking phf_shared v0.11.3
29352026-08-25T19:51:14.641Z Checking regex v1.12.3
29362026-08-25T19:51:14.677Z Checking dtrace-parser v0.2.0
29372026-08-25T19:51:14.714Z Checking hkdf v0.12.4
29382026-08-25T19:51:14.731Z Checking byte-wrapper v0.1.0
29392026-08-25T19:51:14.755Z Checking curve25519-dalek v4.1.3
29402026-08-25T19:51:14.779Z Checking ref-cast v1.0.25
29412026-08-25T19:51:14.847Z Checking strum v0.27.2
29422026-08-25T19:51:14.876Z Checking olpc-cjson v0.1.4
29432026-08-25T19:51:14.907Z Checking hubpack v0.1.2
29442026-08-25T19:51:14.931Z Checking ed25519 v2.2.3
29452026-08-25T19:51:14.936Z Checking memoffset v0.9.1
29462026-08-25T19:51:14.956Z Checking rustix v0.38.44
29472026-08-25T19:51:15.004Z Checking owo-colors v4.3.0
29482026-08-25T19:51:15.018Z Checking pem v3.0.6
29492026-08-25T19:51:15.071Z Checking crypto-bigint v0.5.5
29502026-08-25T19:51:15.088Z Checking erased-serde v0.3.31
29512026-08-25T19:51:15.115Z Checking serde-big-array v0.5.1
29522026-08-25T19:51:15.168Z Checking serde_plain v1.0.2
29532026-08-25T19:51:15.245Z Checking float-cmp v0.10.0
29542026-08-25T19:51:15.310Z Checking thread-id v4.2.2
29552026-08-25T19:51:15.368Z Checking memmap2 v0.9.10
29562026-08-25T19:51:15.390Z Checking data-encoding v2.10.0
29572026-08-25T19:51:15.468Z Checking cpufeatures v0.3.0
29582026-08-25T19:51:15.528Z Checking static_assertions v1.1.0
29592026-08-25T19:51:15.540Z Checking fixedbitset v0.5.7
29602026-08-25T19:51:15.543Z Checking keccak v0.1.6
29612026-08-25T19:51:15.566Z Checking precomputed-hash v0.1.1
29622026-08-25T19:51:15.595Z Checking supports-hyperlinks v3.2.0
29632026-08-25T19:51:15.644Z Checking typed-path v0.9.3
29642026-08-25T19:51:15.656Z Checking unicode-width v0.1.14
29652026-08-25T19:51:15.701Z Checking predicates-core v1.0.10
29662026-08-25T19:51:15.714Z Checking winnow v1.0.3
29672026-08-25T19:51:15.728Z Checking toml_write v0.1.2
29682026-08-25T19:51:15.740Z Checking supports-unicode v3.0.0
29692026-08-25T19:51:15.819Z Checking winnow v0.7.14
29702026-08-25T19:51:15.842Z Checking whoami v2.1.0
29712026-08-25T19:51:15.884Z Checking fixedbitset v0.4.2
29722026-08-25T19:51:15.896Z Checking difflib v0.4.0
29732026-08-25T19:51:15.971Z Checking unicode-segmentation v1.12.0
29742026-08-25T19:51:15.984Z Checking normalize-line-endings v0.3.0
29752026-08-25T19:51:16.026Z Checking new_debug_unreachable v1.0.6
29762026-08-25T19:51:16.029Z Checking const-oid v0.10.2
29772026-08-25T19:51:16.068Z Checking tokio-postgres v0.7.16
29782026-08-25T19:51:16.071Z Checking predicates v3.1.4
29792026-08-25T19:51:16.093Z Checking string_cache v0.8.9
29802026-08-25T19:51:16.188Z Checking digest v0.11.3
29812026-08-25T19:51:16.254Z Checking petgraph v0.6.5
29822026-08-25T19:51:16.275Z Checking similar v2.7.0
29832026-08-25T19:51:16.369Z Checking zip v4.6.1
29842026-08-25T19:51:16.372Z Checking elliptic-curve v0.13.8
29852026-08-25T19:51:16.409Z Checking tough v0.22.0
29862026-08-25T19:51:16.546Z Checking toml_parser v1.1.2+spec-1.1.0
29872026-08-25T19:51:16.651Z Checking miette v7.6.0
29882026-08-25T19:51:16.686Z Checking crossterm v0.28.1
29892026-08-25T19:51:16.869Z Checking petgraph v0.8.3
29902026-08-25T19:51:16.932Z Checking sha3 v0.10.8
29912026-08-25T19:51:16.990Z Checking toml_edit v0.22.27
29922026-08-25T19:51:17.139Z Checking hickory-proto v0.25.2
29932026-08-25T19:51:17.156Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29942026-08-25T19:51:17.339Z Checking ed25519-dalek v2.2.0
29952026-08-25T19:51:17.388Z Checking chacha20 v0.10.0
29962026-08-25T19:51:17.477Z Checking usdt v0.6.0
29972026-08-25T19:51:17.572Z Checking slog v2.8.2
29982026-08-25T19:51:17.642Z Checking usdt-impl v0.5.0
29992026-08-25T19:51:17.655Z Checking nix v0.31.2
30002026-08-25T19:51:17.831Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30012026-08-25T19:51:17.923Z Checking iddqd v0.4.2
30022026-08-25T19:51:18.398Z Checking reqwest v0.13.2
30032026-08-25T19:51:18.413Z Checking itertools v0.13.0
30042026-08-25T19:51:18.436Z Checking itertools v0.15.0
30052026-08-25T19:51:18.537Z Checking strum v0.26.3
30062026-08-25T19:51:18.650Z Checking serde_with v3.21.0
30072026-08-25T19:51:18.835Z Checking derive_more v2.1.1
30082026-08-25T19:51:18.865Z Checking fs-err v3.3.0
30092026-08-25T19:51:18.935Z Checking tokio-stream v0.1.18
30102026-08-25T19:51:19.163Z Checking buf-list v1.1.2
30112026-08-25T19:51:19.268Z Checking anyhow v1.0.104
30122026-08-25T19:51:19.311Z Checking camino v1.2.5
30132026-08-25T19:51:19.344Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30142026-08-25T19:51:19.414Z Checking openapiv3 v2.2.0
30152026-08-25T19:51:19.460Z Checking lalrpop-util v0.19.12
30162026-08-25T19:51:19.463Z Checking peg-runtime v0.8.5
30172026-08-25T19:51:19.543Z Checking illumos-nvpair v0.3.0
30182026-08-25T19:51:19.561Z Checking rayon v1.11.0
30192026-08-25T19:51:19.607Z Checking sigpipe v0.1.3
30202026-08-25T19:51:19.610Z Checking glob v0.3.3
30212026-08-25T19:51:20.563Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-08-25T19:51:20.859Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-08-25T19:51:21.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s
30242026-08-25T19:51:21.299Z
30252026-08-25T19:51:21.299Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30262026-08-25T19:51:21.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-25T19:51:21.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-25T19:51:21.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-25T19:51:21.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30302026-08-25T19:51:21.868Z
30312026-08-25T19:51:21.868Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30322026-08-25T19:51:22.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-25T19:51:22.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-25T19:51:22.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-25T19:51:22.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30362026-08-25T19:51:22.424Z
30372026-08-25T19:51:22.424Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30382026-08-25T19:51:22.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-25T19:51:22.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-25T19:51:22.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-25T19:51:22.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30422026-08-25T19:51:23.002Z
30432026-08-25T19:51:23.002Zinfo: running `cargo check --bins` on oxql-types (123/377)
30442026-08-25T19:51:23.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-25T19:51:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-25T19:51:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-25T19:51:23.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-25T19:51:23.567Z
30492026-08-25T19:51:23.568Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30502026-08-25T19:51:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-25T19:51:24.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-25T19:51:24.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-25T19:51:24.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30542026-08-25T19:51:24.132Z
30552026-08-25T19:51:24.132Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30562026-08-25T19:51:24.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-25T19:51:24.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-25T19:51:24.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-25T19:51:24.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30602026-08-25T19:51:24.704Z
30612026-08-25T19:51:24.704Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30622026-08-25T19:51:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-25T19:51:25.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-25T19:51:25.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-25T19:51:25.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30662026-08-25T19:51:25.260Z
30672026-08-25T19:51:25.260Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30682026-08-25T19:51:25.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-25T19:51:25.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-25T19:51:25.943Z Compiling multer v3.1.0
30712026-08-25T19:51:26.055Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-25T19:51:26.060Z Compiling async-stream-impl v0.3.6
30732026-08-25T19:51:26.071Z Compiling serde_tokenstream v0.3.0
30742026-08-25T19:51:26.078Z Compiling dropshot v0.17.1
30752026-08-25T19:51:26.090Z Compiling parse-display-derive v0.10.0
30762026-08-25T19:51:26.102Z Compiling newtype-uuid-macros v0.1.0
30772026-08-25T19:51:26.106Z Compiling dropshot_endpoint v0.17.1
30782026-08-25T19:51:26.270Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-25T19:51:26.332Z Checking thread_local v1.1.9
30802026-08-25T19:51:26.363Z Compiling oxide-generation-macros v0.2.0
30812026-08-25T19:51:26.423Z Checking match_cfg v0.1.0
30822026-08-25T19:51:26.492Z Checking compression-core v0.4.31
30832026-08-25T19:51:26.509Z Checking hostname v0.3.1
30842026-08-25T19:51:26.606Z Checking crossbeam-channel v0.5.15
30852026-08-25T19:51:26.623Z Checking compression-codecs v0.4.37
30862026-08-25T19:51:26.623Z Checking atomicwrites v0.4.4
30872026-08-25T19:51:26.701Z Checking slog-json v2.6.1
30882026-08-25T19:51:26.756Z Checking serde_spanned v1.1.1
30892026-08-25T19:51:26.798Z Checking is-terminal v0.4.17
30902026-08-25T19:51:26.859Z Checking toml_datetime v1.1.1+spec-1.1.0
30912026-08-25T19:51:26.866Z Checking debug-ignore v1.0.5
30922026-08-25T19:51:26.880Z Checking toml_writer v1.1.1+spec-1.1.0
30932026-08-25T19:51:26.891Z Checking take_mut v0.2.2
30942026-08-25T19:51:26.932Z Checking term v1.2.1
30952026-08-25T19:51:26.961Z Checking slog-bunyan v2.5.0
30962026-08-25T19:51:26.992Z Checking slog-async v2.8.0
30972026-08-25T19:51:27.049Z Checking async-compression v0.4.41
30982026-08-25T19:51:27.052Z Checking toml v1.1.2+spec-1.1.0
30992026-08-25T19:51:27.075Z Checking async-stream v0.3.6
31002026-08-25T19:51:27.093Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-08-25T19:51:27.153Z Checking slog-term v2.9.2
31022026-08-25T19:51:27.167Z Checking progenitor-client v0.14.0
31032026-08-25T19:51:27.196Z Checking sha1 v0.11.0
31042026-08-25T19:51:27.288Z Checking oxide-generation v0.1.3
31052026-08-25T19:51:27.387Z Checking waitgroup v0.1.2
31062026-08-25T19:51:27.390Z Checking rustls-pemfile v2.2.0
31072026-08-25T19:51:27.411Z Checking backon v1.6.0
31082026-08-25T19:51:27.430Z Checking serde_path_to_error v0.1.20
31092026-08-25T19:51:27.484Z Checking hostname v0.4.2
31102026-08-25T19:51:27.512Z Checking instant v0.1.13
31112026-08-25T19:51:27.593Z Checking progenitor-extras v0.2.0
31122026-08-25T19:51:27.596Z Checking backoff v0.4.0
31132026-08-25T19:51:27.640Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31142026-08-25T19:51:27.727Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31152026-08-25T19:51:27.753Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-08-25T19:51:27.766Z Checking parse-display v0.10.0
31172026-08-25T19:51:27.771Z Checking regress v0.10.5
31182026-08-25T19:51:27.797Z Checking itertools v0.14.0
31192026-08-25T19:51:27.906Z Checking macaddr v1.0.1
31202026-08-25T19:51:28.073Z Checking humantime v2.3.0
31212026-08-25T19:51:28.909Z Compiling prettyplease v0.2.37
31222026-08-25T19:51:29.227Z Checking num-rational v0.4.2
31232026-08-25T19:51:29.498Z Checking num-complex v0.4.6
31242026-08-25T19:51:29.842Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-08-25T19:51:29.891Z Compiling num v0.4.3
31262026-08-25T19:51:30.030Z Compiling usdt-macro v0.5.0
31272026-08-25T19:51:30.045Z Compiling usdt-attr-macro v0.5.0
31282026-08-25T19:51:30.056Z Checking memmap v0.7.0
31292026-08-25T19:51:30.105Z Checking float-ord v0.3.2
31302026-08-25T19:51:30.210Z Compiling convert_case v0.4.0
31312026-08-25T19:51:30.584Z Compiling derive_more v0.99.20
31322026-08-25T19:51:30.659Z Checking newline-converter v0.3.0
31332026-08-25T19:51:30.754Z Checking console v0.15.11
31342026-08-25T19:51:30.771Z Compiling toml v0.8.23
31352026-08-25T19:51:30.810Z Checking usdt v0.5.0
31362026-08-25T19:51:30.981Z Checking linked-hash-map v0.5.6
31372026-08-25T19:51:31.029Z Compiling minimal-lexical v0.2.1
31382026-08-25T19:51:31.150Z Checking lru-cache v0.1.2
31392026-08-25T19:51:31.270Z Compiling nom v7.1.3
31402026-08-25T19:51:31.283Z Checking expectorate v1.2.0
31412026-08-25T19:51:31.428Z Checking camino-tempfile v1.4.1
31422026-08-25T19:51:31.592Z Checking hickory-proto v0.24.4
31432026-08-25T19:51:31.735Z Checking phf_shared v0.12.1
31442026-08-25T19:51:31.867Z Compiling slog-dtrace v0.3.0
31452026-08-25T19:51:31.896Z Compiling unicode-xid v0.2.6
31462026-08-25T19:51:32.007Z Checking heck v0.5.0
31472026-08-25T19:51:32.143Z Checking resolv-conf v0.7.6
31482026-08-25T19:51:32.297Z Compiling chrono-tz v0.10.4
31492026-08-25T19:51:32.372Z Compiling const_format_proc_macros v0.2.34
31502026-08-25T19:51:32.495Z Checking phf v0.12.1
31512026-08-25T19:51:32.574Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31522026-08-25T19:51:32.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31532026-08-25T19:51:32.637Z Checking tokio-dtrace v0.1.1
31542026-08-25T19:51:32.821Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31552026-08-25T19:51:33.064Z Compiling derive-where v1.6.0
31562026-08-25T19:51:33.125Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-08-25T19:51:33.349Z Checking highway v1.3.0
31582026-08-25T19:51:33.397Z Checking hickory-resolver v0.24.4
31592026-08-25T19:51:33.616Z Checking const_format v0.2.35
31602026-08-25T19:51:33.854Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-25T19:51:34.156Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31622026-08-25T19:51:34.213Z Checking oxide-tokio-rt v0.1.4
31632026-08-25T19:51:34.401Z Checking qorb v0.4.1
31642026-08-25T19:51:34.440Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-25T19:51:34.480Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-25T19:51:34.615Z Checking gethostname v0.5.0
31672026-08-25T19:51:34.651Z Checking bcs v0.1.6
31682026-08-25T19:51:34.697Z Checking termtree v0.5.1
31692026-08-25T19:51:34.723Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31702026-08-25T19:51:37.748Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-08-25T19:51:40.807Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31722026-08-25T19:51:43.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s
31732026-08-25T19:51:43.179Z
31742026-08-25T19:51:43.179Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31752026-08-25T19:51:43.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-08-25T19:51:43.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-08-25T19:51:43.859Z Compiling ar_archive_writer v0.5.1
31782026-08-25T19:51:43.969Z Compiling stacker v0.1.23
31792026-08-25T19:51:43.977Z Compiling cfg_aliases v0.1.1
31802026-08-25T19:51:43.984Z Compiling proc-macro-error v1.0.4
31812026-08-25T19:51:43.993Z Checking fd-lock v4.0.4
31822026-08-25T19:51:43.996Z Checking nibble_vec v0.1.0
31832026-08-25T19:51:43.996Z Compiling recursive-proc-macro-impl v0.1.1
31842026-08-25T19:51:43.996Z Checking vte v0.14.1
31852026-08-25T19:51:44.035Z Compiling nix v0.28.0
31862026-08-25T19:51:44.114Z Checking bytecount v0.6.9
31872026-08-25T19:51:44.129Z Checking endian-type v0.1.2
31882026-08-25T19:51:44.164Z Checking strip-ansi-escapes v0.2.1
31892026-08-25T19:51:44.215Z Checking papergrid v0.11.0
31902026-08-25T19:51:44.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31912026-08-25T19:51:44.250Z Checking radix_trie v0.2.1
31922026-08-25T19:51:44.264Z Compiling peg-macros v0.8.5
31932026-08-25T19:51:44.276Z Compiling tabled_derive v0.7.0
31942026-08-25T19:51:44.395Z Compiling sqlparser_derive v0.5.0
31952026-08-25T19:51:44.460Z Checking winnow v0.6.26
31962026-08-25T19:51:44.696Z Checking nu-ansi-term v0.50.3
31972026-08-25T19:51:44.769Z Compiling psm v0.1.30
31982026-08-25T19:51:44.841Z Checking unicode_categories v0.1.1
31992026-08-25T19:51:44.913Z Checking home v0.5.12
32002026-08-25T19:51:45.007Z Checking reedline v0.40.0
32012026-08-25T19:51:45.053Z Checking crossterm v0.29.0
32022026-08-25T19:51:45.152Z Checking display-error-chain v0.2.2
32032026-08-25T19:51:45.268Z Checking tabled v0.15.0
32042026-08-25T19:51:45.324Z Checking rustyline v14.0.0
32052026-08-25T19:51:45.575Z Checking recursive v0.1.1
32062026-08-25T19:51:45.578Z Checking peg v0.8.5
32072026-08-25T19:51:45.599Z Checking sqlformat v0.3.5
32082026-08-25T19:51:45.662Z Checking sqlparser v0.61.0
32092026-08-25T19:51:56.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
32102026-08-25T19:51:56.991Z
32112026-08-25T19:51:56.991Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32122026-08-25T19:51:57.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T19:51:57.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T19:51:57.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T19:52:01.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32162026-08-25T19:52:01.392Z
32172026-08-25T19:52:01.392Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32182026-08-25T19:52:01.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T19:52:01.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T19:52:02.056Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T19:52:04.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
32222026-08-25T19:52:04.734Z
32232026-08-25T19:52:04.734Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32242026-08-25T19:52:05.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T19:52:05.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T19:52:05.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T19:52:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32282026-08-25T19:52:08.907Z
32292026-08-25T19:52:08.907Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32302026-08-25T19:52:09.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T19:52:09.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T19:52:09.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T19:52:12.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32342026-08-25T19:52:13.068Z
32352026-08-25T19:52:13.068Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32362026-08-25T19:52:13.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T19:52:13.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T19:52:13.743Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T19:52:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
32402026-08-25T19:52:16.589Z
32412026-08-25T19:52:16.589Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32422026-08-25T19:52:17.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T19:52:17.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T19:52:17.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T19:52:19.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
32462026-08-25T19:52:20.122Z
32472026-08-25T19:52:20.122Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32482026-08-25T19:52:20.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T19:52:20.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T19:52:20.795Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-25T19:52:24.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
32522026-08-25T19:52:24.444Z
32532026-08-25T19:52:24.444Zinfo: running `cargo check --bins` on oximeter (136/377)
32542026-08-25T19:52:24.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T19:52:24.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T19:52:24.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-25T19:52:24.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32582026-08-25T19:52:25.015Z
32592026-08-25T19:52:25.015Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32602026-08-25T19:52:25.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T19:52:25.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T19:52:25.644Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-08-25T19:52:26.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32642026-08-25T19:52:26.190Z
32652026-08-25T19:52:26.190Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32662026-08-25T19:52:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T19:52:26.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T19:52:26.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T19:52:26.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32702026-08-25T19:52:26.775Z
32712026-08-25T19:52:26.775Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32722026-08-25T19:52:27.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T19:52:27.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T19:52:27.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T19:52:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32762026-08-25T19:52:27.370Z
32772026-08-25T19:52:27.370Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32782026-08-25T19:52:27.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T19:52:27.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T19:52:27.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T19:52:27.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-25T19:52:27.950Z
32832026-08-25T19:52:27.950Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32842026-08-25T19:52:28.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T19:52:28.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T19:52:28.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T19:52:28.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-25T19:52:28.530Z
32892026-08-25T19:52:28.530Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32902026-08-25T19:52:29.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T19:52:29.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T19:52:29.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T19:52:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-25T19:52:29.113Z
32952026-08-25T19:52:29.113Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32962026-08-25T19:52:29.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T19:52:29.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T19:52:29.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T19:52:29.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33002026-08-25T19:52:29.688Z
33012026-08-25T19:52:29.688Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33022026-08-25T19:52:30.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T19:52:30.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T19:52:30.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-25T19:52:30.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33062026-08-25T19:52:30.261Z
33072026-08-25T19:52:30.261Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33082026-08-25T19:52:30.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-25T19:52:30.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-25T19:52:31.083Z Compiling crucible-workspace-hack v0.1.0
33112026-08-25T19:52:31.090Z Compiling regress v0.11.1
33122026-08-25T19:52:31.090Z Checking secrecy v0.10.3
33132026-08-25T19:52:31.090Z Checking half v2.7.1
33142026-08-25T19:52:31.090Z Checking ciborium-io v0.2.2
33152026-08-25T19:52:31.090Z Checking inout v0.1.4
33162026-08-25T19:52:31.217Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33172026-08-25T19:52:31.223Z Checking universal-hash v0.5.1
33182026-08-25T19:52:31.296Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33192026-08-25T19:52:31.334Z Checking cipher v0.4.4
33202026-08-25T19:52:31.357Z Compiling thiserror-impl-no-std v2.0.2
33212026-08-25T19:52:31.384Z Checking opaque-debug v0.3.1
33222026-08-25T19:52:31.451Z Checking poly1305 v0.8.0
33232026-08-25T19:52:31.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33242026-08-25T19:52:31.484Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33252026-08-25T19:52:31.505Z Checking ciborium-ll v0.2.2
33262026-08-25T19:52:31.541Z Checking chacha20 v0.9.1
33272026-08-25T19:52:31.669Z Checking ciborium v0.2.2
33282026-08-25T19:52:31.711Z Checking password-hash v0.5.0
33292026-08-25T19:52:31.735Z Checking blake2 v0.10.6
33302026-08-25T19:52:31.750Z Checking aead v0.5.2
33312026-08-25T19:52:31.867Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33322026-08-25T19:52:31.894Z Compiling toml_datetime v0.7.5+spec-1.1.0
33332026-08-25T19:52:31.934Z Checking indent_write v2.2.0
33342026-08-25T19:52:31.972Z Checking argon2 v0.5.3
33352026-08-25T19:52:32.067Z Compiling toml_edit v0.23.10+spec-1.0.0
33362026-08-25T19:52:32.078Z Checking chacha20poly1305 v0.10.1
33372026-08-25T19:52:32.136Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-08-25T19:52:32.209Z Compiling unsafe-libyaml v0.2.11
33392026-08-25T19:52:32.318Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-08-25T19:52:32.511Z Checking thiserror-no-std v2.0.2
33412026-08-25T19:52:32.527Z Compiling heapless v0.8.0
33422026-08-25T19:52:32.598Z Checking vsss-rs v3.3.4
33432026-08-25T19:52:32.762Z Compiling serde_yaml v0.9.34+deprecated
33442026-08-25T19:52:32.812Z Compiling typify-impl v0.6.2
33452026-08-25T19:52:32.943Z Compiling proc-macro-crate v3.4.0
33462026-08-25T19:52:33.270Z Compiling ingot-macros v0.2.0
33472026-08-25T19:52:33.483Z Compiling num_enum_derive v0.7.6
33482026-08-25T19:52:33.509Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33492026-08-25T19:52:33.610Z Checking hash32 v0.3.1
33502026-08-25T19:52:33.716Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512026-08-25T19:52:33.744Z Compiling smoltcp v0.11.0
33522026-08-25T19:52:34.084Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33532026-08-25T19:52:34.214Z Checking tabwriter v1.4.1
33542026-08-25T19:52:34.313Z Checking cobs v0.3.0
33552026-08-25T19:52:34.362Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33562026-08-25T19:52:34.450Z Checking swrite v0.1.0
33572026-08-25T19:52:34.465Z Checking postcard v1.1.3
33582026-08-25T19:52:34.534Z Checking num_enum v0.7.6
33592026-08-25T19:52:34.563Z Compiling proc-macro-crate v1.3.1
33602026-08-25T19:52:34.598Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-25T19:52:34.645Z Compiling foreign-types-macros v0.2.3
33622026-08-25T19:52:34.753Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T19:52:34.800Z Checking foreign-types-shared v0.3.1
33642026-08-25T19:52:34.844Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33652026-08-25T19:52:34.890Z Checking colored v3.1.1
33662026-08-25T19:52:34.965Z Compiling num_enum_derive v0.5.11
33672026-08-25T19:52:35.111Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-25T19:52:35.211Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-25T19:52:35.229Z Checking foreign-types v0.5.0
33702026-08-25T19:52:35.308Z Checking cstr-argument v0.1.2
33712026-08-25T19:52:35.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-25T19:52:35.543Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-25T19:52:35.642Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-25T19:52:35.655Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-25T19:52:35.669Z Checking rand v0.10.1
33762026-08-25T19:52:35.744Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33772026-08-25T19:52:35.809Z Compiling zone_cfg_derive v0.3.1
33782026-08-25T19:52:35.825Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-08-25T19:52:35.941Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33802026-08-25T19:52:35.978Z Checking num_enum v0.5.11
33812026-08-25T19:52:36.059Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33822026-08-25T19:52:36.073Z Checking ingot-types v0.2.0
33832026-08-25T19:52:36.092Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33842026-08-25T19:52:36.230Z Checking itertools v0.12.1
33852026-08-25T19:52:36.266Z Compiling num-derive v0.4.2
33862026-08-25T19:52:36.444Z Checking ingot v0.2.1
33872026-08-25T19:52:36.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33882026-08-25T19:52:36.644Z Compiling semver v0.1.20
33892026-08-25T19:52:36.938Z Compiling rustc_version v0.1.7
33902026-08-25T19:52:37.159Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33912026-08-25T19:52:37.176Z Checking smf v0.2.3
33922026-08-25T19:52:37.196Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-25T19:52:37.239Z Checking zone v0.3.1
33942026-08-25T19:52:37.335Z Checking nom v8.0.0
33952026-08-25T19:52:37.341Z Compiling typify-macro v0.6.2
33962026-08-25T19:52:37.421Z Checking csv-core v0.1.13
33972026-08-25T19:52:37.434Z Checking whoami v1.6.1
33982026-08-25T19:52:37.485Z Compiling newtype_derive v0.1.6
33992026-08-25T19:52:37.627Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34002026-08-25T19:52:37.705Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34012026-08-25T19:52:37.705Z Checking csv v1.4.0
34022026-08-25T19:52:37.726Z Compiling cancel-safe-futures v0.1.5
34032026-08-25T19:52:37.801Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-25T19:52:37.861Z Compiling libefi-sys v0.1.0
34052026-08-25T19:52:37.974Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-08-25T19:52:38.015Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-25T19:52:38.068Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34082026-08-25T19:52:38.139Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34092026-08-25T19:52:38.140Z Checking oxide-update-engine-types v0.1.2
34102026-08-25T19:52:38.336Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-25T19:52:38.416Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34122026-08-25T19:52:38.483Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34132026-08-25T19:52:38.638Z Compiling bitfield-struct v0.6.2
34142026-08-25T19:52:38.734Z Checking linear-map v1.2.0
34152026-08-25T19:52:38.919Z Checking steno v0.4.1
34162026-08-25T19:52:39.057Z Checking oxide-update-engine v0.1.2
34172026-08-25T19:52:39.089Z Compiling typify v0.6.2
34182026-08-25T19:52:39.198Z Compiling progenitor-impl v0.14.0
34192026-08-25T19:52:39.269Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34202026-08-25T19:52:39.275Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-25T19:52:39.309Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34222026-08-25T19:52:39.480Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-08-25T19:52:39.519Z Checking sha1 v0.10.6
34242026-08-25T19:52:39.637Z Checking utf-8 v0.7.6
34252026-08-25T19:52:39.696Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-25T19:52:39.774Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34272026-08-25T19:52:39.787Z Checking tungstenite v0.21.0
34282026-08-25T19:52:39.931Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-25T19:52:40.018Z Checking ignore v0.4.25
34302026-08-25T19:52:40.084Z Checking anstyle-parse v0.2.7
34312026-08-25T19:52:40.147Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-25T19:52:40.220Z Compiling xshell-macros v0.2.7
34332026-08-25T19:52:40.235Z Checking anstream v0.6.21
34342026-08-25T19:52:40.310Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34352026-08-25T19:52:40.352Z Checking tokio-tungstenite v0.21.0
34362026-08-25T19:52:40.442Z Checking globwalk v0.9.1
34372026-08-25T19:52:40.456Z Checking predicates-tree v1.0.13
34382026-08-25T19:52:40.532Z Checking filetime v0.2.27
34392026-08-25T19:52:40.559Z Checking tagptr v0.2.0
34402026-08-25T19:52:40.603Z Checking xshell v0.2.7
34412026-08-25T19:52:40.612Z Checking xattr v1.6.1
34422026-08-25T19:52:40.635Z Checking camino-tempfile-ext v0.3.3
34432026-08-25T19:52:40.664Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-25T19:52:40.693Z Checking moka v0.12.13
34452026-08-25T19:52:40.764Z Checking tar v0.4.46
34462026-08-25T19:52:40.814Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-08-25T19:52:40.818Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-25T19:52:40.844Z Checking rand_seeder v0.4.0
34492026-08-25T19:52:40.922Z Checking half v1.8.3
34502026-08-25T19:52:40.964Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-25T19:52:40.984Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-25T19:52:41.119Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34532026-08-25T19:52:41.119Z Checking serde_cbor v0.11.2
34542026-08-25T19:52:41.299Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-25T19:52:41.319Z Checking hickory-resolver v0.25.2
34562026-08-25T19:52:41.369Z Checking digest-io v0.1.0
34572026-08-25T19:52:41.504Z Checking sha2 v0.11.0
34582026-08-25T19:52:41.518Z Compiling petname v2.0.2
34592026-08-25T19:52:41.782Z Compiling progenitor-macro v0.14.0
34602026-08-25T19:52:41.918Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-25T19:52:41.985Z Checking rawzip v0.4.4
34622026-08-25T19:52:42.015Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-25T19:52:42.319Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-25T19:52:42.422Z Checking sapling-renderdag v0.1.0
34652026-08-25T19:52:42.470Z Checking subprocess v0.2.15
34662026-08-25T19:52:42.500Z Checking sync-ptr v0.1.4
34672026-08-25T19:52:42.662Z Checking colored v2.2.0
34682026-08-25T19:52:42.685Z Checking assert_matches v1.5.0
34692026-08-25T19:52:42.751Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-25T19:52:42.873Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-25T19:52:43.161Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-25T19:52:43.235Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-25T19:52:43.261Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-25T19:52:43.870Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-25T19:52:43.877Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-25T19:52:44.675Z Checking progenitor v0.14.0
34772026-08-25T19:52:44.811Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-25T19:52:44.811Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-25T19:52:44.814Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-08-25T19:52:44.814Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34812026-08-25T19:52:44.814Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-25T19:52:44.815Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34832026-08-25T19:52:45.194Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34842026-08-25T19:52:45.264Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34852026-08-25T19:52:45.448Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-08-25T19:52:45.510Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34872026-08-25T19:52:45.559Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-25T19:52:45.733Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34892026-08-25T19:52:46.517Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-25T19:52:46.626Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-25T19:52:47.263Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-25T19:52:47.786Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-25T19:52:56.275Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-25T19:53:03.420Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34952026-08-25T19:53:03.423Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34962026-08-25T19:53:03.423Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34972026-08-25T19:53:04.900Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-25T19:53:06.155Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-25T19:53:08.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.10s
35002026-08-25T19:53:08.579Z
35012026-08-25T19:53:08.579Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
35022026-08-25T19:53:09.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-25T19:53:09.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-25T19:53:09.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-25T19:53:09.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-08-25T19:53:09.204Z
35072026-08-25T19:53:09.204Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35082026-08-25T19:53:09.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-25T19:53:09.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-25T19:53:09.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-25T19:53:09.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-25T19:53:09.780Z
35132026-08-25T19:53:09.780Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35142026-08-25T19:53:10.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-25T19:53:10.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-25T19:53:10.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-25T19:53:10.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-25T19:53:10.359Z
35192026-08-25T19:53:10.359Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35202026-08-25T19:53:10.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-25T19:53:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-25T19:53:10.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-25T19:53:10.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-08-25T19:53:10.939Z
35252026-08-25T19:53:10.939Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35262026-08-25T19:53:11.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-25T19:53:11.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-25T19:53:11.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-25T19:53:11.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-25T19:53:11.482Z
35312026-08-25T19:53:11.482Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35322026-08-25T19:53:11.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-25T19:53:11.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-25T19:53:11.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-25T19:53:11.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-25T19:53:12.034Z
35372026-08-25T19:53:12.034Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35382026-08-25T19:53:12.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-25T19:53:12.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-25T19:53:12.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-25T19:53:12.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-25T19:53:12.597Z
35432026-08-25T19:53:12.598Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35442026-08-25T19:53:13.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-25T19:53:13.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-25T19:53:13.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-25T19:53:13.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-08-25T19:53:13.156Z
35492026-08-25T19:53:13.156Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35502026-08-25T19:53:13.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-25T19:53:13.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-25T19:53:13.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-25T19:53:13.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-25T19:53:13.735Z
35552026-08-25T19:53:13.735Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35562026-08-25T19:53:14.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-25T19:53:14.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-25T19:53:14.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-25T19:53:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-25T19:53:14.328Z
35612026-08-25T19:53:14.329Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35622026-08-25T19:53:14.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-25T19:53:14.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-25T19:53:14.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-25T19:53:14.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-25T19:53:14.910Z
35672026-08-25T19:53:14.910Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35682026-08-25T19:53:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-25T19:53:15.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-25T19:53:15.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-25T19:53:15.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-25T19:53:15.495Z
35732026-08-25T19:53:15.495Zinfo: running `cargo check --bins` on key-manager (158/377)
35742026-08-25T19:53:15.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-25T19:53:15.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-25T19:53:15.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-25T19:53:15.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-08-25T19:53:16.062Z
35792026-08-25T19:53:16.062Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35802026-08-25T19:53:16.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-25T19:53:16.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-25T19:53:16.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-25T19:53:16.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-25T19:53:16.650Z
35852026-08-25T19:53:16.650Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35862026-08-25T19:53:17.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-25T19:53:17.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-25T19:53:17.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-25T19:53:17.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-25T19:53:17.237Z
35912026-08-25T19:53:17.237Zinfo: running `cargo check --bins` on typed-rng (161/377)
35922026-08-25T19:53:17.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-25T19:53:17.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-25T19:53:17.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-25T19:53:17.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35962026-08-25T19:53:17.799Z
35972026-08-25T19:53:17.799Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35982026-08-25T19:53:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-25T19:53:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-25T19:53:18.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-25T19:53:18.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-08-25T19:53:18.414Z
36032026-08-25T19:53:18.414Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36042026-08-25T19:53:18.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-25T19:53:18.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-25T19:53:19.138Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-25T19:53:19.141Z Checking void v1.0.2
36082026-08-25T19:53:19.141Z Checking tungstenite v0.23.0
36092026-08-25T19:53:19.141Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36102026-08-25T19:53:19.256Z Checking nix v0.27.1
36112026-08-25T19:53:19.259Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-25T19:53:19.263Z Checking dropshot-api-manager-types v0.8.0
36132026-08-25T19:53:19.265Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-25T19:53:19.336Z Checking lzss v0.8.2
36152026-08-25T19:53:19.414Z Checking kstat-rs v0.2.5
36162026-08-25T19:53:19.417Z Checking fxhash v0.2.1
36172026-08-25T19:53:19.509Z Checking serde_bytes v0.11.19
36182026-08-25T19:53:19.552Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-25T19:53:19.569Z Checking signal-hook-tokio v0.3.1
36202026-08-25T19:53:19.582Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36212026-08-25T19:53:19.605Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-25T19:53:19.700Z Checking tokio-tungstenite v0.23.1
36232026-08-25T19:53:19.765Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-25T19:53:20.798Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-25T19:53:21.339Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-25T19:53:23.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
36272026-08-25T19:53:23.662Z
36282026-08-25T19:53:23.662Zinfo: running `cargo check --bins` on gateway-api (164/377)
36292026-08-25T19:53:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-25T19:53:24.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-25T19:53:24.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-25T19:53:24.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-25T19:53:24.244Z
36342026-08-25T19:53:24.244Zinfo: running `cargo check --bins` on ipcc (165/377)
36352026-08-25T19:53:24.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-25T19:53:24.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-25T19:53:24.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-25T19:53:24.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-25T19:53:24.779Z
36402026-08-25T19:53:24.779Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36412026-08-25T19:53:25.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-25T19:53:25.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-25T19:53:25.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-25T19:53:25.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36452026-08-25T19:53:25.355Z
36462026-08-25T19:53:25.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36472026-08-25T19:53:25.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-25T19:53:25.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-25T19:53:25.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-25T19:53:25.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36512026-08-25T19:53:25.976Z
36522026-08-25T19:53:25.976Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36532026-08-25T19:53:26.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-25T19:53:26.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-25T19:53:26.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-25T19:53:26.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36572026-08-25T19:53:26.568Z
36582026-08-25T19:53:26.568Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36592026-08-25T19:53:27.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-25T19:53:27.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-25T19:53:27.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-25T19:53:27.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-25T19:53:27.144Z
36642026-08-25T19:53:27.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36652026-08-25T19:53:27.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-25T19:53:27.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-25T19:53:27.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-25T19:53:27.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-25T19:53:27.715Z
36702026-08-25T19:53:27.715Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36712026-08-25T19:53:28.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-25T19:53:28.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-25T19:53:28.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-25T19:53:28.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-25T19:53:28.303Z
36762026-08-25T19:53:28.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36772026-08-25T19:53:28.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-25T19:53:28.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-25T19:53:28.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-25T19:53:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-25T19:53:28.873Z
36822026-08-25T19:53:28.873Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36832026-08-25T19:53:29.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-25T19:53:29.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-25T19:53:29.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-25T19:53:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-25T19:53:29.443Z
36882026-08-25T19:53:29.443Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36892026-08-25T19:53:29.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-25T19:53:29.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-25T19:53:29.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-25T19:53:29.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-25T19:53:30.024Z
36942026-08-25T19:53:30.024Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36952026-08-25T19:53:30.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-25T19:53:30.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-25T19:53:30.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-25T19:53:30.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-25T19:53:30.588Z
37002026-08-25T19:53:30.588Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
37012026-08-25T19:53:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-25T19:53:31.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-25T19:53:31.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-25T19:53:31.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-25T19:53:31.158Z
37062026-08-25T19:53:31.158Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37072026-08-25T19:53:31.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-25T19:53:31.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-25T19:53:31.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-25T19:53:31.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-25T19:53:31.719Z
37122026-08-25T19:53:31.719Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37132026-08-25T19:53:32.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-25T19:53:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-25T19:53:32.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-25T19:53:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-25T19:53:32.287Z
37182026-08-25T19:53:32.287Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37192026-08-25T19:53:32.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-25T19:53:32.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-25T19:53:32.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-25T19:53:32.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-25T19:53:32.858Z
37242026-08-25T19:53:32.859Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37252026-08-25T19:53:33.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-25T19:53:33.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-25T19:53:33.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-25T19:53:33.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-25T19:53:33.428Z
37302026-08-25T19:53:33.428Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37312026-08-25T19:53:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-25T19:53:33.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-25T19:53:33.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-25T19:53:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-25T19:53:33.999Z
37362026-08-25T19:53:33.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37372026-08-25T19:53:34.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-25T19:53:34.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-25T19:53:34.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-25T19:53:34.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-25T19:53:34.568Z
37422026-08-25T19:53:34.568Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37432026-08-25T19:53:35.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-25T19:53:35.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-25T19:53:35.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-25T19:53:35.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-25T19:53:35.135Z
37482026-08-25T19:53:35.135Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37492026-08-25T19:53:35.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-25T19:53:35.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-25T19:53:35.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-25T19:53:35.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-25T19:53:35.709Z
37542026-08-25T19:53:35.709Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37552026-08-25T19:53:36.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-25T19:53:36.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-25T19:53:36.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-25T19:53:36.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-25T19:53:36.291Z
37602026-08-25T19:53:36.291Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37612026-08-25T19:53:36.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-25T19:53:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-25T19:53:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-25T19:53:36.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-25T19:53:36.870Z
37662026-08-25T19:53:36.870Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37672026-08-25T19:53:37.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-25T19:53:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-25T19:53:37.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-25T19:53:37.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-25T19:53:37.463Z
37722026-08-25T19:53:37.463Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37732026-08-25T19:53:37.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-25T19:53:37.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-25T19:53:37.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-25T19:53:37.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-25T19:53:38.047Z
37782026-08-25T19:53:38.048Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37792026-08-25T19:53:38.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-25T19:53:38.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-25T19:53:38.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-25T19:53:38.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-25T19:53:38.633Z
37842026-08-25T19:53:38.633Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37852026-08-25T19:53:39.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-25T19:53:39.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-25T19:53:39.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-25T19:53:39.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-25T19:53:39.220Z
37902026-08-25T19:53:39.220Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37912026-08-25T19:53:39.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-25T19:53:39.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-25T19:53:39.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-25T19:53:39.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-25T19:53:39.809Z
37962026-08-25T19:53:39.809Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37972026-08-25T19:53:40.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-25T19:53:40.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-25T19:53:40.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-25T19:53:40.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-25T19:53:40.398Z
38022026-08-25T19:53:40.398Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38032026-08-25T19:53:40.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-25T19:53:40.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-25T19:53:40.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-25T19:53:40.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-25T19:53:41.022Z
38082026-08-25T19:53:41.022Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38092026-08-25T19:53:41.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-25T19:53:41.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-25T19:53:41.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-25T19:53:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38132026-08-25T19:53:41.580Z
38142026-08-25T19:53:41.580Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38152026-08-25T19:53:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-25T19:53:42.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-25T19:53:42.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-25T19:53:42.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-25T19:53:42.170Z
38202026-08-25T19:53:42.170Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38212026-08-25T19:53:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-25T19:53:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-25T19:53:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-25T19:53:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38252026-08-25T19:53:42.757Z
38262026-08-25T19:53:42.757Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38272026-08-25T19:53:43.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-25T19:53:43.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-25T19:53:43.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-25T19:53:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-25T19:53:43.351Z
38322026-08-25T19:53:43.351Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38332026-08-25T19:53:43.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-25T19:53:43.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-25T19:53:43.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-25T19:53:43.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-25T19:53:43.942Z
38382026-08-25T19:53:43.942Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38392026-08-25T19:53:44.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-25T19:53:44.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-25T19:53:44.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-25T19:53:44.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38432026-08-25T19:53:44.531Z
38442026-08-25T19:53:44.532Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38452026-08-25T19:53:45.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-25T19:53:45.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-25T19:53:45.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-25T19:53:45.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-25T19:53:45.123Z
38502026-08-25T19:53:45.126Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38512026-08-25T19:53:45.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-25T19:53:45.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-25T19:53:45.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-25T19:53:45.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-25T19:53:45.716Z
38562026-08-25T19:53:45.716Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38572026-08-25T19:53:46.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-25T19:53:46.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-25T19:53:46.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-25T19:53:46.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-25T19:53:46.310Z
38622026-08-25T19:53:46.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38632026-08-25T19:53:46.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-25T19:53:46.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-25T19:53:46.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-25T19:53:46.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-08-25T19:53:46.900Z
38682026-08-25T19:53:46.900Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38692026-08-25T19:53:47.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-25T19:53:47.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-25T19:53:47.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-25T19:53:47.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-25T19:53:47.472Z
38742026-08-25T19:53:47.473Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38752026-08-25T19:53:47.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-25T19:53:47.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-25T19:53:47.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-25T19:53:47.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-25T19:53:48.043Z
38802026-08-25T19:53:48.044Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38812026-08-25T19:53:48.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-25T19:53:48.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-25T19:53:48.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-25T19:53:48.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-25T19:53:48.618Z
38862026-08-25T19:53:48.618Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38872026-08-25T19:53:49.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-25T19:53:49.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-25T19:53:49.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-25T19:53:49.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-25T19:53:49.183Z
38922026-08-25T19:53:49.183Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38932026-08-25T19:53:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-25T19:53:49.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-25T19:53:49.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-25T19:53:49.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-25T19:53:49.750Z
38982026-08-25T19:53:49.751Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38992026-08-25T19:53:50.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-25T19:53:50.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-25T19:53:50.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-25T19:53:50.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-25T19:53:50.322Z
39042026-08-25T19:53:50.322Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39052026-08-25T19:53:50.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-25T19:53:50.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-25T19:53:50.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-25T19:53:50.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-25T19:53:50.891Z
39102026-08-25T19:53:50.891Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39112026-08-25T19:53:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-25T19:53:51.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-25T19:53:51.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-25T19:53:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-08-25T19:53:51.455Z
39162026-08-25T19:53:51.455Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39172026-08-25T19:53:51.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-25T19:53:51.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-25T19:53:51.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-25T19:53:51.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-25T19:53:52.025Z
39222026-08-25T19:53:52.025Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39232026-08-25T19:53:52.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-25T19:53:52.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-25T19:53:52.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-25T19:53:52.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-25T19:53:52.616Z
39282026-08-25T19:53:52.616Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39292026-08-25T19:53:53.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-25T19:53:53.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-25T19:53:53.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-25T19:53:53.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-25T19:53:53.165Z
39342026-08-25T19:53:53.165Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39352026-08-25T19:53:53.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-25T19:53:53.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-25T19:53:53.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-25T19:53:53.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-25T19:53:53.737Z
39402026-08-25T19:53:53.737Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39412026-08-25T19:53:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-25T19:53:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-25T19:53:54.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-25T19:53:54.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-08-25T19:53:54.304Z
39462026-08-25T19:53:54.304Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39472026-08-25T19:53:54.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-25T19:53:54.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-25T19:53:54.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-25T19:53:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-25T19:53:54.872Z
39522026-08-25T19:53:54.872Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39532026-08-25T19:53:55.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-25T19:53:55.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-25T19:53:55.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-25T19:53:55.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-25T19:53:55.437Z
39582026-08-25T19:53:55.437Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39592026-08-25T19:53:55.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-25T19:53:55.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-25T19:53:55.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-25T19:53:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-25T19:53:56.004Z
39642026-08-25T19:53:56.004Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39652026-08-25T19:53:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-25T19:53:56.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-25T19:53:56.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-25T19:53:56.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-25T19:53:56.594Z
39702026-08-25T19:53:56.594Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39712026-08-25T19:53:57.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-25T19:53:57.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-25T19:53:57.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-25T19:53:57.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-08-25T19:53:57.179Z
39762026-08-25T19:53:57.179Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39772026-08-25T19:53:57.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-25T19:53:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-25T19:53:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-25T19:53:57.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-25T19:53:57.762Z
39822026-08-25T19:53:57.762Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39832026-08-25T19:53:58.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-25T19:53:58.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-25T19:53:58.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-25T19:53:58.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-25T19:53:58.349Z
39882026-08-25T19:53:58.349Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39892026-08-25T19:53:58.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-25T19:53:58.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-25T19:53:58.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-25T19:53:58.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-08-25T19:53:58.933Z
39942026-08-25T19:53:58.933Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39952026-08-25T19:53:59.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-25T19:53:59.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-25T19:53:59.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-25T19:53:59.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-25T19:53:59.521Z
40002026-08-25T19:53:59.521Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
40012026-08-25T19:54:00.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-25T19:54:00.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-25T19:54:00.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-25T19:54:00.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-25T19:54:00.106Z
40062026-08-25T19:54:00.106Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40072026-08-25T19:54:00.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-25T19:54:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-25T19:54:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-25T19:54:00.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-25T19:54:00.692Z
40122026-08-25T19:54:00.692Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40132026-08-25T19:54:01.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-25T19:54:01.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-25T19:54:01.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-25T19:54:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-25T19:54:01.278Z
40182026-08-25T19:54:01.278Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40192026-08-25T19:54:01.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-25T19:54:01.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-25T19:54:01.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-25T19:54:01.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-25T19:54:01.867Z
40242026-08-25T19:54:01.867Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40252026-08-25T19:54:02.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-25T19:54:02.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-25T19:54:02.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-25T19:54:02.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-25T19:54:02.453Z
40302026-08-25T19:54:02.453Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40312026-08-25T19:54:02.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-25T19:54:02.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-25T19:54:02.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-25T19:54:02.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-25T19:54:03.039Z
40362026-08-25T19:54:03.039Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40372026-08-25T19:54:03.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-25T19:54:03.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-25T19:54:03.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-25T19:54:03.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-25T19:54:03.621Z
40422026-08-25T19:54:03.621Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40432026-08-25T19:54:04.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-25T19:54:04.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-25T19:54:04.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-25T19:54:04.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40472026-08-25T19:54:04.204Z
40482026-08-25T19:54:04.204Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40492026-08-25T19:54:04.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-25T19:54:04.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-25T19:54:04.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-25T19:54:04.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40532026-08-25T19:54:04.791Z
40542026-08-25T19:54:04.791Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40552026-08-25T19:54:05.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-25T19:54:05.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-25T19:54:05.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-25T19:54:05.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40592026-08-25T19:54:05.395Z
40602026-08-25T19:54:05.395Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40612026-08-25T19:54:05.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-25T19:54:05.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-25T19:54:05.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-25T19:54:05.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40652026-08-25T19:54:05.969Z
40662026-08-25T19:54:05.969Zinfo: running `cargo check --bins` on dns-server (237/377)
40672026-08-25T19:54:06.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-25T19:54:06.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-25T19:54:06.611Z Compiling parking_lot_core v0.8.6
40702026-08-25T19:54:06.718Z Compiling git-stub v1.0.0
40712026-08-25T19:54:06.726Z Checking prefix-trie v0.7.0
40722026-08-25T19:54:06.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-25T19:54:06.842Z Compiling git-stub-vcs v0.1.0
40742026-08-25T19:54:07.000Z Checking hickory-server v0.25.2
40752026-08-25T19:54:07.108Z Checking parking_lot v0.11.2
40762026-08-25T19:54:07.142Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-25T19:54:07.281Z Checking sled v0.34.7
40782026-08-25T19:54:09.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
40792026-08-25T19:54:09.402Z
40802026-08-25T19:54:09.403Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40812026-08-25T19:54:09.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-25T19:54:09.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-25T19:54:09.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-25T19:54:09.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40852026-08-25T19:54:09.919Z
40862026-08-25T19:54:09.919Zinfo: running `cargo check --bins` on nexus-client (239/377)
40872026-08-25T19:54:10.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-25T19:54:10.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-25T19:54:10.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-25T19:54:10.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-08-25T19:54:10.521Z
40922026-08-25T19:54:10.521Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40932026-08-25T19:54:10.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-25T19:54:11.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-25T19:54:11.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-25T19:54:11.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40972026-08-25T19:54:11.084Z
40982026-08-25T19:54:11.084Zinfo: running `cargo check --bins` on sp-sim (241/377)
40992026-08-25T19:54:11.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-25T19:54:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-25T19:54:11.792Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-25T19:54:12.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
41032026-08-25T19:54:12.482Z
41042026-08-25T19:54:12.482Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41052026-08-25T19:54:13.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-25T19:54:13.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-25T19:54:13.292Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-25T19:54:13.420Z Compiling hashbrown v0.14.5
41092026-08-25T19:54:13.423Z Compiling rfc6979 v0.4.0
41102026-08-25T19:54:13.435Z Compiling salty v0.3.0
41112026-08-25T19:54:13.470Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-25T19:54:13.470Z Compiling primeorder v0.13.6
41132026-08-25T19:54:13.474Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-25T19:54:13.539Z Compiling ecdsa v0.16.9
41152026-08-25T19:54:13.598Z Compiling sha1 v0.10.6
41162026-08-25T19:54:13.720Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-25T19:54:13.791Z Compiling proc-macro-error2 v2.0.1
41182026-08-25T19:54:13.899Z Compiling chumsky v0.9.3
41192026-08-25T19:54:13.915Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41202026-08-25T19:54:13.934Z Compiling p384 v0.13.1
41212026-08-25T19:54:13.967Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-25T19:54:14.097Z Compiling knus-derive v3.4.0
41232026-08-25T19:54:14.128Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-25T19:54:14.157Z Checking libscf-sys v1.2.0
41252026-08-25T19:54:14.218Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41262026-08-25T19:54:14.285Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41272026-08-25T19:54:14.429Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41282026-08-25T19:54:14.470Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-25T19:54:14.628Z Checking corncobs v0.1.4
41302026-08-25T19:54:14.644Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41312026-08-25T19:54:14.672Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41322026-08-25T19:54:14.672Z Checking papergrid v0.18.0
41332026-08-25T19:54:14.699Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-25T19:54:14.752Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41352026-08-25T19:54:14.841Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41362026-08-25T19:54:14.870Z Checking secrecy v0.8.0
41372026-08-25T19:54:14.997Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41382026-08-25T19:54:15.015Z Compiling unicase v2.9.0
41392026-08-25T19:54:15.091Z Compiling progenitor-impl v0.13.0
41402026-08-25T19:54:15.181Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41412026-08-25T19:54:15.210Z Compiling mime_guess v2.0.5
41422026-08-25T19:54:15.239Z Checking crc8 v0.1.1
41432026-08-25T19:54:15.339Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41442026-08-25T19:54:15.446Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41452026-08-25T19:54:15.461Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41462026-08-25T19:54:15.464Z Checking tabled v0.21.0
41472026-08-25T19:54:15.490Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41482026-08-25T19:54:15.524Z Compiling knus v3.4.0
41492026-08-25T19:54:16.034Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41502026-08-25T19:54:16.303Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41512026-08-25T19:54:16.311Z Checking progenitor-client v0.13.0
41522026-08-25T19:54:16.396Z Checking http-range v0.1.5
41532026-08-25T19:54:16.524Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41542026-08-25T19:54:16.541Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41552026-08-25T19:54:16.644Z Checking scuffle v0.1.0
41562026-08-25T19:54:16.707Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41572026-08-25T19:54:16.926Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-25T19:54:17.205Z Checking nanorand v0.7.0
41592026-08-25T19:54:17.319Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-25T19:54:17.407Z Checking flume v0.11.1
41612026-08-25T19:54:17.508Z Checking hyper-staticfile v0.10.1
41622026-08-25T19:54:17.575Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41632026-08-25T19:54:17.665Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41642026-08-25T19:54:17.678Z Compiling progenitor-macro v0.13.0
41652026-08-25T19:54:17.692Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41662026-08-25T19:54:17.708Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41672026-08-25T19:54:17.809Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41682026-08-25T19:54:17.832Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41692026-08-25T19:54:18.041Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41702026-08-25T19:54:18.070Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41712026-08-25T19:54:18.217Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41722026-08-25T19:54:18.244Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41732026-08-25T19:54:18.459Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41742026-08-25T19:54:18.524Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41752026-08-25T19:54:18.748Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41762026-08-25T19:54:20.088Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-25T19:54:20.976Z Checking progenitor v0.13.0
41782026-08-25T19:54:21.122Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-08-25T19:54:22.054Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-08-25T19:54:23.098Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41812026-08-25T19:54:23.517Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-25T19:54:23.670Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41832026-08-25T19:54:23.670Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41842026-08-25T19:54:37.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.54s
41852026-08-25T19:54:37.027Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41862026-08-25T19:54:37.027Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41872026-08-25T19:54:37.227Z
41882026-08-25T19:54:37.227Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41892026-08-25T19:54:37.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-25T19:54:37.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-25T19:54:38.000Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-08-25T19:54:48.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
41932026-08-25T19:54:48.586Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-08-25T19:54:48.586Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-08-25T19:54:48.790Z
41962026-08-25T19:54:48.790Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41972026-08-25T19:54:49.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-25T19:54:49.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-25T19:54:49.561Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-08-25T19:55:00.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
42012026-08-25T19:55:00.066Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-08-25T19:55:00.066Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-08-25T19:55:00.268Z
42042026-08-25T19:55:00.269Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42052026-08-25T19:55:00.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-25T19:55:00.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-25T19:55:01.042Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-08-25T19:55:11.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42092026-08-25T19:55:11.618Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42102026-08-25T19:55:11.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42112026-08-25T19:55:11.821Z
42122026-08-25T19:55:11.821Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42132026-08-25T19:55:12.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-25T19:55:12.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-25T19:55:12.603Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-08-25T19:55:23.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
42172026-08-25T19:55:23.334Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42182026-08-25T19:55:23.334Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42192026-08-25T19:55:23.534Z
42202026-08-25T19:55:23.534Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42212026-08-25T19:55:24.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-25T19:55:24.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-25T19:55:24.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-25T19:55:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
42252026-08-25T19:55:34.851Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-08-25T19:55:34.851Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-08-25T19:55:35.051Z
42282026-08-25T19:55:35.051Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42292026-08-25T19:55:35.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-25T19:55:35.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-25T19:55:35.827Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-08-25T19:55:46.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
42332026-08-25T19:55:46.498Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42342026-08-25T19:55:46.498Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42352026-08-25T19:55:46.701Z
42362026-08-25T19:55:46.701Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42372026-08-25T19:55:47.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-25T19:55:47.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-25T19:55:47.486Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42402026-08-25T19:55:58.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
42412026-08-25T19:55:58.017Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42422026-08-25T19:55:58.017Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42432026-08-25T19:55:58.218Z
42442026-08-25T19:55:58.218Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42452026-08-25T19:55:58.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-25T19:55:58.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-25T19:55:58.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-25T19:55:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-25T19:55:58.814Z
42502026-08-25T19:55:58.815Zinfo: running `cargo check --bins` on installinator-common (251/377)
42512026-08-25T19:55:59.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-25T19:55:59.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-25T19:55:59.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-25T19:55:59.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42552026-08-25T19:55:59.408Z
42562026-08-25T19:55:59.408Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42572026-08-25T19:55:59.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-25T19:55:59.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-25T19:55:59.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-25T19:55:59.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42612026-08-25T19:55:59.966Z
42622026-08-25T19:55:59.966Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42632026-08-25T19:56:00.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-25T19:56:00.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-25T19:56:00.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-25T19:56:00.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42672026-08-25T19:56:00.582Z
42682026-08-25T19:56:00.582Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42692026-08-25T19:56:01.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-25T19:56:01.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-25T19:56:01.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-25T19:56:01.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-25T19:56:01.163Z
42742026-08-25T19:56:01.163Zinfo: running `cargo check --bins` on range-requests (255/377)
42752026-08-25T19:56:01.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-25T19:56:01.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-25T19:56:01.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-25T19:56:01.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-25T19:56:01.737Z
42802026-08-25T19:56:01.737Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42812026-08-25T19:56:02.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-25T19:56:02.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-25T19:56:02.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-25T19:56:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42852026-08-25T19:56:02.313Z
42862026-08-25T19:56:02.313Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42872026-08-25T19:56:02.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-25T19:56:02.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-25T19:56:02.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-25T19:56:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42912026-08-25T19:56:02.879Z
42922026-08-25T19:56:02.879Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42932026-08-25T19:56:03.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-25T19:56:03.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-25T19:56:03.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-25T19:56:03.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-25T19:56:03.478Z
42982026-08-25T19:56:03.478Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42992026-08-25T19:56:03.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-25T19:56:03.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-25T19:56:03.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-25T19:56:03.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-25T19:56:04.071Z
43042026-08-25T19:56:04.071Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43052026-08-25T19:56:04.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-25T19:56:04.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-25T19:56:04.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-25T19:56:04.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-25T19:56:04.668Z
43102026-08-25T19:56:04.668Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43112026-08-25T19:56:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-25T19:56:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-25T19:56:05.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-25T19:56:05.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-08-25T19:56:05.268Z
43162026-08-25T19:56:05.268Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43172026-08-25T19:56:05.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-25T19:56:05.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-25T19:56:05.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-25T19:56:05.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-25T19:56:05.867Z
43222026-08-25T19:56:05.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43232026-08-25T19:56:06.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-25T19:56:06.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-25T19:56:06.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-25T19:56:06.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-25T19:56:06.466Z
43282026-08-25T19:56:06.467Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43292026-08-25T19:56:06.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-25T19:56:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-25T19:56:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-25T19:56:06.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-25T19:56:07.064Z
43342026-08-25T19:56:07.064Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43352026-08-25T19:56:07.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-25T19:56:07.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-25T19:56:07.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-25T19:56:07.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-25T19:56:07.667Z
43402026-08-25T19:56:07.667Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43412026-08-25T19:56:08.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-25T19:56:08.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-25T19:56:08.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-25T19:56:08.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-25T19:56:08.262Z
43462026-08-25T19:56:08.262Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43472026-08-25T19:56:08.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-25T19:56:08.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-25T19:56:08.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-25T19:56:08.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43512026-08-25T19:56:08.862Z
43522026-08-25T19:56:08.862Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43532026-08-25T19:56:09.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-25T19:56:09.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-25T19:56:09.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-25T19:56:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43572026-08-25T19:56:09.450Z
43582026-08-25T19:56:09.450Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43592026-08-25T19:56:09.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-25T19:56:09.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-25T19:56:09.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-25T19:56:09.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43632026-08-25T19:56:10.039Z
43642026-08-25T19:56:10.039Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43652026-08-25T19:56:10.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-25T19:56:10.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-25T19:56:10.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-25T19:56:10.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-25T19:56:10.658Z
43702026-08-25T19:56:10.658Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43712026-08-25T19:56:11.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-25T19:56:11.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-25T19:56:11.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-25T19:56:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-25T19:56:11.277Z
43762026-08-25T19:56:11.277Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43772026-08-25T19:56:11.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-25T19:56:11.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-25T19:56:11.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-25T19:56:11.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43812026-08-25T19:56:11.888Z
43822026-08-25T19:56:11.888Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43832026-08-25T19:56:12.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-25T19:56:12.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-25T19:56:12.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-25T19:56:12.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-08-25T19:56:12.513Z
43882026-08-25T19:56:12.513Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43892026-08-25T19:56:13.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-25T19:56:13.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-25T19:56:13.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-25T19:56:13.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43932026-08-25T19:56:13.136Z
43942026-08-25T19:56:13.136Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43952026-08-25T19:56:13.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-25T19:56:13.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-25T19:56:13.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-25T19:56:13.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43992026-08-25T19:56:13.705Z
44002026-08-25T19:56:13.705Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44012026-08-25T19:56:14.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-25T19:56:14.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-25T19:56:14.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-25T19:56:14.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-25T19:56:14.295Z
44062026-08-25T19:56:14.295Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44072026-08-25T19:56:14.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-25T19:56:14.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-25T19:56:14.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-25T19:56:14.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-08-25T19:56:14.890Z
44122026-08-25T19:56:14.891Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44132026-08-25T19:56:15.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-25T19:56:15.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-25T19:56:15.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-25T19:56:15.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-08-25T19:56:15.485Z
44182026-08-25T19:56:15.485Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44192026-08-25T19:56:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-25T19:56:15.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-25T19:56:15.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-25T19:56:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-08-25T19:56:16.052Z
44242026-08-25T19:56:16.052Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44252026-08-25T19:56:16.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-25T19:56:16.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-25T19:56:16.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-25T19:56:16.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44292026-08-25T19:56:16.626Z
44302026-08-25T19:56:16.626Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44312026-08-25T19:56:17.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-25T19:56:17.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-25T19:56:17.340Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44342026-08-25T19:56:17.754Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44352026-08-25T19:56:18.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
44362026-08-25T19:56:19.135Z
44372026-08-25T19:56:19.135Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44382026-08-25T19:56:19.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-25T19:56:19.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-25T19:56:19.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-25T19:56:19.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-08-25T19:56:19.726Z
44432026-08-25T19:56:19.726Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44442026-08-25T19:56:20.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-25T19:56:20.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-25T19:56:20.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-25T19:56:20.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-08-25T19:56:20.312Z
44492026-08-25T19:56:20.312Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44502026-08-25T19:56:20.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-25T19:56:20.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-25T19:56:20.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-25T19:56:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-08-25T19:56:20.906Z
44552026-08-25T19:56:20.906Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44562026-08-25T19:56:21.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-25T19:56:21.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-25T19:56:21.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-25T19:56:21.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44602026-08-25T19:56:21.499Z
44612026-08-25T19:56:21.499Zinfo: running `cargo check --bins` on installinator-client (286/377)
44622026-08-25T19:56:21.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-25T19:56:21.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-25T19:56:21.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-25T19:56:21.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44662026-08-25T19:56:22.072Z
44672026-08-25T19:56:22.072Zinfo: running `cargo check --bins` on oxide-client (287/377)
44682026-08-25T19:56:22.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-25T19:56:22.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-25T19:56:22.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-25T19:56:22.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44722026-08-25T19:56:22.647Z
44732026-08-25T19:56:22.648Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44742026-08-25T19:56:23.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-25T19:56:23.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-25T19:56:23.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-25T19:56:23.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44782026-08-25T19:56:23.239Z
44792026-08-25T19:56:23.239Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44802026-08-25T19:56:23.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-25T19:56:23.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-25T19:56:23.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-25T19:56:23.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44842026-08-25T19:56:23.838Z
44852026-08-25T19:56:23.838Zinfo: running `cargo check --bins` on wicket-common (290/377)
44862026-08-25T19:56:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-25T19:56:24.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-25T19:56:24.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-25T19:56:24.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44902026-08-25T19:56:24.424Z
44912026-08-25T19:56:24.424Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44922026-08-25T19:56:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-25T19:56:24.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-25T19:56:24.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-25T19:56:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44962026-08-25T19:56:25.009Z
44972026-08-25T19:56:25.009Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44982026-08-25T19:56:25.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-25T19:56:25.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-25T19:56:25.683Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-08-25T19:56:25.687Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45022026-08-25T19:56:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45032026-08-25T19:56:27.038Z
45042026-08-25T19:56:27.038Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45052026-08-25T19:56:27.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-25T19:56:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-25T19:56:27.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-25T19:56:27.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45092026-08-25T19:56:27.613Z
45102026-08-25T19:56:27.614Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45112026-08-25T19:56:28.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-25T19:56:28.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-25T19:56:28.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-25T19:56:28.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45152026-08-25T19:56:28.272Z
45162026-08-25T19:56:28.272Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45172026-08-25T19:56:28.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-25T19:56:28.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-25T19:56:28.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-25T19:56:28.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45212026-08-25T19:56:28.928Z
45222026-08-25T19:56:28.928Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45232026-08-25T19:56:29.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-25T19:56:29.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-25T19:56:29.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-25T19:56:29.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45272026-08-25T19:56:29.557Z
45282026-08-25T19:56:29.557Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45292026-08-25T19:56:30.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-25T19:56:30.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-25T19:56:30.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-25T19:56:30.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45332026-08-25T19:56:30.197Z
45342026-08-25T19:56:30.197Zinfo: running `cargo check --bins` on db-macros (298/377)
45352026-08-25T19:56:30.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-25T19:56:30.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-25T19:56:30.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-25T19:56:30.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-25T19:56:30.755Z
45402026-08-25T19:56:30.755Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45412026-08-25T19:56:31.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-25T19:56:31.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-25T19:56:31.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-25T19:56:31.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-25T19:56:31.309Z
45462026-08-25T19:56:31.309Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45472026-08-25T19:56:31.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-25T19:56:31.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-25T19:56:31.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-25T19:56:31.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45512026-08-25T19:56:31.946Z
45522026-08-25T19:56:31.946Zinfo: running `cargo check --bins` on authz-macros (301/377)
45532026-08-25T19:56:32.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-25T19:56:32.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-25T19:56:32.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-25T19:56:32.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45572026-08-25T19:56:32.501Z
45582026-08-25T19:56:32.501Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45592026-08-25T19:56:33.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-25T19:56:33.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-25T19:56:33.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-25T19:56:33.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45632026-08-25T19:56:33.134Z
45642026-08-25T19:56:33.134Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45652026-08-25T19:56:33.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-25T19:56:33.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-25T19:56:33.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-25T19:56:33.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45692026-08-25T19:56:33.732Z
45702026-08-25T19:56:33.732Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45712026-08-25T19:56:34.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-25T19:56:34.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-25T19:56:34.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-25T19:56:34.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45752026-08-25T19:56:34.302Z
45762026-08-25T19:56:34.302Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45772026-08-25T19:56:34.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-25T19:56:34.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-25T19:56:34.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-25T19:56:34.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45812026-08-25T19:56:34.876Z
45822026-08-25T19:56:34.877Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45832026-08-25T19:56:35.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-25T19:56:35.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-25T19:56:35.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-25T19:56:35.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45872026-08-25T19:56:35.431Z
45882026-08-25T19:56:35.431Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45892026-08-25T19:56:35.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-25T19:56:35.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-25T19:56:35.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-25T19:56:35.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45932026-08-25T19:56:36.062Z
45942026-08-25T19:56:36.062Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45952026-08-25T19:56:36.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-25T19:56:36.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-25T19:56:36.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-25T19:56:36.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-25T19:56:36.690Z
46002026-08-25T19:56:36.690Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46012026-08-25T19:56:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-25T19:56:37.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-25T19:56:37.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-25T19:56:37.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46052026-08-25T19:56:37.324Z
46062026-08-25T19:56:37.324Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46072026-08-25T19:56:37.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-25T19:56:37.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-25T19:56:38.051Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46102026-08-25T19:56:38.052Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46112026-08-25T19:56:38.770Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46122026-08-25T19:56:40.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
46132026-08-25T19:56:40.611Z
46142026-08-25T19:56:40.611Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46152026-08-25T19:56:41.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-25T19:56:41.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-25T19:56:41.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-25T19:56:41.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46192026-08-25T19:56:41.258Z
46202026-08-25T19:56:41.258Zinfo: running `cargo check --bins` on cert-dev (312/377)
46212026-08-25T19:56:41.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-25T19:56:41.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-25T19:56:41.825Z Checking yasna v0.5.2
46242026-08-25T19:56:42.234Z Checking rcgen v0.12.1
46252026-08-25T19:56:42.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46262026-08-25T19:56:42.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46272026-08-25T19:56:42.821Z
46282026-08-25T19:56:42.821Zinfo: running `cargo check --bins` on clickana (313/377)
46292026-08-25T19:56:43.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-25T19:56:43.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-25T19:56:43.480Z Compiling instability v0.3.11
46322026-08-25T19:56:43.483Z Checking castaway v0.2.4
46332026-08-25T19:56:43.483Z Compiling indoc v2.0.7
46342026-08-25T19:56:43.626Z Checking unicode-truncate v1.1.0
46352026-08-25T19:56:43.660Z Checking lru v0.12.5
46362026-08-25T19:56:43.660Z Checking cassowary v0.3.0
46372026-08-25T19:56:43.695Z Checking compact_str v0.8.1
46382026-08-25T19:56:44.462Z Checking ratatui v0.29.0
46392026-08-25T19:56:45.525Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46402026-08-25T19:56:46.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
46412026-08-25T19:56:46.423Z
46422026-08-25T19:56:46.423Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46432026-08-25T19:56:46.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-25T19:56:46.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-25T19:56:47.147Z Checking headers-core v0.3.0
46462026-08-25T19:56:47.147Z Checking port-file v0.1.0
46472026-08-25T19:56:47.150Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46482026-08-25T19:56:47.341Z Checking headers v0.4.1
46492026-08-25T19:56:47.705Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502026-08-25T19:56:48.662Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46512026-08-25T19:56:49.184Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46522026-08-25T19:56:49.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
46532026-08-25T19:56:49.818Z
46542026-08-25T19:56:49.818Zinfo: running `cargo check --bins` on ch-dev (315/377)
46552026-08-25T19:56:50.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-25T19:56:50.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-25T19:56:50.548Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46582026-08-25T19:56:51.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46592026-08-25T19:56:51.495Z
46602026-08-25T19:56:51.495Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46612026-08-25T19:56:51.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-25T19:56:51.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-25T19:56:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-25T19:56:51.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
46652026-08-25T19:56:51.921Z
46662026-08-25T19:56:51.922Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46672026-08-25T19:56:52.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-25T19:56:52.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-25T19:56:52.559Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46702026-08-25T19:56:53.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46712026-08-25T19:56:53.240Z
46722026-08-25T19:56:53.240Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46732026-08-25T19:56:53.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-25T19:56:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-25T19:56:53.849Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46762026-08-25T19:56:54.938Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46772026-08-25T19:56:55.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46782026-08-25T19:56:55.481Z
46792026-08-25T19:56:55.481Zinfo: running `cargo check --bins` on db-dev (319/377)
46802026-08-25T19:56:56.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-25T19:56:56.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-25T19:56:56.217Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46832026-08-25T19:56:56.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46842026-08-25T19:56:57.157Z
46852026-08-25T19:56:57.157Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46862026-08-25T19:56:57.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-25T19:56:57.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-25T19:56:57.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-25T19:56:57.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46902026-08-25T19:56:57.788Z
46912026-08-25T19:56:57.789Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46922026-08-25T19:56:58.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-25T19:56:58.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-25T19:56:58.396Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46952026-08-25T19:56:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
46962026-08-25T19:56:59.255Z
46972026-08-25T19:56:59.255Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46982026-08-25T19:56:59.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-25T19:56:59.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-25T19:57:00.057Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-25T19:57:00.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-25T19:57:00.070Z Checking git-stub v1.0.0
47032026-08-25T19:57:00.070Z Compiling trait-variant v0.1.2
47042026-08-25T19:57:00.070Z Checking maplit v1.0.2
47052026-08-25T19:57:00.147Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47062026-08-25T19:57:00.169Z Checking drift v0.2.0
47072026-08-25T19:57:00.169Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47082026-08-25T19:57:00.195Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47092026-08-25T19:57:00.263Z Checking git-stub-vcs v0.1.0
47102026-08-25T19:57:00.346Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47112026-08-25T19:57:00.379Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47122026-08-25T19:57:04.165Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47132026-08-25T19:57:04.239Z Checking dropshot-api-manager v0.8.0
47142026-08-25T19:57:04.240Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47152026-08-25T19:57:04.240Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47162026-08-25T19:57:04.240Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-25T19:57:04.240Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47182026-08-25T19:57:04.240Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47192026-08-25T19:57:04.261Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47202026-08-25T19:57:04.261Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47212026-08-25T19:57:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
47222026-08-25T19:57:04.770Z
47232026-08-25T19:57:04.770Zinfo: running `cargo check --bins` on installinator-api (323/377)
47242026-08-25T19:57:05.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-25T19:57:05.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-25T19:57:05.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-25T19:57:05.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47282026-08-25T19:57:05.337Z
47292026-08-25T19:57:05.337Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47302026-08-25T19:57:05.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-25T19:57:05.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-25T19:57:05.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-25T19:57:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-25T19:57:05.950Z
47352026-08-25T19:57:05.950Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47362026-08-25T19:57:06.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-25T19:57:06.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-25T19:57:06.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-25T19:57:06.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-25T19:57:06.567Z
47412026-08-25T19:57:06.567Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47422026-08-25T19:57:07.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-25T19:57:07.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-25T19:57:07.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-25T19:57:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47462026-08-25T19:57:07.174Z
47472026-08-25T19:57:07.175Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47482026-08-25T19:57:07.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-25T19:57:07.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-25T19:57:07.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-25T19:57:07.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47522026-08-25T19:57:07.740Z
47532026-08-25T19:57:07.740Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47542026-08-25T19:57:08.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-25T19:57:08.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-25T19:57:08.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-25T19:57:08.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47582026-08-25T19:57:08.299Z
47592026-08-25T19:57:08.299Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47602026-08-25T19:57:08.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-25T19:57:08.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-25T19:57:08.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-25T19:57:08.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47642026-08-25T19:57:08.891Z
47652026-08-25T19:57:08.891Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47662026-08-25T19:57:09.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-25T19:57:09.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-25T19:57:09.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-25T19:57:09.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47702026-08-25T19:57:09.464Z
47712026-08-25T19:57:09.464Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47722026-08-25T19:57:09.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-25T19:57:09.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-25T19:57:10.080Z Compiling blake3 v1.8.5
47752026-08-25T19:57:10.188Z Checking constant_time_eq v0.4.2
47762026-08-25T19:57:10.191Z Checking arrayref v0.3.9
47772026-08-25T19:57:10.191Z Checking arrayvec v0.7.6
47782026-08-25T19:57:10.212Z Checking cargo-platform v0.3.2
47792026-08-25T19:57:10.212Z Checking topological-sort v0.2.2
47802026-08-25T19:57:10.215Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47812026-08-25T19:57:10.362Z Checking cargo_metadata v0.23.1
47822026-08-25T19:57:10.964Z Checking omicron-zone-package v0.12.3
47832026-08-25T19:57:11.668Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47842026-08-25T19:57:12.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
47852026-08-25T19:57:12.661Z
47862026-08-25T19:57:12.661Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47872026-08-25T19:57:13.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-25T19:57:13.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-25T19:57:13.382Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47902026-08-25T19:57:14.009Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47912026-08-25T19:57:14.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
47922026-08-25T19:57:14.712Z
47932026-08-25T19:57:14.712Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47942026-08-25T19:57:15.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-25T19:57:15.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-25T19:57:15.674Z Compiling darling_core v0.21.3
47972026-08-25T19:57:15.674Z Compiling vergen-lib v0.1.6
47982026-08-25T19:57:15.674Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47992026-08-25T19:57:15.677Z Compiling diesel_derives v2.3.7
48002026-08-25T19:57:15.677Z Checking scheduled-thread-pool v0.2.7
48012026-08-25T19:57:15.677Z Compiling vergen-gitcl v1.0.8
48022026-08-25T19:57:15.677Z Compiling diesel_table_macro_syntax v0.3.0
48032026-08-25T19:57:15.677Z Compiling dirs-sys-next v0.1.2
48042026-08-25T19:57:15.985Z Compiling glob v0.3.3
48052026-08-25T19:57:16.013Z Compiling crunchy v0.2.4
48062026-08-25T19:57:16.076Z Checking r2d2 v0.8.10
48072026-08-25T19:57:16.092Z Compiling dirs-next v2.0.0
48082026-08-25T19:57:16.109Z Checking downcast-rs v2.0.2
48092026-08-25T19:57:16.213Z Compiling tiny-keccak v2.0.2
48102026-08-25T19:57:16.230Z Compiling term v0.7.0
48112026-08-25T19:57:16.256Z Compiling bit-vec v0.6.3
48122026-08-25T19:57:16.370Z Compiling clang-sys v1.8.1
48132026-08-25T19:57:16.466Z Compiling bit-set v0.5.3
48142026-08-25T19:57:16.520Z Compiling ascii-canvas v3.0.0
48152026-08-25T19:57:16.625Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48162026-08-25T19:57:16.738Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48172026-08-25T19:57:16.761Z Compiling itertools v0.10.5
48182026-08-25T19:57:16.777Z Compiling ena v0.14.4
48192026-08-25T19:57:16.808Z Compiling libloading v0.8.9
48202026-08-25T19:57:16.850Z Compiling regex-syntax v0.6.29
48212026-08-25T19:57:16.886Z Compiling bindgen v0.71.1
48222026-08-25T19:57:16.988Z Compiling diff v0.1.13
48232026-08-25T19:57:16.991Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48242026-08-25T19:57:17.289Z Compiling cexpr v0.6.0
48252026-08-25T19:57:17.305Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48262026-08-25T19:57:17.497Z Compiling rustc-hash v2.1.1
48272026-08-25T19:57:17.633Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-08-25T19:57:17.804Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48292026-08-25T19:57:17.821Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48302026-08-25T19:57:17.962Z Compiling libxml v0.3.3
48312026-08-25T19:57:17.980Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48322026-08-25T19:57:18.107Z Compiling strum_macros v0.24.3
48332026-08-25T19:57:18.167Z Compiling lalrpop v0.19.12
48342026-08-25T19:57:18.216Z Compiling indoc v1.0.9
48352026-08-25T19:57:18.290Z Compiling darling_macro v0.21.3
48362026-08-25T19:57:18.842Z Compiling darling v0.21.3
48372026-08-25T19:57:18.934Z Compiling dsl_auto_type v0.2.0
48382026-08-25T19:57:19.114Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48392026-08-25T19:57:19.306Z Checking derive_builder v0.20.2
48402026-08-25T19:57:19.428Z Compiling oso-derive v0.27.3
48412026-08-25T19:57:19.494Z Checking quick-xml v0.37.5
48422026-08-25T19:57:19.529Z Compiling impl-trait-for-tuples v0.2.3
48432026-08-25T19:57:19.928Z Checking openssl-probe v0.1.6
48442026-08-25T19:57:20.071Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48452026-08-25T19:57:20.356Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48462026-08-25T19:57:20.549Z Checking bb8 v0.8.6
48472026-08-25T19:57:20.633Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-25T19:57:20.789Z Checking nonempty v0.12.0
48492026-08-25T19:57:20.837Z Compiling libz-sys v1.1.24
48502026-08-25T19:57:20.857Z Compiling strsim v0.10.0
48512026-08-25T19:57:20.953Z Compiling libgit2-sys v0.18.3+1.9.2
48522026-08-25T19:57:21.062Z Compiling darling_core v0.13.4
48532026-08-25T19:57:21.185Z Compiling vergen-git2 v9.1.0
48542026-08-25T19:57:21.403Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-25T19:57:21.421Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-25T19:57:21.618Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48572026-08-25T19:57:21.830Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-25T19:57:22.014Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48592026-08-25T19:57:22.201Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48602026-08-25T19:57:22.385Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48612026-08-25T19:57:22.389Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48622026-08-25T19:57:22.588Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48632026-08-25T19:57:22.775Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48642026-08-25T19:57:22.913Z Compiling darling_macro v0.13.4
48652026-08-25T19:57:22.959Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48662026-08-25T19:57:23.148Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48672026-08-25T19:57:23.405Z Compiling darling v0.13.4
48682026-08-25T19:57:23.585Z Compiling serde_with_macros v1.5.2
48692026-08-25T19:57:23.630Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48702026-08-25T19:57:24.017Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48712026-08-25T19:57:24.438Z Compiling serde_with v1.14.0
48722026-08-25T19:57:24.605Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48732026-08-25T19:57:24.752Z Checking diesel v2.3.7
48742026-08-25T19:57:24.795Z Checking twox-hash v2.1.2
48752026-08-25T19:57:24.817Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48762026-08-25T19:57:25.102Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48772026-08-25T19:57:25.583Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48782026-08-25T19:57:26.529Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48792026-08-25T19:57:26.963Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48802026-08-25T19:57:27.191Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48812026-08-25T19:57:27.634Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48822026-08-25T19:57:27.861Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48832026-08-25T19:57:28.129Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48842026-08-25T19:57:28.157Z Checking libsw-core v0.3.2
48852026-08-25T19:57:28.316Z Checking atty v0.2.14
48862026-08-25T19:57:28.422Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-25T19:57:28.870Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-25T19:57:28.993Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48892026-08-25T19:57:29.015Z Checking libsw v3.5.0
48902026-08-25T19:57:29.031Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48912026-08-25T19:57:29.176Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48922026-08-25T19:57:30.317Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48932026-08-25T19:57:30.597Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48942026-08-25T19:57:31.234Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48952026-08-25T19:57:31.349Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-25T19:57:31.948Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48972026-08-25T19:57:32.136Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48982026-08-25T19:57:32.285Z Checking fatfs v0.3.6
48992026-08-25T19:57:32.307Z Checking console v0.16.2
49002026-08-25T19:57:32.614Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49012026-08-25T19:57:32.738Z Checking unit-prefix v0.5.2
49022026-08-25T19:57:32.876Z Compiling seq-macro v0.3.6
49032026-08-25T19:57:33.378Z Checking indicatif v0.18.4
49042026-08-25T19:57:33.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49052026-08-25T19:57:33.781Z Checking oxide-update-engine-display v0.1.2
49062026-08-25T19:57:33.945Z Checking support-bundle-viewer v0.1.2
49072026-08-25T19:57:34.083Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49082026-08-25T19:57:34.189Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49092026-08-25T19:57:34.219Z Checking multimap v0.10.1
49102026-08-25T19:57:40.153Z Checking diesel-dtrace v0.5.0
49112026-08-25T19:57:40.398Z Checking async-bb8-diesel v0.2.1
49122026-08-25T19:57:43.719Z Compiling samael v0.0.19
49132026-08-25T19:57:47.913Z Compiling git2 v0.20.4
49142026-08-25T19:57:49.220Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49152026-08-25T19:57:50.504Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49162026-08-25T19:57:50.669Z Compiling polar-core v0.27.3
49172026-08-25T19:57:55.190Z Checking oso v0.27.3
49182026-08-25T19:58:27.237Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49192026-08-25T19:59:41.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
49202026-08-25T19:59:42.038Z
49212026-08-25T19:59:42.038Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49222026-08-25T19:59:42.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-25T19:59:42.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-25T19:59:42.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-25T19:59:42.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49262026-08-25T19:59:42.708Z
49272026-08-25T19:59:42.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49282026-08-25T19:59:43.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-25T19:59:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-25T19:59:43.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-25T19:59:43.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49322026-08-25T19:59:43.333Z
49332026-08-25T19:59:43.333Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49342026-08-25T19:59:43.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-25T19:59:43.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-25T19:59:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-25T19:59:43.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49382026-08-25T19:59:43.959Z
49392026-08-25T19:59:43.959Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49402026-08-25T19:59:44.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-25T19:59:44.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-25T19:59:44.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-25T19:59:44.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49442026-08-25T19:59:44.520Z
49452026-08-25T19:59:44.520Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49462026-08-25T19:59:45.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-25T19:59:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-25T19:59:45.346Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-25T19:59:46.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
49502026-08-25T19:59:46.303Z
49512026-08-25T19:59:46.303Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49522026-08-25T19:59:46.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-25T19:59:46.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-25T19:59:47.128Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-08-25T20:00:25.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s
49562026-08-25T20:00:25.846Z
49572026-08-25T20:00:25.846Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49582026-08-25T20:00:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-25T20:00:26.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-25T20:00:26.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-25T20:00:26.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-25T20:00:26.411Z
49632026-08-25T20:00:26.411Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49642026-08-25T20:00:26.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-25T20:00:26.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-25T20:00:26.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-25T20:00:26.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49682026-08-25T20:00:26.973Z
49692026-08-25T20:00:26.973Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49702026-08-25T20:00:27.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-25T20:00:27.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-25T20:00:27.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-25T20:00:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49742026-08-25T20:00:27.582Z
49752026-08-25T20:00:27.582Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49762026-08-25T20:00:28.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-25T20:00:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-25T20:00:28.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-25T20:00:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
49802026-08-25T20:00:28.241Z
49812026-08-25T20:00:28.241Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49822026-08-25T20:00:28.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-25T20:00:28.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-25T20:00:28.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-25T20:00:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49862026-08-25T20:00:28.861Z
49872026-08-25T20:00:28.861Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49882026-08-25T20:00:29.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-25T20:00:29.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-25T20:00:29.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-25T20:00:29.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49922026-08-25T20:00:29.468Z
49932026-08-25T20:00:29.468Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49942026-08-25T20:00:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-25T20:00:30.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-25T20:00:30.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-25T20:00:30.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49982026-08-25T20:00:30.092Z
49992026-08-25T20:00:30.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
50002026-08-25T20:00:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-25T20:00:30.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-25T20:00:30.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-25T20:00:30.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50042026-08-25T20:00:30.721Z
50052026-08-25T20:00:30.721Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50062026-08-25T20:00:31.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-25T20:00:31.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-25T20:00:31.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-25T20:00:31.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50102026-08-25T20:00:31.320Z
50112026-08-25T20:00:31.320Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50122026-08-25T20:00:31.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-25T20:00:31.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-25T20:00:31.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-25T20:00:31.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50162026-08-25T20:00:31.943Z
50172026-08-25T20:00:31.943Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50182026-08-25T20:00:32.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-25T20:00:32.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-25T20:00:32.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-25T20:00:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50222026-08-25T20:00:32.567Z
50232026-08-25T20:00:32.567Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50242026-08-25T20:00:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-25T20:00:33.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-25T20:00:33.456Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50272026-08-25T20:00:33.460Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50282026-08-25T20:00:33.637Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50292026-08-25T20:00:33.640Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50302026-08-25T20:00:33.680Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50312026-08-25T20:00:33.684Z Checking yansi v1.0.1
50322026-08-25T20:00:33.684Z Checking diff v0.1.13
50332026-08-25T20:00:33.726Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50342026-08-25T20:00:33.765Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50352026-08-25T20:00:33.954Z Checking pretty_assertions v1.4.1
50362026-08-25T20:00:34.712Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50372026-08-25T20:00:34.718Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50382026-08-25T20:01:00.206Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50392026-08-25T20:01:00.256Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50402026-08-25T20:01:00.256Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50412026-08-25T20:01:00.256Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50422026-08-25T20:01:00.256Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50432026-08-25T20:01:00.256Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50442026-08-25T20:01:00.257Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50452026-08-25T20:01:01.079Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50462026-08-25T20:01:01.079Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50472026-08-25T20:01:02.362Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50482026-08-25T20:01:40.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50492026-08-25T20:01:40.832Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50502026-08-25T20:01:40.833Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50512026-08-25T20:01:41.041Z
50522026-08-25T20:01:41.041Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50532026-08-25T20:01:41.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-25T20:01:41.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-25T20:01:41.757Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50562026-08-25T20:01:42.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50572026-08-25T20:01:42.586Z
50582026-08-25T20:01:42.586Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50592026-08-25T20:01:43.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-25T20:01:43.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-25T20:01:43.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-25T20:01:43.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50632026-08-25T20:01:43.140Z
50642026-08-25T20:01:43.140Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50652026-08-25T20:01:43.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-25T20:01:43.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-25T20:01:43.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50682026-08-25T20:01:43.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50692026-08-25T20:01:43.718Z
50702026-08-25T20:01:43.718Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50712026-08-25T20:01:44.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50722026-08-25T20:01:44.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50732026-08-25T20:01:44.488Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50742026-08-25T20:01:44.610Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50752026-08-25T20:01:44.613Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50762026-08-25T20:02:11.587Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50772026-08-25T20:02:11.989Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50782026-08-25T20:02:13.738Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50792026-08-25T20:02:14.334Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50802026-08-25T20:02:17.323Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50812026-08-25T20:02:41.129Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50822026-08-25T20:02:41.869Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50832026-08-25T20:02:43.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.84s
50842026-08-25T20:02:43.780Z
50852026-08-25T20:02:43.780Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50862026-08-25T20:02:44.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-25T20:02:44.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-25T20:02:44.488Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50892026-08-25T20:02:45.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50902026-08-25T20:02:45.385Z
50912026-08-25T20:02:45.385Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50922026-08-25T20:02:45.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-25T20:02:45.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-25T20:02:46.003Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50952026-08-25T20:02:46.008Z Compiling fs-err v2.11.0
50962026-08-25T20:02:46.117Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50972026-08-25T20:02:46.138Z Checking parse-size v1.1.0
50982026-08-25T20:02:46.144Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50992026-08-25T20:02:46.144Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51002026-08-25T20:02:46.144Z Checking shell-words v1.1.1
51012026-08-25T20:02:46.225Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-25T20:02:46.550Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-25T20:02:46.731Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51042026-08-25T20:02:47.387Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51052026-08-25T20:02:48.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
51062026-08-25T20:02:48.518Z
51072026-08-25T20:02:48.519Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51082026-08-25T20:02:49.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T20:02:49.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T20:02:49.148Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51112026-08-25T20:02:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51122026-08-25T20:02:49.815Z
51132026-08-25T20:02:49.815Zinfo: running `cargo check --bins` on schema (359/377)
51142026-08-25T20:02:50.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-25T20:02:50.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-25T20:02:50.533Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51172026-08-25T20:02:51.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
51182026-08-25T20:02:51.421Z
51192026-08-25T20:02:51.421Zinfo: running `cargo check --bins` on xtask (360/377)
51202026-08-25T20:02:51.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-25T20:02:51.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-25T20:02:51.822Z Checking serde_core v1.0.228
51232026-08-25T20:02:51.822Z Checking libc v0.2.185
51242026-08-25T20:02:51.825Z Checking bitflags v2.11.0
51252026-08-25T20:02:51.905Z Checking scroll v0.12.0
51262026-08-25T20:02:51.908Z Checking thiserror v1.0.69
51272026-08-25T20:02:51.917Z Checking log v0.4.33
51282026-08-25T20:02:51.923Z Checking zerocopy v0.7.35
51292026-08-25T20:02:51.930Z Checking indexmap v2.14.0
51302026-08-25T20:02:51.996Z Checking syn v2.0.117
51312026-08-25T20:02:52.035Z Checking dtrace-parser v0.2.0
51322026-08-25T20:02:52.050Z Checking once_cell v1.21.3
51332026-08-25T20:02:52.115Z Checking goblin v0.8.2
51342026-08-25T20:02:52.175Z Checking errno v0.3.14
51352026-08-25T20:02:52.218Z Checking getrandom v0.4.3
51362026-08-25T20:02:52.264Z Checking thread-id v4.2.2
51372026-08-25T20:02:52.290Z Checking rustix v1.1.4
51382026-08-25T20:02:52.337Z Checking memmap v0.7.0
51392026-08-25T20:02:52.349Z Checking thiserror v2.0.18
51402026-08-25T20:02:52.405Z Checking fs-err v3.3.0
51412026-08-25T20:02:52.446Z Checking tabled v0.15.0
51422026-08-25T20:02:52.459Z Checking anyhow v1.0.104
51432026-08-25T20:02:53.043Z Checking terminal_size v0.4.3
51442026-08-25T20:02:53.043Z Checking tempfile v3.27.0
51452026-08-25T20:02:53.150Z Checking clap_builder v4.6.0
51462026-08-25T20:02:53.153Z Checking textwrap v0.16.2
51472026-08-25T20:02:53.333Z Checking serde v1.0.228
51482026-08-25T20:02:53.336Z Checking serde_json v1.0.151
51492026-08-25T20:02:53.336Z Checking camino v1.2.5
51502026-08-25T20:02:53.361Z Checking cargo-platform v0.3.2
51512026-08-25T20:02:53.512Z Checking semver v1.0.28
51522026-08-25T20:02:53.574Z Checking camino-tempfile v1.4.1
51532026-08-25T20:02:53.732Z Checking serde_spanned v0.6.9
51542026-08-25T20:02:53.732Z Checking toml_datetime v0.6.11
51552026-08-25T20:02:53.736Z Checking macaddr v1.0.1
51562026-08-25T20:02:53.736Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51572026-08-25T20:02:53.902Z Checking toml_edit v0.22.27
51582026-08-25T20:02:53.925Z Checking dof v0.3.0
51592026-08-25T20:02:53.928Z Checking cargo_metadata v0.23.1
51602026-08-25T20:02:54.185Z Checking usdt-impl v0.5.0
51612026-08-25T20:02:54.331Z Checking clap v4.6.1
51622026-08-25T20:02:54.437Z Checking usdt v0.5.0
51632026-08-25T20:02:54.856Z Checking toml v0.8.23
51642026-08-25T20:02:55.111Z Checking cargo_toml v0.21.0
51652026-08-25T20:02:55.739Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51662026-08-25T20:02:56.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
51672026-08-25T20:02:56.224Z
51682026-08-25T20:02:56.224Zinfo: running `cargo check --bins` on dnsadm (361/377)
51692026-08-25T20:02:56.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51702026-08-25T20:02:56.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51712026-08-25T20:02:56.870Z Checking arc-swap v1.8.2
51722026-08-25T20:02:57.147Z Checking slog-scope v4.4.1
51732026-08-25T20:02:57.259Z Checking slog-stdlog v4.1.1
51742026-08-25T20:02:57.353Z Checking slog-envlogger v2.2.0
51752026-08-25T20:02:57.473Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51762026-08-25T20:02:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
51772026-08-25T20:02:58.060Z
51782026-08-25T20:02:58.061Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51792026-08-25T20:02:58.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51802026-08-25T20:02:58.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51812026-08-25T20:02:58.864Z Checking cpubits v0.1.1
51822026-08-25T20:02:58.991Z Checking pem-rfc7468 v1.0.0
51832026-08-25T20:02:59.003Z Checking hmac v0.13.0
51842026-08-25T20:02:59.006Z Checking universal-hash v0.6.1
51852026-08-25T20:02:59.027Z Checking ctr v0.10.1
51862026-08-25T20:02:59.027Z Checking aead v0.6.1
51872026-08-25T20:02:59.055Z Checking aes v0.9.1
51882026-08-25T20:02:59.055Z Checking crypto-bigint v0.7.5
51892026-08-25T20:02:59.083Z Checking salsa20 v0.11.0
51902026-08-25T20:02:59.127Z Checking der v0.8.0
51912026-08-25T20:02:59.127Z Checking polyval v0.7.1
51922026-08-25T20:02:59.155Z Checking pbkdf2 v0.13.0
51932026-08-25T20:02:59.171Z Checking cbc v0.2.1
51942026-08-25T20:02:59.242Z Checking ff v0.14.0
51952026-08-25T20:02:59.246Z Checking signature v3.0.0
51962026-08-25T20:02:59.291Z Checking scrypt v0.12.0
51972026-08-25T20:02:59.307Z Checking base16ct v1.0.0
51982026-08-25T20:02:59.310Z Checking ghash v0.6.0
51992026-08-25T20:02:59.395Z Checking group v0.14.0
52002026-08-25T20:02:59.411Z Checking hkdf v0.13.0
52012026-08-25T20:02:59.432Z Compiling curve25519-dalek v5.0.0
52022026-08-25T20:02:59.447Z Checking aes-gcm v0.11.0
52032026-08-25T20:02:59.463Z Checking keccak v0.2.0
52042026-08-25T20:02:59.480Z Checking poly1305 v0.9.0
52052026-08-25T20:02:59.540Z Checking wnaf v0.14.0
52062026-08-25T20:02:59.554Z Checking blowfish v0.10.0
52072026-08-25T20:02:59.604Z Checking blake2 v0.11.0-rc.6
52082026-08-25T20:02:59.620Z Checking sha3 v0.11.0
52092026-08-25T20:02:59.702Z Checking bcrypt-pbkdf v0.11.0
52102026-08-25T20:02:59.720Z Checking kem v0.3.0
52112026-08-25T20:02:59.740Z Checking module-lattice v0.2.3
52122026-08-25T20:02:59.844Z Checking sponge-cursor v0.1.0
52132026-08-25T20:02:59.857Z Checking argon2 v0.6.0-rc.8
52142026-08-25T20:02:59.874Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52152026-08-25T20:02:59.918Z Checking spki v0.8.0
52162026-08-25T20:02:59.958Z Checking sec1 v0.8.1
52172026-08-25T20:02:59.972Z Checking sha3 v0.12.0
52182026-08-25T20:02:59.987Z Checking ml-kem v0.3.2
52192026-08-25T20:03:00.050Z Checking internal-russh-num-bigint v0.5.0
52202026-08-25T20:03:00.085Z Checking pkcs5 v0.8.1
52212026-08-25T20:03:00.159Z Checking pkcs1 v0.8.0-rc.4
52222026-08-25T20:03:00.174Z Checking num-bigint v0.4.6
52232026-08-25T20:03:00.177Z Checking generic-array v1.4.3
52242026-08-25T20:03:00.365Z Checking russh-util v0.52.0
52252026-08-25T20:03:00.380Z Checking pkcs8 v0.11.0
52262026-08-25T20:03:00.487Z Compiling enum_dispatch v0.3.13
52272026-08-25T20:03:00.566Z Compiling delegate v0.13.5
52282026-08-25T20:03:00.581Z Checking ed25519 v3.0.0
52292026-08-25T20:03:00.701Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52302026-08-25T20:03:00.748Z Checking md5 v0.8.0
52312026-08-25T20:03:00.773Z Checking ed25519-dalek v3.0.0
52322026-08-25T20:03:00.874Z Checking hex-literal v1.1.0
52332026-08-25T20:03:00.936Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52342026-08-25T20:03:00.973Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52352026-08-25T20:03:00.993Z Checking socket2 v0.5.10
52362026-08-25T20:03:01.097Z Checking internet-checksum v0.2.1
52372026-08-25T20:03:01.112Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52382026-08-25T20:03:01.241Z Checking elliptic-curve v0.14.1
52392026-08-25T20:03:01.241Z Checking rfc6979 v0.6.0
52402026-08-25T20:03:01.244Z Checking primefield v0.14.0
52412026-08-25T20:03:01.245Z Checking ssh-encoding v0.3.0
52422026-08-25T20:03:01.410Z Checking crypto-primes v0.7.2
52432026-08-25T20:03:01.471Z Checking ssh-cipher v0.3.0
52442026-08-25T20:03:01.471Z Checking russh-cryptovec v0.62.0
52452026-08-25T20:03:01.626Z Checking primeorder v0.14.0
52462026-08-25T20:03:01.630Z Checking ecdsa v0.17.0
52472026-08-25T20:03:01.997Z Checking p256 v0.14.0
52482026-08-25T20:03:02.002Z Checking p521 v0.14.0
52492026-08-25T20:03:02.002Z Checking p384 v0.14.0
52502026-08-25T20:03:02.341Z Checking rsa v0.10.0-rc.18
52512026-08-25T20:03:04.833Z Checking ssh-key v0.7.0-rc.11
52522026-08-25T20:03:05.563Z Checking russh v0.62.4
52532026-08-25T20:03:18.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
52542026-08-25T20:03:18.969Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52552026-08-25T20:03:18.969Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52562026-08-25T20:03:19.170Z
52572026-08-25T20:03:19.170Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52582026-08-25T20:03:19.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52592026-08-25T20:03:19.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52602026-08-25T20:03:19.798Z Checking termios v0.3.3
52612026-08-25T20:03:19.989Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52622026-08-25T20:03:20.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
52632026-08-25T20:03:20.746Z
52642026-08-25T20:03:20.746Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52652026-08-25T20:03:21.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52662026-08-25T20:03:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52672026-08-25T20:03:21.429Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52682026-08-25T20:03:22.124Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52692026-08-25T20:03:23.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
52702026-08-25T20:03:23.882Z
52712026-08-25T20:03:23.882Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52722026-08-25T20:03:24.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-25T20:03:24.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-25T20:03:24.514Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52752026-08-25T20:03:24.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
52762026-08-25T20:03:25.115Z
52772026-08-25T20:03:25.115Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52782026-08-25T20:03:25.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-25T20:03:25.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-25T20:03:25.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-25T20:03:25.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52822026-08-25T20:03:25.669Z
52832026-08-25T20:03:25.669Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52842026-08-25T20:03:26.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-25T20:03:26.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-25T20:03:26.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52872026-08-25T20:03:26.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52882026-08-25T20:03:26.224Z
52892026-08-25T20:03:26.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52902026-08-25T20:03:26.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-25T20:03:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-25T20:03:26.961Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52932026-08-25T20:03:27.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
52942026-08-25T20:03:27.742Z
52952026-08-25T20:03:27.742Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52962026-08-25T20:03:28.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52972026-08-25T20:03:28.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52982026-08-25T20:03:28.374Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52992026-08-25T20:03:28.482Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53002026-08-25T20:03:29.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
53012026-08-25T20:03:29.470Z
53022026-08-25T20:03:29.470Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53032026-08-25T20:03:29.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-25T20:03:29.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-25T20:03:29.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53062026-08-25T20:03:29.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53072026-08-25T20:03:30.017Z
53082026-08-25T20:03:30.017Zinfo: running `cargo check --bins` on omicron-package (371/377)
53092026-08-25T20:03:30.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-25T20:03:30.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-25T20:03:30.683Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53122026-08-25T20:03:31.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53132026-08-25T20:03:31.997Z
53142026-08-25T20:03:31.997Zinfo: running `cargo check --bins` on tqdb (372/377)
53152026-08-25T20:03:32.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53162026-08-25T20:03:32.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53172026-08-25T20:03:32.728Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53182026-08-25T20:03:33.081Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53192026-08-25T20:03:33.595Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53202026-08-25T20:03:33.595Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53212026-08-25T20:03:40.384Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53222026-08-25T20:03:40.391Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53232026-08-25T20:03:40.391Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53242026-08-25T20:03:41.010Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53252026-08-25T20:03:41.010Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53262026-08-25T20:03:41.016Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53272026-08-25T20:03:41.016Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53282026-08-25T20:03:41.772Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53292026-08-25T20:03:42.386Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53302026-08-25T20:03:42.682Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53312026-08-25T20:03:42.867Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53322026-08-25T20:03:43.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53332026-08-25T20:03:44.386Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53342026-08-25T20:03:49.128Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53352026-08-25T20:03:56.402Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53362026-08-25T20:03:56.463Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53372026-08-25T20:03:56.466Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53382026-08-25T20:03:56.466Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53392026-08-25T20:03:57.860Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53402026-08-25T20:03:59.152Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53412026-08-25T20:04:03.375Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53422026-08-25T20:04:03.548Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53432026-08-25T20:04:03.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.65s
53442026-08-25T20:04:03.548Z
53452026-08-25T20:04:03.548Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53462026-08-25T20:04:03.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53472026-08-25T20:04:03.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53482026-08-25T20:04:03.549Z Checking rtoolbox v0.0.3
53492026-08-25T20:04:03.549Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53502026-08-25T20:04:03.549Z Checking tui-tree-widget v0.23.1
53512026-08-25T20:04:03.577Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53522026-08-25T20:04:03.577Z Checking rpassword v7.5.4
53532026-08-25T20:04:05.453Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53542026-08-25T20:04:07.292Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53552026-08-25T20:04:08.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
53562026-08-25T20:04:08.407Z
53572026-08-25T20:04:08.407Zinfo: running `cargo check --bins` on wicket (374/377)
53582026-08-25T20:04:08.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-25T20:04:08.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-25T20:04:09.089Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53612026-08-25T20:04:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53622026-08-25T20:04:09.632Z
53632026-08-25T20:04:09.633Zinfo: running `cargo check --bins` on wicketd (375/377)
53642026-08-25T20:04:10.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-25T20:04:10.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-25T20:04:10.325Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53672026-08-25T20:04:13.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
53682026-08-25T20:04:14.053Z
53692026-08-25T20:04:14.053Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53702026-08-25T20:04:14.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-25T20:04:14.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-25T20:04:14.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53732026-08-25T20:04:14.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53742026-08-25T20:04:14.609Z
53752026-08-25T20:04:14.609Zinfo: running `cargo check --bins` on zone-setup (377/377)
53762026-08-25T20:04:15.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53772026-08-25T20:04:15.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53782026-08-25T20:04:15.270Z Checking uzers v0.12.2
53792026-08-25T20:04:15.538Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53802026-08-25T20:04:16.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
53812026-08-25T20:04:16.513Z
53822026-08-25T20:04:16.513Zreal 14:19.818998840
53832026-08-25T20:04:16.513Zuser 21:32.107643252
53842026-08-25T20:04:16.513Zsys 4:27.627594238
53852026-08-25T20:04:16.513Ztrap 0.338824501
53862026-08-25T20:04:16.513Ztflt 0.543054143
53872026-08-25T20:04:16.513Zdflt 0.801468788
53882026-08-25T20:04:16.513Zkflt 0.004467651
53892026-08-25T20:04:16.513Zlock 1:29:41.264461696
53902026-08-25T20:04:16.513Zslp 1:42:16.528382221
53912026-08-25T20:04:16.513Zlat 54.541598412
53922026-08-25T20:04:16.513Zstop 4:06.756037378
53932026-08-25T20:04:16.519Zprocess exited: duration 992432 ms, exit code 0
 
53942026-08-25T20:04:16.527Zfound 0 output files