01M0V5FACPK2J2MHYFXCPJ3WRZ: 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: 01M0V5G7FK1CNM06P1WNYWHFPY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T00:36:29.632Zjob assigned to worker 01M0V5GEZPQ64367VTCVA72R9A [factory aws, i-0ac1d29d658f1b885] (queued for 49 s)
 
22026-08-25T00:36:36.600Zstarting task 0: "setup"
32026-08-25T00:36:36.611Z++ uname -s
42026-08-25T00:36:36.611Z+ kern=SunOS
52026-08-25T00:36:36.611Z+ build_user=build
62026-08-25T00:36:36.611Z+ build_uid=12345
72026-08-25T00:36:36.611Z+ work_dir=/work
82026-08-25T00:36:36.611Z+ input_dir=/input
92026-08-25T00:36:36.611Z+ [[ 0 == 12345 ]]
102026-08-25T00:36:36.611Z+ case "$kern" in
112026-08-25T00:36:36.611Z+ groupadd -g 12345 build
122026-08-25T00:36:36.611Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T00:36:38.599Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T00:36:38.687Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T00:36:38.710Z+ home_fs=zfs
162026-08-25T00:36:38.710Z+ [[ zfs == autofs ]]
172026-08-25T00:36:38.710Z+ mkdir -p /home/build
182026-08-25T00:36:38.710Z+ chown build:build /home/build /work
192026-08-25T00:36:40.699Z+ chmod 0700 /home/build /work
202026-08-25T00:36:40.720Zprocess exited: duration 4088 ms, exit code 0
 
212026-08-25T00:36:40.776Zstarting task 1: "rust-toolchain"
222026-08-25T00:36:40.785Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T00:36:40.785Z * rust toolchain channel = "1.97.1"
242026-08-25T00:36:40.785Z * rust toolchain profile = "default"
252026-08-25T00:36:40.785Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T00:36:40.785Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T00:36:40.785Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T00:36:40.785Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T00:36:40.785Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T00:36:40.868Zinfo: downloading installer
312026-08-25T00:36:42.133Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T00:36:42.133Zwarn: /home/build/.rustup/settings.toml
332026-08-25T00:36:42.133Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T00:36:42.133Zwarn: instead of the one inferred from the default host triple.
352026-08-25T00:36:42.176Zinfo: profile set to default
362026-08-25T00:36:42.176Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T00:36:42.176Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T00:36:42.275Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T00:36:42.289Zinfo: downloading 6 components
402026-08-25T00:36:57.739Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T00:36:57.739Z
422026-08-25T00:36:57.766Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T00:36:57.766Z
442026-08-25T00:36:57.766Z
452026-08-25T00:36:57.766ZRust is installed now. Great!
462026-08-25T00:36:57.766Z
472026-08-25T00:36:57.766ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T00:36:57.766Zenvironment variable. This has not been done automatically.
492026-08-25T00:36:57.766Z
502026-08-25T00:36:57.766ZTo configure your current shell, you need to source
512026-08-25T00:36:57.766Zthe corresponding env file under $HOME/.cargo.
522026-08-25T00:36:57.766Z
532026-08-25T00:36:57.766ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T00:36:57.770Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T00:36:57.770Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T00:36:57.770Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T00:36:57.770Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T00:36:57.770Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T00:36:57.770Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T00:36:57.770Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T00:36:57.770Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T00:36:57.861Z+ rustup --version
632026-08-25T00:36:57.870Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T00:36:57.874Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T00:36:57.892Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T00:36:57.895Z+ cargo --version
672026-08-25T00:36:57.909Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T00:36:57.914Z+ rustc --version
692026-08-25T00:36:57.931Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T00:36:57.934Zprocess exited: duration 17190 ms, exit code 0
 
712026-08-25T00:36:57.940Zstarting task 2: "authentication"
722026-08-25T00:36:57.955ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T00:37:24.006Zprocess exited: duration 26065 ms, exit code 0
 
742026-08-25T00:37:24.012Zstarting task 3: "clone repository"
752026-08-25T00:37:24.016Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T00:37:24.019Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T00:37:24.052ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T00:37:35.758Z+ cd /work/oxidecomputer/omicron
792026-08-25T00:37:35.758Z+ git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
802026-08-25T00:37:36.109ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T00:37:36.109Z * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD
822026-08-25T00:37:36.119Z+ [[ -n '' ]]
832026-08-25T00:37:36.119Z+ git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
842026-08-25T00:37:36.381ZHEAD is now at 82b3aa3d9 [spr] initial version
852026-08-25T00:37:36.386Zprocess exited: duration 12369 ms, exit code 0
 
862026-08-25T00:37:36.400Zstarting task 4: "build"
872026-08-25T00:37:36.403Z+ source .github/buildomat/ci-env.sh
882026-08-25T00:37:36.404Z++ export CARGO_TERM_COLOR=always
892026-08-25T00:37:36.404Z++ CARGO_TERM_COLOR=always
902026-08-25T00:37:36.404Z+++ uname -s
912026-08-25T00:37:36.407Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-25T00:37:36.407Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-25T00:37:36.407Z+ cargo --version
942026-08-25T00:37:36.415Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-25T00:37:36.418Z+ rustc --version
962026-08-25T00:37:36.438Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-25T00:37:36.442Z+ source ./env.sh
982026-08-25T00:37:36.442Z++ OLD_SHELL_OPTS=ehxB
992026-08-25T00:37:36.442Z++ set -o xtrace
1002026-08-25T00:37:36.446Z++++ dirname ./env.sh
1012026-08-25T00:37:36.446Z+++ readlink -f .
1022026-08-25T00:37:36.452Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-08-25T00:37:36.452Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-25T00:37:36.452Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-25T00:37:36.452Z++ 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
1062026-08-25T00:37:36.452Z++ 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
1072026-08-25T00:37:36.452Z++ 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
1082026-08-25T00:37:36.452Z++ 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
1092026-08-25T00:37:36.452Z++ 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
1102026-08-25T00:37:36.452Z++ 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
1112026-08-25T00:37:36.452Z++ 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
1122026-08-25T00:37:36.452Z++ 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
1132026-08-25T00:37:36.452Z++ case $OLD_SHELL_OPTS in
1142026-08-25T00:37:36.453Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-08-25T00:37:36.453Z+ 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
1162026-08-25T00:37:36.453Z+ 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
1172026-08-25T00:37:36.453Z+ banner prerequisites
1182026-08-25T00:37:36.453Z
1192026-08-25T00:37:36.453Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-08-25T00:37:36.454Z # # # # # # # # # # # # # # #
1212026-08-25T00:37:36.454Z # # # # ##### # # ##### # # # # # #### #
1222026-08-25T00:37:36.454Z ##### ##### # ##### # # # # # # # # #
1232026-08-25T00:37:36.454Z # # # # # # # # # # # # # # #
1242026-08-25T00:37:36.454Z # # # ###### # # ###### ### # #### # #### #
1252026-08-25T00:37:36.454Z
1262026-08-25T00:37:36.454Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-08-25T00:37:38.393Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-25T00:37:38.765Z Startup: Caching catalogs ... Done
1292026-08-25T00:37:41.003ZPlanning: Solver setup ... Done (2.091s)
1302026-08-25T00:37:41.114ZPlanning: Running solver ... Done (0.062s)
1312026-08-25T00:37:41.134ZPlanning: Finding local manifests ... Done (0.003s)
1322026-08-25T00:37:41.134ZPlanning: Fetching manifests: 0/2 0% complete
1332026-08-25T00:37:41.148ZPlanning: Fetching manifests: 2/2 100% complete
1342026-08-25T00:37:41.159ZPlanning: Package planning ... Done (0.014s)
1352026-08-25T00:37:41.159ZPlanning: Merging actions ... Done (0.001s)
1362026-08-25T00:37:41.368ZPlanning: Checking for conflicting actions ... Done (0.228s)
1372026-08-25T00:37:41.372ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-08-25T00:37:42.185ZPlanning: Evaluating mediators ... Done (0.815s)
1392026-08-25T00:37:42.190ZPlanning: Planning completed in 3.38 seconds
1402026-08-25T00:37:42.195Z Packages to install: 2
1412026-08-25T00:37:42.195Z Estimated space available: 156.01 GB
1422026-08-25T00:37:42.198ZEstimated space to be consumed: 80.56 MB
1432026-08-25T00:37:42.198Z Create boot environment: No
1442026-08-25T00:37:42.198ZCreate backup boot environment: No
1452026-08-25T00:37:42.199Z Rebuild boot archive: No
1462026-08-25T00:37:42.199Z
1472026-08-25T00:37:42.199ZChanged packages:
1482026-08-25T00:37:42.199Zhelios
1492026-08-25T00:37:42.199Z developer/build-essential
1502026-08-25T00:37:42.199Z None -> 11-3.0
1512026-08-25T00:37:42.199Z library/libxmlsec1
1522026-08-25T00:37:42.199Z None -> 1.2.35-3.0
1532026-08-25T00:37:42.223Z
1542026-08-25T00:37:42.223ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-08-25T00:37:42.297ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1562026-08-25T00:37:42.357Z Actions: 1/268 actions (Installing new actions)
1572026-08-25T00:37:42.395Z Actions: Completed 268 actions in 0.04 seconds.
1582026-08-25T00:37:42.431ZFinalize: Updating package state database ... Done (0.035s)
1592026-08-25T00:37:42.435ZFinalize: Updating package cache ... Done (0.000s)
1602026-08-25T00:37:42.517ZFinalize: Updating image state ... Done (0.086s)
1612026-08-25T00:37:45.009ZFinalize: Creating fast lookup database ... Done (2.435s)
1622026-08-25T00:37:45.077ZFinalize: Reading search index ... Done (0.012s)
1632026-08-25T00:37:45.082ZFinalize: Updating search index ... Done (0.000s)
1642026-08-25T00:37:45.168ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T00:37:45.551ZPlanning: Evaluating mediator changes ... Done
1662026-08-25T00:37:45.657ZPlanning: Checking for conflicting actions ... Done
1672026-08-25T00:37:45.660ZPlanning: Consolidating action changes ... Done
1682026-08-25T00:37:45.813ZPlanning: Evaluating mediators ... Done
1692026-08-25T00:37:45.817ZPlanning: Planning completed in 0.26 seconds
1702026-08-25T00:37:45.836Z Mediators to change: 2
1712026-08-25T00:37:45.836Z Create boot environment: No
1722026-08-25T00:37:45.836ZCreate backup boot environment: No
1732026-08-25T00:37:45.878ZFinalize: Updating package state database ... Done
1742026-08-25T00:37:45.879ZFinalize: Updating package cache ... Done
1752026-08-25T00:37:45.931ZFinalize: Updating image state ... Done
1762026-08-25T00:37:47.879ZFinalize: Creating fast lookup database ... Done
1772026-08-25T00:37:47.943ZFinalize: Reading search index ... Done
1782026-08-25T00:37:47.943ZFinalize: Updating search index ... Done
1792026-08-25T00:37:47.999ZFinalize: Updating package cache ... Done
1802026-08-25T00:37:48.287ZPlanning: Evaluating mediator changes ... Done
1812026-08-25T00:37:48.395ZPlanning: Checking for conflicting actions ... Done
1822026-08-25T00:37:48.398ZPlanning: Consolidating action changes ... Done
1832026-08-25T00:37:48.550ZPlanning: Evaluating mediators ... Done
1842026-08-25T00:37:48.554ZPlanning: Planning completed in 0.26 seconds
1852026-08-25T00:37:48.573Z Mediators to change: 1
1862026-08-25T00:37:48.573Z Create boot environment: No
1872026-08-25T00:37:48.573ZCreate backup boot environment: No
1882026-08-25T00:37:48.610ZFinalize: Updating package state database ... Done
1892026-08-25T00:37:48.610ZFinalize: Updating package cache ... Done
1902026-08-25T00:37:48.663ZFinalize: Updating image state ... Done
1912026-08-25T00:37:50.649ZFinalize: Creating fast lookup database ... Done
1922026-08-25T00:37:50.716ZFinalize: Reading search index ... Done
1932026-08-25T00:37:50.719ZFinalize: Updating search index ... Done
1942026-08-25T00:37:50.771ZFinalize: Updating package cache ... Done
1952026-08-25T00:37:51.089ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-08-25T00:37:51.090Zapache system 2.4 system
1972026-08-25T00:37:51.090Zclang system 15 system
1982026-08-25T00:37:51.090Zcsh system system illumos
1992026-08-25T00:37:51.090Zctags system system illumos
2002026-08-25T00:37:51.090Zfile vendor vendor darwinsys
2012026-08-25T00:37:51.090Zfile system system illumos
2022026-08-25T00:37:51.090Zgcc vendor 14 vendor
2032026-08-25T00:37:51.090Zgcc system 13 system
2042026-08-25T00:37:51.090Zgcc system 10 system
2052026-08-25T00:37:51.090Zgo system 1.25 system
2062026-08-25T00:37:51.090Zllvm system 15 system
2072026-08-25T00:37:51.090Zmariadb system 11.4 system
2082026-08-25T00:37:51.090Zmta vendor vendor dma
2092026-08-25T00:37:51.090Zopenjdk system 17 system
2102026-08-25T00:37:51.090Zopenjdk system 11 system
2112026-08-25T00:37:51.090Zopenssl vendor 3 vendor
2122026-08-25T00:37:51.090Zperl system 5.40 system
2132026-08-25T00:37:51.090Zpostgresql system 18 system
2142026-08-25T00:37:51.091Zpostgresql system 17 system
2152026-08-25T00:37:51.091Zpython vendor 3 vendor
2162026-08-25T00:37:51.091Zpython system 2 system
2172026-08-25T00:37:51.091Zpython3 vendor 3.13 vendor
2182026-08-25T00:37:51.091Zruby system 3.4 system
2192026-08-25T00:37:51.091Zruby system 3.0 system
2202026-08-25T00:37:51.091Zwords vendor vendor american-english
2212026-08-25T00:37:51.091Zwords system system australian-english
2222026-08-25T00:37:51.091Zwords system system british-english
2232026-08-25T00:37:51.091Zwords system system canadian-english
2242026-08-25T00:37:51.091Zwords system system french
2252026-08-25T00:37:51.091Zwords system system italian
2262026-08-25T00:37:51.091Zwords system system ngerman
2272026-08-25T00:37:51.091Zwords system system ogerman
2282026-08-25T00:37:51.091Zwords system system spanish
2292026-08-25T00:37:51.348ZPUBLISHER TYPE STATUS P LOCATION
2302026-08-25T00:37:51.348Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-08-25T00:37:51.847ZFMRI IFO
2322026-08-25T00:37:51.847Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-08-25T00:37:51.847Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-08-25T00:37:51.847Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-08-25T00:37:51.847Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-08-25T00:37:51.848Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-08-25T00:37:51.848Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-08-25T00:37:51.848Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-08-25T00:37:51.848Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-08-25T00:37:51.848Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-08-25T00:37:52.190Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-08-25T00:37:52.531Z Updating crates.io index
2432026-08-25T00:37:52.534Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-08-25T00:37:53.822Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-25T00:37:54.163Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-25T00:37:55.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-25T00:37:55.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-25T00:37:57.732Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-25T00:37:58.583Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-25T00:37:58.862Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-25T00:37:59.230Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-25T00:38:00.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-25T00:38:00.665Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-25T00:38:01.060Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-25T00:38:01.376Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-25T00:38:01.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-25T00:38:01.918Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-25T00:38:02.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-25T00:38:02.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-25T00:38:02.793Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-25T00:38:03.312Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-25T00:38:03.701Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2632026-08-25T00:38:03.993Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-25T00:38:04.474Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652026-08-25T00:38:04.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2662026-08-25T00:38:05.298Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-08-25T00:38:05.606Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-08-25T00:38:05.894Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-08-25T00:38:06.328Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-08-25T00:38:06.615Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-08-25T00:38:07.076Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-08-25T00:38:07.393Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-08-25T00:38:07.676Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-08-25T00:38:07.919Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-08-25T00:38:08.318Z Updating git repository `https://github.com/oxidecomputer/tough`
2762026-08-25T00:38:08.889Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-08-25T00:38:09.155Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-08-25T00:38:09.440Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-08-25T00:38:09.768Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-08-25T00:38:10.449Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812026-08-25T00:38:10.727Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-08-25T00:38:10.984Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-08-25T00:38:11.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-08-25T00:38:11.556Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-08-25T00:38:11.825Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-08-25T00:38:14.431Z Downloading crates ...
2872026-08-25T00:38:14.477Z Downloaded anstream v1.0.0
2882026-08-25T00:38:14.494Z Downloaded autocfg v1.5.0
2892026-08-25T00:38:14.499Z Downloaded bytecount v0.6.9
2902026-08-25T00:38:14.499Z Downloaded digest v0.10.7
2912026-08-25T00:38:14.499Z Downloaded zmij v1.0.21
2922026-08-25T00:38:14.507Z Downloaded pest_generator v2.8.6
2932026-08-25T00:38:14.507Z Downloaded camino v1.2.5
2942026-08-25T00:38:14.507Z Downloaded log v0.4.33
2952026-08-25T00:38:14.523Z Downloaded thread-id v4.2.2
2962026-08-25T00:38:14.523Z Downloaded zerocopy v0.7.35
2972026-08-25T00:38:14.539Z Downloaded usdt-attr-macro v0.5.0
2982026-08-25T00:38:14.539Z Downloaded smawk v0.3.2
2992026-08-25T00:38:14.539Z Downloaded getrandom v0.4.3
3002026-08-25T00:38:14.539Z Downloaded anstyle v1.0.14
3012026-08-25T00:38:14.540Z Downloaded cargo_metadata v0.23.1
3022026-08-25T00:38:14.540Z Downloaded dtrace-parser v0.2.0
3032026-08-25T00:38:14.540Z Downloaded once_cell v1.21.3
3042026-08-25T00:38:14.540Z Downloaded macaddr v1.0.1
3052026-08-25T00:38:14.540Z Downloaded equivalent v1.0.2
3062026-08-25T00:38:14.540Z Downloaded errno v0.3.14
3072026-08-25T00:38:14.556Z Downloaded colorchoice v1.0.4
3082026-08-25T00:38:14.556Z Downloaded memmap v0.7.0
3092026-08-25T00:38:14.556Z Downloaded clap_lex v1.0.0
3102026-08-25T00:38:14.556Z Downloaded cargo_toml v0.21.0
3112026-08-25T00:38:14.556Z Downloaded proc-macro2 v1.0.106
3122026-08-25T00:38:14.556Z Downloaded itoa v1.0.17
3132026-08-25T00:38:14.566Z Downloaded cargo-platform v0.3.2
3142026-08-25T00:38:14.566Z Downloaded fnv v1.0.7
3152026-08-25T00:38:14.566Z Downloaded byteorder v1.5.0
3162026-08-25T00:38:14.566Z Downloaded generic-array v0.14.7
3172026-08-25T00:38:14.566Z Downloaded usdt v0.5.0
3182026-08-25T00:38:14.567Z Downloaded block-buffer v0.10.4
3192026-08-25T00:38:14.575Z Downloaded heck v0.5.0
3202026-08-25T00:38:14.575Z Downloaded dof v0.3.0
3212026-08-25T00:38:14.575Z Downloaded cpufeatures v0.2.17
3222026-08-25T00:38:14.581Z Downloaded anstyle-query v1.1.5
3232026-08-25T00:38:14.581Z Downloaded fastrand v2.3.0
3242026-08-25T00:38:14.581Z Downloaded serde_core v1.0.228
3252026-08-25T00:38:14.588Z Downloaded fs-err v3.3.0
3262026-08-25T00:38:14.588Z Downloaded swrite v0.1.0
3272026-08-25T00:38:14.588Z Downloaded tabled_derive v0.7.0
3282026-08-25T00:38:14.588Z Downloaded toml_write v0.1.2
3292026-08-25T00:38:14.594Z Downloaded pretty-hex v0.4.1
3302026-08-25T00:38:14.594Z Downloaded crypto-common v0.1.7
3312026-08-25T00:38:14.598Z Downloaded version_check v0.9.5
3322026-08-25T00:38:14.598Z Downloaded unicode-linebreak v0.1.5
3332026-08-25T00:38:14.603Z Downloaded serde_spanned v0.6.9
3342026-08-25T00:38:14.603Z Downloaded usdt-macro v0.5.0
3352026-08-25T00:38:14.603Z Downloaded terminal_size v0.4.3
3362026-08-25T00:38:14.603Z Downloaded toml_datetime v0.6.11
3372026-08-25T00:38:14.603Z Downloaded proc-macro-error-attr v1.0.4
3382026-08-25T00:38:14.607Z Downloaded scroll_derive v0.12.1
3392026-08-25T00:38:14.610Z Downloaded plain v0.2.3
3402026-08-25T00:38:14.616Z Downloaded heck v0.4.1
3412026-08-25T00:38:14.625Z Downloaded utf8parse v0.2.2
3422026-08-25T00:38:14.630Z Downloaded cfg-if v1.0.4
3432026-08-25T00:38:14.634Z Downloaded is_terminal_polyfill v1.70.2
3442026-08-25T00:38:14.647Z Downloaded camino-tempfile v1.4.1
3452026-08-25T00:38:14.647Z Downloaded usdt-impl v0.5.0
3462026-08-25T00:38:14.654Z Downloaded anstyle-parse v1.0.0
3472026-08-25T00:38:14.654Z Downloaded thiserror-impl v1.0.69
3482026-08-25T00:38:14.654Z Downloaded thiserror v2.0.18
3492026-08-25T00:38:14.659Z Downloaded strsim v0.11.1
3502026-08-25T00:38:14.664Z Downloaded quote v1.0.45
3512026-08-25T00:38:14.664Z Downloaded thiserror-impl v2.0.18
3522026-08-25T00:38:14.664Z Downloaded thiserror v1.0.69
3532026-08-25T00:38:14.668Z Downloaded sha2 v0.10.9
3542026-08-25T00:38:14.676Z Downloaded anyhow v1.0.104
3552026-08-25T00:38:14.676Z Downloaded papergrid v0.11.0
3562026-08-25T00:38:14.676Z Downloaded scroll v0.12.0
3572026-08-25T00:38:14.679Z Downloaded clap_derive v4.6.1
3582026-08-25T00:38:14.682Z Downloaded pest_derive v2.8.6
3592026-08-25T00:38:14.682Z Downloaded clap v4.6.1
3602026-08-25T00:38:14.686Z Downloaded bitflags v2.11.0
3612026-08-25T00:38:14.689Z Downloaded toml v0.8.23
3622026-08-25T00:38:14.695Z Downloaded zerocopy-derive v0.7.35
3632026-08-25T00:38:14.695Z Downloaded semver v1.0.28
3642026-08-25T00:38:14.695Z Downloaded proc-macro-error v1.0.4
3652026-08-25T00:38:14.698Z Downloaded serde_tokenstream v0.2.3
3662026-08-25T00:38:14.698Z Downloaded tempfile v3.27.0
3672026-08-25T00:38:14.722Z Downloaded unicode-ident v1.0.24
3682026-08-25T00:38:14.729Z Downloaded textwrap v0.16.2
3692026-08-25T00:38:14.761Z Downloaded serde_derive v1.0.228
3702026-08-25T00:38:14.761Z Downloaded pest_meta v2.8.6
3712026-08-25T00:38:14.766Z Downloaded memchr v2.8.0
3722026-08-25T00:38:14.766Z Downloaded serde v1.0.228
3732026-08-25T00:38:14.766Z Downloaded ucd-trie v0.1.7
3742026-08-25T00:38:14.770Z Downloaded toml_edit v0.22.27
3752026-08-25T00:38:14.790Z Downloaded typenum v1.20.1
3762026-08-25T00:38:14.810Z Downloaded indexmap v2.14.0
3772026-08-25T00:38:14.825Z Downloaded hashbrown v0.17.0
3782026-08-25T00:38:14.829Z Downloaded pest v2.8.6
3792026-08-25T00:38:14.838Z Downloaded clap_builder v4.6.0
3802026-08-25T00:38:14.843Z Downloaded serde_json v1.0.151
3812026-08-25T00:38:14.865Z Downloaded syn v1.0.109
3822026-08-25T00:38:14.875Z Downloaded winnow v0.7.14
3832026-08-25T00:38:14.875Z Downloaded goblin v0.8.2
3842026-08-25T00:38:14.884Z Downloaded tabled v0.15.0
3852026-08-25T00:38:14.893Z Downloaded unicode-width v0.1.14
3862026-08-25T00:38:14.901Z Downloaded unicode-width v0.2.0
3872026-08-25T00:38:14.906Z Downloaded syn v2.0.117
3882026-08-25T00:38:14.924Z Downloaded rustix v1.1.4
3892026-08-25T00:38:14.958Z Downloaded libc v0.2.185
3902026-08-25T00:38:15.021Z Compiling proc-macro2 v1.0.106
3912026-08-25T00:38:15.021Z Compiling quote v1.0.45
3922026-08-25T00:38:15.021Z Compiling unicode-ident v1.0.24
3932026-08-25T00:38:15.022Z Compiling serde_core v1.0.228
3942026-08-25T00:38:15.027Z Compiling libc v0.2.185
3952026-08-25T00:38:15.027Z Compiling version_check v0.9.5
3962026-08-25T00:38:15.027Z Compiling memchr v2.8.0
3972026-08-25T00:38:15.027Z Compiling serde v1.0.228
3982026-08-25T00:38:15.360Z Compiling zmij v1.0.21
3992026-08-25T00:38:15.656Z Compiling thiserror v1.0.69
4002026-08-25T00:38:15.672Z Compiling ucd-trie v0.1.7
4012026-08-25T00:38:15.829Z Compiling itoa v1.0.17
4022026-08-25T00:38:15.940Z Compiling pest v2.8.6
4032026-08-25T00:38:16.019Z Compiling byteorder v1.5.0
4042026-08-25T00:38:16.064Z Compiling rustix v1.1.4
4052026-08-25T00:38:16.168Z Compiling errno v0.3.14
4062026-08-25T00:38:16.259Z Compiling serde_json v1.0.151
4072026-08-25T00:38:16.488Z Compiling bitflags v2.11.0
4082026-08-25T00:38:16.601Z Compiling syn v2.0.117
4092026-08-25T00:38:16.615Z Compiling thread-id v4.2.2
4102026-08-25T00:38:16.642Z Compiling usdt-impl v0.5.0
4112026-08-25T00:38:16.711Z Compiling proc-macro-error-attr v1.0.4
4122026-08-25T00:38:16.736Z Compiling camino v1.2.5
4132026-08-25T00:38:16.862Z Compiling syn v1.0.109
4142026-08-25T00:38:17.054Z Compiling pest_meta v2.8.6
4152026-08-25T00:38:17.118Z Compiling proc-macro-error v1.0.4
4162026-08-25T00:38:17.197Z Compiling hashbrown v0.17.0
4172026-08-25T00:38:17.213Z Compiling equivalent v1.0.2
4182026-08-25T00:38:17.304Z Compiling log v0.4.33
4192026-08-25T00:38:17.321Z Compiling utf8parse v0.2.2
4202026-08-25T00:38:17.439Z Compiling getrandom v0.4.3
4212026-08-25T00:38:17.609Z Compiling plain v0.2.3
4222026-08-25T00:38:17.761Z Compiling indexmap v2.14.0
4232026-08-25T00:38:17.779Z Compiling terminal_size v0.4.3
4242026-08-25T00:38:17.854Z Compiling anstyle-parse v1.0.0
4252026-08-25T00:38:18.387Z Compiling autocfg v1.5.0
4262026-08-25T00:38:18.420Z Compiling winnow v0.7.14
4272026-08-25T00:38:18.444Z Compiling anstyle v1.0.14
4282026-08-25T00:38:18.520Z Compiling anstyle-query v1.1.5
4292026-08-25T00:38:18.661Z Compiling cfg-if v1.0.4
4302026-08-25T00:38:18.689Z Compiling thiserror v2.0.18
4312026-08-25T00:38:18.699Z Compiling pretty-hex v0.4.1
4322026-08-25T00:38:18.743Z Compiling colorchoice v1.0.4
4332026-08-25T00:38:18.772Z Compiling toml_write v0.1.2
4342026-08-25T00:38:18.832Z Compiling pest_generator v2.8.6
4352026-08-25T00:38:18.832Z Compiling is_terminal_polyfill v1.70.2
4362026-08-25T00:38:18.865Z Compiling fs-err v3.3.0
4372026-08-25T00:38:18.969Z Compiling anstream v1.0.0
4382026-08-25T00:38:19.165Z Compiling clap_lex v1.0.0
4392026-08-25T00:38:19.222Z Compiling strsim v0.11.1
4402026-08-25T00:38:19.266Z Compiling once_cell v1.21.3
4412026-08-25T00:38:19.404Z Compiling anyhow v1.0.104
4422026-08-25T00:38:19.470Z Compiling unicode-width v0.1.14
4432026-08-25T00:38:19.506Z Compiling fastrand v2.3.0
4442026-08-25T00:38:19.547Z Compiling heck v0.5.0
4452026-08-25T00:38:19.566Z Compiling bytecount v0.6.9
4462026-08-25T00:38:19.722Z Compiling heck v0.4.1
4472026-08-25T00:38:19.732Z Compiling fnv v1.0.7
4482026-08-25T00:38:19.768Z Compiling tempfile v3.27.0
4492026-08-25T00:38:19.784Z Compiling clap_builder v4.6.0
4502026-08-25T00:38:19.828Z Compiling papergrid v0.11.0
4512026-08-25T00:38:19.949Z Compiling cargo-platform v0.3.2
4522026-08-25T00:38:19.966Z Compiling semver v1.0.28
4532026-08-25T00:38:20.034Z Compiling memmap v0.7.0
4542026-08-25T00:38:20.052Z Compiling tabled_derive v0.7.0
4552026-08-25T00:38:20.144Z Compiling smawk v0.3.2
4562026-08-25T00:38:20.218Z Compiling unicode-linebreak v0.1.5
4572026-08-25T00:38:20.218Z Compiling unicode-width v0.2.0
4582026-08-25T00:38:20.303Z Compiling camino-tempfile v1.4.1
4592026-08-25T00:38:20.466Z Compiling textwrap v0.16.2
4602026-08-25T00:38:20.528Z Compiling serde_derive v1.0.228
4612026-08-25T00:38:20.546Z Compiling thiserror-impl v1.0.69
4622026-08-25T00:38:20.574Z Compiling zerocopy-derive v0.7.35
4632026-08-25T00:38:20.925Z Compiling pest_derive v2.8.6
4642026-08-25T00:38:20.949Z Compiling scroll_derive v0.12.1
4652026-08-25T00:38:20.998Z Compiling thiserror-impl v2.0.18
4662026-08-25T00:38:21.316Z Compiling clap_derive v4.6.1
4672026-08-25T00:38:21.389Z Compiling tabled v0.15.0
4682026-08-25T00:38:21.548Z Compiling zerocopy v0.7.35
4692026-08-25T00:38:21.646Z Compiling scroll v0.12.0
4702026-08-25T00:38:21.942Z Compiling goblin v0.8.2
4712026-08-25T00:38:21.998Z Compiling dtrace-parser v0.2.0
4722026-08-25T00:38:22.121Z Compiling swrite v0.1.0
4732026-08-25T00:38:23.060Z Compiling clap v4.6.1
4742026-08-25T00:38:23.557Z Compiling toml_datetime v0.6.11
4752026-08-25T00:38:23.564Z Compiling serde_spanned v0.6.9
4762026-08-25T00:38:23.564Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-25T00:38:23.564Z Compiling macaddr v1.0.1
4782026-08-25T00:38:23.564Z Compiling cargo_metadata v0.23.1
4792026-08-25T00:38:23.650Z Compiling dof v0.3.0
4802026-08-25T00:38:23.661Z Compiling serde_tokenstream v0.2.3
4812026-08-25T00:38:23.788Z Compiling toml_edit v0.22.27
4822026-08-25T00:38:24.371Z Compiling usdt-macro v0.5.0
4832026-08-25T00:38:24.396Z Compiling usdt-attr-macro v0.5.0
4842026-08-25T00:38:25.060Z Compiling usdt v0.5.0
4852026-08-25T00:38:25.135Z Compiling toml v0.8.23
4862026-08-25T00:38:25.468Z Compiling cargo_toml v0.21.0
4872026-08-25T00:38:26.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-25T00:38:28.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.79s
4892026-08-25T00:38:29.023Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-25T00:38:29.542Z Downloading crates ...
4912026-08-25T00:38:29.599Z Downloaded base16ct v0.2.0
4922026-08-25T00:38:29.606Z Downloaded aead v0.6.1
4932026-08-25T00:38:29.606Z Downloaded anstream v0.6.21
4942026-08-25T00:38:29.606Z Downloaded arc-swap v1.8.2
4952026-08-25T00:38:29.606Z Downloaded aead v0.5.2
4962026-08-25T00:38:29.606Z Downloaded async-recursion v1.1.1
4972026-08-25T00:38:29.613Z Downloaded assert_matches v1.5.0
4982026-08-25T00:38:29.613Z Downloaded ciborium-ll v0.2.2
4992026-08-25T00:38:29.613Z Downloaded addr2line v0.25.1
5002026-08-25T00:38:29.613Z Downloaded ascii-canvas v3.0.0
5012026-08-25T00:38:29.613Z Downloaded adler2 v2.0.1
5022026-08-25T00:38:29.613Z Downloaded futures-io v0.3.32
5032026-08-25T00:38:29.619Z Downloaded foreign-types v0.3.2
5042026-08-25T00:38:29.626Z Downloaded getrandom v0.2.17
5052026-08-25T00:38:29.626Z Downloaded home v0.5.12
5062026-08-25T00:38:29.626Z Downloaded bitfield-macros v0.19.4
5072026-08-25T00:38:29.633Z Downloaded hash32 v0.3.1
5082026-08-25T00:38:29.633Z Downloaded arrayvec v0.7.6
5092026-08-25T00:38:29.634Z Downloaded bb8 v0.8.6
5102026-08-25T00:38:29.634Z Downloaded bumpalo v3.20.2
5112026-08-25T00:38:29.634Z Downloaded async-stream v0.3.6
5122026-08-25T00:38:29.639Z Downloaded futures-task v0.3.32
5132026-08-25T00:38:29.639Z Downloaded async-trait v0.1.89
5142026-08-25T00:38:29.639Z Downloaded bitfield v0.19.4
5152026-08-25T00:38:29.644Z Downloaded fd-lock v4.0.4
5162026-08-25T00:38:29.644Z Downloaded bit-vec v0.8.0
5172026-08-25T00:38:29.644Z Downloaded cipher v0.4.4
5182026-08-25T00:38:29.650Z Downloaded async-bb8-diesel v0.2.1
5192026-08-25T00:38:29.650Z Downloaded backon v1.6.0
5202026-08-25T00:38:29.650Z Downloaded bzip2 v0.4.4
5212026-08-25T00:38:29.650Z Downloaded fs_extra v1.3.0
5222026-08-25T00:38:29.656Z Downloaded endian-type v0.1.2
5232026-08-25T00:38:29.657Z Downloaded fallible-iterator v0.2.0
5242026-08-25T00:38:29.657Z Downloaded float-cmp v0.10.0
5252026-08-25T00:38:29.657Z Downloaded futures-executor v0.3.32
5262026-08-25T00:38:29.657Z Downloaded async-stream-impl v0.3.6
5272026-08-25T00:38:29.657Z Downloaded base16ct v1.0.0
5282026-08-25T00:38:29.657Z Downloaded array-init v0.0.4
5292026-08-25T00:38:29.657Z Downloaded atty v0.2.14
5302026-08-25T00:38:29.657Z Downloaded futures-core v0.3.32
5312026-08-25T00:38:29.662Z Downloaded humantime v2.3.0
5322026-08-25T00:38:29.662Z Downloaded hyper-rustls v0.27.7
5332026-08-25T00:38:29.662Z Downloaded form_urlencoded v1.2.2
5342026-08-25T00:38:29.662Z Downloaded funty v2.0.0
5352026-08-25T00:38:29.662Z Downloaded fixedbitset v0.4.2
5362026-08-25T00:38:29.662Z Downloaded foreign-types v0.5.0
5372026-08-25T00:38:29.662Z Downloaded bcrypt-pbkdf v0.11.0
5382026-08-25T00:38:29.667Z Downloaded foreign-types-shared v0.3.1
5392026-08-25T00:38:29.667Z Downloaded gethostname v0.5.0
5402026-08-25T00:38:29.667Z Downloaded env_filter v2.0.0
5412026-08-25T00:38:29.667Z Downloaded cfg_aliases v0.1.1
5422026-08-25T00:38:29.670Z Downloaded bit-set v0.5.3
5432026-08-25T00:38:29.671Z Downloaded cobs v0.3.0
5442026-08-25T00:38:29.671Z Downloaded enum_dispatch v0.3.13
5452026-08-25T00:38:29.674Z Downloaded arrayref v0.3.9
5462026-08-25T00:38:29.678Z Downloaded atomicwrites v0.4.4
5472026-08-25T00:38:29.678Z Downloaded foreign-types-macros v0.2.3
5482026-08-25T00:38:29.678Z Downloaded futures-channel v0.3.32
5492026-08-25T00:38:29.678Z Downloaded futures-macro v0.3.32
5502026-08-25T00:38:29.684Z Downloaded ghash v0.6.0
5512026-08-25T00:38:29.684Z Downloaded hex v0.4.3
5522026-08-25T00:38:29.687Z Downloaded hostname v0.4.2
5532026-08-25T00:38:29.688Z Downloaded compression-core v0.4.31
5542026-08-25T00:38:29.688Z Downloaded block-padding v0.4.2
5552026-08-25T00:38:29.688Z Downloaded atomic-waker v1.1.2
5562026-08-25T00:38:29.688Z Downloaded cfg_aliases v0.2.1
5572026-08-25T00:38:29.688Z Downloaded ciborium-io v0.2.2
5582026-08-25T00:38:29.693Z Downloaded env_logger v0.11.11
5592026-08-25T00:38:29.699Z Downloaded headers v0.4.1
5602026-08-25T00:38:29.699Z Downloaded fixedbitset v0.5.7
5612026-08-25T00:38:29.710Z Downloaded ahash v0.8.12
5622026-08-25T00:38:29.710Z Downloaded backtrace-ext v0.2.1
5632026-08-25T00:38:29.711Z Downloaded foreign-types-shared v0.1.1
5642026-08-25T00:38:29.711Z Downloaded futures-sink v0.3.32
5652026-08-25T00:38:29.711Z Downloaded float-ord v0.3.2
5662026-08-25T00:38:29.711Z Downloaded enum-as-inner v0.6.1
5672026-08-25T00:38:29.711Z Downloaded httpdate v1.0.3
5682026-08-25T00:38:29.717Z Downloaded bitfield-struct v0.6.2
5692026-08-25T00:38:29.717Z Downloaded hubpack_derive v0.1.1
5702026-08-25T00:38:29.717Z Downloaded hostname v0.3.1
5712026-08-25T00:38:29.717Z Downloaded git-stub v1.0.0
5722026-08-25T00:38:29.717Z Downloaded openssl-macros v0.1.1
5732026-08-25T00:38:29.717Z Downloaded bit-set v0.8.0
5742026-08-25T00:38:29.724Z Downloaded hex-literal v1.1.0
5752026-08-25T00:38:29.728Z Downloaded castaway v0.2.4
5762026-08-25T00:38:29.728Z Downloaded hubpack v0.1.2
5772026-08-25T00:38:29.728Z Downloaded nibble_vec v0.1.0
5782026-08-25T00:38:29.728Z Downloaded nodrop v0.1.14
5792026-08-25T00:38:29.728Z Downloaded normalize-line-endings v0.3.0
5802026-08-25T00:38:29.728Z Downloaded fxhash v0.2.1
5812026-08-25T00:38:29.740Z Downloaded hash32 v0.2.1
5822026-08-25T00:38:29.740Z Downloaded headers-core v0.3.0
5832026-08-25T00:38:29.740Z Downloaded http-body v1.0.1
5842026-08-25T00:38:29.740Z Downloaded block-buffer v0.12.1
5852026-08-25T00:38:29.795Z Downloaded http-range v0.1.5
5862026-08-25T00:38:29.795Z Downloaded phf_shared v0.13.1
5872026-08-25T00:38:29.809Z Downloaded find-msvc-tools v0.1.9
5882026-08-25T00:38:29.809Z Downloaded backoff v0.4.0
5892026-08-25T00:38:29.809Z Downloaded base64ct v1.8.3
5902026-08-25T00:38:29.809Z Downloaded filetime v0.2.27
5912026-08-25T00:38:29.809Z Downloaded cassowary v0.3.0
5922026-08-25T00:38:29.809Z Downloaded oxide-generation-macros v0.2.0
5932026-08-25T00:38:29.809Z Downloaded progenitor-macro v0.13.0
5942026-08-25T00:38:29.809Z Downloaded erased-serde v0.3.31
5952026-08-25T00:38:29.809Z Downloaded fs-err v2.11.0
5962026-08-25T00:38:29.809Z Downloaded blowfish v0.10.0
5972026-08-25T00:38:29.809Z Downloaded cmake v0.1.57
5982026-08-25T00:38:29.809Z Downloaded compression-codecs v0.4.37
5992026-08-25T00:38:29.809Z Downloaded predicates-core v1.0.10
6002026-08-25T00:38:29.809Z Downloaded predicates-tree v1.0.13
6012026-08-25T00:38:29.809Z Downloaded radium v0.7.0
6022026-08-25T00:38:29.810Z Downloaded ref-cast v1.0.25
6032026-08-25T00:38:29.810Z Downloaded serde_plain v1.0.2
6042026-08-25T00:38:29.811Z Downloaded russh-util v0.52.0
6052026-08-25T00:38:29.811Z Downloaded secrecy v0.10.3
6062026-08-25T00:38:29.811Z Downloaded serde_repr v0.1.20
6072026-08-25T00:38:29.811Z Downloaded sha1 v0.11.0
6082026-08-25T00:38:29.811Z Downloaded const-oid v0.10.2
6092026-08-25T00:38:29.811Z Downloaded byte-wrapper v0.1.0
6102026-08-25T00:38:29.811Z Downloaded ff v0.14.0
6112026-08-25T00:38:29.811Z Downloaded flagset v0.4.7
6122026-08-25T00:38:29.811Z Downloaded git-stub-vcs v0.1.0
6132026-08-25T00:38:29.811Z Downloaded group v0.13.0
6142026-08-25T00:38:29.811Z Downloaded hashbrown v0.14.5
6152026-08-25T00:38:29.811Z Downloaded ff v0.13.1
6162026-08-25T00:38:29.811Z Downloaded foldhash v0.1.5
6172026-08-25T00:38:29.812Z Downloaded cipher v0.5.2
6182026-08-25T00:38:29.812Z Downloaded bit-vec v0.6.3
6192026-08-25T00:38:29.812Z Downloaded buf-list v1.1.2
6202026-08-25T00:38:29.812Z Downloaded globset v0.4.18
6212026-08-25T00:38:29.812Z Downloaded http-body-util v0.1.3
6222026-08-25T00:38:29.812Z Downloaded bs58 v0.5.1
6232026-08-25T00:38:29.822Z Downloaded cbc v0.2.1
6242026-08-25T00:38:29.822Z Downloaded foldhash v0.2.0
6252026-08-25T00:38:29.822Z Downloaded globwalk v0.9.1
6262026-08-25T00:38:29.822Z Downloaded num_enum v0.7.6
6272026-08-25T00:38:29.822Z Downloaded cexpr v0.6.0
6282026-08-25T00:38:29.822Z Downloaded num-complex v0.4.6
6292026-08-25T00:38:29.822Z Downloaded num_enum v0.5.11
6302026-08-25T00:38:29.822Z Downloaded camino-tempfile-ext v0.3.3
6312026-08-25T00:38:29.822Z Downloaded peg v0.8.5
6322026-08-25T00:38:29.822Z Downloaded pbkdf2 v0.13.0
6332026-08-25T00:38:29.822Z Downloaded phf v0.12.1
6342026-08-25T00:38:29.822Z Downloaded signal-hook-tokio v0.3.1
6352026-08-25T00:38:29.822Z Downloaded sqlparser_derive v0.5.0
6362026-08-25T00:38:29.822Z Downloaded password-hash v0.5.0
6372026-08-25T00:38:29.831Z Downloaded argon2 v0.5.3
6382026-08-25T00:38:29.831Z Downloaded argon2 v0.6.0-rc.8
6392026-08-25T00:38:29.831Z Downloaded chacha20 v0.10.0
6402026-08-25T00:38:29.831Z Downloaded glob v0.3.3
6412026-08-25T00:38:29.836Z Downloaded anstyle-parse v0.2.7
6422026-08-25T00:38:29.836Z Downloaded clang-sys v1.8.1
6432026-08-25T00:38:29.836Z Downloaded cmov v0.5.4
6442026-08-25T00:38:29.836Z Downloaded subtle v2.6.1
6452026-08-25T00:38:29.836Z Downloaded take_mut v0.2.2
6462026-08-25T00:38:29.836Z Downloaded testing_table v0.3.0
6472026-08-25T00:38:29.836Z Downloaded bcs v0.1.6
6482026-08-25T00:38:29.836Z Downloaded try-lock v0.2.5
6492026-08-25T00:38:29.836Z Downloaded hmac v0.13.0
6502026-08-25T00:38:29.836Z Downloaded httparse v1.10.1
6512026-08-25T00:38:29.841Z Downloaded blake2 v0.11.0-rc.6
6522026-08-25T00:38:29.842Z Downloaded bzip2 v0.6.1
6532026-08-25T00:38:29.842Z Downloaded console v0.15.11
6542026-08-25T00:38:29.842Z Downloaded console v0.16.2
6552026-08-25T00:38:29.842Z Downloaded chacha20 v0.9.1
6562026-08-25T00:38:29.850Z Downloaded progenitor-extras v0.2.0
6572026-08-25T00:38:29.850Z Downloaded rpassword v7.5.4
6582026-08-25T00:38:29.850Z Downloaded tokio-macros v2.7.0
6592026-08-25T00:38:29.857Z Downloaded serde_path_to_error v0.1.20
6602026-08-25T00:38:29.857Z Downloaded sha1 v0.10.6
6612026-08-25T00:38:29.857Z Downloaded postgres-protocol v0.6.10
6622026-08-25T00:38:29.857Z Downloaded rand_core v0.9.5
6632026-08-25T00:38:29.857Z Downloaded rand_core v0.10.0
6642026-08-25T00:38:29.857Z Downloaded unicode-xid v0.2.6
6652026-08-25T00:38:29.857Z Downloaded wait-timeout v0.2.1
6662026-08-25T00:38:29.862Z Downloaded serde-hex v0.1.0
6672026-08-25T00:38:29.862Z Downloaded unarray v0.1.4
6682026-08-25T00:38:29.862Z Downloaded usdt v0.6.0
6692026-08-25T00:38:29.862Z Downloaded usdt-macro v0.6.0
6702026-08-25T00:38:29.862Z Downloaded xshell-macros v0.2.7
6712026-08-25T00:38:29.862Z Downloaded hmac v0.12.1
6722026-08-25T00:38:29.870Z Downloaded half v1.8.3
6732026-08-25T00:38:29.871Z Downloaded async-compression v0.4.41
6742026-08-25T00:38:29.871Z Downloaded blake2 v0.10.6
6752026-08-25T00:38:29.876Z Downloaded colored v3.1.1
6762026-08-25T00:38:29.876Z Downloaded slog-async v2.8.0
6772026-08-25T00:38:29.876Z Downloaded group v0.14.0
6782026-08-25T00:38:29.876Z Downloaded hybrid-array v0.4.13
6792026-08-25T00:38:29.876Z Downloaded bitflags v1.3.2
6802026-08-25T00:38:29.876Z Downloaded ciborium v0.2.2
6812026-08-25T00:38:29.876Z Downloaded cancel-safe-futures v0.1.5
6822026-08-25T00:38:29.882Z Downloaded colored v2.2.0
6832026-08-25T00:38:29.882Z Downloaded convert_case v0.4.0
6842026-08-25T00:38:29.882Z Downloaded expectorate v1.2.0
6852026-08-25T00:38:29.883Z Downloaded parking_lot_core v0.9.12
6862026-08-25T00:38:29.883Z Downloaded peg-macros v0.8.5
6872026-08-25T00:38:29.887Z Downloaded futures v0.3.32
6882026-08-25T00:38:29.887Z Downloaded getrandom v0.3.4
6892026-08-25T00:38:29.887Z Downloaded zeroize_derive v1.5.0
6902026-08-25T00:38:29.887Z Downloaded stringprep v0.1.5
6912026-08-25T00:38:29.887Z Downloaded strum v0.26.3
6922026-08-25T00:38:29.887Z Downloaded support-bundle-viewer v0.1.2
6932026-08-25T00:38:29.894Z Downloaded base64 v0.22.1
6942026-08-25T00:38:29.894Z Downloaded string_cache v0.8.9
6952026-08-25T00:38:29.896Z Downloaded synstructure v0.13.2
6962026-08-25T00:38:29.896Z Downloaded pkcs1 v0.7.5
6972026-08-25T00:38:29.902Z Downloaded pkcs1 v0.8.0-rc.4
6982026-08-25T00:38:29.902Z Downloaded crunchy v0.2.4
6992026-08-25T00:38:29.902Z Downloaded elliptic-curve v0.14.1
7002026-08-25T00:38:29.903Z Downloaded defmt v0.3.100
7012026-08-25T00:38:29.912Z Downloaded curve25519-dalek-derive v0.1.1
7022026-08-25T00:38:29.912Z Downloaded thread_local v1.1.9
7032026-08-25T00:38:29.912Z Downloaded time-macros v0.2.27
7042026-08-25T00:38:29.912Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7052026-08-25T00:38:29.912Z Downloaded dtrace-parser v0.3.0
7062026-08-25T00:38:29.912Z Downloaded heapless v0.8.0
7072026-08-25T00:38:29.916Z Downloaded debug-ignore v1.0.5
7082026-08-25T00:38:29.917Z Downloaded display-error-chain v0.2.2
7092026-08-25T00:38:29.917Z Downloaded dirs-sys-next v0.1.2
7102026-08-25T00:38:29.917Z Downloaded embedded-io v0.6.1
7112026-08-25T00:38:29.917Z Downloaded illumos-nvpair v0.3.0
7122026-08-25T00:38:29.917Z Downloaded postcard v1.1.3
7132026-08-25T00:38:29.922Z Downloaded rustls-pki-types v1.14.0
7142026-08-25T00:38:29.922Z Downloaded vergen-lib v0.1.6
7152026-08-25T00:38:29.922Z Downloaded tui-tree-widget v0.23.1
7162026-08-25T00:38:29.929Z Downloaded idna_adapter v1.2.1
7172026-08-25T00:38:29.934Z Downloaded instant v0.1.13
7182026-08-25T00:38:29.934Z Downloaded jiff-static v0.2.34
7192026-08-25T00:38:29.934Z Downloaded lzss v0.8.2
7202026-08-25T00:38:29.934Z Downloaded md-5 v0.10.6
7212026-08-25T00:38:29.938Z Downloaded flate2 v1.1.9
7222026-08-25T00:38:29.939Z Downloaded maybe-uninit v2.0.0
7232026-08-25T00:38:29.944Z Downloaded spin v0.9.8
7242026-08-25T00:38:29.944Z Downloaded highway v1.3.0
7252026-08-25T00:38:29.944Z Downloaded const-oid v0.9.6
7262026-08-25T00:38:29.948Z Downloaded fatfs v0.3.6
7272026-08-25T00:38:29.948Z Downloaded oso v0.27.3
7282026-08-25T00:38:29.948Z Downloaded generic-array v1.4.3
7292026-08-25T00:38:29.953Z Downloaded ssh-cipher v0.3.0
7302026-08-25T00:38:29.953Z Downloaded oxide-update-engine-types v0.1.2
7312026-08-25T00:38:29.956Z Downloaded md5 v0.8.0
7322026-08-25T00:38:29.956Z Downloaded num-iter v0.1.45
7332026-08-25T00:38:29.966Z Downloaded papergrid v0.18.0
7342026-08-25T00:38:29.966Z Downloaded flume v0.11.1
7352026-08-25T00:38:29.981Z Downloaded compact_str v0.8.1
7362026-08-25T00:38:29.981Z Downloaded chacha20poly1305 v0.10.1
7372026-08-25T00:38:29.981Z Downloaded opaque-debug v0.3.1
7382026-08-25T00:38:29.981Z Downloaded half v2.7.1
7392026-08-25T00:38:29.981Z Downloaded tls_codec v0.4.2
7402026-08-25T00:38:29.993Z Downloaded critical-section v1.2.0
7412026-08-25T00:38:29.993Z Downloaded base64 v0.21.7
7422026-08-25T00:38:29.994Z Downloaded peg-runtime v0.8.5
7432026-08-25T00:38:29.994Z Downloaded phf_shared v0.11.3
7442026-08-25T00:38:29.994Z Downloaded ed25519 v2.2.3
7452026-08-25T00:38:29.994Z Downloaded ena v0.14.4
7462026-08-25T00:38:29.994Z Downloaded ctr v0.10.1
7472026-08-25T00:38:29.994Z Downloaded ctutils v0.4.2
7482026-08-25T00:38:29.994Z Downloaded defmt v1.0.1
7492026-08-25T00:38:29.994Z Downloaded diesel-dtrace v0.5.0
7502026-08-25T00:38:29.994Z Downloaded psl-types v2.0.11
7512026-08-25T00:38:29.994Z Downloaded recursive-proc-macro-impl v0.1.1
7522026-08-25T00:38:29.994Z Downloaded precomputed-hash v0.1.1
7532026-08-25T00:38:29.994Z Downloaded rand_pcg v0.10.2
7542026-08-25T00:38:30.008Z Downloaded poly1305 v0.9.0
7552026-08-25T00:38:30.008Z Downloaded prefix-trie v0.7.0
7562026-08-25T00:38:30.008Z Downloaded schemars v0.8.22
7572026-08-25T00:38:30.008Z Downloaded ingot-types v0.2.0
7582026-08-25T00:38:30.008Z Downloaded ipnetwork v0.21.1
7592026-08-25T00:38:30.008Z Downloaded kstat-rs v0.2.5
7602026-08-25T00:38:30.020Z Downloaded signal-hook v0.3.18
7612026-08-25T00:38:30.020Z Downloaded tracing-attributes v0.1.31
7622026-08-25T00:38:30.020Z Downloaded rfc6979 v0.4.0
7632026-08-25T00:38:30.020Z Downloaded knus-derive v3.4.0
7642026-08-25T00:38:30.020Z Downloaded serde_spanned v1.1.1
7652026-08-25T00:38:30.020Z Downloaded libloading v0.8.9
7662026-08-25T00:38:30.022Z Downloaded russh-cryptovec v0.62.0
7672026-08-25T00:38:30.028Z Downloaded bytes v1.11.1
7682026-08-25T00:38:30.028Z Downloaded seq-macro v0.3.6
7692026-08-25T00:38:30.028Z Downloaded sigpipe v0.1.3
7702026-08-25T00:38:30.028Z Downloaded module-lattice v0.2.3
7712026-08-25T00:38:30.028Z Downloaded aes v0.9.1
7722026-08-25T00:38:30.028Z Downloaded chumsky v0.9.3
7732026-08-25T00:38:30.028Z Downloaded heapless v0.7.17
7742026-08-25T00:38:30.028Z Downloaded similar v2.7.0
7752026-08-25T00:38:30.035Z Downloaded corncobs v0.1.4
7762026-08-25T00:38:30.036Z Downloaded multer v3.1.0
7772026-08-25T00:38:30.036Z Downloaded structmeta-derive v0.3.0
7782026-08-25T00:38:30.047Z Downloaded supports-unicode v3.0.0
7792026-08-25T00:38:30.048Z Downloaded ar_archive_writer v0.5.1
7802026-08-25T00:38:30.048Z Downloaded allocator-api2 v0.2.21
7812026-08-25T00:38:30.048Z Downloaded backtrace v0.3.76
7822026-08-25T00:38:30.053Z Downloaded p384 v0.14.0
7832026-08-25T00:38:30.053Z Downloaded oxide-tokio-rt v0.1.4
7842026-08-25T00:38:30.054Z Downloaded owo-colors v4.3.0
7852026-08-25T00:38:30.054Z Downloaded oxide-generation v0.1.3
7862026-08-25T00:38:30.054Z Downloaded pem v3.0.6
7872026-08-25T00:38:30.054Z Downloaded phf v0.13.1
7882026-08-25T00:38:30.055Z Downloaded tower-layer v0.3.3
7892026-08-25T00:38:30.055Z Downloaded progenitor-impl v0.14.0
7902026-08-25T00:38:30.055Z Downloaded term v1.2.1
7912026-08-25T00:38:30.055Z Downloaded phc v0.6.1
7922026-08-25T00:38:30.060Z Downloaded ecdsa v0.17.0
7932026-08-25T00:38:30.060Z Downloaded derive_builder v0.20.2
7942026-08-25T00:38:30.060Z Downloaded hyper-staticfile v0.10.1
7952026-08-25T00:38:30.061Z Downloaded progenitor-client v0.13.0
7962026-08-25T00:38:30.061Z Downloaded tokio-native-tls v0.3.1
7972026-08-25T00:38:30.066Z Downloaded universal-hash v0.6.1
7982026-08-25T00:38:30.066Z Downloaded usdt-attr-macro v0.6.0
7992026-08-25T00:38:30.066Z Downloaded waitgroup v0.1.2
8002026-08-25T00:38:30.066Z Downloaded rand_core v0.6.4
8012026-08-25T00:38:30.066Z Downloaded resolv-conf v0.7.6
8022026-08-25T00:38:30.066Z Downloaded schemars v0.9.0
8032026-08-25T00:38:30.070Z Downloaded trait-variant v0.1.2
8042026-08-25T00:38:30.075Z Downloaded unicode-truncate v1.1.0
8052026-08-25T00:38:30.075Z Downloaded pretty_assertions v1.4.1
8062026-08-25T00:38:30.075Z Downloaded poly1305 v0.8.0
8072026-08-25T00:38:30.079Z Downloaded serde_tokenstream v0.3.0
8082026-08-25T00:38:30.079Z Downloaded slog-stdlog v4.1.1
8092026-08-25T00:38:30.080Z Downloaded sec1 v0.7.3
8102026-08-25T00:38:30.081Z Downloaded cstr-argument v0.1.2
8112026-08-25T00:38:30.081Z Downloaded crucible-workspace-hack v0.1.0
8122026-08-25T00:38:30.081Z Downloaded rayon-core v1.13.0
8132026-08-25T00:38:30.085Z Downloaded unicode-properties v0.1.4
8142026-08-25T00:38:30.085Z Downloaded scuffle v0.1.0
8152026-08-25T00:38:30.085Z Downloaded unsafe-libyaml v0.2.11
8162026-08-25T00:38:30.092Z Downloaded vte v0.14.1
8172026-08-25T00:38:30.092Z Downloaded lock_api v0.4.14
8182026-08-25T00:38:30.092Z Downloaded slog-scope v4.4.1
8192026-08-25T00:38:30.100Z Downloaded strum_macros v0.27.2
8202026-08-25T00:38:30.105Z Downloaded rustc-demangle v0.1.27
8212026-08-25T00:38:30.105Z Downloaded cc v1.2.56
8222026-08-25T00:38:30.106Z Downloaded crc-any v2.5.0
8232026-08-25T00:38:30.106Z Downloaded slog-bunyan v2.5.0
8242026-08-25T00:38:30.106Z Downloaded smallvec v0.6.14
8252026-08-25T00:38:30.106Z Downloaded hickory-resolver v0.25.2
8262026-08-25T00:38:30.115Z Downloaded ml-kem v0.3.2
8272026-08-25T00:38:30.115Z Downloaded dof v0.4.0
8282026-08-25T00:38:30.115Z Downloaded dropshot-api-manager-types v0.8.0
8292026-08-25T00:38:30.115Z Downloaded hyper-tls v0.6.0
8302026-08-25T00:38:30.115Z Downloaded is_ci v1.2.0
8312026-08-25T00:38:30.115Z Downloaded num_enum_derive v0.7.6
8322026-08-25T00:38:30.120Z Downloaded tokio-dtrace v0.1.1
8332026-08-25T00:38:30.120Z Downloaded toml_writer v1.1.1+spec-1.1.0
8342026-08-25T00:38:30.121Z Downloaded cpubits v0.1.1
8352026-08-25T00:38:30.121Z Downloaded predicates v3.1.4
8362026-08-25T00:38:30.121Z Downloaded hickory-resolver v0.24.4
8372026-08-25T00:38:30.127Z Downloaded lru-slab v0.1.2
8382026-08-25T00:38:30.127Z Downloaded memoffset v0.9.1
8392026-08-25T00:38:30.127Z Downloaded quinn-udp v0.5.14
8402026-08-25T00:38:30.127Z Downloaded new_debug_unreachable v1.0.6
8412026-08-25T00:38:30.133Z Downloaded num-conv v0.2.0
8422026-08-25T00:38:30.133Z Downloaded defmt-parser v1.0.0
8432026-08-25T00:38:30.134Z Downloaded slog v2.8.2
8442026-08-25T00:38:30.134Z Downloaded digest-io v0.1.0
8452026-08-25T00:38:30.134Z Downloaded diesel_table_macro_syntax v0.3.0
8462026-08-25T00:38:30.134Z Downloaded ignore v0.4.25
8472026-08-25T00:38:30.139Z Downloaded yansi v1.0.1
8482026-08-25T00:38:30.139Z Downloaded parking_lot v0.12.5
8492026-08-25T00:38:30.139Z Downloaded tokio-tungstenite v0.21.0
8502026-08-25T00:38:30.139Z Downloaded serde_derive_internals v0.29.1
8512026-08-25T00:38:30.144Z Downloaded parking_lot_core v0.8.6
8522026-08-25T00:38:30.144Z Downloaded newtype_derive v0.1.6
8532026-08-25T00:38:30.144Z Downloaded openssl-probe v0.2.1
8542026-08-25T00:38:30.144Z Downloaded tokio-tungstenite v0.23.1
8552026-08-25T00:38:30.144Z Downloaded phf_shared v0.12.1
8562026-08-25T00:38:30.144Z Downloaded olpc-cjson v0.1.4
8572026-08-25T00:38:30.145Z Downloaded indoc v1.0.9
8582026-08-25T00:38:30.149Z Downloaded dyn-clone v1.0.20
8592026-08-25T00:38:30.149Z Downloaded parse-display v0.10.0
8602026-08-25T00:38:30.149Z Downloaded path-slash v0.1.5
8612026-08-25T00:38:30.149Z Downloaded keccak v0.1.6
8622026-08-25T00:38:30.150Z Downloaded unicase v2.9.0
8632026-08-25T00:38:30.150Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-08-25T00:38:30.160Z Downloaded slog-term v2.9.2
8652026-08-25T00:38:30.160Z Downloaded rsa v0.9.10
8662026-08-25T00:38:30.165Z Downloaded salsa20 v0.11.0
8672026-08-25T00:38:30.165Z Downloaded usdt-impl v0.6.0
8682026-08-25T00:38:30.170Z Downloaded recursive v0.1.1
8692026-08-25T00:38:30.170Z Downloaded ref-cast-impl v1.0.25
8702026-08-25T00:38:30.170Z Downloaded rustc-hash v2.1.1
8712026-08-25T00:38:30.170Z Downloaded writeable v0.6.2
8722026-08-25T00:38:30.178Z Downloaded potential_utf v0.1.4
8732026-08-25T00:38:30.178Z Downloaded whoami v2.1.0
8742026-08-25T00:38:30.182Z Downloaded serde_urlencoded v0.7.1
8752026-08-25T00:38:30.187Z Downloaded hickory-server v0.25.2
8762026-08-25T00:38:30.192Z Downloaded zeroize v1.9.0
8772026-08-25T00:38:30.208Z Downloaded constant_time_eq v0.4.2
8782026-08-25T00:38:30.208Z Downloaded hashbrown v0.13.2
8792026-08-25T00:38:30.208Z Downloaded sync_wrapper v1.0.2
8802026-08-25T00:38:30.208Z Downloaded tabwriter v1.4.1
8812026-08-25T00:38:30.211Z Downloaded typify-macro v0.6.2
8822026-08-25T00:38:30.211Z Downloaded tinyvec_macros v0.1.1
8832026-08-25T00:38:30.211Z Downloaded untrusted v0.9.0
8842026-08-25T00:38:30.219Z Downloaded data-encoding v2.10.0
8852026-08-25T00:38:30.219Z Downloaded samael v0.0.19
8862026-08-25T00:38:30.219Z Downloaded scheduled-thread-pool v0.2.7
8872026-08-25T00:38:30.220Z Downloaded icu_provider v2.1.1
8882026-08-25T00:38:30.220Z Downloaded defmt-macros v1.0.1
8892026-08-25T00:38:30.220Z Downloaded omicron-zone-package v0.12.3
8902026-08-25T00:38:30.220Z Downloaded rustls-platform-verifier v0.6.2
8912026-08-25T00:38:30.220Z Downloaded tokio-postgres v0.7.16
8922026-08-25T00:38:30.221Z Downloaded paste v1.0.15
8932026-08-25T00:38:30.221Z Downloaded pem-rfc7468 v0.7.0
8942026-08-25T00:38:30.221Z Downloaded progenitor-client v0.14.0
8952026-08-25T00:38:30.226Z Downloaded secrecy v0.8.0
8962026-08-25T00:38:30.226Z Downloaded want v0.3.1
8972026-08-25T00:38:30.226Z Downloaded strsim v0.10.0
8982026-08-25T00:38:30.226Z Downloaded zerotrie v0.2.3
8992026-08-25T00:38:30.226Z Downloaded strip-ansi-escapes v0.2.1
9002026-08-25T00:38:30.226Z Downloaded topological-sort v0.2.2
9012026-08-25T00:38:30.226Z Downloaded progenitor-impl v0.13.0
9022026-08-25T00:38:30.226Z Downloaded vergen v9.1.0
9032026-08-25T00:38:30.232Z Downloaded zerofrom v0.1.6
9042026-08-25T00:38:30.238Z Downloaded ryu v1.0.23
9052026-08-25T00:38:30.238Z Downloaded rand_seeder v0.4.0
9062026-08-25T00:38:30.238Z Downloaded rustls-pemfile v2.2.0
9072026-08-25T00:38:30.238Z Downloaded powerfmt v0.2.0
9082026-08-25T00:38:30.243Z Downloaded yasna v0.5.2
9092026-08-25T00:38:30.243Z Downloaded r2d2 v0.8.10
9102026-08-25T00:38:30.247Z Downloaded hashbrown v0.12.3
9112026-08-25T00:38:30.247Z Downloaded http v1.4.2
9122026-08-25T00:38:30.256Z Downloaded derive_builder_macro v0.20.2
9132026-08-25T00:38:30.262Z Downloaded dsl_auto_type v0.2.0
9142026-08-25T00:38:30.262Z Downloaded crc32fast v1.5.0
9152026-08-25T00:38:30.262Z Downloaded darling_macro v0.21.3
9162026-08-25T00:38:30.262Z Downloaded serdect v0.4.3
9172026-08-25T00:38:30.262Z Downloaded slog-dtrace v0.3.0
9182026-08-25T00:38:30.262Z Downloaded toml_edit v0.19.15
9192026-08-25T00:38:30.269Z Downloaded derive_more v2.1.1
9202026-08-25T00:38:30.273Z Downloaded prettyplease v0.2.37
9212026-08-25T00:38:30.273Z Downloaded simd-adler32 v0.3.8
9222026-08-25T00:38:30.273Z Downloaded crossbeam-utils v0.8.21
9232026-08-25T00:38:30.277Z Downloaded memmap2 v0.9.10
9242026-08-25T00:38:30.277Z Downloaded test-strategy v0.4.5
9252026-08-25T00:38:30.277Z Downloaded tinystr v0.8.2
9262026-08-25T00:38:30.277Z Downloaded tinyvec v1.10.0
9272026-08-25T00:38:30.283Z Downloaded inout v0.2.2
9282026-08-25T00:38:30.283Z Downloaded match_cfg v0.1.0
9292026-08-25T00:38:30.283Z Downloaded is-terminal v0.4.17
9302026-08-25T00:38:30.283Z Downloaded kem v0.3.0
9312026-08-25T00:38:30.283Z Downloaded knus v3.4.0
9322026-08-25T00:38:30.283Z Downloaded crossbeam-channel v0.5.15
9332026-08-25T00:38:30.289Z Downloaded zopfli v0.8.3
9342026-08-25T00:38:30.289Z Downloaded psm v0.1.30
9352026-08-25T00:38:30.289Z Downloaded darling_core v0.13.4
9362026-08-25T00:38:30.294Z Downloaded lalrpop-util v0.19.12
9372026-08-25T00:38:30.294Z Downloaded num_enum_derive v0.5.11
9382026-08-25T00:38:30.294Z Downloaded tungstenite v0.21.0
9392026-08-25T00:38:30.294Z Downloaded vergen-lib v9.1.0
9402026-08-25T00:38:30.294Z Downloaded whoami v1.6.1
9412026-08-25T00:38:30.294Z Downloaded num-bigint-dig v0.8.6
9422026-08-25T00:38:30.300Z Downloaded smf v0.2.3
9432026-08-25T00:38:30.300Z Downloaded spki v0.7.3
9442026-08-25T00:38:30.300Z Downloaded spki v0.8.0
9452026-08-25T00:38:30.300Z Downloaded thiserror-no-std v2.0.2
9462026-08-25T00:38:30.306Z Downloaded newtype-uuid-macros v0.1.0
9472026-08-25T00:38:30.306Z Downloaded nonempty v0.12.0
9482026-08-25T00:38:30.306Z Downloaded tar v0.4.46
9492026-08-25T00:38:30.306Z Downloaded rustyline v14.0.0
9502026-08-25T00:38:30.316Z Downloaded const_format_proc_macros v0.2.34
9512026-08-25T00:38:30.318Z Downloaded zstd-safe v7.2.4
9522026-08-25T00:38:30.318Z Downloaded yoke v0.8.1
9532026-08-25T00:38:30.325Z Downloaded derive_builder_core v0.20.2
9542026-08-25T00:38:30.325Z Downloaded progenitor-macro v0.14.0
9552026-08-25T00:38:30.325Z Downloaded darling v0.13.4
9562026-08-25T00:38:30.333Z Downloaded indoc v2.0.7
9572026-08-25T00:38:30.333Z Downloaded toml_parser v1.1.2+spec-1.1.0
9582026-08-25T00:38:30.333Z Downloaded dirs-next v2.0.0
9592026-08-25T00:38:30.333Z Downloaded sapling-renderdag v0.1.0
9602026-08-25T00:38:30.333Z Downloaded rustc_version v0.1.7
9612026-08-25T00:38:30.333Z Downloaded scroll_derive v0.13.1
9622026-08-25T00:38:30.333Z Downloaded siphasher v1.0.2
9632026-08-25T00:38:30.333Z Downloaded supports-hyperlinks v3.2.0
9642026-08-25T00:38:30.343Z Downloaded zerocopy-derive v0.8.55
9652026-08-25T00:38:30.343Z Downloaded rustc_version v0.4.1
9662026-08-25T00:38:30.344Z Downloaded mime_guess v2.0.5
9672026-08-25T00:38:30.344Z Downloaded digest v0.11.3
9682026-08-25T00:38:30.344Z Downloaded num-traits v0.2.19
9692026-08-25T00:38:30.349Z Downloaded darling_core v0.20.11
9702026-08-25T00:38:30.349Z Downloaded nanorand v0.7.0
9712026-08-25T00:38:30.349Z Downloaded signature v2.2.0
9722026-08-25T00:38:30.350Z Downloaded signature v3.0.0
9732026-08-25T00:38:30.350Z Downloaded stable_deref_trait v1.2.1
9742026-08-25T00:38:30.350Z Downloaded derive-where v1.6.0
9752026-08-25T00:38:30.350Z Downloaded num-integer v0.1.46
9762026-08-25T00:38:30.350Z Downloaded linear-map v1.2.0
9772026-08-25T00:38:30.350Z Downloaded qorb v0.4.1
9782026-08-25T00:38:30.355Z Downloaded steno v0.4.1
9792026-08-25T00:38:30.355Z Downloaded num-rational v0.4.2
9802026-08-25T00:38:30.355Z Downloaded serde_cbor v0.11.2
9812026-08-25T00:38:30.356Z Downloaded static_assertions v1.1.0
9822026-08-25T00:38:30.356Z Downloaded unit-prefix v0.5.2
9832026-08-25T00:38:30.357Z Downloaded thread-id v5.1.0
9842026-08-25T00:38:30.362Z Downloaded zone v0.3.1
9852026-08-25T00:38:30.362Z Downloaded icu_normalizer_data v2.1.1
9862026-08-25T00:38:30.362Z Downloaded aes-gcm v0.11.0
9872026-08-25T00:38:30.362Z Downloaded utf8_iter v1.0.4
9882026-08-25T00:38:30.362Z Downloaded void v1.0.2
9892026-08-25T00:38:30.362Z Downloaded pem-rfc7468 v1.0.0
9902026-08-25T00:38:30.427Z Downloaded icu_locale_core v2.1.1
9912026-08-25T00:38:30.427Z Downloaded icu_normalizer v2.1.1
9922026-08-25T00:38:30.439Z Downloaded tls_codec_derive v0.4.2
9932026-08-25T00:38:30.439Z Downloaded xattr v1.6.1
9942026-08-25T00:38:30.440Z Downloaded crc-catalog v2.4.0
9952026-08-25T00:38:30.440Z Downloaded hashbrown v0.16.1
9962026-08-25T00:38:30.440Z Downloaded primefield v0.14.0
9972026-08-25T00:38:30.440Z Downloaded libscf-sys v1.2.0
9982026-08-25T00:38:30.440Z Downloaded iana-time-zone v0.1.65
9992026-08-25T00:38:30.440Z Downloaded serde_yaml v0.9.34+deprecated
10002026-08-25T00:38:30.440Z Downloaded proc-macro-crate v3.4.0
10012026-08-25T00:38:30.440Z Downloaded embedded-io v0.4.0
10022026-08-25T00:38:30.440Z Downloaded instability v0.3.11
10032026-08-25T00:38:30.440Z Downloaded litrs v1.0.0
10042026-08-25T00:38:30.440Z Downloaded newline-converter v0.3.0
10052026-08-25T00:38:30.440Z Downloaded num_threads v0.1.7
10062026-08-25T00:38:30.440Z Downloaded maplit v1.0.2
10072026-08-25T00:38:30.440Z Downloaded oso-derive v0.27.3
10082026-08-25T00:38:30.440Z Downloaded scrypt v0.12.0
10092026-08-25T00:38:30.440Z Downloaded sec1 v0.8.1
10102026-08-25T00:38:30.440Z Downloaded indicatif v0.18.4
10112026-08-25T00:38:30.440Z Downloaded proc-macro-crate v1.3.1
10122026-08-25T00:38:30.440Z Downloaded same-file v1.0.6
10132026-08-25T00:38:30.440Z Downloaded shell-words v1.1.1
10142026-08-25T00:38:30.440Z Downloaded vergen-gitcl v1.0.8
10152026-08-25T00:38:30.445Z Downloaded strum_macros v0.26.4
10162026-08-25T00:38:30.445Z Downloaded reedline v0.40.0
10172026-08-25T00:38:30.454Z Downloaded deranged v0.5.8
10182026-08-25T00:38:30.462Z Downloaded xshell v0.2.7
10192026-08-25T00:38:30.462Z Downloaded daft v0.1.8
10202026-08-25T00:38:30.462Z Downloaded ed25519 v3.0.0
10212026-08-25T00:38:30.462Z Downloaded either v1.15.0
10222026-08-25T00:38:30.462Z Downloaded supports-color v3.0.2
10232026-08-25T00:38:30.462Z Downloaded wnaf v0.14.0
10242026-08-25T00:38:30.470Z Downloaded daft-derive v0.1.8
10252026-08-25T00:38:30.470Z Downloaded rand v0.10.1
10262026-08-25T00:38:30.470Z Downloaded polyval v0.7.1
10272026-08-25T00:38:30.471Z Downloaded hashbrown v0.15.5
10282026-08-25T00:38:30.475Z Downloaded tap v1.0.1
10292026-08-25T00:38:30.475Z Downloaded num-bigint v0.4.6
10302026-08-25T00:38:30.475Z Downloaded time-core v0.1.8
10312026-08-25T00:38:30.476Z Downloaded crypto-common v0.2.2
10322026-08-25T00:38:30.476Z Downloaded utf-8 v0.7.6
10332026-08-25T00:38:30.476Z Downloaded downcast-rs v2.0.2
10342026-08-25T00:38:30.479Z Downloaded ident_case v1.0.1
10352026-08-25T00:38:30.479Z Downloaded cpufeatures v0.3.0
10362026-08-25T00:38:30.486Z Downloaded keccak v0.2.0
10372026-08-25T00:38:30.486Z Downloaded parse-display-derive v0.10.0
10382026-08-25T00:38:30.486Z Downloaded parse-size v1.1.0
10392026-08-25T00:38:30.490Z Downloaded indent_write v2.2.0
10402026-08-25T00:38:30.495Z Downloaded internet-checksum v0.2.1
10412026-08-25T00:38:30.495Z Downloaded inout v0.1.4
10422026-08-25T00:38:30.495Z Downloaded aws-lc-rs v1.16.3
10432026-08-25T00:38:30.499Z Downloaded serde_with_macros v3.21.0
10442026-08-25T00:38:30.504Z Downloaded semver v0.1.20
10452026-08-25T00:38:30.504Z Downloaded term v0.7.0
10462026-08-25T00:38:30.507Z Downloaded primeorder v0.13.6
10472026-08-25T00:38:30.513Z Downloaded port-file v0.1.0
10482026-08-25T00:38:30.513Z Downloaded ppv-lite86 v0.2.21
10492026-08-25T00:38:30.513Z Downloaded primeorder v0.14.0
10502026-08-25T00:38:30.513Z Downloaded packed_struct_codegen v0.10.1
10512026-08-25T00:38:30.513Z Downloaded slab v0.4.12
10522026-08-25T00:38:30.518Z Downloaded parking_lot v0.11.2
10532026-08-25T00:38:30.518Z Downloaded tokio-stream v0.1.18
10542026-08-25T00:38:30.522Z Downloaded tower-http v0.6.8
10552026-08-25T00:38:30.528Z Downloaded darling_core v0.21.3
10562026-08-25T00:38:30.528Z Downloaded darling v0.20.11
10572026-08-25T00:38:30.541Z Downloaded litemap v0.8.1
10582026-08-25T00:38:30.547Z Downloaded signal-hook-mio v0.2.5
10592026-08-25T00:38:30.547Z Downloaded tiny-keccak v2.0.2
10602026-08-25T00:38:30.547Z Downloaded h2 v0.4.15
10612026-08-25T00:38:30.547Z Downloaded hkdf v0.12.4
10622026-08-25T00:38:30.547Z Downloaded sqlformat v0.3.5
10632026-08-25T00:38:30.547Z Downloaded stacker v0.1.23
10642026-08-25T00:38:30.547Z Downloaded tagptr v0.2.0
10652026-08-25T00:38:30.547Z Downloaded zip v0.6.6
10662026-08-25T00:38:30.552Z Downloaded hyper v1.10.1
10672026-08-25T00:38:30.553Z Downloaded zerovec-derive v0.11.2
10682026-08-25T00:38:30.559Z Downloaded der_derive v0.7.3
10692026-08-25T00:38:30.559Z Downloaded openssl-sys v0.9.117
10702026-08-25T00:38:30.559Z Downloaded pin-project-lite v0.2.17
10712026-08-25T00:38:30.563Z Downloaded zip v4.6.1
10722026-08-25T00:38:30.563Z Downloaded universal-hash v0.5.1
10732026-08-25T00:38:30.563Z Downloaded git2 v0.20.4
10742026-08-25T00:38:30.567Z Downloaded miette-derive v7.6.0
10752026-08-25T00:38:30.567Z Downloaded aho-corasick v1.1.4
10762026-08-25T00:38:30.572Z Downloaded ecdsa v0.16.9
10772026-08-25T00:38:30.572Z Downloaded linked-hash-map v0.5.6
10782026-08-25T00:38:30.572Z Downloaded nu-ansi-term v0.50.3
10792026-08-25T00:38:30.572Z Downloaded zerofrom-derive v0.1.6
10802026-08-25T00:38:30.576Z Downloaded nom v8.0.0
10812026-08-25T00:38:30.576Z Downloaded p256 v0.14.0
10822026-08-25T00:38:30.580Z Downloaded ed25519-dalek v3.0.0
10832026-08-25T00:38:30.584Z Downloaded postgres-types v0.2.12
10842026-08-25T00:38:30.584Z Downloaded tungstenite v0.23.0
10852026-08-25T00:38:30.584Z Downloaded lru v0.12.5
10862026-08-25T00:38:30.588Z Downloaded percent-encoding v2.3.2
10872026-08-25T00:38:30.588Z Downloaded toml v0.7.8
10882026-08-25T00:38:30.592Z Downloaded rustls-native-certs v0.8.3
10892026-08-25T00:38:30.592Z Downloaded rustversion v1.0.22
10902026-08-25T00:38:30.592Z Downloaded scroll v0.13.0
10912026-08-25T00:38:30.592Z Downloaded progenitor v0.14.0
10922026-08-25T00:38:30.596Z Downloaded internal-russh-num-bigint v0.5.0
10932026-08-25T00:38:30.600Z Downloaded const_format v0.2.35
10942026-08-25T00:38:30.600Z Downloaded dropshot-api-manager v0.8.0
10952026-08-25T00:38:30.604Z Downloaded cookie v0.18.1
10962026-08-25T00:38:30.608Z Downloaded des v0.9.0
10972026-08-25T00:38:30.623Z Downloaded num-derive v0.4.2
10982026-08-25T00:38:30.623Z Downloaded rand_chacha v0.3.1
10992026-08-25T00:38:30.623Z Downloaded rtoolbox v0.0.3
11002026-08-25T00:38:30.636Z Downloaded termios v0.3.3
11012026-08-25T00:38:30.636Z Downloaded tokio-rustls v0.26.4
11022026-08-25T00:38:30.637Z Downloaded twox-hash v2.1.2
11032026-08-25T00:38:30.637Z Downloaded hkdf v0.13.0
11042026-08-25T00:38:30.637Z Downloaded winnow v0.6.26
11052026-08-25T00:38:30.637Z Downloaded strum v0.27.2
11062026-08-25T00:38:30.637Z Downloaded crc v3.4.0
11072026-08-25T00:38:30.637Z Downloaded unicode_categories v0.1.1
11082026-08-25T00:38:30.637Z Downloaded url v2.5.8
11092026-08-25T00:38:30.642Z Downloaded crossbeam-epoch v0.9.18
11102026-08-25T00:38:30.642Z Downloaded strum_macros v0.24.3
11112026-08-25T00:38:30.642Z Downloaded iri-string v0.7.10
11122026-08-25T00:38:30.642Z Downloaded itertools v0.15.0
11132026-08-25T00:38:30.643Z Downloaded diff v0.1.13
11142026-08-25T00:38:30.643Z Downloaded icu_collections v2.1.1
11152026-08-25T00:38:30.651Z Downloaded convert_case v0.10.0
11162026-08-25T00:38:30.651Z Downloaded wyz v0.5.1
11172026-08-25T00:38:30.651Z Downloaded elliptic-curve v0.13.8
11182026-08-25T00:38:30.651Z Downloaded blake3 v1.8.5
11192026-08-25T00:38:30.662Z Downloaded darling_macro v0.23.0
11202026-08-25T00:38:30.663Z Downloaded difflib v0.4.0
11212026-08-25T00:38:30.663Z Downloaded delegate v0.13.5
11222026-08-25T00:38:30.663Z Downloaded futures-util v0.3.32
11232026-08-25T00:38:30.670Z Downloaded socket2 v0.5.10
11242026-08-25T00:38:30.670Z Downloaded ron v0.8.1
11252026-08-25T00:38:30.670Z Downloaded newtype-uuid v1.3.2
11262026-08-25T00:38:30.670Z Downloaded oxnet v0.1.6
11272026-08-25T00:38:30.671Z Downloaded password-hash v0.6.1
11282026-08-25T00:38:30.671Z Downloaded sync-ptr v0.1.4
11292026-08-25T00:38:30.671Z Downloaded document-features v0.2.12
11302026-08-25T00:38:30.671Z Downloaded multimap v0.10.1
11312026-08-25T00:38:30.671Z Downloaded serde-big-array v0.5.1
11322026-08-25T00:38:30.671Z Downloaded mime v0.3.17
11332026-08-25T00:38:30.671Z Downloaded impl-trait-for-tuples v0.2.3
11342026-08-25T00:38:30.682Z Downloaded ingot v0.2.1
11352026-08-25T00:38:30.683Z Downloaded p521 v0.14.0
11362026-08-25T00:38:30.704Z Downloaded publicsuffix v2.3.0
11372026-08-25T00:38:30.704Z Downloaded pkcs5 v0.8.1
11382026-08-25T00:38:30.704Z Downloaded serde_with_macros v1.5.2
11392026-08-25T00:38:30.704Z Downloaded sponge-cursor v0.1.0
11402026-08-25T00:38:30.704Z Downloaded mio v1.2.0
11412026-08-25T00:38:30.704Z Downloaded pkg-config v0.3.32
11422026-08-25T00:38:30.704Z Downloaded shlex v1.3.0
11432026-08-25T00:38:30.705Z Downloaded yoke-derive v0.8.1
11442026-08-25T00:38:30.705Z Downloaded hyper-util v0.1.20
11452026-08-25T00:38:30.725Z Downloaded serde_bytes v0.11.19
11462026-08-25T00:38:30.726Z Downloaded crc8 v0.1.1
11472026-08-25T00:38:30.726Z Downloaded vsss-rs v3.3.4
11482026-08-25T00:38:30.726Z Downloaded smallvec v1.15.1
11492026-08-25T00:38:30.726Z Downloaded unicode-bidi v0.3.18
11502026-08-25T00:38:30.726Z Downloaded ssh-key v0.7.0-rc.11
11512026-08-25T00:38:30.726Z Downloaded darling_macro v0.13.4
11522026-08-25T00:38:30.726Z Downloaded managed v0.8.0
11532026-08-25T00:38:30.726Z Downloaded openssl-probe v0.1.6
11542026-08-25T00:38:30.726Z Downloaded libbz2-rs-sys v0.2.2
11552026-08-25T00:38:30.727Z Downloaded lazy_static v1.5.0
11562026-08-25T00:38:30.727Z Downloaded ed25519-dalek v2.2.0
11572026-08-25T00:38:30.727Z Downloaded cookie_store v0.22.1
11582026-08-25T00:38:30.727Z Downloaded walkdir v2.5.0
11592026-08-25T00:38:30.739Z Downloaded rand_xorshift v0.4.0
11602026-08-25T00:38:30.740Z Downloaded rfc6979 v0.6.0
11612026-08-25T00:38:30.740Z Downloaded schemars v1.2.1
11622026-08-25T00:38:30.740Z Downloaded displaydoc v0.2.5
11632026-08-25T00:38:30.740Z Downloaded libefi-sys v0.1.0
11642026-08-25T00:38:30.740Z Downloaded proc-macro-error2 v2.0.1
11652026-08-25T00:38:30.740Z Downloaded tower-service v0.3.3
11662026-08-25T00:38:30.740Z Downloaded tokio-test v0.4.5
11672026-08-25T00:38:30.753Z Downloaded illumos-nvpair-sys v0.2.0
11682026-08-25T00:38:30.753Z Downloaded num v0.4.3
11692026-08-25T00:38:30.753Z Downloaded zone_cfg_derive v0.3.1
11702026-08-25T00:38:30.753Z Downloaded pkcs8 v0.11.0
11712026-08-25T00:38:30.765Z Downloaded libsw-core v0.3.2
11722026-08-25T00:38:30.776Z Downloaded libm v0.2.16
11732026-08-25T00:38:30.776Z Downloaded snafu v0.8.9
11742026-08-25T00:38:30.776Z Downloaded structmeta v0.3.0
11752026-08-25T00:38:30.776Z Downloaded nom v7.1.3
11762026-08-25T00:38:30.777Z Downloaded termtree v0.5.1
11772026-08-25T00:38:30.780Z Downloaded thiserror-impl-no-std v2.0.2
11782026-08-25T00:38:30.780Z Downloaded minimal-lexical v0.2.1
11792026-08-25T00:38:30.780Z Downloaded libxml v0.3.3
11802026-08-25T00:38:30.780Z Downloaded pin-project v1.1.11
11812026-08-25T00:38:30.791Z Downloaded winnow v1.0.3
11822026-08-25T00:38:30.804Z Downloaded crypto-bigint v0.5.5
11832026-08-25T00:38:30.804Z Downloaded scopeguard v1.2.0
11842026-08-25T00:38:30.822Z Downloaded indexmap v1.9.3
11852026-08-25T00:38:30.822Z Downloaded quick-error v1.2.3
11862026-08-25T00:38:30.822Z Downloaded lru-cache v0.1.2
11872026-08-25T00:38:30.822Z Downloaded packed_struct v0.10.1
11882026-08-25T00:38:30.829Z Downloaded der v0.8.0
11892026-08-25T00:38:30.829Z Downloaded ssh-encoding v0.3.0
11902026-08-25T00:38:30.829Z Downloaded drift v0.2.0
11912026-08-25T00:38:30.829Z Downloaded untrusted v0.7.1
11922026-08-25T00:38:30.829Z Downloaded slog-json v2.6.1
11932026-08-25T00:38:30.829Z Downloaded slog-envlogger v2.2.0
11942026-08-25T00:38:30.829Z Downloaded darling v0.21.3
11952026-08-25T00:38:30.829Z Downloaded crossterm v0.28.1
11962026-08-25T00:38:30.829Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11972026-08-25T00:38:30.858Z Downloaded crossbeam-deque v0.8.6
11982026-08-25T00:38:30.858Z Downloaded snafu-derive v0.8.9
11992026-08-25T00:38:30.869Z Downloaded crypto-primes v0.7.2
12002026-08-25T00:38:30.869Z Downloaded darling_macro v0.20.11
12012026-08-25T00:38:30.869Z Downloaded jobserver v0.1.34
12022026-08-25T00:38:30.869Z Downloaded progenitor v0.13.0
12032026-08-25T00:38:30.869Z Downloaded rusty-fork v0.3.1
12042026-08-25T00:38:30.869Z Downloaded derive-ex v0.1.8
12052026-08-25T00:38:30.869Z Downloaded libsw v3.5.0
12062026-08-25T00:38:30.869Z Downloaded darling_core v0.23.0
12072026-08-25T00:38:30.869Z Downloaded socket2 v0.6.3
12082026-08-25T00:38:30.869Z Downloaded uzers v0.12.2
12092026-08-25T00:38:30.869Z Downloaded bitvec v1.0.1
12102026-08-25T00:38:30.879Z Downloaded schemars_derive v0.8.22
12112026-08-25T00:38:30.879Z Downloaded ipnet v2.12.0
12122026-08-25T00:38:30.879Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-08-25T00:38:30.879Z Downloaded oxide-update-engine-display v0.1.2
12142026-08-25T00:38:30.880Z Downloaded vergen-git2 v9.1.0
12152026-08-25T00:38:30.880Z Downloaded oxide-update-engine v0.1.2
12162026-08-25T00:38:30.880Z Downloaded bindgen v0.71.1
12172026-08-25T00:38:30.880Z Downloaded zerocopy v0.6.6
12182026-08-25T00:38:30.880Z Downloaded chrono v0.4.45
12192026-08-25T00:38:30.889Z Downloaded native-tls v0.2.18
12202026-08-25T00:38:30.889Z Downloaded dunce v1.0.5
12212026-08-25T00:38:30.889Z Downloaded pin-project-internal v1.1.11
12222026-08-25T00:38:30.889Z Downloaded signal-hook-registry v1.4.8
12232026-08-25T00:38:30.889Z Downloaded zlib-rs v0.6.2
12242026-08-25T00:38:30.889Z Downloaded portable-atomic v1.13.1
12252026-08-25T00:38:30.893Z Downloaded rand_chacha v0.9.0
12262026-08-25T00:38:30.893Z Downloaded csv-core v0.1.13
12272026-08-25T00:38:30.893Z Downloaded regex v1.12.3
12282026-08-25T00:38:30.893Z Downloaded crossterm v0.29.0
12292026-08-25T00:38:30.893Z Downloaded diesel_derives v2.3.7
12302026-08-25T00:38:30.898Z Downloaded sha2 v0.11.0
12312026-08-25T00:38:30.926Z Downloaded subprocess v0.2.15
12322026-08-25T00:38:30.926Z Downloaded derive_more v0.99.20
12332026-08-25T00:38:30.926Z Downloaded zstd v0.13.3
12342026-08-25T00:38:30.945Z Downloaded toml v1.1.2+spec-1.1.0
12352026-08-25T00:38:30.945Z Downloaded sha3 v0.12.0
12362026-08-25T00:38:30.946Z Downloaded itertools v0.10.5
12372026-08-25T00:38:30.946Z Downloaded ingot-macros v0.2.0
12382026-08-25T00:38:30.946Z Downloaded rcgen v0.12.1
12392026-08-25T00:38:30.946Z Downloaded typify v0.6.2
12402026-08-25T00:38:30.947Z Downloaded pkcs8 v0.10.2
12412026-08-25T00:38:30.947Z Downloaded miette v7.6.0
12422026-08-25T00:38:30.947Z Downloaded tower v0.5.3
12432026-08-25T00:38:30.947Z Downloaded tracing-core v0.1.36
12442026-08-25T00:38:30.947Z Downloaded darling v0.23.0
12452026-08-25T00:38:30.947Z Downloaded serde_with v1.14.0
12462026-08-25T00:38:30.947Z Downloaded itertools v0.14.0
12472026-08-25T00:38:30.965Z Downloaded miniz_oxide v0.8.9
12482026-08-25T00:38:30.965Z Downloaded radix_trie v0.2.1
12492026-08-25T00:38:30.965Z Downloaded rand v0.9.2
12502026-08-25T00:38:30.965Z Downloaded rand v0.8.6
12512026-08-25T00:38:30.965Z Downloaded rsa v0.10.0-rc.18
12522026-08-25T00:38:30.965Z Downloaded salty v0.3.0
12532026-08-25T00:38:30.991Z Downloaded moka v0.12.13
12542026-08-25T00:38:30.991Z Downloaded quinn v0.11.11
12552026-08-25T00:38:30.991Z Downloaded itertools v0.13.0
12562026-08-25T00:38:30.991Z Downloaded dropshot_endpoint v0.17.1
12572026-08-25T00:38:30.991Z Downloaded uuid v1.23.4
12582026-08-25T00:38:30.991Z Downloaded rustls-webpki v0.103.13
12592026-08-25T00:38:31.019Z Downloaded icu_properties v2.1.2
12602026-08-25T00:38:31.019Z Downloaded vcpkg v0.2.15
12612026-08-25T00:38:31.030Z Downloaded goblin v0.10.5
12622026-08-25T00:38:31.030Z Downloaded tabled v0.21.0
12632026-08-25T00:38:31.030Z Downloaded unicode-segmentation v1.12.0
12642026-08-25T00:38:31.030Z Downloaded time v0.3.47
12652026-08-25T00:38:31.031Z Downloaded rayon v1.11.0
12662026-08-25T00:38:31.042Z Downloaded derive_more-impl v2.1.1
12672026-08-25T00:38:31.042Z Downloaded gimli v0.32.3
12682026-08-25T00:38:31.042Z Downloaded der v0.7.10
12692026-08-25T00:38:31.047Z Downloaded rawzip v0.4.4
12702026-08-25T00:38:31.047Z Downloaded x509-cert v0.2.5
12712026-08-25T00:38:31.152Z Downloaded smoltcp v0.9.1
12722026-08-25T00:38:31.185Z Downloaded typed-path v0.9.3
12732026-08-25T00:38:31.185Z Downloaded russh v0.62.4
12742026-08-25T00:38:31.185Z Downloaded unicode-normalization v0.1.25
12752026-08-25T00:38:31.185Z Downloaded tough v0.22.0
12762026-08-25T00:38:31.186Z Downloaded jiff-core v0.1.0
12772026-08-25T00:38:31.186Z Downloaded proptest v1.11.0
12782026-08-25T00:38:31.186Z Downloaded quinn-proto v0.11.16
12792026-08-25T00:38:31.186Z Downloaded zerovec v0.11.5
12802026-08-25T00:38:31.186Z Downloaded idna v1.1.0
12812026-08-25T00:38:31.186Z Downloaded petname v2.0.2
12822026-08-25T00:38:31.186Z Downloaded tokio-util v0.7.18
12832026-08-25T00:38:31.186Z Downloaded lalrpop v0.19.12
12842026-08-25T00:38:31.186Z Downloaded curve25519-dalek v4.1.3
12852026-08-25T00:38:31.186Z Downloaded icu_properties_data v2.1.2
12862026-08-25T00:38:31.186Z Downloaded itertools v0.12.1
12872026-08-25T00:38:31.186Z Downloaded bstr v1.12.1
12882026-08-25T00:38:31.186Z Downloaded reqwest v0.13.2
12892026-08-25T00:38:31.186Z Downloaded object v0.37.3
12902026-08-25T00:38:31.205Z Downloaded iddqd v0.4.2
12912026-08-25T00:38:31.206Z Downloaded serde_with v3.21.0
12922026-08-25T00:38:31.206Z Downloaded zerocopy v0.8.55
12932026-08-25T00:38:31.206Z Downloaded polar-core v0.27.3
12942026-08-25T00:38:31.213Z Downloaded smoltcp v0.11.0
12952026-08-25T00:38:31.213Z Downloaded winnow v0.5.40
12962026-08-25T00:38:31.213Z Downloaded quick-xml v0.37.5
12972026-08-25T00:38:31.213Z Downloaded regress v0.10.5
12982026-08-25T00:38:31.236Z Downloaded reqwest v0.12.28
12992026-08-25T00:38:31.236Z Downloaded regex-syntax v0.8.10
13002026-08-25T00:38:31.243Z Downloaded p384 v0.13.1
13012026-08-25T00:38:31.243Z Downloaded hickory-proto v0.24.4
13022026-08-25T00:38:31.243Z Downloaded rustls v0.23.41
13032026-08-25T00:38:31.254Z Downloaded crypto-bigint v0.7.5
13042026-08-25T00:38:31.273Z Downloaded curve25519-dalek v5.0.0
13052026-08-25T00:38:31.311Z Downloaded nix v0.31.2
13062026-08-25T00:38:31.359Z Downloaded sled v0.34.7
13072026-08-25T00:38:31.359Z Downloaded hickory-proto v0.25.2
13082026-08-25T00:38:31.359Z Downloaded object v0.30.4
13092026-08-25T00:38:31.359Z Downloaded nix v0.28.0
13102026-08-25T00:38:31.359Z Downloaded nix v0.27.1
13112026-08-25T00:38:31.375Z Downloaded regex-syntax v0.6.29
13122026-08-25T00:38:31.375Z Downloaded syn v3.0.3
13132026-08-25T00:38:31.375Z Downloaded regress v0.11.1
13142026-08-25T00:38:31.375Z Downloaded diesel v2.3.7
13152026-08-25T00:38:31.408Z Downloaded dropshot v0.17.1
13162026-08-25T00:38:31.413Z Downloaded sha3 v0.11.0
13172026-08-25T00:38:31.414Z Downloaded sqlparser v0.61.0
13182026-08-25T00:38:31.414Z Downloaded openssl v0.10.80
13192026-08-25T00:38:31.414Z Downloaded typify-impl v0.6.2
13202026-08-25T00:38:31.426Z Downloaded openapiv3 v2.2.0
13212026-08-25T00:38:31.430Z Downloaded rustix v0.38.44
13222026-08-25T00:38:31.440Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-08-25T00:38:31.454Z Downloaded zerocopy-derive v0.6.6
13242026-08-25T00:38:31.480Z Downloaded ratatui v0.29.0
13252026-08-25T00:38:31.496Z Downloaded chrono-tz v0.10.4
13262026-08-25T00:38:31.522Z Downloaded regex-automata v0.4.14
13272026-08-25T00:38:31.529Z Downloaded tracing v0.1.44
13282026-08-25T00:38:31.544Z Downloaded petgraph v0.8.3
13292026-08-25T00:38:31.548Z Downloaded csv v1.4.0
13302026-08-25T00:38:31.565Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-25T00:38:31.576Z Downloaded sha3 v0.10.8
13322026-08-25T00:38:31.593Z Downloaded jiff v0.2.34
13332026-08-25T00:38:31.593Z Downloaded petgraph v0.6.5
13342026-08-25T00:38:31.612Z Downloaded libz-sys v1.1.24
13352026-08-25T00:38:31.623Z Downloaded tokio v1.52.1
13362026-08-25T00:38:31.662Z Downloaded encoding_rs v0.8.35
13372026-08-25T00:38:31.676Z Downloaded ring v0.17.14
13382026-08-25T00:38:31.702Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-25T00:38:32.191Z Downloaded aws-lc-sys v0.40.0
13402026-08-25T00:38:32.461Z Compiling serde_core v1.0.228
13412026-08-25T00:38:32.461Z Compiling libc v0.2.185
13422026-08-25T00:38:32.461Z Compiling serde v1.0.228
13432026-08-25T00:38:32.465Z Compiling log v0.4.33
13442026-08-25T00:38:32.465Z Compiling smallvec v1.15.1
13452026-08-25T00:38:32.615Z Compiling find-msvc-tools v0.1.9
13462026-08-25T00:38:32.622Z Compiling shlex v1.3.0
13472026-08-25T00:38:32.627Z Compiling syn v2.0.117
13482026-08-25T00:38:32.835Z Compiling subtle v2.6.1
13492026-08-25T00:38:32.850Z Compiling scopeguard v1.2.0
13502026-08-25T00:38:32.850Z Compiling stable_deref_trait v1.2.1
13512026-08-25T00:38:32.885Z Compiling typenum v1.20.1
13522026-08-25T00:38:32.938Z Compiling lock_api v0.4.14
13532026-08-25T00:38:32.952Z Compiling zerocopy v0.8.55
13542026-08-25T00:38:32.980Z Compiling portable-atomic v1.13.1
13552026-08-25T00:38:33.012Z Compiling serde_json v1.0.151
13562026-08-25T00:38:33.169Z Compiling critical-section v1.2.0
13572026-08-25T00:38:33.217Z Compiling libm v0.2.16
13582026-08-25T00:38:33.277Z Compiling num-traits v0.2.19
13592026-08-25T00:38:33.378Z Compiling getrandom v0.4.3
13602026-08-25T00:38:33.454Z Compiling errno v0.3.14
13612026-08-25T00:38:33.470Z Compiling jobserver v0.1.34
13622026-08-25T00:38:33.541Z Compiling getrandom v0.2.17
13632026-08-25T00:38:33.715Z Compiling cc v1.2.56
13642026-08-25T00:38:33.772Z Compiling rand_core v0.6.4
13652026-08-25T00:38:33.837Z Compiling pkg-config v0.3.32
13662026-08-25T00:38:33.875Z Compiling generic-array v0.14.7
13672026-08-25T00:38:34.043Z Compiling once_cell v1.21.3
13682026-08-25T00:38:34.058Z Compiling rand_core v0.10.0
13692026-08-25T00:38:34.072Z Compiling const-oid v0.9.6
13702026-08-25T00:38:34.226Z Compiling parking_lot_core v0.9.12
13712026-08-25T00:38:34.271Z Compiling pin-project-lite v0.2.17
13722026-08-25T00:38:34.540Z Compiling percent-encoding v2.3.2
13732026-08-25T00:38:34.604Z Compiling writeable v0.6.2
13742026-08-25T00:38:34.671Z Compiling bitflags v2.11.0
13752026-08-25T00:38:34.802Z Compiling litemap v0.8.1
13762026-08-25T00:38:34.817Z Compiling semver v1.0.28
13772026-08-25T00:38:34.905Z Compiling signal-hook-registry v1.4.8
13782026-08-25T00:38:34.992Z Compiling icu_properties_data v2.1.2
13792026-08-25T00:38:35.006Z Compiling futures-core v0.3.32
13802026-08-25T00:38:35.116Z Compiling icu_normalizer_data v2.1.1
13812026-08-25T00:38:35.131Z Compiling parking_lot v0.12.5
13822026-08-25T00:38:35.162Z Compiling mio v1.2.0
13832026-08-25T00:38:35.192Z Compiling getrandom v0.3.4
13842026-08-25T00:38:35.243Z Compiling rustix v1.1.4
13852026-08-25T00:38:35.338Z Compiling socket2 v0.6.3
13862026-08-25T00:38:35.395Z Compiling futures-sink v0.3.32
13872026-08-25T00:38:35.504Z Compiling synstructure v0.13.2
13882026-08-25T00:38:35.512Z Compiling utf8_iter v1.0.4
13892026-08-25T00:38:35.681Z Compiling indexmap v2.14.0
13902026-08-25T00:38:35.706Z Compiling futures-channel v0.3.32
13912026-08-25T00:38:35.761Z Compiling form_urlencoded v1.2.2
13922026-08-25T00:38:35.959Z Compiling futures-task v0.3.32
13932026-08-25T00:38:35.992Z Compiling slab v0.4.12
13942026-08-25T00:38:36.083Z Compiling futures-io v0.3.32
13952026-08-25T00:38:36.136Z Compiling rustversion v1.0.22
13962026-08-25T00:38:36.141Z Compiling iana-time-zone v0.1.65
13972026-08-25T00:38:36.177Z Compiling base64ct v1.8.3
13982026-08-25T00:38:36.209Z Compiling regex-syntax v0.8.10
13992026-08-25T00:38:36.214Z Compiling rand_core v0.9.5
14002026-08-25T00:38:36.344Z Compiling uuid v1.23.4
14012026-08-25T00:38:36.397Z Compiling cmake v0.1.57
14022026-08-25T00:38:36.474Z Compiling pem-rfc7468 v0.7.0
14032026-08-25T00:38:36.509Z Compiling ident_case v1.0.1
14042026-08-25T00:38:36.636Z Compiling fs_extra v1.3.0
14052026-08-25T00:38:36.780Z Compiling flagset v0.4.7
14062026-08-25T00:38:36.802Z Compiling dunce v1.0.5
14072026-08-25T00:38:36.906Z Compiling base64 v0.22.1
14082026-08-25T00:38:36.938Z Compiling serde_derive_internals v0.29.1
14092026-08-25T00:38:36.951Z Compiling aws-lc-sys v0.40.0
14102026-08-25T00:38:37.046Z Compiling vcpkg v0.2.15
14112026-08-25T00:38:37.074Z Compiling schemars v0.8.22
14122026-08-25T00:38:37.138Z Compiling syn v1.0.109
14132026-08-25T00:38:37.182Z Compiling serde_derive v1.0.228
14142026-08-25T00:38:37.244Z Compiling zeroize_derive v1.5.0
14152026-08-25T00:38:37.279Z Compiling zerocopy-derive v0.8.55
14162026-08-25T00:38:37.442Z Compiling zerofrom-derive v0.1.6
14172026-08-25T00:38:37.801Z Compiling yoke-derive v0.8.1
14182026-08-25T00:38:37.842Z Compiling zerovec-derive v0.11.2
14192026-08-25T00:38:37.911Z Compiling displaydoc v0.2.5
14202026-08-25T00:38:38.609Z Compiling tokio-macros v2.7.0
14212026-08-25T00:38:38.682Z Compiling futures-macro v0.3.32
14222026-08-25T00:38:38.979Z Compiling zerofrom v0.1.6
14232026-08-25T00:38:39.011Z Compiling thiserror-impl v2.0.18
14242026-08-25T00:38:39.021Z Compiling yoke v0.8.1
14252026-08-25T00:38:39.031Z Compiling der_derive v0.7.3
14262026-08-25T00:38:39.209Z Compiling zerovec v0.11.5
14272026-08-25T00:38:39.379Z Compiling zerotrie v0.2.3
14282026-08-25T00:38:39.522Z Compiling futures-util v0.3.32
14292026-08-25T00:38:39.688Z Compiling tinystr v0.8.2
14302026-08-25T00:38:39.741Z Compiling potential_utf v0.1.4
14312026-08-25T00:38:39.896Z Compiling icu_locale_core v2.1.1
14322026-08-25T00:38:39.911Z Compiling icu_collections v2.1.1
14332026-08-25T00:38:40.035Z Compiling dyn-clone v1.0.20
14342026-08-25T00:38:40.187Z Compiling schemars_derive v0.8.22
14352026-08-25T00:38:40.359Z Compiling thiserror v2.0.18
14362026-08-25T00:38:40.398Z Compiling openssl-sys v0.9.117
14372026-08-25T00:38:40.525Z Compiling icu_provider v2.1.1
14382026-08-25T00:38:40.806Z Compiling zeroize v1.9.0
14392026-08-25T00:38:40.854Z Compiling bytes v1.11.1
14402026-08-25T00:38:40.910Z Compiling icu_properties v2.1.2
14412026-08-25T00:38:40.960Z Compiling icu_normalizer v2.1.1
14422026-08-25T00:38:41.480Z Compiling tokio v1.52.1
14432026-08-25T00:38:41.499Z Compiling chrono v0.4.45
14442026-08-25T00:38:41.522Z Compiling der v0.7.10
14452026-08-25T00:38:41.657Z Compiling crypto-common v0.1.7
14462026-08-25T00:38:41.820Z Compiling idna_adapter v1.2.1
14472026-08-25T00:38:41.935Z Compiling ppv-lite86 v0.2.21
14482026-08-25T00:38:41.969Z Compiling block-buffer v0.10.4
14492026-08-25T00:38:42.010Z Compiling idna v1.1.0
14502026-08-25T00:38:42.061Z Compiling http v1.4.2
14512026-08-25T00:38:42.151Z Compiling digest v0.10.7
14522026-08-25T00:38:42.280Z Compiling rand_chacha v0.9.0
14532026-08-25T00:38:42.413Z Compiling url v2.5.8
14542026-08-25T00:38:42.683Z Compiling spki v0.7.3
14552026-08-25T00:38:42.773Z Compiling rand v0.9.2
14562026-08-25T00:38:42.962Z Compiling tracing-attributes v0.1.31
14572026-08-25T00:38:42.991Z Compiling rustc_version v0.4.1
14582026-08-25T00:38:43.001Z Compiling tracing-core v0.1.36
14592026-08-25T00:38:43.022Z Compiling aws-lc-rs v1.16.3
14602026-08-25T00:38:43.234Z Compiling cpufeatures v0.2.17
14612026-08-25T00:38:43.252Z Compiling simd-adler32 v0.3.8
14622026-08-25T00:38:43.302Z Compiling tempfile v3.27.0
14632026-08-25T00:38:43.501Z Compiling pkcs8 v0.10.2
14642026-08-25T00:38:43.551Z Compiling http-body v1.0.1
14652026-08-25T00:38:43.562Z Compiling rustls-pki-types v1.14.0
14662026-08-25T00:38:43.741Z Compiling spin v0.9.8
14672026-08-25T00:38:43.759Z Compiling adler2 v2.0.1
14682026-08-25T00:38:43.904Z Compiling openssl-probe v0.2.1
14692026-08-25T00:38:43.937Z Compiling crc32fast v1.5.0
14702026-08-25T00:38:44.011Z Compiling httparse v1.10.1
14712026-08-25T00:38:44.068Z Compiling tinyvec_macros v0.1.1
14722026-08-25T00:38:44.164Z Compiling cmov v0.5.4
14732026-08-25T00:38:44.217Z Compiling tracing v0.1.44
14742026-08-25T00:38:44.315Z Compiling tinyvec v1.10.0
14752026-08-25T00:38:44.346Z Compiling ctutils v0.4.2
14762026-08-25T00:38:44.399Z Compiling miniz_oxide v0.8.9
14772026-08-25T00:38:44.496Z Compiling pest_generator v2.8.6
14782026-08-25T00:38:44.588Z Compiling sha2 v0.10.9
14792026-08-25T00:38:44.623Z Compiling terminal_size v0.4.3
14802026-08-25T00:38:44.623Z Compiling aho-corasick v1.1.4
14812026-08-25T00:38:44.739Z Compiling atomic-waker v1.1.2
14822026-08-25T00:38:44.867Z Compiling tower-service v0.3.3
14832026-08-25T00:38:44.986Z Compiling radium v0.7.0
14842026-08-25T00:38:45.003Z Compiling untrusted v0.7.1
14852026-08-25T00:38:45.114Z Compiling try-lock v0.2.5
14862026-08-25T00:38:45.167Z Compiling tower-layer v0.3.3
14872026-08-25T00:38:45.235Z Compiling want v0.3.1
14882026-08-25T00:38:45.251Z Compiling pest_derive v2.8.6
14892026-08-25T00:38:45.325Z Compiling tokio-util v0.7.18
14902026-08-25T00:38:45.396Z Compiling hybrid-array v0.4.13
14912026-08-25T00:38:45.686Z Compiling regex-automata v0.4.14
14922026-08-25T00:38:46.183Z Compiling h2 v0.4.15
14932026-08-25T00:38:46.315Z Compiling ipnet v2.12.0
14942026-08-25T00:38:46.375Z Compiling scroll_derive v0.13.1
14952026-08-25T00:38:46.396Z Compiling darling_core v0.20.11
14962026-08-25T00:38:46.823Z Compiling wait-timeout v0.2.1
14972026-08-25T00:38:47.092Z Compiling httpdate v1.0.3
14982026-08-25T00:38:47.221Z Compiling openssl v0.10.80
14992026-08-25T00:38:47.340Z Compiling bit-vec v0.8.0
15002026-08-25T00:38:47.371Z Compiling rustls v0.23.41
15012026-08-25T00:38:47.442Z Compiling foreign-types-shared v0.1.1
15022026-08-25T00:38:47.494Z Compiling tap v1.0.1
15032026-08-25T00:38:47.519Z Compiling maybe-uninit v2.0.0
15042026-08-25T00:38:47.580Z Compiling quick-error v1.2.3
15052026-08-25T00:38:47.609Z Compiling untrusted v0.9.0
15062026-08-25T00:38:47.633Z Compiling wyz v0.5.1
15072026-08-25T00:38:47.664Z Compiling rusty-fork v0.3.1
15082026-08-25T00:38:47.729Z Compiling bit-set v0.8.0
15092026-08-25T00:38:47.805Z Compiling foreign-types v0.3.2
15102026-08-25T00:38:47.840Z Compiling scroll v0.13.0
15112026-08-25T00:38:47.893Z Compiling unicode-normalization v0.1.25
15122026-08-25T00:38:48.079Z Compiling signature v2.2.0
15132026-08-25T00:38:48.111Z Compiling rand_chacha v0.3.1
15142026-08-25T00:38:48.274Z Compiling hex v0.4.3
15152026-08-25T00:38:48.353Z Compiling thiserror-impl v1.0.69
15162026-08-25T00:38:48.374Z Compiling openssl-macros v0.1.1
15172026-08-25T00:38:48.547Z Compiling rand_xorshift v0.4.0
15182026-08-25T00:38:48.696Z Compiling darling_macro v0.20.11
15192026-08-25T00:38:48.719Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-08-25T00:38:48.785Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15212026-08-25T00:38:48.893Z Compiling num-integer v0.1.46
15222026-08-25T00:38:49.033Z Compiling ahash v0.8.12
15232026-08-25T00:38:49.164Z Compiling num-conv v0.2.0
15242026-08-25T00:38:49.184Z Compiling native-tls v0.2.18
15252026-08-25T00:38:49.248Z Compiling time-core v0.1.8
15262026-08-25T00:38:49.263Z Compiling unarray v0.1.4
15272026-08-25T00:38:49.289Z Compiling num-bigint-dig v0.8.6
15282026-08-25T00:38:49.344Z Compiling hyper v1.10.1
15292026-08-25T00:38:49.375Z Compiling paste v1.0.15
15302026-08-25T00:38:49.402Z Compiling powerfmt v0.2.0
15312026-08-25T00:38:49.506Z Compiling packed_struct v0.10.1
15322026-08-25T00:38:49.599Z Compiling funty v2.0.0
15332026-08-25T00:38:49.624Z Compiling thiserror v1.0.69
15342026-08-25T00:38:49.684Z Compiling deranged v0.5.8
15352026-08-25T00:38:49.768Z Compiling time-macros v0.2.27
15362026-08-25T00:38:49.784Z Compiling proptest v1.11.0
15372026-08-25T00:38:49.840Z Compiling clap_builder v4.6.0
15382026-08-25T00:38:50.169Z Compiling bitvec v1.0.1
15392026-08-25T00:38:50.653Z Compiling hyper-util v0.1.20
15402026-08-25T00:38:50.878Z Compiling darling v0.20.11
15412026-08-25T00:38:50.960Z Compiling num-iter v0.1.45
15422026-08-25T00:38:51.667Z Compiling rand v0.8.6
15432026-08-25T00:38:51.746Z Compiling goblin v0.10.5
15442026-08-25T00:38:52.475Z Compiling packed_struct_codegen v0.10.1
15452026-08-25T00:38:52.497Z Compiling ipnetwork v0.21.1
15462026-08-25T00:38:52.874Z Compiling lazy_static v1.5.0
15472026-08-25T00:38:52.879Z Compiling hmac v0.12.1
15482026-08-25T00:38:52.974Z Compiling toml_datetime v0.6.11
15492026-08-25T00:38:53.053Z Compiling serde_spanned v0.6.9
15502026-08-25T00:38:53.202Z Compiling bitfield-macros v0.19.4
15512026-08-25T00:38:53.230Z Compiling zerocopy-derive v0.6.6
15522026-08-25T00:38:53.531Z Compiling clap_derive v4.6.1
15532026-08-25T00:38:53.910Z Compiling slog v2.8.2
15542026-08-25T00:38:54.060Z Compiling sync_wrapper v1.0.2
15552026-08-25T00:38:54.076Z Compiling indexmap v1.9.3
15562026-08-25T00:38:54.102Z Compiling syn v3.0.3
15572026-08-25T00:38:54.173Z Compiling crc-catalog v2.4.0
15582026-08-25T00:38:54.270Z Compiling num_threads v0.1.7
15592026-08-25T00:38:54.270Z Compiling object v0.37.3
15602026-08-25T00:38:54.373Z Compiling siphasher v1.0.2
15612026-08-25T00:38:54.553Z Compiling usdt-impl v0.6.0
15622026-08-25T00:38:54.569Z Compiling zlib-rs v0.6.2
15632026-08-25T00:38:54.759Z Compiling unicode-segmentation v1.12.0
15642026-08-25T00:38:55.141Z Compiling nodrop v0.1.14
15652026-08-25T00:38:55.242Z Compiling crossbeam-utils v0.8.21
15662026-08-25T00:38:55.300Z Compiling clap v4.6.1
15672026-08-25T00:38:55.387Z Compiling array-init v0.0.4
15682026-08-25T00:38:55.668Z Compiling dof v0.4.0
15692026-08-25T00:38:55.731Z Compiling time v0.3.47
15702026-08-25T00:38:56.054Z Compiling crc v3.4.0
15712026-08-25T00:38:56.252Z Compiling tower v0.5.3
15722026-08-25T00:38:56.768Z Compiling zerocopy v0.6.6
15732026-08-25T00:38:56.828Z Compiling bitfield v0.19.4
15742026-08-25T00:38:57.348Z Compiling oxnet v0.1.6
15752026-08-25T00:38:57.438Z Compiling smallvec v0.6.14
15762026-08-25T00:38:57.603Z Compiling daft-derive v0.1.8
15772026-08-25T00:38:57.618Z Compiling flate2 v1.1.9
15782026-08-25T00:38:57.768Z Compiling newtype-uuid v1.3.2
15792026-08-25T00:38:57.918Z Compiling derive_builder_core v0.20.2
15802026-08-25T00:38:58.265Z Compiling dtrace-parser v0.3.0
15812026-08-25T00:38:58.281Z Compiling http-body-util v0.1.3
15822026-08-25T00:38:58.319Z Compiling pkcs1 v0.7.5
15832026-08-25T00:38:58.529Z Compiling heapless v0.7.17
15842026-08-25T00:38:58.618Z Compiling erased-serde v0.3.31
15852026-08-25T00:38:58.727Z Compiling structmeta-derive v0.3.0
15862026-08-25T00:38:58.777Z Compiling scroll_derive v0.12.1
15872026-08-25T00:38:58.803Z Compiling darling_core v0.23.0
15882026-08-25T00:38:59.012Z Compiling thread-id v5.1.0
15892026-08-25T00:38:59.101Z Compiling cookie v0.18.1
15902026-08-25T00:38:59.117Z Compiling env_filter v2.0.0
15912026-08-25T00:38:59.291Z Compiling unicode-bidi v0.3.18
15922026-08-25T00:38:59.431Z Compiling zstd-safe v7.2.4
15932026-08-25T00:38:59.461Z Compiling allocator-api2 v0.2.21
15942026-08-25T00:38:59.618Z Compiling anyhow v1.0.104
15952026-08-25T00:38:59.782Z Compiling unicode-properties v0.1.4
15962026-08-25T00:38:59.799Z Compiling ryu v1.0.23
15972026-08-25T00:38:59.831Z Compiling signal-hook v0.3.18
15982026-08-25T00:38:59.928Z Compiling gimli v0.32.3
15992026-08-25T00:38:59.991Z Compiling base64 v0.21.7
16002026-08-25T00:38:59.999Z Compiling iri-string v0.7.10
16012026-08-25T00:39:00.014Z Compiling winnow v0.5.40
16022026-08-25T00:39:00.309Z Compiling hashbrown v0.12.3
16032026-08-25T00:39:00.842Z Compiling ron v0.8.1
16042026-08-25T00:39:01.201Z Compiling tower-http v0.6.8
16052026-08-25T00:39:01.382Z Compiling darling_macro v0.23.0
16062026-08-25T00:39:01.498Z Compiling toml_edit v0.19.15
16072026-08-25T00:39:01.595Z Compiling stringprep v0.1.5
16082026-08-25T00:39:01.811Z Compiling addr2line v0.25.1
16092026-08-25T00:39:01.843Z Compiling serde_urlencoded v0.7.1
16102026-08-25T00:39:01.882Z Compiling structmeta v0.3.0
16112026-08-25T00:39:01.960Z Compiling scroll v0.12.0
16122026-08-25T00:39:02.088Z Compiling env_logger v0.11.11
16132026-08-25T00:39:02.147Z Compiling derive_builder_macro v0.20.2
16142026-08-25T00:39:02.284Z Compiling daft v0.1.8
16152026-08-25T00:39:02.442Z Compiling rsa v0.9.10
16162026-08-25T00:39:02.490Z Compiling hashbrown v0.13.2
16172026-08-25T00:39:02.582Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16182026-08-25T00:39:02.623Z Compiling bzip2 v0.4.4
16192026-08-25T00:39:02.694Z Compiling serde-hex v0.1.0
16202026-08-25T00:39:02.731Z Compiling tokio-native-tls v0.3.1
16212026-08-25T00:39:02.828Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-25T00:39:02.970Z Compiling camino v1.2.5
16232026-08-25T00:39:03.358Z Compiling bstr v1.12.1
16242026-08-25T00:39:03.527Z Compiling block-buffer v0.12.1
16252026-08-25T00:39:03.736Z Compiling crypto-common v0.2.2
16262026-08-25T00:39:04.010Z Compiling block-padding v0.4.2
16272026-08-25T00:39:04.187Z Compiling rustls-native-certs v0.8.3
16282026-08-25T00:39:04.203Z Compiling curve25519-dalek v4.1.3
16292026-08-25T00:39:04.438Z Compiling x509-cert v0.2.5
16302026-08-25T00:39:04.482Z Compiling md-5 v0.10.6
16312026-08-25T00:39:04.530Z Compiling serde_tokenstream v0.2.3
16322026-08-25T00:39:04.658Z Compiling zerocopy-derive v0.7.35
16332026-08-25T00:39:04.857Z Compiling pin-project-internal v1.1.11
16342026-08-25T00:39:05.483Z Compiling async-trait v0.1.89
16352026-08-25T00:39:05.536Z Compiling vergen-lib v9.1.0
16362026-08-25T00:39:05.563Z Compiling hash32 v0.2.1
16372026-08-25T00:39:05.720Z Compiling memoffset v0.9.1
16382026-08-25T00:39:05.781Z Compiling encoding_rs v0.8.35
16392026-08-25T00:39:05.816Z Compiling mime v0.3.17
16402026-08-25T00:39:05.940Z Compiling owo-colors v4.3.0
16412026-08-25T00:39:06.035Z Compiling smoltcp v0.9.1
16422026-08-25T00:39:06.085Z Compiling rustc-demangle v0.1.27
16432026-08-25T00:39:06.136Z Compiling crc-any v2.5.0
16442026-08-25T00:39:06.259Z Compiling litrs v1.0.0
16452026-08-25T00:39:06.370Z Compiling rustix v0.38.44
16462026-08-25T00:39:06.386Z Compiling cfg_aliases v0.2.1
16472026-08-25T00:39:06.464Z Compiling psl-types v2.0.11
16482026-08-25T00:39:06.486Z Compiling ref-cast v1.0.25
16492026-08-25T00:39:06.578Z Compiling fallible-iterator v0.2.0
16502026-08-25T00:39:06.598Z Compiling publicsuffix v2.3.0
16512026-08-25T00:39:06.774Z Compiling nix v0.31.2
16522026-08-25T00:39:06.791Z Compiling document-features v0.2.12
16532026-08-25T00:39:06.840Z Compiling backtrace v0.3.76
16542026-08-25T00:39:06.857Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-25T00:39:06.906Z Compiling postgres-protocol v0.6.10
16562026-08-25T00:39:07.194Z Compiling pin-project v1.1.11
16572026-08-25T00:39:07.347Z Compiling zerocopy v0.7.35
16582026-08-25T00:39:07.394Z Compiling inout v0.2.2
16592026-08-25T00:39:07.455Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16602026-08-25T00:39:07.573Z Compiling object v0.30.4
16612026-08-25T00:39:07.650Z Compiling toml v0.7.8
16622026-08-25T00:39:07.735Z Compiling hyper-tls v0.6.0
16632026-08-25T00:39:07.800Z Compiling zip v0.6.6
16642026-08-25T00:39:07.899Z Compiling derive_builder v0.20.2
16652026-08-25T00:39:07.961Z Compiling goblin v0.8.2
16662026-08-25T00:39:08.009Z Compiling derive-ex v0.1.8
16672026-08-25T00:39:08.242Z Compiling darling v0.23.0
16682026-08-25T00:39:08.559Z Compiling convert_case v0.10.0
16692026-08-25T00:39:08.680Z Compiling phf_shared v0.13.1
16702026-08-25T00:39:08.705Z Compiling regex v1.12.3
16712026-08-25T00:39:08.884Z Compiling hubpack_derive v0.1.1
16722026-08-25T00:39:08.929Z Compiling futures-executor v0.3.32
16732026-08-25T00:39:09.130Z Compiling ref-cast-impl v1.0.25
16742026-08-25T00:39:09.194Z Compiling snafu-derive v0.8.9
16752026-08-25T00:39:09.334Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-25T00:39:09.682Z Compiling strum_macros v0.27.2
16772026-08-25T00:39:09.696Z Compiling vergen v9.1.0
16782026-08-25T00:39:09.878Z Compiling cargo-platform v0.3.2
16792026-08-25T00:39:10.004Z Compiling ff v0.13.1
16802026-08-25T00:39:10.145Z Compiling fs-err v3.3.0
16812026-08-25T00:39:10.163Z Compiling bitflags v1.3.2
16822026-08-25T00:39:10.243Z Compiling is_ci v1.2.0
16832026-08-25T00:39:10.350Z Compiling bumpalo v3.20.2
16842026-08-25T00:39:10.392Z Compiling same-file v1.0.6
16852026-08-25T00:39:10.485Z Compiling path-slash v0.1.5
16862026-08-25T00:39:10.563Z Compiling either v1.15.0
16872026-08-25T00:39:10.614Z Compiling foldhash v0.1.5
16882026-08-25T00:39:10.627Z Compiling libbz2-rs-sys v0.2.2
16892026-08-25T00:39:10.836Z Compiling base16ct v0.2.0
16902026-08-25T00:39:10.851Z Compiling foldhash v0.2.0
16912026-08-25T00:39:11.030Z Compiling jiff-core v0.1.0
16922026-08-25T00:39:11.087Z Compiling managed v0.8.0
16932026-08-25T00:39:11.182Z Compiling snafu v0.8.9
16942026-08-25T00:39:11.380Z Compiling bzip2 v0.6.1
16952026-08-25T00:39:11.522Z Compiling hashbrown v0.16.1
16962026-08-25T00:39:11.576Z Compiling sec1 v0.7.3
16972026-08-25T00:39:11.604Z Compiling hashbrown v0.15.5
16982026-08-25T00:39:11.775Z Compiling strum v0.27.2
16992026-08-25T00:39:11.871Z Compiling jiff v0.2.34
17002026-08-25T00:39:11.916Z Compiling textwrap v0.16.2
17012026-08-25T00:39:12.153Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17022026-08-25T00:39:12.168Z Compiling zopfli v0.8.3
17032026-08-25T00:39:12.174Z Compiling walkdir v2.5.0
17042026-08-25T00:39:12.302Z Compiling supports-color v3.0.2
17052026-08-25T00:39:12.381Z Compiling dof v0.3.0
17062026-08-25T00:39:12.476Z Compiling group v0.13.0
17072026-08-25T00:39:12.502Z Compiling cargo_metadata v0.23.1
17082026-08-25T00:39:12.993Z Compiling test-strategy v0.4.5
17092026-08-25T00:39:13.134Z Compiling hubpack v0.1.2
17102026-08-25T00:39:13.360Z Compiling futures v0.3.32
17112026-08-25T00:39:13.450Z Compiling phf v0.13.1
17122026-08-25T00:39:13.569Z Compiling derive_more-impl v2.1.1
17132026-08-25T00:39:13.618Z Compiling signal-hook-mio v0.2.5
17142026-08-25T00:39:13.886Z Compiling serde_with_macros v3.21.0
17152026-08-25T00:39:14.108Z Compiling cookie_store v0.22.1
17162026-08-25T00:39:14.486Z Compiling reqwest v0.12.28
17172026-08-25T00:39:14.727Z Compiling zstd v0.13.3
17182026-08-25T00:39:14.787Z Compiling cipher v0.5.2
17192026-08-25T00:39:15.045Z Compiling postgres-types v0.2.12
17202026-08-25T00:39:15.101Z Compiling backtrace-ext v0.2.1
17212026-08-25T00:39:15.547Z Compiling usdt-attr-macro v0.6.0
17222026-08-25T00:39:15.626Z Compiling usdt-macro v0.6.0
17232026-08-25T00:39:15.662Z Compiling globset v0.4.18
17242026-08-25T00:39:15.918Z Compiling phf_shared v0.11.3
17252026-08-25T00:39:16.104Z Compiling hkdf v0.12.4
17262026-08-25T00:39:16.189Z Compiling dtrace-parser v0.2.0
17272026-08-25T00:39:16.286Z Compiling byte-wrapper v0.1.0
17282026-08-25T00:39:16.384Z Compiling olpc-cjson v0.1.4
17292026-08-25T00:39:16.399Z Compiling ed25519 v2.2.3
17302026-08-25T00:39:16.425Z Compiling crypto-bigint v0.5.5
17312026-08-25T00:39:16.480Z Compiling serde_plain v1.0.2
17322026-08-25T00:39:16.548Z Compiling serde-big-array v0.5.1
17332026-08-25T00:39:16.631Z Compiling enum-as-inner v0.6.1
17342026-08-25T00:39:16.685Z Compiling miette-derive v7.6.0
17352026-08-25T00:39:16.701Z Compiling serde_repr v0.1.20
17362026-08-25T00:39:16.960Z Compiling strum_macros v0.26.4
17372026-08-25T00:39:17.166Z Compiling async-recursion v1.1.1
17382026-08-25T00:39:17.247Z Compiling pem v3.0.6
17392026-08-25T00:39:17.347Z Compiling float-cmp v0.10.0
17402026-08-25T00:39:17.490Z Compiling thread-id v4.2.2
17412026-08-25T00:39:17.572Z Compiling memmap2 v0.9.10
17422026-08-25T00:39:17.586Z Compiling cpufeatures v0.3.0
17432026-08-25T00:39:17.666Z Compiling data-encoding v2.10.0
17442026-08-25T00:39:17.795Z Compiling fixedbitset v0.5.7
17452026-08-25T00:39:17.815Z Compiling typed-path v0.9.3
17462026-08-25T00:39:17.849Z Compiling precomputed-hash v0.1.1
17472026-08-25T00:39:17.945Z Compiling difflib v0.4.0
17482026-08-25T00:39:18.114Z Compiling new_debug_unreachable v1.0.6
17492026-08-25T00:39:18.196Z Compiling whoami v2.1.0
17502026-08-25T00:39:18.347Z Compiling supports-hyperlinks v3.2.0
17512026-08-25T00:39:18.386Z Compiling keccak v0.1.6
17522026-08-25T00:39:18.511Z Compiling predicates-core v1.0.10
17532026-08-25T00:39:18.522Z Compiling supports-unicode v3.0.0
17542026-08-25T00:39:18.584Z Compiling const-oid v0.10.2
17552026-08-25T00:39:18.584Z Compiling normalize-line-endings v0.3.0
17562026-08-25T00:39:18.678Z Compiling static_assertions v1.1.0
17572026-08-25T00:39:18.689Z Compiling fixedbitset v0.4.2
17582026-08-25T00:39:18.702Z Compiling winnow v1.0.3
17592026-08-25T00:39:18.734Z Compiling strum v0.26.3
17602026-08-25T00:39:18.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-25T00:39:18.793Z Compiling digest v0.11.3
17622026-08-25T00:39:18.869Z Compiling petgraph v0.6.5
17632026-08-25T00:39:18.903Z Compiling predicates v3.1.4
17642026-08-25T00:39:19.033Z Compiling miette v7.6.0
17652026-08-25T00:39:19.078Z Compiling toml_edit v0.22.27
17662026-08-25T00:39:19.145Z Compiling sha3 v0.10.8
17672026-08-25T00:39:19.637Z Compiling tokio-postgres v0.7.16
17682026-08-25T00:39:19.657Z Compiling string_cache v0.8.9
17692026-08-25T00:39:19.780Z Compiling toml_parser v1.1.2+spec-1.1.0
17702026-08-25T00:39:19.836Z Compiling petgraph v0.8.3
17712026-08-25T00:39:20.199Z Compiling hickory-proto v0.25.2
17722026-08-25T00:39:20.382Z Compiling usdt v0.6.0
17732026-08-25T00:39:20.423Z Compiling chacha20 v0.10.0
17742026-08-25T00:39:20.648Z Compiling usdt-impl v0.5.0
17752026-08-25T00:39:20.796Z Compiling elliptic-curve v0.13.8
17762026-08-25T00:39:21.240Z Compiling ed25519-dalek v2.2.0
17772026-08-25T00:39:21.296Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17782026-08-25T00:39:22.614Z Compiling crossterm v0.28.1
17792026-08-25T00:39:22.614Z Compiling serde_with v3.21.0
17802026-08-25T00:39:22.614Z Compiling zip v4.6.1
17812026-08-25T00:39:22.614Z Compiling derive_more v2.1.1
17822026-08-25T00:39:22.614Z Compiling iddqd v0.4.2
17832026-08-25T00:39:22.847Z Compiling itertools v0.13.0
17842026-08-25T00:39:22.984Z Compiling itertools v0.15.0
17852026-08-25T00:39:23.266Z Compiling similar v2.7.0
17862026-08-25T00:39:23.464Z Compiling crossbeam-epoch v0.9.18
17872026-08-25T00:39:23.645Z Compiling oxide-generation v0.1.3
17882026-08-25T00:39:23.715Z Compiling heck v0.4.1
17892026-08-25T00:39:23.799Z Compiling tokio-stream v0.1.18
17902026-08-25T00:39:23.958Z Compiling buf-list v1.1.2
17912026-08-25T00:39:23.993Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17922026-08-25T00:39:24.151Z Compiling openapiv3 v2.2.0
17932026-08-25T00:39:24.158Z Compiling lalrpop-util v0.19.12
17942026-08-25T00:39:24.268Z Compiling peg-runtime v0.8.5
17952026-08-25T00:39:24.289Z Compiling thread_local v1.1.9
17962026-08-25T00:39:24.316Z Compiling slog-async v2.8.0
17972026-08-25T00:39:24.331Z Compiling crossbeam-channel v0.5.15
17982026-08-25T00:39:24.354Z Compiling filetime v0.2.27
17992026-08-25T00:39:24.515Z Compiling is-terminal v0.4.17
18002026-08-25T00:39:24.549Z Compiling term v1.2.1
18012026-08-25T00:39:24.557Z Compiling take_mut v0.2.2
18022026-08-25T00:39:24.629Z Compiling xattr v1.6.1
18032026-08-25T00:39:24.666Z Compiling camino-tempfile v1.4.1
18042026-08-25T00:39:24.801Z Compiling tar v0.4.46
18052026-08-25T00:39:24.860Z Compiling slog-term v2.9.2
18062026-08-25T00:39:30.746Z Compiling rustls-webpki v0.103.13
18072026-08-25T00:39:33.485Z Compiling tokio-rustls v0.26.4
18082026-08-25T00:39:33.485Z Compiling rustls-platform-verifier v0.6.2
18092026-08-25T00:39:33.529Z Compiling tough v0.22.0
18102026-08-25T00:39:33.695Z Compiling hyper-rustls v0.27.7
18112026-08-25T00:39:33.899Z Compiling reqwest v0.13.2
18122026-08-25T00:39:36.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-08-25T00:39:36.393Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-08-25T00:39:39.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
18152026-08-25T00:39:39.487Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18162026-08-25T00:39:39.580ZAug 25 00:39:38.322 INFO Starting download, target: Cockroach
18172026-08-25T00:39:39.580ZAug 25 00:39:38.322 INFO Starting download, target: Clickhouse
18182026-08-25T00:39:39.580ZAug 25 00:39:38.322 INFO Starting download, target: Console
18192026-08-25T00:39:39.580ZAug 25 00:39:38.322 INFO Starting download, target: DendriteStub
18202026-08-25T00:39:39.581ZAug 25 00:39:38.322 INFO Starting download, target: MaghemiteDdmd
18212026-08-25T00:39:39.581ZAug 25 00:39:38.322 INFO Starting download, target: MaghemiteMgd
18222026-08-25T00:39:39.581ZAug 25 00:39:38.322 INFO Starting download, target: TransceiverControl
18232026-08-25T00:39:39.648ZAug 25 00:39:38.322 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18242026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18272026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18292026-08-25T00:39:39.648ZAug 25 00:39:38.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-25T00:39:40.597ZAug 25 00:39:39.337 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18312026-08-25T00:39:40.787ZAug 25 00:39:39.553 INFO Download complete, target: TransceiverControl
18322026-08-25T00:39:41.321ZAug 25 00:39:40.090 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18332026-08-25T00:39:41.572ZAug 25 00:39:40.328 INFO Download complete, target: Console
18342026-08-25T00:39:42.136ZAug 25 00:39:40.881 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18352026-08-25T00:39:43.059ZAug 25 00:39:41.824 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-25T00:39:44.062ZAug 25 00:39:42.831 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18372026-08-25T00:39:44.105ZAug 25 00:39:42.879 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18382026-08-25T00:39:44.951ZAug 25 00:39:43.706 INFO Download complete, target: MaghemiteDdmd
18392026-08-25T00:39:45.607ZAug 25 00:39:44.319 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18402026-08-25T00:39:45.607ZAug 25 00:39:44.319 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18412026-08-25T00:39:46.679ZAug 25 00:39:45.415 INFO Download complete, target: DendriteStub
18422026-08-25T00:39:46.714ZAug 25 00:39:45.433 INFO Download complete, target: MaghemiteMgd
18432026-08-25T00:39:48.873ZAug 25 00:39:47.580 INFO Checking that binary works, target: Clickhouse
18442026-08-25T00:39:48.944ZAug 25 00:39:47.718 INFO Download complete, target: Clickhouse
18452026-08-25T00:39:50.096ZAug 25 00:39:48.875 INFO Checking that binary works, target: Cockroach
18462026-08-25T00:39:50.255ZAug 25 00:39:48.990 INFO Download complete, target: Cockroach
18472026-08-25T00:39:50.268ZAll builder prerequisites installed successfully, and PATH looks valid
18482026-08-25T00:39:50.268Z
18492026-08-25T00:39:50.268Zreal 2:13.771917103
18502026-08-25T00:39:50.268Zuser 7:31.363385241
18512026-08-25T00:39:50.269Zsys 1:29.911342014
18522026-08-25T00:39:50.269Ztrap 0.247459761
18532026-08-25T00:39:50.269Ztflt 0.598166230
18542026-08-25T00:39:50.269Zdflt 0.906619633
18552026-08-25T00:39:50.269Zkflt 0.025969995
18562026-08-25T00:39:50.269Zlock 28:26.407091317
18572026-08-25T00:39:50.269Zslp 22:39.260002450
18582026-08-25T00:39:50.269Zlat 50.075511061
18592026-08-25T00:39:50.269Zstop 2:53.755069677
18602026-08-25T00:39:50.269Z+ banner hack-check
18612026-08-25T00:39:50.269Z
18622026-08-25T00:39:50.269Z # # ## #### # # #### # # ###### #### # #
18632026-08-25T00:39:50.269Z # # # # # # # # # # # # # # # # #
18642026-08-25T00:39:50.269Z ###### # # # #### ##### # ###### ##### # ####
18652026-08-25T00:39:50.269Z # # ###### # # # # # # # # # #
18662026-08-25T00:39:50.269Z # # # # # # # # # # # # # # # # #
18672026-08-25T00:39:50.269Z # # # # #### # # #### # # ###### #### # #
18682026-08-25T00:39:50.269Z
18692026-08-25T00:39:50.269Z+ export CARGO_INCREMENTAL=0
18702026-08-25T00:39:50.269Z+ CARGO_INCREMENTAL=0
18712026-08-25T00:39:50.269Z+ ptime -m timeout 2h cargo xtask check-features --ci
18722026-08-25T00:39:50.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18732026-08-25T00:39:50.998Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18742026-08-25T00:39:52.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18752026-08-25T00:39:52.916Z Running `target/debug/xtask check-features --ci`
18762026-08-25T00:39:52.945Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18772026-08-25T00:39:52.945Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18782026-08-25T00:39:53.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18792026-08-25T00:39:53.413Z Running `target/debug/xtask download cargo-hack`
18802026-08-25T00:39:54.202Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18812026-08-25T00:39:54.514Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18822026-08-25T00:39:57.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
18832026-08-25T00:39:57.314Z Running `target/debug/xtask-downloader cargo-hack`
18842026-08-25T00:39:57.354ZAug 25 00:39:56.135 INFO Starting download, target: CargoHack
18852026-08-25T00:39:57.359ZAug 25 00:39:56.136 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18862026-08-25T00:39:57.713ZAug 25 00:39:56.494 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18872026-08-25T00:39:57.763ZAug 25 00:39:56.544 INFO Download complete, target: CargoHack
18882026-08-25T00:39:57.766Zrunning: "/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"
18892026-08-25T00:39:57.782Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18902026-08-25T00:39:57.945Zinfo: running `cargo check --bins` on api_identity (1/377)
18912026-08-25T00:39:58.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-08-25T00:39:58.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-08-25T00:39:58.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-08-25T00:39:58.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952026-08-25T00:39:58.505Z
18962026-08-25T00:39:58.505Zinfo: running `cargo check --bins` on bootstore (2/377)
18972026-08-25T00:39:58.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-25T00:39:58.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-25T00:39:58.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-25T00:39:58.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19012026-08-25T00:39:59.064Z
19022026-08-25T00:39:59.064Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19032026-08-25T00:39:59.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-25T00:39:59.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-25T00:39:59.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-25T00:39:59.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19072026-08-25T00:39:59.622Z
19082026-08-25T00:39:59.622Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19092026-08-25T00:40:00.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-25T00:40:00.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-25T00:40:00.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-25T00:40:00.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19132026-08-25T00:40:00.181Z
19142026-08-25T00:40:00.181Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19152026-08-25T00:40:00.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-25T00:40:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-25T00:40:00.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-25T00:40:00.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19192026-08-25T00:40:00.744Z
19202026-08-25T00:40:00.744Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19212026-08-25T00:40:01.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-25T00:40:01.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-25T00:40:01.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-25T00:40:01.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19252026-08-25T00:40:01.313Z
19262026-08-25T00:40:01.313Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19272026-08-25T00:40:01.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-25T00:40:01.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-25T00:40:01.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-25T00:40:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19312026-08-25T00:40:01.886Z
19322026-08-25T00:40:01.886Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19332026-08-25T00:40:02.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-25T00:40:02.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-25T00:40:02.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-25T00:40:02.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19372026-08-25T00:40:02.472Z
19382026-08-25T00:40:02.472Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377)
19392026-08-25T00:40:02.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-25T00:40:02.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-25T00:40:02.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-25T00:40:02.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-08-25T00:40:02.896Z
19442026-08-25T00:40:02.896Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377)
19452026-08-25T00:40:03.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-25T00:40:03.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-25T00:40:03.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-25T00:40:03.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19492026-08-25T00:40:03.319Z
19502026-08-25T00:40:03.319Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377)
19512026-08-25T00:40:03.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-25T00:40:03.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-25T00:40:03.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-25T00:40:03.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19552026-08-25T00:40:03.742Z
19562026-08-25T00:40:03.742Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377)
19572026-08-25T00:40:04.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-25T00:40:04.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-25T00:40:04.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-25T00:40:04.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19612026-08-25T00:40:04.191Z
19622026-08-25T00:40:04.192Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377)
19632026-08-25T00:40:04.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-25T00:40:04.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-25T00:40:04.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-25T00:40:04.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19672026-08-25T00:40:04.597Z
19682026-08-25T00:40:04.597Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377)
19692026-08-25T00:40:04.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-25T00:40:04.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-25T00:40:04.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-25T00:40:04.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19732026-08-25T00:40:05.021Z
19742026-08-25T00:40:05.021Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377)
19752026-08-25T00:40:05.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-25T00:40:05.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-25T00:40:05.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-25T00:40:05.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19792026-08-25T00:40:05.447Z
19802026-08-25T00:40:05.448Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377)
19812026-08-25T00:40:05.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-25T00:40:05.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-25T00:40:05.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-25T00:40:05.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19852026-08-25T00:40:05.864Z
19862026-08-25T00:40:05.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377)
19872026-08-25T00:40:06.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-25T00:40:06.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-25T00:40:06.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-25T00:40:06.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19912026-08-25T00:40:06.289Z
19922026-08-25T00:40:06.289Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377)
19932026-08-25T00:40:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-25T00:40:06.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-25T00:40:06.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-25T00:40:06.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19972026-08-25T00:40:06.714Z
19982026-08-25T00:40:06.714Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377)
19992026-08-25T00:40:07.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-25T00:40:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-25T00:40:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-25T00:40:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20032026-08-25T00:40:07.136Z
20042026-08-25T00:40:07.136Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377)
20052026-08-25T00:40:07.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-25T00:40:07.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-25T00:40:07.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-25T00:40:07.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20092026-08-25T00:40:07.562Z
20102026-08-25T00:40:07.562Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377)
20112026-08-25T00:40:07.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-25T00:40:07.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-25T00:40:07.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-25T00:40:07.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20152026-08-25T00:40:07.987Z
20162026-08-25T00:40:07.987Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377)
20172026-08-25T00:40:08.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-25T00:40:08.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-25T00:40:08.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-25T00:40:08.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20212026-08-25T00:40:08.413Z
20222026-08-25T00:40:08.413Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377)
20232026-08-25T00:40:08.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-25T00:40:08.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-25T00:40:08.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-25T00:40:08.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20272026-08-25T00:40:08.838Z
20282026-08-25T00:40:08.838Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377)
20292026-08-25T00:40:09.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-25T00:40:09.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-25T00:40:09.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-25T00:40:09.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20332026-08-25T00:40:09.261Z
20342026-08-25T00:40:09.261Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377)
20352026-08-25T00:40:09.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-25T00:40:09.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-25T00:40:09.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-25T00:40:09.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20392026-08-25T00:40:09.686Z
20402026-08-25T00:40:09.686Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377)
20412026-08-25T00:40:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-25T00:40:10.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-25T00:40:10.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-25T00:40:10.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20452026-08-25T00:40:10.113Z
20462026-08-25T00:40:10.113Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377)
20472026-08-25T00:40:10.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-25T00:40:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-25T00:40:10.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-25T00:40:10.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20512026-08-25T00:40:10.540Z
20522026-08-25T00:40:10.540Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377)
20532026-08-25T00:40:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-25T00:40:10.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-25T00:40:10.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-25T00:40:10.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20572026-08-25T00:40:10.966Z
20582026-08-25T00:40:10.966Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377)
20592026-08-25T00:40:11.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-25T00:40:11.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-25T00:40:11.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-25T00:40:11.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20632026-08-25T00:40:11.394Z
20642026-08-25T00:40:11.394Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377)
20652026-08-25T00:40:11.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-25T00:40:11.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-25T00:40:11.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-25T00:40:11.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20692026-08-25T00:40:11.817Z
20702026-08-25T00:40:11.817Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377)
20712026-08-25T00:40:12.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-25T00:40:12.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-25T00:40:12.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-25T00:40:12.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20752026-08-25T00:40:12.242Z
20762026-08-25T00:40:12.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377)
20772026-08-25T00:40:12.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-25T00:40:12.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-25T00:40:12.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-25T00:40:12.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20812026-08-25T00:40:12.666Z
20822026-08-25T00:40:12.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377)
20832026-08-25T00:40:13.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-25T00:40:13.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-25T00:40:13.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-25T00:40:13.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20872026-08-25T00:40:13.085Z
20882026-08-25T00:40:13.085Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377)
20892026-08-25T00:40:13.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-25T00:40:13.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-25T00:40:13.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-25T00:40:13.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20932026-08-25T00:40:13.506Z
20942026-08-25T00:40:13.506Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377)
20952026-08-25T00:40:13.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-25T00:40:13.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-25T00:40:13.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-25T00:40:13.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20992026-08-25T00:40:13.931Z
21002026-08-25T00:40:13.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377)
21012026-08-25T00:40:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-25T00:40:14.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-25T00:40:14.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-25T00:40:14.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21052026-08-25T00:40:14.357Z
21062026-08-25T00:40:14.357Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377)
21072026-08-25T00:40:14.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-25T00:40:14.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-25T00:40:14.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-25T00:40:14.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21112026-08-25T00:40:14.782Z
21122026-08-25T00:40:14.782Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377)
21132026-08-25T00:40:15.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-25T00:40:15.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-25T00:40:15.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-25T00:40:15.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21172026-08-25T00:40:15.201Z
21182026-08-25T00:40:15.201Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377)
21192026-08-25T00:40:15.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-25T00:40:15.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-25T00:40:15.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-25T00:40:15.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21232026-08-25T00:40:15.627Z
21242026-08-25T00:40:15.627Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377)
21252026-08-25T00:40:15.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-25T00:40:16.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-25T00:40:16.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-25T00:40:16.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21292026-08-25T00:40:16.052Z
21302026-08-25T00:40:16.052Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377)
21312026-08-25T00:40:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-25T00:40:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-25T00:40:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-25T00:40:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21352026-08-25T00:40:16.482Z
21362026-08-25T00:40:16.482Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377)
21372026-08-25T00:40:16.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-25T00:40:16.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-25T00:40:16.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-25T00:40:16.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21412026-08-25T00:40:16.901Z
21422026-08-25T00:40:16.901Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377)
21432026-08-25T00:40:17.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-25T00:40:17.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-25T00:40:17.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-25T00:40:17.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21472026-08-25T00:40:17.331Z
21482026-08-25T00:40:17.331Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377)
21492026-08-25T00:40:17.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-25T00:40:17.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-25T00:40:17.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-25T00:40:17.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21532026-08-25T00:40:17.761Z
21542026-08-25T00:40:17.761Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377)
21552026-08-25T00:40:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-25T00:40:18.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-25T00:40:18.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-25T00:40:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21592026-08-25T00:40:18.188Z
21602026-08-25T00:40:18.188Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377)
21612026-08-25T00:40:18.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-25T00:40:18.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-25T00:40:18.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-25T00:40:18.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21652026-08-25T00:40:18.616Z
21662026-08-25T00:40:18.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377)
21672026-08-25T00:40:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-25T00:40:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-25T00:40:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-25T00:40:18.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21712026-08-25T00:40:19.041Z
21722026-08-25T00:40:19.041Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377)
21732026-08-25T00:40:19.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-25T00:40:19.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-25T00:40:19.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-25T00:40:19.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21772026-08-25T00:40:19.467Z
21782026-08-25T00:40:19.467Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377)
21792026-08-25T00:40:19.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-25T00:40:19.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-25T00:40:19.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-25T00:40:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21832026-08-25T00:40:20.081Z
21842026-08-25T00:40:20.081Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377)
21852026-08-25T00:40:20.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-25T00:40:20.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-25T00:40:20.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-25T00:40:20.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21892026-08-25T00:40:20.696Z
21902026-08-25T00:40:20.697Zinfo: running `cargo check --bins` on nexus-config (51/377)
21912026-08-25T00:40:21.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-25T00:40:21.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-25T00:40:21.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-25T00:40:21.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21952026-08-25T00:40:21.329Z
21962026-08-25T00:40:21.329Zinfo: running `cargo check --bins` on nexus-types (52/377)
21972026-08-25T00:40:21.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-25T00:40:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-25T00:40:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-25T00:40:21.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22012026-08-25T00:40:21.944Z
22022026-08-25T00:40:21.944Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377)
22032026-08-25T00:40:22.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-25T00:40:22.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-25T00:40:22.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-25T00:40:22.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-08-25T00:40:22.512Z
22082026-08-25T00:40:22.513Zinfo: running `cargo check --bins` on omicron-passwords (54/377)
22092026-08-25T00:40:22.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-25T00:40:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-25T00:40:22.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-25T00:40:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22132026-08-25T00:40:23.079Z
22142026-08-25T00:40:23.079Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/377)
22152026-08-25T00:40:23.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-25T00:40:23.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-25T00:40:23.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-25T00:40:23.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-08-25T00:40:23.665Z
22202026-08-25T00:40:23.665Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377)
22212026-08-25T00:40:24.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-25T00:40:24.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-25T00:40:24.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-25T00:40:24.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-08-25T00:40:24.251Z
22262026-08-25T00:40:24.251Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377)
22272026-08-25T00:40:24.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-25T00:40:24.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-25T00:40:24.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-25T00:40:24.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22312026-08-25T00:40:24.843Z
22322026-08-25T00:40:24.843Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377)
22332026-08-25T00:40:25.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-25T00:40:25.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-25T00:40:25.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-25T00:40:25.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-08-25T00:40:25.426Z
22382026-08-25T00:40:25.426Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377)
22392026-08-25T00:40:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-25T00:40:25.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-25T00:40:25.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-25T00:40:25.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-08-25T00:40:25.992Z
22442026-08-25T00:40:25.993Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377)
22452026-08-25T00:40:26.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-25T00:40:26.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-25T00:40:26.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-25T00:40:26.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22492026-08-25T00:40:26.560Z
22502026-08-25T00:40:26.561Zinfo: running `cargo check --bins --no-default-features` on gfss (61/377)
22512026-08-25T00:40:27.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-25T00:40:27.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-25T00:40:27.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-25T00:40:27.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22552026-08-25T00:40:27.122Z
22562026-08-25T00:40:27.122Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377)
22572026-08-25T00:40:27.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-25T00:40:27.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-25T00:40:27.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-25T00:40:27.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22612026-08-25T00:40:27.686Z
22622026-08-25T00:40:27.686Zinfo: running `cargo check --bins` on trust-quorum-types (63/377)
22632026-08-25T00:40:28.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-25T00:40:28.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-25T00:40:28.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-25T00:40:28.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22672026-08-25T00:40:28.265Z
22682026-08-25T00:40:28.265Zinfo: running `cargo check --bins` on wicketd-commission-types (64/377)
22692026-08-25T00:40:28.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-25T00:40:28.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-25T00:40:28.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-25T00:40:28.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22732026-08-25T00:40:28.841Z
22742026-08-25T00:40:28.842Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/377)
22752026-08-25T00:40:29.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-25T00:40:29.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-25T00:40:29.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-25T00:40:29.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22792026-08-25T00:40:29.431Z
22802026-08-25T00:40:29.431Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377)
22812026-08-25T00:40:29.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-25T00:40:29.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-25T00:40:29.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-25T00:40:29.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22852026-08-25T00:40:30.010Z
22862026-08-25T00:40:30.010Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377)
22872026-08-25T00:40:30.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-25T00:40:30.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-25T00:40:30.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-25T00:40:30.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22912026-08-25T00:40:30.588Z
22922026-08-25T00:40:30.588Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/377)
22932026-08-25T00:40:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-25T00:40:31.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-25T00:40:31.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-25T00:40:31.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22972026-08-25T00:40:31.169Z
22982026-08-25T00:40:31.169Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/377)
22992026-08-25T00:40:31.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-25T00:40:31.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-25T00:40:31.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-25T00:40:31.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23032026-08-25T00:40:31.752Z
23042026-08-25T00:40:31.752Zinfo: running `cargo check --bins` on cockroach-admin-types (70/377)
23052026-08-25T00:40:32.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-25T00:40:32.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-25T00:40:32.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-25T00:40:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23092026-08-25T00:40:32.314Z
23102026-08-25T00:40:32.314Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/377)
23112026-08-25T00:40:32.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-25T00:40:32.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-25T00:40:32.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-25T00:40:32.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23152026-08-25T00:40:32.886Z
23162026-08-25T00:40:32.886Zinfo: running `cargo check --bins` on ereport-types (72/377)
23172026-08-25T00:40:33.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-25T00:40:33.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-25T00:40:33.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-25T00:40:33.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23212026-08-25T00:40:33.461Z
23222026-08-25T00:40:33.461Zinfo: running `cargo check --bins` on gateway-client (73/377)
23232026-08-25T00:40:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-25T00:40:33.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-25T00:40:33.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-25T00:40:33.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23272026-08-25T00:40:34.044Z
23282026-08-25T00:40:34.044Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/377)
23292026-08-25T00:40:34.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-25T00:40:34.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-25T00:40:34.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-25T00:40:34.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23332026-08-25T00:40:34.616Z
23342026-08-25T00:40:34.616Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377)
23352026-08-25T00:40:35.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-25T00:40:35.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-25T00:40:35.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-25T00:40:35.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23392026-08-25T00:40:35.196Z
23402026-08-25T00:40:35.196Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/377)
23412026-08-25T00:40:37.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-25T00:40:37.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-25T00:40:37.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-25T00:40:37.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23452026-08-25T00:40:37.355Z
23462026-08-25T00:40:37.355Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377)
23472026-08-25T00:40:37.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-25T00:40:37.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-25T00:40:37.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502026-08-25T00:40:37.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23512026-08-25T00:40:37.356Z
23522026-08-25T00:40:37.356Zinfo: running `cargo check --bins` on key-manager-types (78/377)
23532026-08-25T00:40:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542026-08-25T00:40:37.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552026-08-25T00:40:37.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562026-08-25T00:40:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23572026-08-25T00:40:37.566Z
23582026-08-25T00:40:37.566Zinfo: running `cargo check --bins` on oxlog (79/377)
23592026-08-25T00:40:37.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602026-08-25T00:40:37.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612026-08-25T00:40:37.735Z Checking cfg-if v1.0.4
23622026-08-25T00:40:37.735Z Checking serde_core v1.0.228
23632026-08-25T00:40:37.735Z Checking libc v0.2.185
23642026-08-25T00:40:37.843Z Checking memchr v2.8.0
23652026-08-25T00:40:37.843Z Checking smallvec v1.15.1
23662026-08-25T00:40:37.843Z Checking log v0.4.33
23672026-08-25T00:40:37.843Z Checking subtle v2.6.1
23682026-08-25T00:40:37.843Z Checking itoa v1.0.17
23692026-08-25T00:40:37.844Z Checking scopeguard v1.2.0
23702026-08-25T00:40:37.876Z Checking lock_api v0.4.14
23712026-08-25T00:40:37.877Z Checking stable_deref_trait v1.2.1
23722026-08-25T00:40:37.877Z Checking typenum v1.20.1
23732026-08-25T00:40:37.888Z Checking zerofrom v0.1.6
23742026-08-25T00:40:37.888Z Checking zerocopy v0.8.55
23752026-08-25T00:40:37.950Z Checking portable-atomic v1.13.1
23762026-08-25T00:40:37.984Z Checking yoke v0.8.1
23772026-08-25T00:40:38.027Z Checking critical-section v1.2.0
23782026-08-25T00:40:38.055Z Checking libm v0.2.16
23792026-08-25T00:40:38.062Z Checking errno v0.3.14
23802026-08-25T00:40:38.106Z Checking getrandom v0.2.17
23812026-08-25T00:40:38.291Z Checking zerovec v0.11.5
23822026-08-25T00:40:38.295Z Checking zmij v1.0.21
23832026-08-25T00:40:38.296Z Checking rand_core v0.6.4
23842026-08-25T00:40:38.418Z Checking once_cell v1.21.3
23852026-08-25T00:40:38.427Z Checking pin-project-lite v0.2.17
23862026-08-25T00:40:38.433Z Checking const-oid v0.9.6
23872026-08-25T00:40:38.473Z Checking writeable v0.6.2
23882026-08-25T00:40:38.510Z Checking percent-encoding v2.3.2
23892026-08-25T00:40:38.583Z Checking tinystr v0.8.2
23902026-08-25T00:40:38.592Z Checking rand_core v0.10.0
23912026-08-25T00:40:38.632Z Checking litemap v0.8.1
23922026-08-25T00:40:38.646Z Checking potential_utf v0.1.4
23932026-08-25T00:40:38.734Z Checking getrandom v0.4.3
23942026-08-25T00:40:38.739Z Checking num-traits v0.2.19
23952026-08-25T00:40:38.774Z Checking signal-hook-registry v1.4.8
23962026-08-25T00:40:38.777Z Checking zerotrie v0.2.3
23972026-08-25T00:40:38.806Z Checking icu_locale_core v2.1.1
23982026-08-25T00:40:38.897Z Checking parking_lot_core v0.9.12
23992026-08-25T00:40:38.939Z Checking futures-core v0.3.32
24002026-08-25T00:40:39.029Z Checking icu_collections v2.1.1
24012026-08-25T00:40:39.092Z Checking mio v1.2.0
24022026-08-25T00:40:39.118Z Checking parking_lot v0.12.5
24032026-08-25T00:40:39.162Z Checking equivalent v1.0.2
24042026-08-25T00:40:39.227Z Checking serde v1.0.228
24052026-08-25T00:40:39.327Z Checking bitflags v2.11.0
24062026-08-25T00:40:39.342Z Checking serde_json v1.0.151
24072026-08-25T00:40:39.342Z Checking icu_properties_data v2.1.2
24082026-08-25T00:40:39.342Z Checking icu_normalizer_data v2.1.1
24092026-08-25T00:40:39.443Z Checking socket2 v0.6.3
24102026-08-25T00:40:39.450Z Checking icu_provider v2.1.1
24112026-08-25T00:40:39.450Z Checking byteorder v1.5.0
24122026-08-25T00:40:39.451Z Checking getrandom v0.3.4
24132026-08-25T00:40:39.451Z Checking utf8_iter v1.0.4
24142026-08-25T00:40:39.615Z Checking hashbrown v0.17.0
24152026-08-25T00:40:39.635Z Checking futures-sink v0.3.32
24162026-08-25T00:40:39.635Z Checking zeroize v1.9.0
24172026-08-25T00:40:39.635Z Checking bytes v1.11.1
24182026-08-25T00:40:39.635Z Checking icu_properties v2.1.2
24192026-08-25T00:40:39.636Z Checking icu_normalizer v2.1.1
24202026-08-25T00:40:39.644Z Checking futures-channel v0.3.32
24212026-08-25T00:40:39.736Z Checking generic-array v0.14.7
24222026-08-25T00:40:39.834Z Checking rustix v1.1.4
24232026-08-25T00:40:39.902Z Checking form_urlencoded v1.2.2
24242026-08-25T00:40:39.949Z Checking futures-task v0.3.32
24252026-08-25T00:40:40.010Z Checking indexmap v2.14.0
24262026-08-25T00:40:40.023Z Checking tokio v1.52.1
24272026-08-25T00:40:40.035Z Checking futures-io v0.3.32
24282026-08-25T00:40:40.088Z Checking slab v0.4.12
24292026-08-25T00:40:40.148Z Checking fnv v1.0.7
24302026-08-25T00:40:40.197Z Checking block-buffer v0.10.4
24312026-08-25T00:40:40.244Z Checking crypto-common v0.1.7
24322026-08-25T00:40:40.248Z Checking futures-util v0.3.32
24332026-08-25T00:40:40.344Z Checking base64ct v1.8.3
24342026-08-25T00:40:40.384Z Checking digest v0.10.7
24352026-08-25T00:40:40.407Z Checking idna_adapter v1.2.1
24362026-08-25T00:40:40.528Z Checking idna v1.1.0
24372026-08-25T00:40:40.573Z Checking iana-time-zone v0.1.65
24382026-08-25T00:40:40.586Z Checking pem-rfc7468 v0.7.0
24392026-08-25T00:40:40.598Z Checking rand_core v0.9.5
24402026-08-25T00:40:40.659Z Checking uuid v1.23.4
24412026-08-25T00:40:40.673Z Checking ppv-lite86 v0.2.21
24422026-08-25T00:40:40.684Z Checking chrono v0.4.45
24432026-08-25T00:40:40.744Z Checking flagset v0.4.7
24442026-08-25T00:40:40.771Z Checking url v2.5.8
24452026-08-25T00:40:40.775Z Checking regex-syntax v0.8.10
24462026-08-25T00:40:40.871Z Checking der v0.7.10
24472026-08-25T00:40:40.967Z Checking base64 v0.22.1
24482026-08-25T00:40:40.985Z Checking rand_chacha v0.9.0
24492026-08-25T00:40:41.191Z Checking http v1.4.2
24502026-08-25T00:40:41.210Z Checking dyn-clone v1.0.20
24512026-08-25T00:40:41.224Z Checking rand v0.9.2
24522026-08-25T00:40:41.314Z Checking semver v1.0.28
24532026-08-25T00:40:41.531Z Checking tracing-core v0.1.36
24542026-08-25T00:40:41.545Z Checking cpufeatures v0.2.17
24552026-08-25T00:40:41.666Z Checking spki v0.7.3
24562026-08-25T00:40:41.681Z Checking simd-adler32 v0.3.8
24572026-08-25T00:40:41.699Z Checking schemars v0.8.22
24582026-08-25T00:40:41.766Z Checking http-body v1.0.1
24592026-08-25T00:40:41.784Z Checking pkcs8 v0.10.2
24602026-08-25T00:40:41.801Z Checking rustls-pki-types v1.14.0
24612026-08-25T00:40:41.843Z Checking tracing v0.1.44
24622026-08-25T00:40:41.898Z Checking spin v0.9.8
24632026-08-25T00:40:41.945Z Checking fastrand v2.3.0
24642026-08-25T00:40:42.051Z Checking openssl-probe v0.2.1
24652026-08-25T00:40:42.094Z Checking utf8parse v0.2.2
24662026-08-25T00:40:42.095Z Checking tinyvec_macros v0.1.1
24672026-08-25T00:40:42.119Z Checking adler2 v2.0.1
24682026-08-25T00:40:42.130Z Checking anstyle v1.0.14
24692026-08-25T00:40:42.159Z Checking cmov v0.5.4
24702026-08-25T00:40:42.169Z Checking tinyvec v1.10.0
24712026-08-25T00:40:42.183Z Checking tempfile v3.27.0
24722026-08-25T00:40:42.204Z Checking anstyle-parse v1.0.0
24732026-08-25T00:40:42.219Z Checking miniz_oxide v0.8.9
24742026-08-25T00:40:42.322Z Checking sha2 v0.10.9
24752026-08-25T00:40:42.361Z Checking ctutils v0.4.2
24762026-08-25T00:40:42.377Z Checking terminal_size v0.4.3
24772026-08-25T00:40:42.385Z Checking aws-lc-sys v0.40.0
24782026-08-25T00:40:42.387Z Checking thiserror v2.0.18
24792026-08-25T00:40:42.482Z Checking anstyle-query v1.1.5
24802026-08-25T00:40:42.488Z Checking tower-layer v0.3.3
24812026-08-25T00:40:42.495Z Checking untrusted v0.7.1
24822026-08-25T00:40:42.564Z Checking is_terminal_polyfill v1.70.2
24832026-08-25T00:40:42.577Z Checking colorchoice v1.0.4
24842026-08-25T00:40:42.592Z Checking tower-service v0.3.3
24852026-08-25T00:40:42.595Z Checking try-lock v0.2.5
24862026-08-25T00:40:42.615Z Checking atomic-waker v1.1.2
24872026-08-25T00:40:42.651Z Checking hybrid-array v0.4.13
24882026-08-25T00:40:42.667Z Checking ipnet v2.12.0
24892026-08-25T00:40:42.680Z Checking anstream v1.0.0
24902026-08-25T00:40:42.692Z Checking want v0.3.1
24912026-08-25T00:40:42.695Z Checking httparse v1.10.1
24922026-08-25T00:40:42.716Z Checking crc32fast v1.5.0
24932026-08-25T00:40:42.816Z Checking wait-timeout v0.2.1
24942026-08-25T00:40:42.857Z Checking aho-corasick v1.1.4
24952026-08-25T00:40:42.878Z Checking bit-vec v0.8.0
24962026-08-25T00:40:42.909Z Checking aws-lc-rs v1.16.3
24972026-08-25T00:40:42.923Z Checking httpdate v1.0.3
24982026-08-25T00:40:42.935Z Checking untrusted v0.9.0
24992026-08-25T00:40:42.947Z Checking tap v1.0.1
25002026-08-25T00:40:43.042Z Checking plain v0.2.3
25012026-08-25T00:40:43.055Z Checking foreign-types-shared v0.1.1
25022026-08-25T00:40:43.068Z Checking quick-error v1.2.3
25032026-08-25T00:40:43.071Z Checking bit-set v0.8.0
25042026-08-25T00:40:43.133Z Checking foreign-types v0.3.2
25052026-08-25T00:40:43.147Z Checking wyz v0.5.1
25062026-08-25T00:40:43.176Z Checking rusty-fork v0.3.1
25072026-08-25T00:40:43.205Z Checking unicode-normalization v0.1.25
25082026-08-25T00:40:43.220Z Checking rand_chacha v0.3.1
25092026-08-25T00:40:43.318Z Checking rand_xorshift v0.4.0
25102026-08-25T00:40:43.334Z Checking tokio-util v0.7.18
25112026-08-25T00:40:43.350Z Checking signature v2.2.0
25122026-08-25T00:40:43.410Z Checking radium v0.7.0
25132026-08-25T00:40:43.430Z Checking hex v0.4.3
25142026-08-25T00:40:43.443Z Checking openssl-sys v0.9.117
25152026-08-25T00:40:43.484Z Checking num-integer v0.1.46
25162026-08-25T00:40:43.544Z Checking regex-automata v0.4.14
25172026-08-25T00:40:43.584Z Checking funty v2.0.0
25182026-08-25T00:40:43.613Z Checking unarray v0.1.4
25192026-08-25T00:40:43.657Z Checking unicode-ident v1.0.24
25202026-08-25T00:40:43.711Z Checking strsim v0.11.1
25212026-08-25T00:40:43.724Z Checking clap_lex v1.0.0
25222026-08-25T00:40:43.763Z Checking rustls-webpki v0.103.13
25232026-08-25T00:40:43.776Z Checking ucd-trie v0.1.7
25242026-08-25T00:40:43.812Z Checking openssl v0.10.80
25252026-08-25T00:40:43.871Z Checking clap_builder v4.6.0
25262026-08-25T00:40:43.963Z Checking proc-macro2 v1.0.106
25272026-08-25T00:40:43.974Z Checking pest v2.8.6
25282026-08-25T00:40:43.974Z Checking bitvec v1.0.1
25292026-08-25T00:40:43.974Z Checking h2 v0.4.15
25302026-08-25T00:40:44.184Z Checking rustls v0.23.41
25312026-08-25T00:40:44.198Z Checking proptest v1.11.0
25322026-08-25T00:40:44.981Z Checking num-iter v0.1.45
25332026-08-25T00:40:45.095Z Checking rand v0.8.6
25342026-08-25T00:40:45.109Z Checking ipnetwork v0.21.1
25352026-08-25T00:40:45.254Z Checking lazy_static v1.5.0
25362026-08-25T00:40:45.325Z Checking hmac v0.12.1
25372026-08-25T00:40:45.346Z Checking thiserror v1.0.69
25382026-08-25T00:40:45.385Z Checking maybe-uninit v2.0.0
25392026-08-25T00:40:45.447Z Checking toml_datetime v0.6.11
25402026-08-25T00:40:45.459Z Checking serde_spanned v0.6.9
25412026-08-25T00:40:45.471Z Checking sync_wrapper v1.0.2
25422026-08-25T00:40:45.573Z Checking crc-catalog v2.4.0
25432026-08-25T00:40:45.586Z Checking powerfmt v0.2.0
25442026-08-25T00:40:45.611Z Checking siphasher v1.0.2
25452026-08-25T00:40:45.631Z Checking zlib-rs v0.6.2
25462026-08-25T00:40:45.663Z Checking pretty-hex v0.4.1
25472026-08-25T00:40:45.737Z Checking nodrop v0.1.14
25482026-08-25T00:40:45.772Z Checking deranged v0.5.8
25492026-08-25T00:40:45.784Z Checking crc v3.4.0
25502026-08-25T00:40:45.825Z Checking array-init v0.0.4
25512026-08-25T00:40:45.843Z Checking native-tls v0.2.18
25522026-08-25T00:40:46.003Z Checking num-bigint-dig v0.8.6
25532026-08-25T00:40:46.008Z Checking newtype-uuid v1.3.2
25542026-08-25T00:40:46.028Z Checking tower v0.5.3
25552026-08-25T00:40:46.125Z Checking smallvec v0.6.14
25562026-08-25T00:40:46.211Z Checking oxnet v0.1.6
25572026-08-25T00:40:46.316Z Checking packed_struct v0.10.1
25582026-08-25T00:40:46.419Z Checking clap v4.6.1
25592026-08-25T00:40:46.434Z Checking quote v1.0.45
25602026-08-25T00:40:46.482Z Checking pkcs1 v0.7.5
25612026-08-25T00:40:46.499Z Checking http-body-util v0.1.3
25622026-08-25T00:40:46.512Z Checking flate2 v1.1.9
25632026-08-25T00:40:46.606Z Checking crossbeam-utils v0.8.21
25642026-08-25T00:40:46.693Z Checking bitfield v0.19.4
25652026-08-25T00:40:46.709Z Checking zerocopy v0.6.6
25662026-08-25T00:40:46.722Z Checking bzip2-sys v0.1.13+1.0.8
25672026-08-25T00:40:46.776Z Checking ahash v0.8.12
25682026-08-25T00:40:46.802Z Checking scroll v0.13.0
25692026-08-25T00:40:46.815Z Checking hyper v1.10.1
25702026-08-25T00:40:46.828Z Checking env_filter v2.0.0
25712026-08-25T00:40:46.956Z Checking unicode-bidi v0.3.18
25722026-08-25T00:40:46.969Z Checking unicode-properties v0.1.4
25732026-08-25T00:40:46.982Z Checking winnow v0.5.40
25742026-08-25T00:40:47.008Z Checking base64 v0.21.7
25752026-08-25T00:40:47.019Z Checking num-conv v0.2.0
25762026-08-25T00:40:47.040Z Checking ryu v1.0.23
25772026-08-25T00:40:47.139Z Checking iri-string v0.7.10
25782026-08-25T00:40:47.158Z Checking num_threads v0.1.7
25792026-08-25T00:40:47.183Z Checking hashbrown v0.12.3
25802026-08-25T00:40:47.246Z Checking gimli v0.32.3
25812026-08-25T00:40:47.259Z Checking allocator-api2 v0.2.21
25822026-08-25T00:40:47.272Z Checking time-core v0.1.8
25832026-08-25T00:40:47.411Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25842026-08-25T00:40:47.424Z Checking time v0.3.47
25852026-08-25T00:40:47.548Z Checking stringprep v0.1.5
25862026-08-25T00:40:47.606Z Checking indexmap v1.9.3
25872026-08-25T00:40:47.707Z Checking ron v0.8.1
25882026-08-25T00:40:47.805Z Checking hyper-util v0.1.20
25892026-08-25T00:40:47.926Z Checking serde_urlencoded v0.7.1
25902026-08-25T00:40:48.141Z Checking goblin v0.10.5
25912026-08-25T00:40:48.156Z Checking toml_edit v0.19.15
25922026-08-25T00:40:48.178Z Checking tower-http v0.6.8
25932026-08-25T00:40:48.226Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-08-25T00:40:48.385Z Checking hashbrown v0.13.2
25952026-08-25T00:40:48.462Z Checking env_logger v0.11.11
25962026-08-25T00:40:48.577Z Checking crossbeam-epoch v0.9.18
25972026-08-25T00:40:48.652Z Checking bzip2 v0.4.4
25982026-08-25T00:40:48.805Z Checking rsa v0.9.10
25992026-08-25T00:40:48.819Z Checking syn v2.0.117
26002026-08-25T00:40:48.822Z Checking addr2line v0.25.1
26012026-08-25T00:40:48.849Z Checking daft v0.1.8
26022026-08-25T00:40:49.065Z Checking serde-hex v0.1.0
26032026-08-25T00:40:49.086Z Checking tokio-native-tls v0.3.1
26042026-08-25T00:40:49.097Z Checking bstr v1.12.1
26052026-08-25T00:40:49.199Z Checking crypto-common v0.2.2
26062026-08-25T00:40:49.245Z Checking block-padding v0.4.2
26072026-08-25T00:40:49.274Z Checking block-buffer v0.12.1
26082026-08-25T00:40:49.387Z Checking rustls-native-certs v0.8.3
26092026-08-25T00:40:49.442Z Checking x509-cert v0.2.5
26102026-08-25T00:40:49.496Z Checking scroll v0.12.0
26112026-08-25T00:40:49.522Z Checking object v0.37.3
26122026-08-25T00:40:49.730Z Checking zstd-sys v2.0.16+zstd.1.5.7
26132026-08-25T00:40:49.795Z Checking md-5 v0.10.6
26142026-08-25T00:40:49.847Z Checking hash32 v0.2.1
26152026-08-25T00:40:49.941Z Checking encoding_rs v0.8.35
26162026-08-25T00:40:50.012Z Checking crc-any v2.5.0
26172026-08-25T00:40:50.113Z Checking psl-types v2.0.11
26182026-08-25T00:40:50.190Z Checking either v1.15.0
26192026-08-25T00:40:50.233Z Checking mime v0.3.17
26202026-08-25T00:40:50.387Z Checking fallible-iterator v0.2.0
26212026-08-25T00:40:50.414Z Checking rustc-demangle v0.1.27
26222026-08-25T00:40:50.489Z Checking publicsuffix v2.3.0
26232026-08-25T00:40:50.513Z Checking dof v0.4.0
26242026-08-25T00:40:50.580Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-08-25T00:40:50.631Z Checking heapless v0.7.17
26262026-08-25T00:40:50.650Z Checking zstd-safe v7.2.4
26272026-08-25T00:40:50.662Z Checking postgres-protocol v0.6.10
26282026-08-25T00:40:50.817Z Checking goblin v0.8.2
26292026-08-25T00:40:50.891Z Checking inout v0.2.2
26302026-08-25T00:40:50.978Z Checking hyper-tls v0.6.0
26312026-08-25T00:40:51.046Z Checking toml v0.7.8
26322026-08-25T00:40:51.060Z Checking object v0.30.4
26332026-08-25T00:40:51.132Z Checking zip v0.6.6
26342026-08-25T00:40:51.152Z Checking cookie v0.18.1
26352026-08-25T00:40:51.152Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-08-25T00:40:51.329Z Checking tokio-rustls v0.26.4
26372026-08-25T00:40:51.364Z Checking phf_shared v0.13.1
26382026-08-25T00:40:51.385Z Checking dtrace-parser v0.3.0
26392026-08-25T00:40:51.457Z Checking zerocopy v0.7.35
26402026-08-25T00:40:51.553Z Checking pin-project v1.1.11
26412026-08-25T00:40:51.566Z Checking signal-hook v0.3.18
26422026-08-25T00:40:51.569Z Checking futures-executor v0.3.32
26432026-08-25T00:40:51.625Z Checking erased-serde v0.3.31
26442026-08-25T00:40:51.647Z Checking ff v0.13.1
26452026-08-25T00:40:51.719Z Checking thread-id v5.1.0
26462026-08-25T00:40:51.757Z Checking base16ct v0.2.0
26472026-08-25T00:40:51.778Z Compiling rayon-core v1.13.0
26482026-08-25T00:40:51.798Z Checking jiff-core v0.1.0
26492026-08-25T00:40:51.842Z Checking backtrace v0.3.76
26502026-08-25T00:40:51.879Z Checking path-slash v0.1.5
26512026-08-25T00:40:51.951Z Checking libbz2-rs-sys v0.2.2
26522026-08-25T00:40:51.962Z Checking is_ci v1.2.0
26532026-08-25T00:40:51.992Z Checking foldhash v0.2.0
26542026-08-25T00:40:52.021Z Checking foldhash v0.1.5
26552026-08-25T00:40:52.062Z Checking bitflags v1.3.2
26562026-08-25T00:40:52.190Z Checking managed v0.8.0
26572026-08-25T00:40:52.205Z Checking same-file v1.0.6
26582026-08-25T00:40:52.205Z Checking smawk v0.3.2
26592026-08-25T00:40:52.205Z Checking unicode-width v0.2.0
26602026-08-25T00:40:52.280Z Checking bumpalo v3.20.2
26612026-08-25T00:40:52.283Z Checking unicode-linebreak v0.1.5
26622026-08-25T00:40:52.326Z Checking smoltcp v0.9.1
26632026-08-25T00:40:52.366Z Checking bzip2 v0.6.1
26642026-08-25T00:40:52.426Z Checking walkdir v2.5.0
26652026-08-25T00:40:52.491Z Checking zopfli v0.8.3
26662026-08-25T00:40:52.496Z Checking textwrap v0.16.2
26672026-08-25T00:40:52.526Z Checking jiff v0.2.34
26682026-08-25T00:40:52.539Z Checking backtrace-ext v0.2.1
26692026-08-25T00:40:52.588Z Checking hashbrown v0.15.5
26702026-08-25T00:40:52.644Z Checking hashbrown v0.16.1
26712026-08-25T00:40:52.713Z Checking supports-color v3.0.2
26722026-08-25T00:40:52.734Z Checking dof v0.3.0
26732026-08-25T00:40:52.819Z Checking slog v2.8.2
26742026-08-25T00:40:52.853Z Checking sec1 v0.7.3
26752026-08-25T00:40:52.923Z Checking usdt-impl v0.6.0
26762026-08-25T00:40:53.025Z Checking group v0.13.0
26772026-08-25T00:40:53.059Z Checking signal-hook-mio v0.2.5
26782026-08-25T00:40:53.071Z Checking futures v0.3.32
26792026-08-25T00:40:53.083Z Checking snafu v0.8.9
26802026-08-25T00:40:53.145Z Checking hyper-rustls v0.27.7
26812026-08-25T00:40:53.160Z Checking phf v0.13.1
26822026-08-25T00:40:53.169Z Checking cookie_store v0.22.1
26832026-08-25T00:40:53.169Z Checking reqwest v0.12.28
26842026-08-25T00:40:53.199Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26852026-08-25T00:40:53.213Z Checking cipher v0.5.2
26862026-08-25T00:40:53.298Z Checking postgres-types v0.2.12
26872026-08-25T00:40:53.326Z Checking zstd v0.13.3
26882026-08-25T00:40:53.350Z Checking rustls-platform-verifier v0.6.2
26892026-08-25T00:40:53.453Z Checking globset v0.4.18
26902026-08-25T00:40:53.495Z Checking crossbeam-deque v0.8.6
26912026-08-25T00:40:53.507Z Checking phf_shared v0.11.3
26922026-08-25T00:40:53.517Z Checking hkdf v0.12.4
26932026-08-25T00:40:53.534Z Checking dtrace-parser v0.2.0
26942026-08-25T00:40:53.618Z Checking regex v1.12.3
26952026-08-25T00:40:53.649Z Checking byte-wrapper v0.1.0
26962026-08-25T00:40:53.653Z Checking olpc-cjson v0.1.4
26972026-08-25T00:40:53.674Z Checking ref-cast v1.0.25
26982026-08-25T00:40:53.704Z Checking curve25519-dalek v4.1.3
26992026-08-25T00:40:53.767Z Checking strum v0.27.2
27002026-08-25T00:40:53.770Z Checking hubpack v0.1.2
27012026-08-25T00:40:53.792Z Checking ed25519 v2.2.3
27022026-08-25T00:40:53.851Z Checking memoffset v0.9.1
27032026-08-25T00:40:53.877Z Checking owo-colors v4.3.0
27042026-08-25T00:40:53.890Z Checking rustix v0.38.44
27052026-08-25T00:40:53.924Z Checking pem v3.0.6
27062026-08-25T00:40:53.938Z Checking crypto-bigint v0.5.5
27072026-08-25T00:40:53.950Z Checking serde_plain v1.0.2
27082026-08-25T00:40:53.980Z Checking serde-big-array v0.5.1
27092026-08-25T00:40:54.083Z Checking float-cmp v0.10.0
27102026-08-25T00:40:54.096Z Checking memmap2 v0.9.10
27112026-08-25T00:40:54.169Z Checking thread-id v4.2.2
27122026-08-25T00:40:54.199Z Checking whoami v2.1.0
27132026-08-25T00:40:54.212Z Checking predicates-core v1.0.10
27142026-08-25T00:40:54.258Z Checking typed-path v0.9.3
27152026-08-25T00:40:54.335Z Checking precomputed-hash v0.1.1
27162026-08-25T00:40:54.394Z Checking normalize-line-endings v0.3.0
27172026-08-25T00:40:54.422Z Checking unicode-width v0.1.14
27182026-08-25T00:40:54.440Z Checking keccak v0.1.6
27192026-08-25T00:40:54.458Z Checking cpufeatures v0.3.0
27202026-08-25T00:40:54.483Z Checking const-oid v0.10.2
27212026-08-25T00:40:54.486Z Checking difflib v0.4.0
27222026-08-25T00:40:54.529Z Checking new_debug_unreachable v1.0.6
27232026-08-25T00:40:54.600Z Checking winnow v0.7.14
27242026-08-25T00:40:54.613Z Checking fixedbitset v0.5.7
27252026-08-25T00:40:54.640Z Checking unicode-segmentation v1.12.0
27262026-08-25T00:40:54.669Z Checking winnow v1.0.3
27272026-08-25T00:40:54.672Z Checking data-encoding v2.10.0
27282026-08-25T00:40:54.703Z Checking supports-unicode v3.0.0
27292026-08-25T00:40:54.803Z Checking supports-hyperlinks v3.2.0
27302026-08-25T00:40:54.816Z Checking static_assertions v1.1.0
27312026-08-25T00:40:54.853Z Checking fixedbitset v0.4.2
27322026-08-25T00:40:54.885Z Checking toml_write v0.1.2
27332026-08-25T00:40:54.912Z Checking miette v7.6.0
27342026-08-25T00:40:54.952Z Checking hickory-proto v0.25.2
27352026-08-25T00:40:54.956Z Checking similar v2.7.0
27362026-08-25T00:40:55.002Z Checking petgraph v0.6.5
27372026-08-25T00:40:55.046Z Checking tough v0.22.0
27382026-08-25T00:40:55.061Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27392026-08-25T00:40:55.344Z Checking elliptic-curve v0.13.8
27402026-08-25T00:40:55.424Z Checking petgraph v0.8.3
27412026-08-25T00:40:55.521Z Checking toml_parser v1.1.2+spec-1.1.0
27422026-08-25T00:40:55.656Z Checking crossterm v0.28.1
27432026-08-25T00:40:55.810Z Checking toml_edit v0.22.27
27442026-08-25T00:40:55.857Z Checking predicates v3.1.4
27452026-08-25T00:40:56.163Z Checking digest v0.11.3
27462026-08-25T00:40:56.252Z Checking sha3 v0.10.8
27472026-08-25T00:40:56.350Z Checking string_cache v0.8.9
27482026-08-25T00:40:56.364Z Checking chacha20 v0.10.0
27492026-08-25T00:40:56.460Z Checking ed25519-dalek v2.2.0
27502026-08-25T00:40:56.521Z Checking zip v4.6.1
27512026-08-25T00:40:56.629Z Checking tokio-postgres v0.7.16
27522026-08-25T00:40:56.702Z Checking usdt v0.6.0
27532026-08-25T00:40:56.881Z Checking usdt-impl v0.5.0
27542026-08-25T00:40:56.898Z Checking nix v0.31.2
27552026-08-25T00:40:57.019Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-25T00:40:57.070Z Checking iddqd v0.4.2
27572026-08-25T00:40:57.170Z Checking reqwest v0.13.2
27582026-08-25T00:40:57.347Z Checking oxide-generation v0.1.3
27592026-08-25T00:40:57.458Z Checking itertools v0.15.0
27602026-08-25T00:40:57.579Z Checking itertools v0.13.0
27612026-08-25T00:40:57.626Z Checking strum v0.26.3
27622026-08-25T00:40:57.743Z Checking serde_with v3.21.0
27632026-08-25T00:40:57.792Z Checking derive_more v2.1.1
27642026-08-25T00:40:57.893Z Checking fs-err v3.3.0
27652026-08-25T00:40:57.948Z Checking tokio-stream v0.1.18
27662026-08-25T00:40:58.004Z Checking buf-list v1.1.2
27672026-08-25T00:40:58.028Z Checking anyhow v1.0.104
27682026-08-25T00:40:58.152Z Checking camino v1.2.5
27692026-08-25T00:40:58.202Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27702026-08-25T00:40:58.205Z Checking openapiv3 v2.2.0
27712026-08-25T00:40:58.239Z Checking lalrpop-util v0.19.12
27722026-08-25T00:40:58.327Z Checking peg-runtime v0.8.5
27732026-08-25T00:40:58.390Z Checking rayon v1.11.0
27742026-08-25T00:40:58.412Z Checking sigpipe v0.1.3
27752026-08-25T00:40:58.451Z Checking glob v0.3.3
27762026-08-25T00:40:59.376Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27772026-08-25T00:40:59.719Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27782026-08-25T00:41:00.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s
27792026-08-25T00:41:00.172Z
27802026-08-25T00:41:00.172Zinfo: running `cargo check --bins` on internal-dns-types (80/377)
27812026-08-25T00:41:00.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-08-25T00:41:00.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-08-25T00:41:00.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-08-25T00:41:00.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27852026-08-25T00:41:00.747Z
27862026-08-25T00:41:00.747Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/377)
27872026-08-25T00:41:01.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-25T00:41:01.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-25T00:41:01.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-25T00:41:01.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27912026-08-25T00:41:01.325Z
27922026-08-25T00:41:01.325Zinfo: running `cargo check --bins` on nexus-types-versions (82/377)
27932026-08-25T00:41:01.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-25T00:41:01.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-25T00:41:01.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-25T00:41:01.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27972026-08-25T00:41:01.919Z
27982026-08-25T00:41:01.920Zinfo: running `cargo check --bins` on oxql-types (83/377)
27992026-08-25T00:41:02.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-25T00:41:02.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-25T00:41:02.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-25T00:41:02.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28032026-08-25T00:41:02.501Z
28042026-08-25T00:41:02.501Zinfo: running `cargo check --bins` on oximeter-types (84/377)
28052026-08-25T00:41:02.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-25T00:41:02.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-25T00:41:02.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-25T00:41:02.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28092026-08-25T00:41:03.078Z
28102026-08-25T00:41:03.078Zinfo: running `cargo check --bins` on oximeter-types-versions (85/377)
28112026-08-25T00:41:03.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-25T00:41:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-25T00:41:03.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-25T00:41:03.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28152026-08-25T00:41:03.655Z
28162026-08-25T00:41:03.655Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/377)
28172026-08-25T00:41:04.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-25T00:41:04.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-25T00:41:04.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-08-25T00:41:04.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28212026-08-25T00:41:04.239Z
28222026-08-25T00:41:04.239Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377)
28232026-08-25T00:41:04.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-08-25T00:41:04.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-08-25T00:41:04.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-08-25T00:41:04.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28272026-08-25T00:41:04.632Z
28282026-08-25T00:41:04.632Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377)
28292026-08-25T00:41:05.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-08-25T00:41:05.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-08-25T00:41:05.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-08-25T00:41:05.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28332026-08-25T00:41:05.059Z
28342026-08-25T00:41:05.060Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377)
28352026-08-25T00:41:05.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-08-25T00:41:05.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-08-25T00:41:05.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-08-25T00:41:05.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28392026-08-25T00:41:05.485Z
28402026-08-25T00:41:05.485Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377)
28412026-08-25T00:41:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-08-25T00:41:05.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-08-25T00:41:05.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-08-25T00:41:05.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28452026-08-25T00:41:05.909Z
28462026-08-25T00:41:05.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377)
28472026-08-25T00:41:06.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-08-25T00:41:06.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-08-25T00:41:06.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-08-25T00:41:06.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28512026-08-25T00:41:06.336Z
28522026-08-25T00:41:06.336Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377)
28532026-08-25T00:41:06.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-08-25T00:41:06.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-08-25T00:41:06.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-08-25T00:41:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28572026-08-25T00:41:06.802Z
28582026-08-25T00:41:06.802Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377)
28592026-08-25T00:41:07.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-08-25T00:41:07.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-08-25T00:41:07.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-08-25T00:41:07.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28632026-08-25T00:41:07.185Z
28642026-08-25T00:41:07.185Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377)
28652026-08-25T00:41:07.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-08-25T00:41:07.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-08-25T00:41:07.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-08-25T00:41:07.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28692026-08-25T00:41:07.610Z
28702026-08-25T00:41:07.610Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377)
28712026-08-25T00:41:07.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-08-25T00:41:07.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-08-25T00:41:07.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-08-25T00:41:07.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28752026-08-25T00:41:08.032Z
28762026-08-25T00:41:08.032Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377)
28772026-08-25T00:41:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-25T00:41:08.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-25T00:41:08.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-08-25T00:41:08.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28812026-08-25T00:41:08.456Z
28822026-08-25T00:41:08.456Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377)
28832026-08-25T00:41:08.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-08-25T00:41:08.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-08-25T00:41:08.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-08-25T00:41:08.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28872026-08-25T00:41:08.880Z
28882026-08-25T00:41:08.880Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377)
28892026-08-25T00:41:09.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-08-25T00:41:09.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-08-25T00:41:09.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-08-25T00:41:09.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
28932026-08-25T00:41:09.306Z
28942026-08-25T00:41:09.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377)
28952026-08-25T00:41:09.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-08-25T00:41:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-08-25T00:41:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-08-25T00:41:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28992026-08-25T00:41:09.750Z
29002026-08-25T00:41:09.750Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377)
29012026-08-25T00:41:10.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-08-25T00:41:10.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-08-25T00:41:10.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-08-25T00:41:10.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29052026-08-25T00:41:10.152Z
29062026-08-25T00:41:10.152Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377)
29072026-08-25T00:41:10.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-08-25T00:41:10.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-08-25T00:41:10.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-08-25T00:41:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29112026-08-25T00:41:10.572Z
29122026-08-25T00:41:10.572Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377)
29132026-08-25T00:41:10.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-25T00:41:10.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-25T00:41:10.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-08-25T00:41:10.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29172026-08-25T00:41:10.997Z
29182026-08-25T00:41:10.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377)
29192026-08-25T00:41:11.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-25T00:41:11.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-25T00:41:11.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-08-25T00:41:11.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29232026-08-25T00:41:11.428Z
29242026-08-25T00:41:11.428Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377)
29252026-08-25T00:41:11.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-25T00:41:11.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-25T00:41:11.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-08-25T00:41:11.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29292026-08-25T00:41:11.854Z
29302026-08-25T00:41:11.854Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377)
29312026-08-25T00:41:12.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-25T00:41:12.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-25T00:41:12.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-08-25T00:41:12.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29352026-08-25T00:41:12.283Z
29362026-08-25T00:41:12.283Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377)
29372026-08-25T00:41:12.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-25T00:41:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-25T00:41:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-08-25T00:41:12.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29412026-08-25T00:41:12.706Z
29422026-08-25T00:41:12.706Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377)
29432026-08-25T00:41:13.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-25T00:41:13.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-25T00:41:13.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-08-25T00:41:13.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29472026-08-25T00:41:13.131Z
29482026-08-25T00:41:13.131Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377)
29492026-08-25T00:41:13.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-25T00:41:13.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-25T00:41:13.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-08-25T00:41:13.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29532026-08-25T00:41:13.554Z
29542026-08-25T00:41:13.554Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377)
29552026-08-25T00:41:13.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-25T00:41:13.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-25T00:41:13.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-08-25T00:41:13.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29592026-08-25T00:41:13.980Z
29602026-08-25T00:41:13.980Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377)
29612026-08-25T00:41:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-25T00:41:14.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-25T00:41:14.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-25T00:41:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29652026-08-25T00:41:14.414Z
29662026-08-25T00:41:14.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377)
29672026-08-25T00:41:14.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-25T00:41:14.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-25T00:41:14.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702026-08-25T00:41:14.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29712026-08-25T00:41:14.845Z
29722026-08-25T00:41:14.845Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377)
29732026-08-25T00:41:15.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-25T00:41:15.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-25T00:41:15.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-25T00:41:15.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29772026-08-25T00:41:15.273Z
29782026-08-25T00:41:15.273Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377)
29792026-08-25T00:41:15.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-25T00:41:15.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-25T00:41:15.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-25T00:41:15.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29832026-08-25T00:41:15.696Z
29842026-08-25T00:41:15.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377)
29852026-08-25T00:41:16.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-25T00:41:16.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-25T00:41:16.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-25T00:41:16.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29892026-08-25T00:41:16.119Z
29902026-08-25T00:41:16.119Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377)
29912026-08-25T00:41:16.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-25T00:41:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-25T00:41:16.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-25T00:41:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
29952026-08-25T00:41:16.543Z
29962026-08-25T00:41:16.543Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377)
29972026-08-25T00:41:16.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-25T00:41:16.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-25T00:41:16.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-25T00:41:16.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30012026-08-25T00:41:16.967Z
30022026-08-25T00:41:16.967Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377)
30032026-08-25T00:41:17.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-25T00:41:17.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-25T00:41:17.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-25T00:41:17.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30072026-08-25T00:41:17.395Z
30082026-08-25T00:41:17.395Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377)
30092026-08-25T00:41:17.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-25T00:41:17.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-25T00:41:17.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-25T00:41:17.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30132026-08-25T00:41:17.816Z
30142026-08-25T00:41:17.816Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377)
30152026-08-25T00:41:18.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-25T00:41:18.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-25T00:41:18.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-25T00:41:18.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30192026-08-25T00:41:18.242Z
30202026-08-25T00:41:18.243Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377)
30212026-08-25T00:41:18.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-25T00:41:18.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-25T00:41:18.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-08-25T00:41:18.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30252026-08-25T00:41:18.664Z
30262026-08-25T00:41:18.664Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377)
30272026-08-25T00:41:19.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-08-25T00:41:19.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-08-25T00:41:19.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-08-25T00:41:19.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30312026-08-25T00:41:19.091Z
30322026-08-25T00:41:19.091Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377)
30332026-08-25T00:41:19.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-08-25T00:41:19.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-08-25T00:41:19.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-08-25T00:41:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30372026-08-25T00:41:19.569Z
30382026-08-25T00:41:19.570Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377)
30392026-08-25T00:41:19.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-08-25T00:41:19.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-08-25T00:41:19.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-08-25T00:41:19.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30432026-08-25T00:41:19.937Z
30442026-08-25T00:41:19.937Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377)
30452026-08-25T00:41:20.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-08-25T00:41:20.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-08-25T00:41:20.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-08-25T00:41:20.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30492026-08-25T00:41:20.363Z
30502026-08-25T00:41:20.363Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377)
30512026-08-25T00:41:20.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-08-25T00:41:20.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-08-25T00:41:20.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-08-25T00:41:20.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30552026-08-25T00:41:20.786Z
30562026-08-25T00:41:20.787Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377)
30572026-08-25T00:41:21.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-08-25T00:41:21.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-08-25T00:41:21.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-08-25T00:41:21.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
30612026-08-25T00:41:21.215Z
30622026-08-25T00:41:21.215Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30632026-08-25T00:41:21.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-08-25T00:41:21.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-08-25T00:41:21.909Z Compiling multer v3.1.0
30662026-08-25T00:41:22.023Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-08-25T00:41:22.026Z Compiling async-stream-impl v0.3.6
30682026-08-25T00:41:22.044Z Compiling dropshot v0.17.1
30692026-08-25T00:41:22.056Z Compiling parse-display-derive v0.10.0
30702026-08-25T00:41:22.068Z Compiling dropshot_endpoint v0.17.1
30712026-08-25T00:41:22.071Z Compiling newtype-uuid-macros v0.1.0
30722026-08-25T00:41:22.098Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-25T00:41:22.277Z Checking thread_local v1.1.9
30742026-08-25T00:41:22.302Z Checking compression-core v0.4.31
30752026-08-25T00:41:22.408Z Checking match_cfg v0.1.0
30762026-08-25T00:41:22.431Z Checking compression-codecs v0.4.37
30772026-08-25T00:41:22.459Z Checking crossbeam-channel v0.5.15
30782026-08-25T00:41:22.478Z Checking hostname v0.3.1
30792026-08-25T00:41:22.500Z Checking atomicwrites v0.4.4
30802026-08-25T00:41:22.640Z Checking slog-json v2.6.1
30812026-08-25T00:41:22.651Z Checking toml_datetime v1.1.1+spec-1.1.0
30822026-08-25T00:41:22.651Z Checking serde_spanned v1.1.1
30832026-08-25T00:41:22.651Z Checking is-terminal v0.4.17
30842026-08-25T00:41:22.717Z Checking toml_writer v1.1.1+spec-1.1.0
30852026-08-25T00:41:22.729Z Checking debug-ignore v1.0.5
30862026-08-25T00:41:22.732Z Checking term v1.2.1
30872026-08-25T00:41:22.804Z Checking take_mut v0.2.2
30882026-08-25T00:41:22.819Z Checking slog-bunyan v2.5.0
30892026-08-25T00:41:22.833Z Checking async-compression v0.4.41
30902026-08-25T00:41:22.846Z Checking async-stream v0.3.6
30912026-08-25T00:41:22.896Z Checking toml v1.1.2+spec-1.1.0
30922026-08-25T00:41:22.909Z Checking slog-async v2.8.0
30932026-08-25T00:41:22.932Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-08-25T00:41:22.971Z Checking slog-term v2.9.2
30952026-08-25T00:41:22.976Z Checking progenitor-client v0.14.0
30962026-08-25T00:41:23.041Z Checking sha1 v0.11.0
30972026-08-25T00:41:23.083Z Checking waitgroup v0.1.2
30982026-08-25T00:41:23.201Z Checking rustls-pemfile v2.2.0
30992026-08-25T00:41:23.216Z Checking backon v1.6.0
31002026-08-25T00:41:23.232Z Checking serde_path_to_error v0.1.20
31012026-08-25T00:41:23.236Z Checking hostname v0.4.2
31022026-08-25T00:41:23.314Z Checking instant v0.1.13
31032026-08-25T00:41:23.379Z Checking progenitor-extras v0.2.0
31042026-08-25T00:41:23.401Z Checking backoff v0.4.0
31052026-08-25T00:41:23.501Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31062026-08-25T00:41:23.519Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-25T00:41:23.558Z Checking regress v0.10.5
31082026-08-25T00:41:23.580Z Checking itertools v0.14.0
31092026-08-25T00:41:23.707Z Checking macaddr v1.0.1
31102026-08-25T00:41:23.749Z Checking parse-display v0.10.0
31112026-08-25T00:41:23.883Z Checking humantime v2.3.0
31122026-08-25T00:41:24.684Z Compiling prettyplease v0.2.37
31132026-08-25T00:41:24.952Z Checking num-rational v0.4.2
31142026-08-25T00:41:25.231Z Checking num-complex v0.4.6
31152026-08-25T00:41:25.785Z Compiling num v0.4.3
31162026-08-25T00:41:25.798Z Compiling usdt-attr-macro v0.5.0
31172026-08-25T00:41:25.841Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31182026-08-25T00:41:25.861Z Compiling usdt-macro v0.5.0
31192026-08-25T00:41:25.874Z Checking memmap v0.7.0
31202026-08-25T00:41:25.891Z Compiling float-ord v0.3.2
31212026-08-25T00:41:26.005Z Compiling convert_case v0.4.0
31222026-08-25T00:41:26.379Z Compiling derive_more v0.99.20
31232026-08-25T00:41:26.409Z Checking newline-converter v0.3.0
31242026-08-25T00:41:26.529Z Checking console v0.15.11
31252026-08-25T00:41:26.601Z Compiling toml v0.8.23
31262026-08-25T00:41:26.604Z Checking usdt v0.5.0
31272026-08-25T00:41:26.791Z Checking linked-hash-map v0.5.6
31282026-08-25T00:41:26.815Z Compiling minimal-lexical v0.2.1
31292026-08-25T00:41:26.966Z Checking lru-cache v0.1.2
31302026-08-25T00:41:27.124Z Compiling nom v7.1.3
31312026-08-25T00:41:27.139Z Checking expectorate v1.2.0
31322026-08-25T00:41:27.333Z Checking camino-tempfile v1.4.1
31332026-08-25T00:41:27.502Z Checking hickory-proto v0.24.4
31342026-08-25T00:41:27.615Z Checking phf_shared v0.12.1
31352026-08-25T00:41:27.759Z Compiling slog-dtrace v0.3.0
31362026-08-25T00:41:27.773Z Checking resolv-conf v0.7.6
31372026-08-25T00:41:28.001Z Compiling chrono-tz v0.10.4
31382026-08-25T00:41:28.147Z Checking heck v0.5.0
31392026-08-25T00:41:28.162Z Compiling unicode-xid v0.2.6
31402026-08-25T00:41:28.300Z Compiling const_format_proc_macros v0.2.34
31412026-08-25T00:41:28.369Z Checking phf v0.12.1
31422026-08-25T00:41:28.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31432026-08-25T00:41:28.523Z Checking tokio-dtrace v0.1.1
31442026-08-25T00:41:28.712Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-08-25T00:41:28.729Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31462026-08-25T00:41:28.991Z Compiling derive-where v1.6.0
31472026-08-25T00:41:29.055Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31482026-08-25T00:41:29.133Z Checking highway v1.3.0
31492026-08-25T00:41:29.378Z Checking const_format v0.2.35
31502026-08-25T00:41:29.397Z Checking hickory-resolver v0.24.4
31512026-08-25T00:41:29.616Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31522026-08-25T00:41:30.144Z Checking oxide-tokio-rt v0.1.4
31532026-08-25T00:41:30.314Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31542026-08-25T00:41:30.328Z Checking qorb v0.4.1
31552026-08-25T00:41:30.504Z Checking gethostname v0.5.0
31562026-08-25T00:41:30.566Z Checking bcs v0.1.6
31572026-08-25T00:41:30.594Z Checking termtree v0.5.1
31582026-08-25T00:41:30.608Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31592026-08-25T00:41:30.612Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-08-25T00:41:30.635Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31612026-08-25T00:41:33.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31622026-08-25T00:41:36.956Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31632026-08-25T00:41:39.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
31642026-08-25T00:41:39.426Z
31652026-08-25T00:41:39.426Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31662026-08-25T00:41:39.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-08-25T00:41:39.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-08-25T00:41:40.131Z Compiling ar_archive_writer v0.5.1
31692026-08-25T00:41:40.152Z Compiling stacker v0.1.23
31702026-08-25T00:41:40.226Z Compiling cfg_aliases v0.1.1
31712026-08-25T00:41:40.244Z Compiling proc-macro-error v1.0.4
31722026-08-25T00:41:40.250Z Checking fd-lock v4.0.4
31732026-08-25T00:41:40.250Z Checking nibble_vec v0.1.0
31742026-08-25T00:41:40.255Z Compiling recursive-proc-macro-impl v0.1.1
31752026-08-25T00:41:40.255Z Checking vte v0.14.1
31762026-08-25T00:41:40.292Z Compiling nix v0.28.0
31772026-08-25T00:41:40.364Z Checking endian-type v0.1.2
31782026-08-25T00:41:40.394Z Checking bytecount v0.6.9
31792026-08-25T00:41:40.407Z Checking strip-ansi-escapes v0.2.1
31802026-08-25T00:41:40.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31812026-08-25T00:41:40.500Z Checking papergrid v0.11.0
31822026-08-25T00:41:40.504Z Checking radix_trie v0.2.1
31832026-08-25T00:41:40.527Z Compiling peg-macros v0.8.5
31842026-08-25T00:41:40.535Z Compiling tabled_derive v0.7.0
31852026-08-25T00:41:40.692Z Compiling sqlparser_derive v0.5.0
31862026-08-25T00:41:40.714Z Checking winnow v0.6.26
31872026-08-25T00:41:40.956Z Checking home v0.5.12
31882026-08-25T00:41:41.036Z Compiling psm v0.1.30
31892026-08-25T00:41:41.068Z Checking unicode_categories v0.1.1
31902026-08-25T00:41:41.121Z Checking nu-ansi-term v0.50.3
31912026-08-25T00:41:41.284Z Checking crossterm v0.29.0
31922026-08-25T00:41:41.348Z Checking reedline v0.40.0
31932026-08-25T00:41:41.461Z Checking display-error-chain v0.2.2
31942026-08-25T00:41:41.522Z Checking tabled v0.15.0
31952026-08-25T00:41:41.626Z Checking rustyline v14.0.0
31962026-08-25T00:41:41.947Z Checking recursive v0.1.1
31972026-08-25T00:41:41.953Z Checking peg v0.8.5
31982026-08-25T00:41:41.954Z Checking sqlformat v0.3.5
31992026-08-25T00:41:41.954Z Checking sqlparser v0.61.0
32002026-08-25T00:41:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
32012026-08-25T00:41:53.559Z
32022026-08-25T00:41:53.559Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32032026-08-25T00:41:54.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-08-25T00:41:54.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-08-25T00:41:54.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32062026-08-25T00:41:57.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
32072026-08-25T00:41:58.026Z
32082026-08-25T00:41:58.026Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32092026-08-25T00:41:58.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-08-25T00:41:58.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-08-25T00:41:58.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32122026-08-25T00:42:01.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
32132026-08-25T00:42:01.473Z
32142026-08-25T00:42:01.473Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32152026-08-25T00:42:01.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-25T00:42:01.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-25T00:42:02.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-08-25T00:42:05.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32192026-08-25T00:42:05.708Z
32202026-08-25T00:42:05.708Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32212026-08-25T00:42:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-25T00:42:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-25T00:42:06.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-08-25T00:42:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32252026-08-25T00:42:10.025Z
32262026-08-25T00:42:10.025Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32272026-08-25T00:42:10.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-25T00:42:10.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-25T00:42:10.721Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-08-25T00:42:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
32312026-08-25T00:42:13.623Z
32322026-08-25T00:42:13.624Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32332026-08-25T00:42:14.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-25T00:42:14.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-25T00:42:14.740Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-08-25T00:42:21.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
32372026-08-25T00:42:21.343Z
32382026-08-25T00:42:21.343Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32392026-08-25T00:42:21.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-25T00:42:21.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-25T00:42:21.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-08-25T00:42:21.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32432026-08-25T00:42:21.661Z
32442026-08-25T00:42:21.661Zinfo: running `cargo check --bins` on oximeter (136/377)
32452026-08-25T00:42:22.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-25T00:42:22.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-25T00:42:22.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-25T00:42:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32492026-08-25T00:42:22.373Z
32502026-08-25T00:42:22.373Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32512026-08-25T00:42:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-25T00:42:22.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-25T00:42:22.887Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542026-08-25T00:42:23.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32552026-08-25T00:42:23.440Z
32562026-08-25T00:42:23.442Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32572026-08-25T00:42:23.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-25T00:42:23.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-25T00:42:23.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-25T00:42:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32612026-08-25T00:42:24.018Z
32622026-08-25T00:42:24.019Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32632026-08-25T00:42:24.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-25T00:42:24.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-25T00:42:24.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-25T00:42:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32672026-08-25T00:42:24.637Z
32682026-08-25T00:42:24.637Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32692026-08-25T00:42:25.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-25T00:42:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-25T00:42:25.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-25T00:42:25.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-25T00:42:25.226Z
32742026-08-25T00:42:25.226Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32752026-08-25T00:42:25.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-25T00:42:25.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-25T00:42:25.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-25T00:42:25.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-25T00:42:25.810Z
32802026-08-25T00:42:25.810Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32812026-08-25T00:42:26.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-25T00:42:26.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-25T00:42:26.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-25T00:42:26.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32852026-08-25T00:42:26.404Z
32862026-08-25T00:42:26.404Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32872026-08-25T00:42:26.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-25T00:42:26.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-25T00:42:26.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-25T00:42:26.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32912026-08-25T00:42:26.993Z
32922026-08-25T00:42:26.993Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32932026-08-25T00:42:27.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-25T00:42:27.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-25T00:42:27.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-25T00:42:27.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32972026-08-25T00:42:27.581Z
32982026-08-25T00:42:27.581Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
32992026-08-25T00:42:28.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-25T00:42:28.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-25T00:42:28.416Z Compiling crucible-workspace-hack v0.1.0
33022026-08-25T00:42:28.416Z Compiling regress v0.11.1
33032026-08-25T00:42:28.416Z Checking secrecy v0.10.3
33042026-08-25T00:42:28.422Z Checking half v2.7.1
33052026-08-25T00:42:28.422Z Checking ciborium-io v0.2.2
33062026-08-25T00:42:28.423Z Checking inout v0.1.4
33072026-08-25T00:42:28.423Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33082026-08-25T00:42:28.423Z Checking universal-hash v0.5.1
33092026-08-25T00:42:28.653Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33102026-08-25T00:42:28.665Z Compiling thiserror-impl-no-std v2.0.2
33112026-08-25T00:42:28.683Z Checking opaque-debug v0.3.1
33122026-08-25T00:42:28.693Z Checking cipher v0.4.4
33132026-08-25T00:42:28.748Z Checking poly1305 v0.8.0
33142026-08-25T00:42:28.822Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33152026-08-25T00:42:28.850Z Checking ciborium-ll v0.2.2
33162026-08-25T00:42:28.870Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33172026-08-25T00:42:28.904Z Checking chacha20 v0.9.1
33182026-08-25T00:42:29.012Z Checking password-hash v0.5.0
33192026-08-25T00:42:29.027Z Checking ciborium v0.2.2
33202026-08-25T00:42:29.102Z Checking blake2 v0.10.6
33212026-08-25T00:42:29.118Z Checking aead v0.5.2
33222026-08-25T00:42:29.244Z Checking indent_write v2.2.0
33232026-08-25T00:42:29.267Z Compiling toml_datetime v0.7.5+spec-1.1.0
33242026-08-25T00:42:29.284Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33252026-08-25T00:42:29.351Z Checking argon2 v0.5.3
33262026-08-25T00:42:29.376Z Checking chacha20poly1305 v0.10.1
33272026-08-25T00:42:29.457Z Compiling toml_edit v0.23.10+spec-1.0.0
33282026-08-25T00:42:29.511Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-08-25T00:42:29.527Z Compiling unsafe-libyaml v0.2.11
33302026-08-25T00:42:29.699Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33312026-08-25T00:42:29.837Z Checking thiserror-no-std v2.0.2
33322026-08-25T00:42:29.909Z Compiling heapless v0.8.0
33332026-08-25T00:42:29.931Z Checking vsss-rs v3.3.4
33342026-08-25T00:42:30.150Z Compiling typify-impl v0.6.2
33352026-08-25T00:42:30.199Z Compiling serde_yaml v0.9.34+deprecated
33362026-08-25T00:42:30.266Z Compiling proc-macro-crate v3.4.0
33372026-08-25T00:42:30.680Z Compiling ingot-macros v0.2.0
33382026-08-25T00:42:30.826Z Compiling num_enum_derive v0.7.6
33392026-08-25T00:42:30.980Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33402026-08-25T00:42:31.063Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33412026-08-25T00:42:31.089Z Checking hash32 v0.3.1
33422026-08-25T00:42:31.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33432026-08-25T00:42:31.455Z Compiling smoltcp v0.11.0
33442026-08-25T00:42:31.652Z Checking tabwriter v1.4.1
33452026-08-25T00:42:31.786Z Checking cobs v0.3.0
33462026-08-25T00:42:31.819Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33472026-08-25T00:42:31.839Z Checking swrite v0.1.0
33482026-08-25T00:42:31.900Z Checking num_enum v0.7.6
33492026-08-25T00:42:31.934Z Compiling proc-macro-crate v1.3.1
33502026-08-25T00:42:31.950Z Checking postcard v1.1.3
33512026-08-25T00:42:32.020Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33522026-08-25T00:42:32.059Z Compiling foreign-types-macros v0.2.3
33532026-08-25T00:42:32.269Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33542026-08-25T00:42:32.285Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-25T00:42:32.294Z Checking colored v3.1.1
33562026-08-25T00:42:32.395Z Checking foreign-types-shared v0.3.1
33572026-08-25T00:42:32.485Z Compiling num_enum_derive v0.5.11
33582026-08-25T00:42:32.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33592026-08-25T00:42:32.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33602026-08-25T00:42:32.665Z Checking foreign-types v0.5.0
33612026-08-25T00:42:32.747Z Checking cstr-argument v0.1.2
33622026-08-25T00:42:32.879Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33632026-08-25T00:42:33.064Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33642026-08-25T00:42:33.100Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33652026-08-25T00:42:33.119Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33662026-08-25T00:42:33.185Z Checking rand v0.10.1
33672026-08-25T00:42:33.218Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33682026-08-25T00:42:33.283Z Compiling zone_cfg_derive v0.3.1
33692026-08-25T00:42:33.304Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33702026-08-25T00:42:33.426Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33712026-08-25T00:42:33.533Z Checking num_enum v0.5.11
33722026-08-25T00:42:33.554Z Checking ingot-types v0.2.0
33732026-08-25T00:42:33.560Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33742026-08-25T00:42:33.650Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33752026-08-25T00:42:33.740Z Checking itertools v0.12.1
33762026-08-25T00:42:33.833Z Compiling num-derive v0.4.2
33772026-08-25T00:42:33.922Z Checking ingot v0.2.1
33782026-08-25T00:42:33.941Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33792026-08-25T00:42:34.131Z Compiling semver v0.1.20
33802026-08-25T00:42:34.435Z Compiling rustc_version v0.1.7
33812026-08-25T00:42:34.666Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33822026-08-25T00:42:34.723Z Checking smf v0.2.3
33832026-08-25T00:42:34.756Z Compiling typify-macro v0.6.2
33842026-08-25T00:42:34.778Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33852026-08-25T00:42:34.787Z Checking zone v0.3.1
33862026-08-25T00:42:34.821Z Checking nom v8.0.0
33872026-08-25T00:42:34.961Z Checking csv-core v0.1.13
33882026-08-25T00:42:34.995Z Checking whoami v1.6.1
33892026-08-25T00:42:35.011Z Compiling newtype_derive v0.1.6
33902026-08-25T00:42:35.143Z Checking csv v1.4.0
33912026-08-25T00:42:35.161Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33922026-08-25T00:42:35.175Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33932026-08-25T00:42:35.202Z Compiling cancel-safe-futures v0.1.5
33942026-08-25T00:42:35.347Z Compiling serde_tokenstream v0.3.0
33952026-08-25T00:42:35.523Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-25T00:42:35.542Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33972026-08-25T00:42:35.542Z Compiling libefi-sys v0.1.0
33982026-08-25T00:42:35.566Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33992026-08-25T00:42:35.665Z Compiling oxide-generation-macros v0.2.0
34002026-08-25T00:42:35.774Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-25T00:42:35.940Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34022026-08-25T00:42:36.073Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34032026-08-25T00:42:36.122Z Checking oxide-update-engine-types v0.1.2
34042026-08-25T00:42:36.280Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-08-25T00:42:36.304Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34062026-08-25T00:42:36.425Z Compiling bitfield-struct v0.6.2
34072026-08-25T00:42:36.507Z Compiling typify v0.6.2
34082026-08-25T00:42:36.627Z Compiling progenitor-impl v0.14.0
34092026-08-25T00:42:36.702Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34102026-08-25T00:42:36.733Z Checking linear-map v1.2.0
34112026-08-25T00:42:36.767Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34122026-08-25T00:42:36.907Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34132026-08-25T00:42:37.095Z Checking oxide-update-engine v0.1.2
34142026-08-25T00:42:37.110Z Checking steno v0.4.1
34152026-08-25T00:42:37.124Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34162026-08-25T00:42:37.543Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34172026-08-25T00:42:37.565Z Checking sha1 v0.10.6
34182026-08-25T00:42:37.636Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34192026-08-25T00:42:37.718Z Checking utf-8 v0.7.6
34202026-08-25T00:42:37.737Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-25T00:42:37.755Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34222026-08-25T00:42:37.805Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34232026-08-25T00:42:37.865Z Checking tungstenite v0.21.0
34242026-08-25T00:42:37.910Z Checking ignore v0.4.25
34252026-08-25T00:42:37.978Z Checking anstyle-parse v0.2.7
34262026-08-25T00:42:38.039Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-08-25T00:42:38.144Z Compiling xshell-macros v0.2.7
34282026-08-25T00:42:38.169Z Checking anstream v0.6.21
34292026-08-25T00:42:38.249Z Checking predicates-tree v1.0.13
34302026-08-25T00:42:38.347Z Checking tokio-tungstenite v0.21.0
34312026-08-25T00:42:38.401Z Checking globwalk v0.9.1
34322026-08-25T00:42:38.437Z Checking filetime v0.2.27
34332026-08-25T00:42:38.437Z Checking xattr v1.6.1
34342026-08-25T00:42:38.512Z Checking tagptr v0.2.0
34352026-08-25T00:42:38.517Z Checking camino-tempfile-ext v0.3.3
34362026-08-25T00:42:38.544Z Checking tar v0.4.46
34372026-08-25T00:42:38.544Z Checking xshell v0.2.7
34382026-08-25T00:42:38.599Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34392026-08-25T00:42:38.662Z Checking moka v0.12.13
34402026-08-25T00:42:38.727Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-25T00:42:38.742Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-25T00:42:38.786Z Checking rand_seeder v0.4.0
34432026-08-25T00:42:38.866Z Checking half v1.8.3
34442026-08-25T00:42:38.888Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-25T00:42:38.935Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-25T00:42:38.954Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-25T00:42:39.072Z Checking serde_cbor v0.11.2
34482026-08-25T00:42:39.208Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34492026-08-25T00:42:39.245Z Checking sha2 v0.11.0
34502026-08-25T00:42:39.373Z Compiling progenitor-macro v0.14.0
34512026-08-25T00:42:39.382Z Checking hickory-resolver v0.25.2
34522026-08-25T00:42:39.460Z Checking digest-io v0.1.0
34532026-08-25T00:42:39.603Z Compiling petname v2.0.2
34542026-08-25T00:42:39.845Z Checking rawzip v0.4.4
34552026-08-25T00:42:39.922Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34562026-08-25T00:42:40.026Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-25T00:42:40.375Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-25T00:42:40.383Z Checking sapling-renderdag v0.1.0
34592026-08-25T00:42:40.491Z Checking subprocess v0.2.15
34602026-08-25T00:42:40.508Z Checking sync-ptr v0.1.4
34612026-08-25T00:42:40.624Z Checking colored v2.2.0
34622026-08-25T00:42:40.640Z Checking assert_matches v1.5.0
34632026-08-25T00:42:40.739Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34642026-08-25T00:42:40.752Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34652026-08-25T00:42:40.788Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34662026-08-25T00:42:40.857Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34672026-08-25T00:42:40.899Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-25T00:42:41.451Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-25T00:42:41.451Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-25T00:42:42.666Z Checking progenitor v0.14.0
34712026-08-25T00:42:42.842Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-25T00:42:42.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-25T00:42:42.858Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34742026-08-25T00:42:42.858Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34752026-08-25T00:42:42.858Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34762026-08-25T00:42:42.861Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34772026-08-25T00:42:42.958Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34782026-08-25T00:42:43.140Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34792026-08-25T00:42:43.193Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34802026-08-25T00:42:43.351Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34812026-08-25T00:42:43.472Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34822026-08-25T00:42:43.978Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-25T00:42:44.297Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34842026-08-25T00:42:44.591Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34852026-08-25T00:42:44.982Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-25T00:42:45.851Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-25T00:42:54.694Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-25T00:43:03.206Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34892026-08-25T00:43:03.206Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34902026-08-25T00:43:03.206Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-08-25T00:43:03.694Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-25T00:43:04.913Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-25T00:43:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.59s
34942026-08-25T00:43:07.395Z
34952026-08-25T00:43:07.395Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34962026-08-25T00:43:07.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-25T00:43:07.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-25T00:43:07.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-25T00:43:07.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-08-25T00:43:08.020Z
35012026-08-25T00:43:08.020Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35022026-08-25T00:43:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-25T00:43:08.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-25T00:43:08.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-25T00:43:08.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-25T00:43:08.606Z
35072026-08-25T00:43:08.606Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35082026-08-25T00:43:09.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-25T00:43:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-25T00:43:09.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-25T00:43:09.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-25T00:43:09.189Z
35132026-08-25T00:43:09.189Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35142026-08-25T00:43:09.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-25T00:43:09.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-25T00:43:09.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-25T00:43:09.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-25T00:43:09.771Z
35192026-08-25T00:43:09.771Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35202026-08-25T00:43:10.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-25T00:43:10.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-25T00:43:10.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-25T00:43:10.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-25T00:43:10.338Z
35252026-08-25T00:43:10.338Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35262026-08-25T00:43:10.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-25T00:43:10.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-25T00:43:10.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-25T00:43:10.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35302026-08-25T00:43:10.910Z
35312026-08-25T00:43:10.910Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35322026-08-25T00:43:11.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-25T00:43:11.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-25T00:43:11.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-25T00:43:11.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35362026-08-25T00:43:11.485Z
35372026-08-25T00:43:11.486Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35382026-08-25T00:43:11.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-25T00:43:11.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-25T00:43:11.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-25T00:43:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35422026-08-25T00:43:12.056Z
35432026-08-25T00:43:12.056Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35442026-08-25T00:43:12.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-25T00:43:12.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-25T00:43:12.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-25T00:43:12.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-25T00:43:12.648Z
35492026-08-25T00:43:12.648Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35502026-08-25T00:43:13.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-25T00:43:13.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-25T00:43:13.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-25T00:43:13.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-08-25T00:43:13.250Z
35552026-08-25T00:43:13.250Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35562026-08-25T00:43:13.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-25T00:43:13.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-25T00:43:13.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-25T00:43:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-25T00:43:13.844Z
35612026-08-25T00:43:13.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35622026-08-25T00:43:14.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-25T00:43:14.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-25T00:43:14.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-25T00:43:14.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-25T00:43:14.447Z
35672026-08-25T00:43:14.447Zinfo: running `cargo check --bins` on key-manager (158/377)
35682026-08-25T00:43:14.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-25T00:43:14.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-25T00:43:14.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-25T00:43:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-25T00:43:15.037Z
35732026-08-25T00:43:15.037Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35742026-08-25T00:43:15.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-25T00:43:15.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-25T00:43:15.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-25T00:43:15.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-25T00:43:15.638Z
35792026-08-25T00:43:15.638Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35802026-08-25T00:43:16.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-25T00:43:16.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-25T00:43:16.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-25T00:43:16.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-25T00:43:16.237Z
35852026-08-25T00:43:16.237Zinfo: running `cargo check --bins` on typed-rng (161/377)
35862026-08-25T00:43:16.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-25T00:43:16.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-25T00:43:16.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-25T00:43:16.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35902026-08-25T00:43:16.807Z
35912026-08-25T00:43:16.807Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35922026-08-25T00:43:17.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-25T00:43:17.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-25T00:43:17.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-25T00:43:17.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35962026-08-25T00:43:17.441Z
35972026-08-25T00:43:17.441Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
35982026-08-25T00:43:17.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-25T00:43:17.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-25T00:43:18.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-25T00:43:18.190Z Checking void v1.0.2
36022026-08-25T00:43:18.190Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36032026-08-25T00:43:18.190Z Checking nix v0.27.1
36042026-08-25T00:43:18.191Z Checking tungstenite v0.23.0
36052026-08-25T00:43:18.191Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36062026-08-25T00:43:18.324Z Checking dropshot-api-manager-types v0.8.0
36072026-08-25T00:43:18.333Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-25T00:43:18.394Z Checking lzss v0.8.2
36092026-08-25T00:43:18.505Z Checking kstat-rs v0.2.5
36102026-08-25T00:43:18.518Z Checking fxhash v0.2.1
36112026-08-25T00:43:18.560Z Checking serde_bytes v0.11.19
36122026-08-25T00:43:18.575Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-25T00:43:18.619Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36142026-08-25T00:43:18.633Z Checking signal-hook-tokio v0.3.1
36152026-08-25T00:43:18.683Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-25T00:43:18.723Z Checking tokio-tungstenite v0.23.1
36172026-08-25T00:43:18.895Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-25T00:43:19.892Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-25T00:43:20.447Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-25T00:43:22.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
36212026-08-25T00:43:22.827Z
36222026-08-25T00:43:22.827Zinfo: running `cargo check --bins` on gateway-api (164/377)
36232026-08-25T00:43:23.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-25T00:43:23.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-25T00:43:23.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-25T00:43:23.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-08-25T00:43:23.418Z
36282026-08-25T00:43:23.418Zinfo: running `cargo check --bins` on ipcc (165/377)
36292026-08-25T00:43:23.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-25T00:43:23.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-25T00:43:23.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-25T00:43:23.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-08-25T00:43:24.019Z
36342026-08-25T00:43:24.019Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36352026-08-25T00:43:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-25T00:43:24.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-25T00:43:24.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-25T00:43:24.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-25T00:43:24.588Z
36402026-08-25T00:43:24.588Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36412026-08-25T00:43:25.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-25T00:43:25.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-25T00:43:25.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-25T00:43:25.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36452026-08-25T00:43:25.196Z
36462026-08-25T00:43:25.196Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36472026-08-25T00:43:25.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-25T00:43:25.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-25T00:43:25.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-25T00:43:25.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-08-25T00:43:25.789Z
36522026-08-25T00:43:25.789Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36532026-08-25T00:43:26.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-25T00:43:26.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-25T00:43:26.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-25T00:43:26.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36572026-08-25T00:43:26.388Z
36582026-08-25T00:43:26.389Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36592026-08-25T00:43:26.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-25T00:43:26.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-25T00:43:26.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-25T00:43:26.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-08-25T00:43:26.989Z
36642026-08-25T00:43:26.989Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36652026-08-25T00:43:27.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-25T00:43:27.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-25T00:43:27.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-25T00:43:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-08-25T00:43:27.586Z
36702026-08-25T00:43:27.586Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36712026-08-25T00:43:28.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-25T00:43:28.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-25T00:43:28.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-25T00:43:28.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-25T00:43:28.175Z
36762026-08-25T00:43:28.175Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36772026-08-25T00:43:28.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-25T00:43:28.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-25T00:43:28.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-25T00:43:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36812026-08-25T00:43:28.772Z
36822026-08-25T00:43:28.772Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36832026-08-25T00:43:29.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-25T00:43:29.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-25T00:43:29.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-25T00:43:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36872026-08-25T00:43:29.366Z
36882026-08-25T00:43:29.366Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36892026-08-25T00:43:29.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-25T00:43:29.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-25T00:43:29.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-25T00:43:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36932026-08-25T00:43:29.962Z
36942026-08-25T00:43:29.962Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36952026-08-25T00:43:30.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-25T00:43:30.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-25T00:43:30.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-25T00:43:30.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36992026-08-25T00:43:30.557Z
37002026-08-25T00:43:30.557Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37012026-08-25T00:43:31.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-25T00:43:31.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-25T00:43:31.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-25T00:43:31.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37052026-08-25T00:43:31.154Z
37062026-08-25T00:43:31.154Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37072026-08-25T00:43:31.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-25T00:43:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-25T00:43:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-25T00:43:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37112026-08-25T00:43:31.745Z
37122026-08-25T00:43:31.745Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37132026-08-25T00:43:32.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-25T00:43:32.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-25T00:43:32.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-25T00:43:32.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-25T00:43:32.332Z
37182026-08-25T00:43:32.332Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37192026-08-25T00:43:32.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-25T00:43:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-25T00:43:32.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-25T00:43:32.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-25T00:43:32.915Z
37242026-08-25T00:43:32.916Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37252026-08-25T00:43:33.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-25T00:43:33.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-25T00:43:33.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-25T00:43:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-25T00:43:33.505Z
37302026-08-25T00:43:33.505Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37312026-08-25T00:43:33.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-25T00:43:34.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-25T00:43:34.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-25T00:43:34.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-08-25T00:43:34.094Z
37362026-08-25T00:43:34.094Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37372026-08-25T00:43:34.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-25T00:43:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-25T00:43:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-25T00:43:34.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-25T00:43:34.680Z
37422026-08-25T00:43:34.680Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37432026-08-25T00:43:35.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-25T00:43:35.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-25T00:43:35.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-25T00:43:35.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-25T00:43:35.270Z
37482026-08-25T00:43:35.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37492026-08-25T00:43:35.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-25T00:43:35.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-25T00:43:35.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-25T00:43:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-25T00:43:35.855Z
37542026-08-25T00:43:35.855Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37552026-08-25T00:43:36.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-25T00:43:36.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-25T00:43:36.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-25T00:43:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-25T00:43:36.456Z
37602026-08-25T00:43:36.457Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37612026-08-25T00:43:36.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-25T00:43:36.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-25T00:43:36.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-25T00:43:36.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-25T00:43:37.056Z
37662026-08-25T00:43:37.056Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37672026-08-25T00:43:37.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-25T00:43:37.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-25T00:43:37.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-25T00:43:37.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-08-25T00:43:37.656Z
37722026-08-25T00:43:37.656Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37732026-08-25T00:43:38.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-25T00:43:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-25T00:43:38.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-25T00:43:38.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-25T00:43:38.257Z
37782026-08-25T00:43:38.257Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37792026-08-25T00:43:38.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-25T00:43:38.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-25T00:43:38.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-25T00:43:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37832026-08-25T00:43:38.866Z
37842026-08-25T00:43:38.866Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37852026-08-25T00:43:39.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-25T00:43:39.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-25T00:43:39.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-25T00:43:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37892026-08-25T00:43:39.471Z
37902026-08-25T00:43:39.471Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37912026-08-25T00:43:39.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-25T00:43:39.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-25T00:43:39.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-25T00:43:39.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-25T00:43:40.076Z
37962026-08-25T00:43:40.076Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
37972026-08-25T00:43:40.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-25T00:43:40.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-25T00:43:40.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-25T00:43:40.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38012026-08-25T00:43:40.683Z
38022026-08-25T00:43:40.683Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38032026-08-25T00:43:41.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-25T00:43:41.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-25T00:43:41.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-25T00:43:41.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-08-25T00:43:41.287Z
38082026-08-25T00:43:41.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38092026-08-25T00:43:41.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-25T00:43:41.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-25T00:43:41.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-25T00:43:41.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38132026-08-25T00:43:41.905Z
38142026-08-25T00:43:41.905Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38152026-08-25T00:43:42.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-25T00:43:42.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-25T00:43:42.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-25T00:43:42.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38192026-08-25T00:43:42.519Z
38202026-08-25T00:43:42.519Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38212026-08-25T00:43:43.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-25T00:43:43.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-25T00:43:43.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-25T00:43:43.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38252026-08-25T00:43:43.126Z
38262026-08-25T00:43:43.126Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38272026-08-25T00:43:43.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-25T00:43:43.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-25T00:43:43.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-25T00:43:43.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38312026-08-25T00:43:43.734Z
38322026-08-25T00:43:43.734Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38332026-08-25T00:43:44.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-25T00:43:44.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-25T00:43:44.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-25T00:43:44.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38372026-08-25T00:43:44.337Z
38382026-08-25T00:43:44.337Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38392026-08-25T00:43:44.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-25T00:43:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-25T00:43:44.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-25T00:43:44.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38432026-08-25T00:43:44.939Z
38442026-08-25T00:43:44.939Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38452026-08-25T00:43:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-25T00:43:45.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-25T00:43:45.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-25T00:43:45.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38492026-08-25T00:43:45.545Z
38502026-08-25T00:43:45.545Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38512026-08-25T00:43:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-25T00:43:46.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-25T00:43:46.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-25T00:43:46.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-25T00:43:46.147Z
38562026-08-25T00:43:46.147Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38572026-08-25T00:43:46.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-25T00:43:46.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-25T00:43:46.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-25T00:43:46.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38612026-08-25T00:43:46.756Z
38622026-08-25T00:43:46.757Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38632026-08-25T00:43:47.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-25T00:43:47.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-25T00:43:47.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-25T00:43:47.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38672026-08-25T00:43:47.340Z
38682026-08-25T00:43:47.340Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38692026-08-25T00:43:47.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-25T00:43:47.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-25T00:43:47.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-25T00:43:47.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38732026-08-25T00:43:47.928Z
38742026-08-25T00:43:47.928Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38752026-08-25T00:43:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-25T00:43:48.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-25T00:43:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-25T00:43:48.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38792026-08-25T00:43:48.519Z
38802026-08-25T00:43:48.519Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38812026-08-25T00:43:49.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-25T00:43:49.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-25T00:43:49.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-25T00:43:49.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38852026-08-25T00:43:49.107Z
38862026-08-25T00:43:49.107Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38872026-08-25T00:43:49.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-25T00:43:49.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-25T00:43:49.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-25T00:43:49.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38912026-08-25T00:43:49.692Z
38922026-08-25T00:43:49.692Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38932026-08-25T00:43:50.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-25T00:43:50.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-25T00:43:50.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-25T00:43:50.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38972026-08-25T00:43:50.272Z
38982026-08-25T00:43:50.272Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
38992026-08-25T00:43:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-25T00:43:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-25T00:43:50.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-25T00:43:50.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-08-25T00:43:50.855Z
39042026-08-25T00:43:50.856Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39052026-08-25T00:43:51.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-25T00:43:51.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-25T00:43:51.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-25T00:43:51.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-25T00:43:51.433Z
39102026-08-25T00:43:51.433Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39112026-08-25T00:43:51.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-25T00:43:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-25T00:43:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-25T00:43:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39152026-08-25T00:43:52.013Z
39162026-08-25T00:43:52.013Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39172026-08-25T00:43:52.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-25T00:43:52.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-25T00:43:52.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-25T00:43:52.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39212026-08-25T00:43:52.595Z
39222026-08-25T00:43:52.595Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39232026-08-25T00:43:53.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-25T00:43:53.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-25T00:43:53.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-25T00:43:53.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39272026-08-25T00:43:53.173Z
39282026-08-25T00:43:53.173Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39292026-08-25T00:43:53.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-25T00:43:53.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-25T00:43:53.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-25T00:43:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-08-25T00:43:53.754Z
39342026-08-25T00:43:53.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39352026-08-25T00:43:54.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-25T00:43:54.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-25T00:43:54.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-25T00:43:54.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39392026-08-25T00:43:54.338Z
39402026-08-25T00:43:54.338Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39412026-08-25T00:43:54.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-25T00:43:54.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-25T00:43:54.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-25T00:43:54.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-08-25T00:43:54.921Z
39462026-08-25T00:43:54.921Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39472026-08-25T00:43:55.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-25T00:43:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-25T00:43:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-25T00:43:55.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-08-25T00:43:55.500Z
39522026-08-25T00:43:55.500Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39532026-08-25T00:43:55.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-25T00:43:55.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-25T00:43:55.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-25T00:43:55.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39572026-08-25T00:43:56.080Z
39582026-08-25T00:43:56.080Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39592026-08-25T00:43:56.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-25T00:43:56.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-25T00:43:56.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-25T00:43:56.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-08-25T00:43:56.678Z
39642026-08-25T00:43:56.678Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39652026-08-25T00:43:57.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-25T00:43:57.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-25T00:43:57.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-25T00:43:57.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-25T00:43:57.276Z
39702026-08-25T00:43:57.276Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39712026-08-25T00:43:57.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-25T00:43:57.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-25T00:43:57.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-25T00:43:57.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-25T00:43:57.876Z
39762026-08-25T00:43:57.876Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39772026-08-25T00:43:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-25T00:43:58.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-25T00:43:58.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-25T00:43:58.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-25T00:43:58.476Z
39822026-08-25T00:43:58.476Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39832026-08-25T00:43:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-25T00:43:58.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-25T00:43:58.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-25T00:43:58.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-25T00:43:59.070Z
39882026-08-25T00:43:59.072Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39892026-08-25T00:43:59.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-25T00:43:59.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-25T00:43:59.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-25T00:43:59.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-25T00:43:59.665Z
39942026-08-25T00:43:59.665Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39952026-08-25T00:44:00.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-25T00:44:00.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-25T00:44:00.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-25T00:44:00.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-08-25T00:44:00.258Z
40002026-08-25T00:44:00.258Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40012026-08-25T00:44:00.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-25T00:44:00.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-25T00:44:00.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-25T00:44:00.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-25T00:44:00.854Z
40062026-08-25T00:44:00.854Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40072026-08-25T00:44:01.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-25T00:44:01.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-25T00:44:01.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-25T00:44:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-25T00:44:01.449Z
40122026-08-25T00:44:01.449Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40132026-08-25T00:44:01.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-25T00:44:01.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-25T00:44:01.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-25T00:44:01.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-25T00:44:02.049Z
40182026-08-25T00:44:02.049Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40192026-08-25T00:44:02.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-25T00:44:02.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-25T00:44:02.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-25T00:44:02.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-25T00:44:02.652Z
40242026-08-25T00:44:02.652Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40252026-08-25T00:44:03.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-25T00:44:03.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-25T00:44:03.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-25T00:44:03.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-25T00:44:03.243Z
40302026-08-25T00:44:03.243Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40312026-08-25T00:44:03.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-25T00:44:03.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-25T00:44:03.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-25T00:44:03.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-25T00:44:03.835Z
40362026-08-25T00:44:03.835Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40372026-08-25T00:44:04.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-25T00:44:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-25T00:44:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-25T00:44:04.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-25T00:44:04.430Z
40422026-08-25T00:44:04.430Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40432026-08-25T00:44:04.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-25T00:44:04.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-25T00:44:04.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-25T00:44:04.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-25T00:44:05.032Z
40482026-08-25T00:44:05.032Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40492026-08-25T00:44:05.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-25T00:44:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-25T00:44:05.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-25T00:44:05.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-08-25T00:44:05.641Z
40542026-08-25T00:44:05.641Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40552026-08-25T00:44:06.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-25T00:44:06.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-25T00:44:06.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-25T00:44:06.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40592026-08-25T00:44:06.226Z
40602026-08-25T00:44:06.226Zinfo: running `cargo check --bins` on dns-server (237/377)
40612026-08-25T00:44:06.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-25T00:44:06.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-25T00:44:06.882Z Compiling parking_lot_core v0.8.6
40642026-08-25T00:44:06.886Z Compiling git-stub v1.0.0
40652026-08-25T00:44:06.886Z Checking prefix-trie v0.7.0
40662026-08-25T00:44:07.005Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-25T00:44:07.119Z Compiling git-stub-vcs v0.1.0
40682026-08-25T00:44:07.280Z Checking hickory-server v0.25.2
40692026-08-25T00:44:07.395Z Checking parking_lot v0.11.2
40702026-08-25T00:44:07.424Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-25T00:44:07.567Z Checking sled v0.34.7
40722026-08-25T00:44:09.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
40732026-08-25T00:44:09.707Z
40742026-08-25T00:44:09.707Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40752026-08-25T00:44:10.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-25T00:44:10.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-25T00:44:10.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-25T00:44:10.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40792026-08-25T00:44:10.292Z
40802026-08-25T00:44:10.292Zinfo: running `cargo check --bins` on nexus-client (239/377)
40812026-08-25T00:44:10.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-25T00:44:10.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-25T00:44:10.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-25T00:44:10.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40852026-08-25T00:44:10.915Z
40862026-08-25T00:44:10.915Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40872026-08-25T00:44:11.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-25T00:44:11.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-25T00:44:11.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-25T00:44:11.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40912026-08-25T00:44:11.508Z
40922026-08-25T00:44:11.508Zinfo: running `cargo check --bins` on sp-sim (241/377)
40932026-08-25T00:44:12.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-25T00:44:12.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-25T00:44:12.233Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-25T00:44:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
40972026-08-25T00:44:12.955Z
40982026-08-25T00:44:12.955Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
40992026-08-25T00:44:13.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-25T00:44:13.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-25T00:44:13.794Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-25T00:44:13.921Z Compiling hashbrown v0.14.5
41032026-08-25T00:44:13.921Z Compiling rfc6979 v0.4.0
41042026-08-25T00:44:13.937Z Compiling salty v0.3.0
41052026-08-25T00:44:13.945Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-25T00:44:13.958Z Compiling primeorder v0.13.6
41072026-08-25T00:44:13.971Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-25T00:44:14.037Z Compiling ecdsa v0.16.9
41092026-08-25T00:44:14.103Z Compiling sha1 v0.10.6
41102026-08-25T00:44:14.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-25T00:44:14.293Z Compiling proc-macro-error2 v2.0.1
41122026-08-25T00:44:14.399Z Compiling chumsky v0.9.3
41132026-08-25T00:44:14.418Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41142026-08-25T00:44:14.434Z Compiling p384 v0.13.1
41152026-08-25T00:44:14.465Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-25T00:44:14.610Z Compiling knus-derive v3.4.0
41172026-08-25T00:44:14.634Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-25T00:44:14.679Z Checking libscf-sys v1.2.0
41192026-08-25T00:44:14.736Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41202026-08-25T00:44:14.808Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41212026-08-25T00:44:14.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41222026-08-25T00:44:14.979Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41232026-08-25T00:44:15.146Z Checking corncobs v0.1.4
41242026-08-25T00:44:15.162Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41252026-08-25T00:44:15.177Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41262026-08-25T00:44:15.205Z Checking papergrid v0.18.0
41272026-08-25T00:44:15.220Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41282026-08-25T00:44:15.272Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-25T00:44:15.326Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41302026-08-25T00:44:15.393Z Checking secrecy v0.8.0
41312026-08-25T00:44:15.525Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-25T00:44:15.546Z Compiling unicase v2.9.0
41332026-08-25T00:44:15.611Z Compiling illumos-nvpair-sys v0.2.0
41342026-08-25T00:44:15.700Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41352026-08-25T00:44:15.747Z Compiling mime_guess v2.0.5
41362026-08-25T00:44:15.774Z Compiling progenitor-impl v0.13.0
41372026-08-25T00:44:15.816Z Checking crc8 v0.1.1
41382026-08-25T00:44:15.981Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-25T00:44:15.985Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41402026-08-25T00:44:15.985Z Checking tabled v0.21.0
41412026-08-25T00:44:16.026Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-08-25T00:44:16.041Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41432026-08-25T00:44:16.062Z Compiling knus v3.4.0
41442026-08-25T00:44:16.555Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41452026-08-25T00:44:16.878Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41462026-08-25T00:44:16.959Z Checking progenitor-client v0.13.0
41472026-08-25T00:44:17.002Z Checking http-range v0.1.5
41482026-08-25T00:44:17.143Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41492026-08-25T00:44:17.217Z Checking illumos-nvpair v0.3.0
41502026-08-25T00:44:17.234Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41512026-08-25T00:44:17.348Z Checking scuffle v0.1.0
41522026-08-25T00:44:17.402Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41532026-08-25T00:44:17.483Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41542026-08-25T00:44:18.082Z Checking nanorand v0.7.0
41552026-08-25T00:44:18.129Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-25T00:44:18.130Z Checking flume v0.11.1
41572026-08-25T00:44:18.202Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41582026-08-25T00:44:18.221Z Checking hyper-staticfile v0.10.1
41592026-08-25T00:44:18.278Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41602026-08-25T00:44:18.363Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-08-25T00:44:18.380Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41622026-08-25T00:44:18.413Z Compiling progenitor-macro v0.13.0
41632026-08-25T00:44:18.449Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41642026-08-25T00:44:18.508Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41652026-08-25T00:44:18.706Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41662026-08-25T00:44:18.734Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41672026-08-25T00:44:18.906Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41682026-08-25T00:44:18.931Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41692026-08-25T00:44:19.128Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41702026-08-25T00:44:19.219Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41712026-08-25T00:44:19.413Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41722026-08-25T00:44:20.762Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41732026-08-25T00:44:21.689Z Checking progenitor v0.13.0
41742026-08-25T00:44:21.826Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41752026-08-25T00:44:22.816Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41762026-08-25T00:44:23.864Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41772026-08-25T00:44:24.234Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41782026-08-25T00:44:24.450Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41792026-08-25T00:44:24.454Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41802026-08-25T00:44:37.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.90s
41812026-08-25T00:44:37.871Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41822026-08-25T00:44:37.871Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41832026-08-25T00:44:38.078Z
41842026-08-25T00:44:38.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41852026-08-25T00:44:38.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-25T00:44:38.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-25T00:44:38.865Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41882026-08-25T00:44:49.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
41892026-08-25T00:44:49.534Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41902026-08-25T00:44:49.535Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41912026-08-25T00:44:49.737Z
41922026-08-25T00:44:49.737Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41932026-08-25T00:44:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-25T00:44:50.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-25T00:44:50.517Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41962026-08-25T00:45:01.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
41972026-08-25T00:45:01.369Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41982026-08-25T00:45:01.369Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41992026-08-25T00:45:01.573Z
42002026-08-25T00:45:01.573Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42012026-08-25T00:45:02.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-08-25T00:45:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-08-25T00:45:02.368Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42042026-08-25T00:45:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
42052026-08-25T00:45:13.033Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42062026-08-25T00:45:13.034Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42072026-08-25T00:45:13.237Z
42082026-08-25T00:45:13.237Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42092026-08-25T00:45:13.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-08-25T00:45:13.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-08-25T00:45:14.031Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42122026-08-25T00:45:24.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
42132026-08-25T00:45:24.692Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42142026-08-25T00:45:24.692Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42152026-08-25T00:45:24.898Z
42162026-08-25T00:45:24.898Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42172026-08-25T00:45:25.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-25T00:45:25.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-25T00:45:25.691Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42202026-08-25T00:45:36.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
42212026-08-25T00:45:36.450Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42222026-08-25T00:45:36.450Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42232026-08-25T00:45:36.661Z
42242026-08-25T00:45:36.661Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42252026-08-25T00:45:37.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-25T00:45:37.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-25T00:45:37.448Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42282026-08-25T00:45:48.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
42292026-08-25T00:45:48.210Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42302026-08-25T00:45:48.210Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42312026-08-25T00:45:48.414Z
42322026-08-25T00:45:48.414Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42332026-08-25T00:45:48.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-08-25T00:45:48.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-08-25T00:45:49.203Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42362026-08-25T00:45:59.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
42372026-08-25T00:45:59.870Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42382026-08-25T00:45:59.870Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42392026-08-25T00:46:00.078Z
42402026-08-25T00:46:00.078Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42412026-08-25T00:46:00.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-25T00:46:00.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-25T00:46:00.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-25T00:46:00.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-08-25T00:46:00.673Z
42462026-08-25T00:46:00.673Zinfo: running `cargo check --bins` on installinator-common (251/377)
42472026-08-25T00:46:01.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-25T00:46:01.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-25T00:46:01.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-25T00:46:01.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42512026-08-25T00:46:01.280Z
42522026-08-25T00:46:01.280Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42532026-08-25T00:46:01.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-25T00:46:01.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-25T00:46:01.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-25T00:46:01.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42572026-08-25T00:46:01.855Z
42582026-08-25T00:46:01.855Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42592026-08-25T00:46:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-25T00:46:02.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-25T00:46:02.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-25T00:46:02.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42632026-08-25T00:46:02.484Z
42642026-08-25T00:46:02.484Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42652026-08-25T00:46:02.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-25T00:46:02.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-25T00:46:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-25T00:46:02.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42692026-08-25T00:46:03.071Z
42702026-08-25T00:46:03.071Zinfo: running `cargo check --bins` on range-requests (255/377)
42712026-08-25T00:46:03.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-25T00:46:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-25T00:46:03.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-25T00:46:03.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42752026-08-25T00:46:03.662Z
42762026-08-25T00:46:03.662Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42772026-08-25T00:46:04.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-25T00:46:04.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-25T00:46:04.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-25T00:46:04.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42812026-08-25T00:46:04.255Z
42822026-08-25T00:46:04.255Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42832026-08-25T00:46:04.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-25T00:46:04.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-25T00:46:04.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-25T00:46:04.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42872026-08-25T00:46:04.837Z
42882026-08-25T00:46:04.837Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42892026-08-25T00:46:05.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-25T00:46:05.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-25T00:46:05.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-25T00:46:05.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42932026-08-25T00:46:05.453Z
42942026-08-25T00:46:05.453Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42952026-08-25T00:46:05.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-25T00:46:05.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-25T00:46:05.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-25T00:46:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42992026-08-25T00:46:06.066Z
43002026-08-25T00:46:06.066Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43012026-08-25T00:46:06.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-25T00:46:06.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-25T00:46:06.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-25T00:46:06.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43052026-08-25T00:46:06.679Z
43062026-08-25T00:46:06.679Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43072026-08-25T00:46:07.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-25T00:46:07.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-25T00:46:07.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-25T00:46:07.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43112026-08-25T00:46:07.306Z
43122026-08-25T00:46:07.306Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43132026-08-25T00:46:07.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-25T00:46:07.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-25T00:46:07.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-25T00:46:07.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43172026-08-25T00:46:07.925Z
43182026-08-25T00:46:07.925Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43192026-08-25T00:46:08.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-25T00:46:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-25T00:46:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-25T00:46:08.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43232026-08-25T00:46:08.544Z
43242026-08-25T00:46:08.544Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43252026-08-25T00:46:09.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-25T00:46:09.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-25T00:46:09.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-25T00:46:09.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43292026-08-25T00:46:09.163Z
43302026-08-25T00:46:09.163Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43312026-08-25T00:46:09.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-25T00:46:09.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-25T00:46:09.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-25T00:46:09.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43352026-08-25T00:46:09.783Z
43362026-08-25T00:46:09.783Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43372026-08-25T00:46:10.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-25T00:46:10.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-25T00:46:10.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-25T00:46:10.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-25T00:46:10.403Z
43422026-08-25T00:46:10.403Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43432026-08-25T00:46:10.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-25T00:46:10.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-25T00:46:10.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-25T00:46:10.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-25T00:46:11.024Z
43482026-08-25T00:46:11.024Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43492026-08-25T00:46:11.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-25T00:46:11.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-25T00:46:11.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-25T00:46:11.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43532026-08-25T00:46:11.622Z
43542026-08-25T00:46:11.622Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43552026-08-25T00:46:12.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-25T00:46:12.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-25T00:46:12.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-08-25T00:46:12.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43592026-08-25T00:46:12.286Z
43602026-08-25T00:46:12.286Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43612026-08-25T00:46:12.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-08-25T00:46:12.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-08-25T00:46:12.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-08-25T00:46:12.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43652026-08-25T00:46:12.855Z
43662026-08-25T00:46:12.855Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43672026-08-25T00:46:13.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-08-25T00:46:13.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-08-25T00:46:13.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-08-25T00:46:13.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43712026-08-25T00:46:13.492Z
43722026-08-25T00:46:13.492Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43732026-08-25T00:46:14.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-08-25T00:46:14.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-08-25T00:46:14.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-08-25T00:46:14.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43772026-08-25T00:46:14.114Z
43782026-08-25T00:46:14.114Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43792026-08-25T00:46:14.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-25T00:46:14.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-25T00:46:14.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-08-25T00:46:14.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43832026-08-25T00:46:14.749Z
43842026-08-25T00:46:14.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43852026-08-25T00:46:15.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-25T00:46:15.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-25T00:46:15.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-25T00:46:15.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43892026-08-25T00:46:15.385Z
43902026-08-25T00:46:15.385Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43912026-08-25T00:46:15.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-25T00:46:15.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-25T00:46:15.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-08-25T00:46:15.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43952026-08-25T00:46:15.957Z
43962026-08-25T00:46:15.957Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
43972026-08-25T00:46:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-25T00:46:16.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-25T00:46:16.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-08-25T00:46:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44012026-08-25T00:46:16.560Z
44022026-08-25T00:46:16.560Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44032026-08-25T00:46:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-25T00:46:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-25T00:46:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-25T00:46:17.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44072026-08-25T00:46:17.158Z
44082026-08-25T00:46:17.158Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44092026-08-25T00:46:17.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-25T00:46:17.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-25T00:46:17.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-25T00:46:17.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44132026-08-25T00:46:17.756Z
44142026-08-25T00:46:17.757Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44152026-08-25T00:46:18.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-25T00:46:18.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-25T00:46:18.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-25T00:46:18.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44192026-08-25T00:46:18.332Z
44202026-08-25T00:46:18.333Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44212026-08-25T00:46:18.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-25T00:46:18.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-25T00:46:18.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-25T00:46:18.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44252026-08-25T00:46:18.905Z
44262026-08-25T00:46:18.905Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44272026-08-25T00:46:19.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-25T00:46:19.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-25T00:46:19.627Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44302026-08-25T00:46:20.046Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44312026-08-25T00:46:21.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
44322026-08-25T00:46:21.447Z
44332026-08-25T00:46:21.447Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44342026-08-25T00:46:21.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-25T00:46:21.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-25T00:46:21.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-25T00:46:21.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44382026-08-25T00:46:22.026Z
44392026-08-25T00:46:22.026Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44402026-08-25T00:46:22.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-25T00:46:22.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-25T00:46:22.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-08-25T00:46:22.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-08-25T00:46:22.609Z
44452026-08-25T00:46:22.609Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44462026-08-25T00:46:23.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-25T00:46:23.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-25T00:46:23.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-08-25T00:46:23.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-08-25T00:46:23.194Z
44512026-08-25T00:46:23.194Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44522026-08-25T00:46:23.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-08-25T00:46:23.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-08-25T00:46:23.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-08-25T00:46:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44562026-08-25T00:46:23.781Z
44572026-08-25T00:46:23.782Zinfo: running `cargo check --bins` on installinator-client (286/377)
44582026-08-25T00:46:24.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-08-25T00:46:24.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-08-25T00:46:24.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-08-25T00:46:24.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44622026-08-25T00:46:24.361Z
44632026-08-25T00:46:24.361Zinfo: running `cargo check --bins` on oxide-client (287/377)
44642026-08-25T00:46:24.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-08-25T00:46:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-08-25T00:46:24.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-08-25T00:46:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44682026-08-25T00:46:24.933Z
44692026-08-25T00:46:24.933Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44702026-08-25T00:46:25.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-08-25T00:46:25.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-08-25T00:46:25.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-08-25T00:46:25.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44742026-08-25T00:46:25.515Z
44752026-08-25T00:46:25.515Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44762026-08-25T00:46:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-08-25T00:46:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-08-25T00:46:26.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-08-25T00:46:26.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44802026-08-25T00:46:26.118Z
44812026-08-25T00:46:26.118Zinfo: running `cargo check --bins` on wicket-common (290/377)
44822026-08-25T00:46:26.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-08-25T00:46:26.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-08-25T00:46:26.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-08-25T00:46:26.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44862026-08-25T00:46:26.714Z
44872026-08-25T00:46:26.714Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44882026-08-25T00:46:27.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-08-25T00:46:27.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-08-25T00:46:27.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-08-25T00:46:27.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44922026-08-25T00:46:27.306Z
44932026-08-25T00:46:27.306Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44942026-08-25T00:46:27.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-08-25T00:46:27.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-08-25T00:46:27.985Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44972026-08-25T00:46:27.988Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44982026-08-25T00:46:29.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
44992026-08-25T00:46:29.380Z
45002026-08-25T00:46:29.380Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45012026-08-25T00:46:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-08-25T00:46:29.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-08-25T00:46:29.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-08-25T00:46:29.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45052026-08-25T00:46:29.961Z
45062026-08-25T00:46:29.961Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45072026-08-25T00:46:30.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-08-25T00:46:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-08-25T00:46:30.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-08-25T00:46:30.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45112026-08-25T00:46:30.629Z
45122026-08-25T00:46:30.629Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45132026-08-25T00:46:31.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-08-25T00:46:31.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-08-25T00:46:31.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-08-25T00:46:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45172026-08-25T00:46:31.294Z
45182026-08-25T00:46:31.294Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45192026-08-25T00:46:31.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-08-25T00:46:31.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-08-25T00:46:31.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45222026-08-25T00:46:31.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45232026-08-25T00:46:31.942Z
45242026-08-25T00:46:31.942Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45252026-08-25T00:46:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-08-25T00:46:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-08-25T00:46:32.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45282026-08-25T00:46:32.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45292026-08-25T00:46:32.578Z
45302026-08-25T00:46:32.578Zinfo: running `cargo check --bins` on db-macros (298/377)
45312026-08-25T00:46:33.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-08-25T00:46:33.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-08-25T00:46:33.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-08-25T00:46:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45352026-08-25T00:46:33.140Z
45362026-08-25T00:46:33.140Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45372026-08-25T00:46:33.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-08-25T00:46:33.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-08-25T00:46:33.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-08-25T00:46:33.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45412026-08-25T00:46:33.709Z
45422026-08-25T00:46:33.709Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45432026-08-25T00:46:34.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-08-25T00:46:34.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-08-25T00:46:34.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-08-25T00:46:34.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45472026-08-25T00:46:34.340Z
45482026-08-25T00:46:34.340Zinfo: running `cargo check --bins` on authz-macros (301/377)
45492026-08-25T00:46:34.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-08-25T00:46:34.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-08-25T00:46:34.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45522026-08-25T00:46:34.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45532026-08-25T00:46:34.908Z
45542026-08-25T00:46:34.908Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45552026-08-25T00:46:35.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-08-25T00:46:35.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-08-25T00:46:35.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-08-25T00:46:35.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45592026-08-25T00:46:35.533Z
45602026-08-25T00:46:35.533Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45612026-08-25T00:46:36.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-08-25T00:46:36.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-08-25T00:46:36.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-08-25T00:46:36.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45652026-08-25T00:46:36.158Z
45662026-08-25T00:46:36.158Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45672026-08-25T00:46:36.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-08-25T00:46:36.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-08-25T00:46:36.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-08-25T00:46:36.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45712026-08-25T00:46:36.728Z
45722026-08-25T00:46:36.728Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45732026-08-25T00:46:37.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-08-25T00:46:37.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-08-25T00:46:37.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-08-25T00:46:37.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45772026-08-25T00:46:37.308Z
45782026-08-25T00:46:37.308Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45792026-08-25T00:46:37.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-08-25T00:46:37.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-08-25T00:46:37.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-08-25T00:46:37.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45832026-08-25T00:46:37.874Z
45842026-08-25T00:46:37.874Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45852026-08-25T00:46:38.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-08-25T00:46:38.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-08-25T00:46:38.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45882026-08-25T00:46:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45892026-08-25T00:46:38.509Z
45902026-08-25T00:46:38.509Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45912026-08-25T00:46:39.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-08-25T00:46:39.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-08-25T00:46:39.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-08-25T00:46:39.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45952026-08-25T00:46:39.142Z
45962026-08-25T00:46:39.142Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
45972026-08-25T00:46:39.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-08-25T00:46:39.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-08-25T00:46:39.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46002026-08-25T00:46:39.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46012026-08-25T00:46:39.778Z
46022026-08-25T00:46:39.778Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46032026-08-25T00:46:40.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-25T00:46:40.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-25T00:46:40.516Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46062026-08-25T00:46:40.519Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46072026-08-25T00:46:41.189Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46082026-08-25T00:46:42.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
46092026-08-25T00:46:43.132Z
46102026-08-25T00:46:43.132Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46112026-08-25T00:46:43.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-08-25T00:46:43.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-08-25T00:46:43.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46142026-08-25T00:46:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46152026-08-25T00:46:43.709Z
46162026-08-25T00:46:43.709Zinfo: running `cargo check --bins` on cert-dev (312/377)
46172026-08-25T00:46:44.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-25T00:46:44.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-25T00:46:44.326Z Checking yasna v0.5.2
46202026-08-25T00:46:44.733Z Checking rcgen v0.12.1
46212026-08-25T00:46:44.991Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46222026-08-25T00:46:45.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46232026-08-25T00:46:45.360Z
46242026-08-25T00:46:45.360Zinfo: running `cargo check --bins` on clickana (313/377)
46252026-08-25T00:46:45.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-25T00:46:45.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-25T00:46:46.007Z Compiling instability v0.3.11
46282026-08-25T00:46:46.008Z Checking castaway v0.2.4
46292026-08-25T00:46:46.008Z Compiling indoc v2.0.7
46302026-08-25T00:46:46.012Z Checking unicode-truncate v1.1.0
46312026-08-25T00:46:46.012Z Checking lru v0.12.5
46322026-08-25T00:46:46.012Z Checking cassowary v0.3.0
46332026-08-25T00:46:46.208Z Checking compact_str v0.8.1
46342026-08-25T00:46:47.027Z Checking ratatui v0.29.0
46352026-08-25T00:46:48.098Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46362026-08-25T00:46:48.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
46372026-08-25T00:46:49.011Z
46382026-08-25T00:46:49.011Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46392026-08-25T00:46:49.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-25T00:46:49.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-25T00:46:49.735Z Checking headers-core v0.3.0
46422026-08-25T00:46:49.735Z Checking port-file v0.1.0
46432026-08-25T00:46:49.739Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46442026-08-25T00:46:49.935Z Checking headers v0.4.1
46452026-08-25T00:46:50.309Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46462026-08-25T00:46:51.294Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46472026-08-25T00:46:51.826Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46482026-08-25T00:46:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
46492026-08-25T00:46:52.475Z
46502026-08-25T00:46:52.475Zinfo: running `cargo check --bins` on ch-dev (315/377)
46512026-08-25T00:46:52.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-25T00:46:52.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-25T00:46:53.196Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46542026-08-25T00:46:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46552026-08-25T00:46:54.163Z
46562026-08-25T00:46:54.163Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46572026-08-25T00:46:54.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-08-25T00:46:54.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-08-25T00:46:54.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46602026-08-25T00:46:54.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
46612026-08-25T00:46:54.589Z
46622026-08-25T00:46:54.589Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46632026-08-25T00:46:55.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-08-25T00:46:55.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-08-25T00:46:55.222Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46662026-08-25T00:46:55.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46672026-08-25T00:46:55.785Z
46682026-08-25T00:46:55.785Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46692026-08-25T00:46:56.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-25T00:46:56.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-25T00:46:56.505Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46722026-08-25T00:46:57.618Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46732026-08-25T00:46:57.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
46742026-08-25T00:46:58.172Z
46752026-08-25T00:46:58.172Zinfo: running `cargo check --bins` on db-dev (319/377)
46762026-08-25T00:46:58.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-25T00:46:58.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-25T00:46:58.903Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46792026-08-25T00:46:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46802026-08-25T00:46:59.885Z
46812026-08-25T00:46:59.885Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46822026-08-25T00:47:00.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-25T00:47:00.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-25T00:47:00.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-25T00:47:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-25T00:47:00.508Z
46872026-08-25T00:47:00.508Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46882026-08-25T00:47:01.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-25T00:47:01.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-25T00:47:01.151Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46912026-08-25T00:47:01.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46922026-08-25T00:47:02.025Z
46932026-08-25T00:47:02.025Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46942026-08-25T00:47:02.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-25T00:47:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-25T00:47:02.765Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46972026-08-25T00:47:02.765Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46982026-08-25T00:47:02.768Z Checking git-stub v1.0.0
46992026-08-25T00:47:02.768Z Compiling trait-variant v0.1.2
47002026-08-25T00:47:02.768Z Checking maplit v1.0.2
47012026-08-25T00:47:02.912Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47022026-08-25T00:47:02.917Z Checking drift v0.2.0
47032026-08-25T00:47:02.936Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47042026-08-25T00:47:02.963Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47052026-08-25T00:47:03.024Z Checking git-stub-vcs v0.1.0
47062026-08-25T00:47:03.103Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47072026-08-25T00:47:03.122Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47082026-08-25T00:47:03.224Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47092026-08-25T00:47:03.288Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47102026-08-25T00:47:03.298Z Checking dropshot-api-manager v0.8.0
47112026-08-25T00:47:03.411Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47122026-08-25T00:47:03.742Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47132026-08-25T00:47:04.119Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47142026-08-25T00:47:05.128Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47152026-08-25T00:47:06.156Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47162026-08-25T00:47:06.978Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47172026-08-25T00:47:07.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
47182026-08-25T00:47:07.635Z
47192026-08-25T00:47:07.635Zinfo: running `cargo check --bins` on installinator-api (323/377)
47202026-08-25T00:47:08.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-08-25T00:47:08.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-08-25T00:47:08.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47232026-08-25T00:47:08.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47242026-08-25T00:47:08.228Z
47252026-08-25T00:47:08.229Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47262026-08-25T00:47:08.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-08-25T00:47:08.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-08-25T00:47:08.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-08-25T00:47:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47302026-08-25T00:47:08.885Z
47312026-08-25T00:47:08.885Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47322026-08-25T00:47:09.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-08-25T00:47:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-08-25T00:47:09.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47352026-08-25T00:47:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47362026-08-25T00:47:09.495Z
47372026-08-25T00:47:09.495Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47382026-08-25T00:47:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-08-25T00:47:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-08-25T00:47:10.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47412026-08-25T00:47:10.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47422026-08-25T00:47:10.121Z
47432026-08-25T00:47:10.121Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47442026-08-25T00:47:10.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-08-25T00:47:10.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-08-25T00:47:10.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47472026-08-25T00:47:10.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47482026-08-25T00:47:10.716Z
47492026-08-25T00:47:10.716Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47502026-08-25T00:47:11.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-08-25T00:47:11.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-08-25T00:47:11.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47532026-08-25T00:47:11.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47542026-08-25T00:47:11.291Z
47552026-08-25T00:47:11.291Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47562026-08-25T00:47:11.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-25T00:47:11.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-25T00:47:11.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47592026-08-25T00:47:11.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47602026-08-25T00:47:11.885Z
47612026-08-25T00:47:11.886Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47622026-08-25T00:47:12.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-08-25T00:47:12.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-08-25T00:47:12.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47652026-08-25T00:47:12.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47662026-08-25T00:47:12.464Z
47672026-08-25T00:47:12.464Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47682026-08-25T00:47:12.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-08-25T00:47:12.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-08-25T00:47:13.097Z Compiling blake3 v1.8.5
47712026-08-25T00:47:13.216Z Checking constant_time_eq v0.4.2
47722026-08-25T00:47:13.216Z Checking arrayvec v0.7.6
47732026-08-25T00:47:13.286Z Checking arrayref v0.3.9
47742026-08-25T00:47:13.286Z Checking cargo-platform v0.3.2
47752026-08-25T00:47:13.286Z Checking topological-sort v0.2.2
47762026-08-25T00:47:13.286Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47772026-08-25T00:47:13.384Z Checking cargo_metadata v0.23.1
47782026-08-25T00:47:13.988Z Checking omicron-zone-package v0.12.3
47792026-08-25T00:47:14.696Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47802026-08-25T00:47:15.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
47812026-08-25T00:47:15.705Z
47822026-08-25T00:47:15.705Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47832026-08-25T00:47:16.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-08-25T00:47:16.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-08-25T00:47:16.440Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47862026-08-25T00:47:17.082Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47872026-08-25T00:47:17.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
47882026-08-25T00:47:17.807Z
47892026-08-25T00:47:17.807Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47902026-08-25T00:47:18.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-08-25T00:47:18.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-08-25T00:47:18.792Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47932026-08-25T00:47:18.793Z Compiling darling_core v0.21.3
47942026-08-25T00:47:18.793Z Compiling vergen-lib v0.1.6
47952026-08-25T00:47:18.793Z Compiling diesel_derives v2.3.7
47962026-08-25T00:47:18.798Z Checking scheduled-thread-pool v0.2.7
47972026-08-25T00:47:18.798Z Compiling vergen-gitcl v1.0.8
47982026-08-25T00:47:18.798Z Compiling diesel_table_macro_syntax v0.3.0
47992026-08-25T00:47:18.798Z Compiling dirs-sys-next v0.1.2
48002026-08-25T00:47:19.115Z Compiling crunchy v0.2.4
48012026-08-25T00:47:19.141Z Compiling glob v0.3.3
48022026-08-25T00:47:19.153Z Checking r2d2 v0.8.10
48032026-08-25T00:47:19.201Z Compiling dirs-next v2.0.0
48042026-08-25T00:47:19.234Z Checking downcast-rs v2.0.2
48052026-08-25T00:47:19.324Z Compiling tiny-keccak v2.0.2
48062026-08-25T00:47:19.347Z Compiling term v0.7.0
48072026-08-25T00:47:19.356Z Compiling bit-vec v0.6.3
48082026-08-25T00:47:19.514Z Compiling clang-sys v1.8.1
48092026-08-25T00:47:19.576Z Compiling bit-set v0.5.3
48102026-08-25T00:47:19.597Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48112026-08-25T00:47:19.737Z Compiling ascii-canvas v3.0.0
48122026-08-25T00:47:19.782Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48132026-08-25T00:47:19.886Z Compiling itertools v0.10.5
48142026-08-25T00:47:19.905Z Compiling ena v0.14.4
48152026-08-25T00:47:19.941Z Compiling libloading v0.8.9
48162026-08-25T00:47:19.964Z Compiling diff v0.1.13
48172026-08-25T00:47:19.987Z Compiling bindgen v0.71.1
48182026-08-25T00:47:20.045Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48192026-08-25T00:47:20.121Z Compiling regex-syntax v0.6.29
48202026-08-25T00:47:20.315Z Compiling cexpr v0.6.0
48212026-08-25T00:47:20.387Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-25T00:47:20.578Z Compiling rustc-hash v2.1.1
48232026-08-25T00:47:20.726Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48242026-08-25T00:47:20.877Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48252026-08-25T00:47:20.941Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48262026-08-25T00:47:20.965Z Compiling libxml v0.3.3
48272026-08-25T00:47:21.080Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48282026-08-25T00:47:21.222Z Compiling strum_macros v0.24.3
48292026-08-25T00:47:21.246Z Compiling indoc v1.0.9
48302026-08-25T00:47:21.458Z Compiling darling_macro v0.21.3
48312026-08-25T00:47:21.692Z Compiling lalrpop v0.19.12
48322026-08-25T00:47:21.968Z Compiling darling v0.21.3
48332026-08-25T00:47:22.091Z Compiling dsl_auto_type v0.2.0
48342026-08-25T00:47:22.172Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48352026-08-25T00:47:22.249Z Checking derive_builder v0.20.2
48362026-08-25T00:47:22.457Z Compiling oso-derive v0.27.3
48372026-08-25T00:47:22.462Z Checking quick-xml v0.37.5
48382026-08-25T00:47:22.612Z Compiling impl-trait-for-tuples v0.2.3
48392026-08-25T00:47:22.902Z Checking openssl-probe v0.1.6
48402026-08-25T00:47:23.050Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48412026-08-25T00:47:23.293Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48422026-08-25T00:47:23.488Z Checking bb8 v0.8.6
48432026-08-25T00:47:23.838Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48442026-08-25T00:47:23.850Z Checking nonempty v0.12.0
48452026-08-25T00:47:23.850Z Compiling libz-sys v1.1.24
48462026-08-25T00:47:23.978Z Compiling strsim v0.10.0
48472026-08-25T00:47:24.018Z Compiling libgit2-sys v0.18.3+1.9.2
48482026-08-25T00:47:24.179Z Compiling darling_core v0.13.4
48492026-08-25T00:47:24.312Z Compiling vergen-git2 v9.1.0
48502026-08-25T00:47:24.394Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48512026-08-25T00:47:24.535Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48522026-08-25T00:47:24.612Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48532026-08-25T00:47:24.834Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48542026-08-25T00:47:25.025Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48552026-08-25T00:47:25.219Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48562026-08-25T00:47:25.423Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48572026-08-25T00:47:25.523Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48582026-08-25T00:47:25.603Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-25T00:47:25.796Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48602026-08-25T00:47:25.986Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-25T00:47:26.042Z Compiling darling_macro v0.13.4
48622026-08-25T00:47:26.183Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48632026-08-25T00:47:26.549Z Compiling darling v0.13.4
48642026-08-25T00:47:26.597Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48652026-08-25T00:47:26.651Z Compiling serde_with_macros v1.5.2
48662026-08-25T00:47:26.978Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48672026-08-25T00:47:27.547Z Compiling serde_with v1.14.0
48682026-08-25T00:47:27.605Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48692026-08-25T00:47:27.803Z Checking twox-hash v2.1.2
48702026-08-25T00:47:28.031Z Checking diesel v2.3.7
48712026-08-25T00:47:28.041Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48722026-08-25T00:47:28.124Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48732026-08-25T00:47:28.744Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48742026-08-25T00:47:29.816Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48752026-08-25T00:47:29.964Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48762026-08-25T00:47:30.382Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48772026-08-25T00:47:30.685Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48782026-08-25T00:47:30.921Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48792026-08-25T00:47:35.587Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48802026-08-25T00:47:35.648Z Checking libsw-core v0.3.2
48812026-08-25T00:47:35.648Z Checking atty v0.2.14
48822026-08-25T00:47:35.648Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48832026-08-25T00:47:35.648Z Checking libsw v3.5.0
48842026-08-25T00:47:35.650Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48852026-08-25T00:47:35.650Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48862026-08-25T00:47:35.650Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48872026-08-25T00:47:35.650Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-25T00:47:35.651Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48892026-08-25T00:47:35.651Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48902026-08-25T00:47:35.651Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48912026-08-25T00:47:35.651Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48922026-08-25T00:47:35.651Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48932026-08-25T00:47:35.651Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48942026-08-25T00:47:35.651Z Checking fatfs v0.3.6
48952026-08-25T00:47:35.714Z Checking console v0.16.2
48962026-08-25T00:47:35.722Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48972026-08-25T00:47:36.041Z Compiling seq-macro v0.3.6
48982026-08-25T00:47:36.555Z Checking unit-prefix v0.5.2
48992026-08-25T00:47:36.701Z Checking indicatif v0.18.4
49002026-08-25T00:47:37.028Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49012026-08-25T00:47:37.087Z Checking oxide-update-engine-display v0.1.2
49022026-08-25T00:47:37.110Z Checking support-bundle-viewer v0.1.2
49032026-08-25T00:47:37.364Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49042026-08-25T00:47:37.398Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49052026-08-25T00:47:37.692Z Checking multimap v0.10.1
49062026-08-25T00:47:43.670Z Checking async-bb8-diesel v0.2.1
49072026-08-25T00:47:44.031Z Checking diesel-dtrace v0.5.0
49082026-08-25T00:47:48.340Z Compiling samael v0.0.19
49092026-08-25T00:47:51.984Z Compiling git2 v0.20.4
49102026-08-25T00:47:53.377Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49112026-08-25T00:47:54.374Z Compiling polar-core v0.27.3
49122026-08-25T00:47:54.572Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49132026-08-25T00:47:58.999Z Checking oso v0.27.3
49142026-08-25T00:48:32.180Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49152026-08-25T00:49:48.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
49162026-08-25T00:49:48.455Z
49172026-08-25T00:49:48.455Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49182026-08-25T00:49:49.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-08-25T00:49:49.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-08-25T00:49:49.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49212026-08-25T00:49:49.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
49222026-08-25T00:49:49.135Z
49232026-08-25T00:49:49.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49242026-08-25T00:49:49.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49252026-08-25T00:49:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49262026-08-25T00:49:49.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49272026-08-25T00:49:49.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49282026-08-25T00:49:49.786Z
49292026-08-25T00:49:49.786Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49302026-08-25T00:49:50.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49312026-08-25T00:49:50.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49322026-08-25T00:49:50.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49332026-08-25T00:49:50.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49342026-08-25T00:49:50.431Z
49352026-08-25T00:49:50.431Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49362026-08-25T00:49:50.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49372026-08-25T00:49:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49382026-08-25T00:49:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49392026-08-25T00:49:50.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49402026-08-25T00:49:51.009Z
49412026-08-25T00:49:51.009Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49422026-08-25T00:49:51.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49432026-08-25T00:49:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49442026-08-25T00:49:51.872Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49452026-08-25T00:49:52.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49462026-08-25T00:49:52.891Z
49472026-08-25T00:49:52.892Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49482026-08-25T00:49:53.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49492026-08-25T00:49:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49502026-08-25T00:49:53.725Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49512026-08-25T00:50:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
49522026-08-25T00:50:33.076Z
49532026-08-25T00:50:33.076Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49542026-08-25T00:50:33.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49552026-08-25T00:50:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49562026-08-25T00:50:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49572026-08-25T00:50:33.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49582026-08-25T00:50:33.648Z
49592026-08-25T00:50:33.648Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49602026-08-25T00:50:34.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49612026-08-25T00:50:34.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49622026-08-25T00:50:34.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49632026-08-25T00:50:34.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49642026-08-25T00:50:34.230Z
49652026-08-25T00:50:34.230Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49662026-08-25T00:50:34.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49672026-08-25T00:50:34.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49682026-08-25T00:50:34.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49692026-08-25T00:50:34.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49702026-08-25T00:50:34.861Z
49712026-08-25T00:50:34.861Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49722026-08-25T00:50:35.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49732026-08-25T00:50:35.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49742026-08-25T00:50:35.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49752026-08-25T00:50:35.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49762026-08-25T00:50:35.507Z
49772026-08-25T00:50:35.507Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49782026-08-25T00:50:36.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49792026-08-25T00:50:36.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49802026-08-25T00:50:36.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49812026-08-25T00:50:36.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49822026-08-25T00:50:36.149Z
49832026-08-25T00:50:36.149Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49842026-08-25T00:50:36.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49852026-08-25T00:50:36.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49862026-08-25T00:50:36.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49872026-08-25T00:50:36.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49882026-08-25T00:50:36.780Z
49892026-08-25T00:50:36.780Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49902026-08-25T00:50:37.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49912026-08-25T00:50:37.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49922026-08-25T00:50:37.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49932026-08-25T00:50:37.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49942026-08-25T00:50:37.428Z
49952026-08-25T00:50:37.428Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49962026-08-25T00:50:37.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49972026-08-25T00:50:37.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49982026-08-25T00:50:37.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49992026-08-25T00:50:37.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50002026-08-25T00:50:38.077Z
50012026-08-25T00:50:38.077Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50022026-08-25T00:50:38.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50032026-08-25T00:50:38.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50042026-08-25T00:50:38.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50052026-08-25T00:50:38.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50062026-08-25T00:50:38.710Z
50072026-08-25T00:50:38.710Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50082026-08-25T00:50:39.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50092026-08-25T00:50:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50102026-08-25T00:50:39.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50112026-08-25T00:50:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50122026-08-25T00:50:39.357Z
50132026-08-25T00:50:39.357Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50142026-08-25T00:50:39.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-25T00:50:39.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-25T00:50:39.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50172026-08-25T00:50:39.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50182026-08-25T00:50:40.002Z
50192026-08-25T00:50:40.002Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50202026-08-25T00:50:40.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-25T00:50:40.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-25T00:50:40.918Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50232026-08-25T00:50:40.918Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50242026-08-25T00:50:41.107Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50252026-08-25T00:50:41.136Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50262026-08-25T00:50:41.153Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50272026-08-25T00:50:41.157Z Checking diff v0.1.13
50282026-08-25T00:50:41.169Z Checking yansi v1.0.1
50292026-08-25T00:50:41.184Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50302026-08-25T00:50:41.241Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50312026-08-25T00:50:41.434Z Checking pretty_assertions v1.4.1
50322026-08-25T00:50:42.221Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50332026-08-25T00:50:42.225Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50342026-08-25T00:51:07.775Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50352026-08-25T00:51:07.778Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50362026-08-25T00:51:07.778Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50372026-08-25T00:51:07.778Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50382026-08-25T00:51:07.778Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50392026-08-25T00:51:07.778Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50402026-08-25T00:51:07.778Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50412026-08-25T00:51:08.673Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50422026-08-25T00:51:08.673Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50432026-08-25T00:51:09.997Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50442026-08-25T00:51:48.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50452026-08-25T00:51:49.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50462026-08-25T00:51:49.003Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50472026-08-25T00:51:49.212Z
50482026-08-25T00:51:49.213Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50492026-08-25T00:51:49.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50502026-08-25T00:51:49.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50512026-08-25T00:51:49.941Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50522026-08-25T00:51:50.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
50532026-08-25T00:51:50.800Z
50542026-08-25T00:51:50.800Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50552026-08-25T00:51:51.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50562026-08-25T00:51:51.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50572026-08-25T00:51:51.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50582026-08-25T00:51:51.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50592026-08-25T00:51:51.372Z
50602026-08-25T00:51:51.372Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50612026-08-25T00:51:51.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50622026-08-25T00:51:51.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50632026-08-25T00:51:51.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50642026-08-25T00:51:51.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50652026-08-25T00:51:51.966Z
50662026-08-25T00:51:51.967Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50672026-08-25T00:51:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50682026-08-25T00:51:52.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50692026-08-25T00:51:52.762Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50702026-08-25T00:51:52.884Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50712026-08-25T00:51:52.892Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50722026-08-25T00:52:20.729Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50732026-08-25T00:52:21.155Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50742026-08-25T00:52:22.978Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50752026-08-25T00:52:23.474Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50762026-08-25T00:52:26.724Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50772026-08-25T00:52:51.439Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50782026-08-25T00:52:52.199Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50792026-08-25T00:52:53.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
50802026-08-25T00:52:54.190Z
50812026-08-25T00:52:54.190Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50822026-08-25T00:52:54.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50832026-08-25T00:52:54.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50842026-08-25T00:52:54.944Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50852026-08-25T00:52:55.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
50862026-08-25T00:52:55.872Z
50872026-08-25T00:52:55.872Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50882026-08-25T00:52:56.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50892026-08-25T00:52:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50902026-08-25T00:52:56.506Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50912026-08-25T00:52:56.510Z Compiling fs-err v2.11.0
50922026-08-25T00:52:56.625Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50932026-08-25T00:52:56.635Z Checking parse-size v1.1.0
50942026-08-25T00:52:56.645Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50952026-08-25T00:52:56.649Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50962026-08-25T00:52:56.649Z Checking shell-words v1.1.1
50972026-08-25T00:52:56.734Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50982026-08-25T00:52:57.071Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50992026-08-25T00:52:57.254Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51002026-08-25T00:52:57.941Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51012026-08-25T00:52:58.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
51022026-08-25T00:52:59.100Z
51032026-08-25T00:52:59.100Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51042026-08-25T00:52:59.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51052026-08-25T00:52:59.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51062026-08-25T00:52:59.752Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51072026-08-25T00:53:00.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
51082026-08-25T00:53:00.444Z
51092026-08-25T00:53:00.445Zinfo: running `cargo check --bins` on schema (359/377)
51102026-08-25T00:53:00.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51112026-08-25T00:53:00.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51122026-08-25T00:53:01.186Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51132026-08-25T00:53:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
51142026-08-25T00:53:02.116Z
51152026-08-25T00:53:02.116Zinfo: running `cargo check --bins` on xtask (360/377)
51162026-08-25T00:53:02.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51172026-08-25T00:53:02.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51182026-08-25T00:53:02.528Z Checking serde_core v1.0.228
51192026-08-25T00:53:02.528Z Checking libc v0.2.185
51202026-08-25T00:53:02.603Z Checking bitflags v2.11.0
51212026-08-25T00:53:02.615Z Checking scroll v0.12.0
51222026-08-25T00:53:02.618Z Checking thiserror v1.0.69
51232026-08-25T00:53:02.624Z Checking log v0.4.33
51242026-08-25T00:53:02.633Z Checking zerocopy v0.7.35
51252026-08-25T00:53:02.633Z Checking indexmap v2.14.0
51262026-08-25T00:53:02.710Z Checking syn v2.0.117
51272026-08-25T00:53:02.750Z Checking dtrace-parser v0.2.0
51282026-08-25T00:53:02.765Z Checking once_cell v1.21.3
51292026-08-25T00:53:02.833Z Checking goblin v0.8.2
51302026-08-25T00:53:02.894Z Checking errno v0.3.14
51312026-08-25T00:53:02.939Z Checking thread-id v4.2.2
51322026-08-25T00:53:02.984Z Checking getrandom v0.4.3
51332026-08-25T00:53:03.012Z Checking rustix v1.1.4
51342026-08-25T00:53:03.023Z Checking memmap v0.7.0
51352026-08-25T00:53:03.118Z Checking thiserror v2.0.18
51362026-08-25T00:53:03.136Z Checking fs-err v3.3.0
51372026-08-25T00:53:03.151Z Checking anyhow v1.0.104
51382026-08-25T00:53:03.183Z Checking tabled v0.15.0
51392026-08-25T00:53:03.794Z Checking terminal_size v0.4.3
51402026-08-25T00:53:03.794Z Checking tempfile v3.27.0
51412026-08-25T00:53:03.908Z Checking clap_builder v4.6.0
51422026-08-25T00:53:03.913Z Checking textwrap v0.16.2
51432026-08-25T00:53:04.074Z Checking serde v1.0.228
51442026-08-25T00:53:04.077Z Checking serde_json v1.0.151
51452026-08-25T00:53:04.078Z Checking camino v1.2.5
51462026-08-25T00:53:04.123Z Checking cargo-platform v0.3.2
51472026-08-25T00:53:04.298Z Checking semver v1.0.28
51482026-08-25T00:53:04.357Z Checking camino-tempfile v1.4.1
51492026-08-25T00:53:04.487Z Checking toml_datetime v0.6.11
51502026-08-25T00:53:04.487Z Checking serde_spanned v0.6.9
51512026-08-25T00:53:04.511Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51522026-08-25T00:53:04.521Z Checking macaddr v1.0.1
51532026-08-25T00:53:04.673Z Checking toml_edit v0.22.27
51542026-08-25T00:53:04.699Z Checking cargo_metadata v0.23.1
51552026-08-25T00:53:04.712Z Checking dof v0.3.0
51562026-08-25T00:53:04.977Z Checking usdt-impl v0.5.0
51572026-08-25T00:53:05.137Z Checking clap v4.6.1
51582026-08-25T00:53:05.244Z Checking usdt v0.5.0
51592026-08-25T00:53:05.671Z Checking toml v0.8.23
51602026-08-25T00:53:05.938Z Checking cargo_toml v0.21.0
51612026-08-25T00:53:06.590Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51622026-08-25T00:53:06.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
51632026-08-25T00:53:07.088Z
51642026-08-25T00:53:07.088Zinfo: running `cargo check --bins` on dnsadm (361/377)
51652026-08-25T00:53:07.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51662026-08-25T00:53:07.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51672026-08-25T00:53:07.734Z Checking arc-swap v1.8.2
51682026-08-25T00:53:08.018Z Checking slog-scope v4.4.1
51692026-08-25T00:53:08.135Z Checking slog-stdlog v4.1.1
51702026-08-25T00:53:08.236Z Checking slog-envlogger v2.2.0
51712026-08-25T00:53:08.358Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51722026-08-25T00:53:08.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
51732026-08-25T00:53:08.991Z
51742026-08-25T00:53:08.992Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51752026-08-25T00:53:09.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51762026-08-25T00:53:09.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51772026-08-25T00:53:09.820Z Checking cpubits v0.1.1
51782026-08-25T00:53:09.948Z Checking pem-rfc7468 v1.0.0
51792026-08-25T00:53:09.963Z Checking hmac v0.13.0
51802026-08-25T00:53:09.966Z Checking universal-hash v0.6.1
51812026-08-25T00:53:09.987Z Checking ctr v0.10.1
51822026-08-25T00:53:09.987Z Checking aead v0.6.1
51832026-08-25T00:53:10.016Z Checking aes v0.9.1
51842026-08-25T00:53:10.016Z Checking crypto-bigint v0.7.5
51852026-08-25T00:53:10.044Z Checking salsa20 v0.11.0
51862026-08-25T00:53:10.084Z Checking polyval v0.7.1
51872026-08-25T00:53:10.098Z Checking der v0.8.0
51882026-08-25T00:53:10.124Z Checking cbc v0.2.1
51892026-08-25T00:53:10.140Z Checking pbkdf2 v0.13.0
51902026-08-25T00:53:10.203Z Checking ff v0.14.0
51912026-08-25T00:53:10.232Z Checking signature v3.0.0
51922026-08-25T00:53:10.255Z Checking scrypt v0.12.0
51932026-08-25T00:53:10.259Z Checking ghash v0.6.0
51942026-08-25T00:53:10.276Z Checking base16ct v1.0.0
51952026-08-25T00:53:10.354Z Checking group v0.14.0
51962026-08-25T00:53:10.387Z Checking hkdf v0.13.0
51972026-08-25T00:53:10.412Z Compiling curve25519-dalek v5.0.0
51982026-08-25T00:53:10.445Z Checking aes-gcm v0.11.0
51992026-08-25T00:53:10.448Z Checking keccak v0.2.0
52002026-08-25T00:53:10.463Z Checking poly1305 v0.9.0
52012026-08-25T00:53:10.509Z Checking wnaf v0.14.0
52022026-08-25T00:53:10.525Z Checking blowfish v0.10.0
52032026-08-25T00:53:10.598Z Checking blake2 v0.11.0-rc.6
52042026-08-25T00:53:10.614Z Checking sha3 v0.11.0
52052026-08-25T00:53:10.681Z Checking bcrypt-pbkdf v0.11.0
52062026-08-25T00:53:10.699Z Checking kem v0.3.0
52072026-08-25T00:53:10.742Z Checking module-lattice v0.2.3
52082026-08-25T00:53:10.821Z Checking sponge-cursor v0.1.0
52092026-08-25T00:53:10.855Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52102026-08-25T00:53:10.871Z Checking argon2 v0.6.0-rc.8
52112026-08-25T00:53:10.926Z Checking spki v0.8.0
52122026-08-25T00:53:10.953Z Checking sec1 v0.8.1
52132026-08-25T00:53:10.957Z Checking sha3 v0.12.0
52142026-08-25T00:53:10.984Z Checking ml-kem v0.3.2
52152026-08-25T00:53:11.039Z Checking internal-russh-num-bigint v0.5.0
52162026-08-25T00:53:11.105Z Checking pkcs5 v0.8.1
52172026-08-25T00:53:11.169Z Checking pkcs1 v0.8.0-rc.4
52182026-08-25T00:53:11.184Z Checking num-bigint v0.4.6
52192026-08-25T00:53:11.201Z Checking generic-array v1.4.3
52202026-08-25T00:53:11.394Z Checking russh-util v0.52.0
52212026-08-25T00:53:11.417Z Checking pkcs8 v0.11.0
52222026-08-25T00:53:11.523Z Compiling enum_dispatch v0.3.13
52232026-08-25T00:53:11.603Z Compiling delegate v0.13.5
52242026-08-25T00:53:11.627Z Checking ed25519 v3.0.0
52252026-08-25T00:53:11.763Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52262026-08-25T00:53:11.784Z Checking md5 v0.8.0
52272026-08-25T00:53:11.829Z Checking ed25519-dalek v3.0.0
52282026-08-25T00:53:11.904Z Checking hex-literal v1.1.0
52292026-08-25T00:53:11.976Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52302026-08-25T00:53:12.007Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52312026-08-25T00:53:12.061Z Checking socket2 v0.5.10
52322026-08-25T00:53:12.129Z Checking internet-checksum v0.2.1
52332026-08-25T00:53:12.174Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52342026-08-25T00:53:12.301Z Checking elliptic-curve v0.14.1
52352026-08-25T00:53:12.301Z Checking rfc6979 v0.6.0
52362026-08-25T00:53:12.304Z Checking primefield v0.14.0
52372026-08-25T00:53:12.347Z Checking ssh-encoding v0.3.0
52382026-08-25T00:53:12.487Z Checking crypto-primes v0.7.2
52392026-08-25T00:53:12.577Z Checking ssh-cipher v0.3.0
52402026-08-25T00:53:12.580Z Checking russh-cryptovec v0.62.0
52412026-08-25T00:53:12.716Z Checking primeorder v0.14.0
52422026-08-25T00:53:12.719Z Checking ecdsa v0.17.0
52432026-08-25T00:53:13.101Z Checking p256 v0.14.0
52442026-08-25T00:53:13.101Z Checking p521 v0.14.0
52452026-08-25T00:53:13.105Z Checking p384 v0.14.0
52462026-08-25T00:53:13.439Z Checking rsa v0.10.0-rc.18
52472026-08-25T00:53:15.966Z Checking ssh-key v0.7.0-rc.11
52482026-08-25T00:53:16.734Z Checking russh v0.62.4
52492026-08-25T00:53:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.55s
52502026-08-25T00:53:30.559Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52512026-08-25T00:53:30.559Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52522026-08-25T00:53:30.769Z
52532026-08-25T00:53:30.770Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52542026-08-25T00:53:31.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52552026-08-25T00:53:31.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52562026-08-25T00:53:31.423Z Checking termios v0.3.3
52572026-08-25T00:53:31.622Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52582026-08-25T00:53:32.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
52592026-08-25T00:53:32.411Z
52602026-08-25T00:53:32.411Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52612026-08-25T00:53:32.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52622026-08-25T00:53:32.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52632026-08-25T00:53:33.107Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52642026-08-25T00:53:33.816Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52652026-08-25T00:53:35.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
52662026-08-25T00:53:35.657Z
52672026-08-25T00:53:35.657Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52682026-08-25T00:53:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52692026-08-25T00:53:36.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52702026-08-25T00:53:36.308Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52712026-08-25T00:53:36.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
52722026-08-25T00:53:36.929Z
52732026-08-25T00:53:36.930Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52742026-08-25T00:53:37.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52752026-08-25T00:53:37.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52762026-08-25T00:53:37.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52772026-08-25T00:53:37.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
52782026-08-25T00:53:37.509Z
52792026-08-25T00:53:37.509Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52802026-08-25T00:53:37.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52812026-08-25T00:53:37.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52822026-08-25T00:53:37.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52832026-08-25T00:53:38.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52842026-08-25T00:53:38.086Z
52852026-08-25T00:53:38.086Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52862026-08-25T00:53:38.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52872026-08-25T00:53:38.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52882026-08-25T00:53:38.847Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52892026-08-25T00:53:39.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
52902026-08-25T00:53:39.660Z
52912026-08-25T00:53:39.660Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52922026-08-25T00:53:40.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52932026-08-25T00:53:40.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52942026-08-25T00:53:40.317Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52952026-08-25T00:53:40.320Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52962026-08-25T00:53:41.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
52972026-08-25T00:53:41.451Z
52982026-08-25T00:53:41.451Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
52992026-08-25T00:53:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53002026-08-25T00:53:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53012026-08-25T00:53:41.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53022026-08-25T00:53:41.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
53032026-08-25T00:53:42.033Z
53042026-08-25T00:53:42.034Zinfo: running `cargo check --bins` on omicron-package (371/377)
53052026-08-25T00:53:42.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53062026-08-25T00:53:42.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53072026-08-25T00:53:42.731Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53082026-08-25T00:53:43.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
53092026-08-25T00:53:44.049Z
53102026-08-25T00:53:44.050Zinfo: running `cargo check --bins` on tqdb (372/377)
53112026-08-25T00:53:44.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53122026-08-25T00:53:44.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53132026-08-25T00:53:44.850Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53142026-08-25T00:53:45.210Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53152026-08-25T00:53:45.738Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53162026-08-25T00:53:45.738Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53172026-08-25T00:53:52.763Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53182026-08-25T00:53:52.767Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53192026-08-25T00:53:52.767Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53202026-08-25T00:53:53.410Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53212026-08-25T00:53:53.410Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53222026-08-25T00:53:53.413Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53232026-08-25T00:53:53.413Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53242026-08-25T00:53:54.205Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53252026-08-25T00:53:54.849Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53262026-08-25T00:53:55.088Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53272026-08-25T00:53:55.351Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53282026-08-25T00:53:56.241Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53292026-08-25T00:53:56.909Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53302026-08-25T00:54:01.819Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53312026-08-25T00:54:09.238Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53322026-08-25T00:54:09.239Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53332026-08-25T00:54:09.242Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53342026-08-25T00:54:09.242Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53352026-08-25T00:54:10.795Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53362026-08-25T00:54:12.112Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53372026-08-25T00:54:12.813Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53382026-08-25T00:54:14.125Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53392026-08-25T00:54:14.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.64s
53402026-08-25T00:54:14.907Z
53412026-08-25T00:54:14.907Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53422026-08-25T00:54:15.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53432026-08-25T00:54:15.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53442026-08-25T00:54:15.653Z Checking rtoolbox v0.0.3
53452026-08-25T00:54:15.657Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53462026-08-25T00:54:15.657Z Checking tui-tree-widget v0.23.1
53472026-08-25T00:54:15.657Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53482026-08-25T00:54:15.875Z Checking rpassword v7.5.4
53492026-08-25T00:54:18.702Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53502026-08-25T00:54:20.584Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53512026-08-25T00:54:21.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
53522026-08-25T00:54:21.733Z
53532026-08-25T00:54:21.733Zinfo: running `cargo check --bins` on wicket (374/377)
53542026-08-25T00:54:22.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53552026-08-25T00:54:22.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53562026-08-25T00:54:22.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53572026-08-25T00:54:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
53582026-08-25T00:54:23.011Z
53592026-08-25T00:54:23.011Zinfo: running `cargo check --bins` on wicketd (375/377)
53602026-08-25T00:54:23.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53612026-08-25T00:54:23.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53622026-08-25T00:54:23.735Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53632026-08-25T00:54:27.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
53642026-08-25T00:54:27.613Z
53652026-08-25T00:54:27.613Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53662026-08-25T00:54:28.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53672026-08-25T00:54:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53682026-08-25T00:54:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53692026-08-25T00:54:28.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
53702026-08-25T00:54:28.199Z
53712026-08-25T00:54:28.199Zinfo: running `cargo check --bins` on zone-setup (377/377)
53722026-08-25T00:54:28.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53732026-08-25T00:54:28.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53742026-08-25T00:54:28.893Z Checking uzers v0.12.2
53752026-08-25T00:54:29.168Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53762026-08-25T00:54:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
53772026-08-25T00:54:30.190Z
53782026-08-25T00:54:30.190Zreal 14:39.950696444
53792026-08-25T00:54:30.190Zuser 22:00.702813329
53802026-08-25T00:54:30.190Zsys 4:35.184068563
53812026-08-25T00:54:30.190Ztrap 0.332622706
53822026-08-25T00:54:30.193Ztflt 0.624977413
53832026-08-25T00:54:30.193Zdflt 0.938789059
53842026-08-25T00:54:30.193Zkflt 0.004679764
53852026-08-25T00:54:30.193Zlock 1:28:53.081511028
53862026-08-25T00:54:30.193Zslp 1:44:31.921053136
53872026-08-25T00:54:30.193Zlat 1:00.407942288
53882026-08-25T00:54:30.193Zstop 4:14.423412164
53892026-08-25T00:54:30.193Zprocess exited: duration 1013780 ms, exit code 0
 
53902026-08-25T00:54:30.200Zfound 0 output files