01KZSBV05K73Z5SA26WY7FCE2W: 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: 01KZSC06S1ZKWDWA29XEH4S6PW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T21:35:52.474Zjob assigned to worker 01KZSC0DS878E8R54BMARECRZQ [factory aws, i-0d950ace39d25fd25] (queued for 48 s)
 
22026-08-11T21:35:58.936Zstarting task 0: "setup"
32026-08-11T21:35:58.943Z++ uname -s
42026-08-11T21:35:58.948Z+ kern=SunOS
52026-08-11T21:35:58.948Z+ build_user=build
62026-08-11T21:35:58.948Z+ build_uid=12345
72026-08-11T21:35:58.948Z+ work_dir=/work
82026-08-11T21:35:58.948Z+ input_dir=/input
92026-08-11T21:35:58.948Z+ [[ 0 == 12345 ]]
102026-08-11T21:35:58.948Z+ case "$kern" in
112026-08-11T21:35:58.948Z+ groupadd -g 12345 build
122026-08-11T21:35:58.948Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T21:36:00.951Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T21:36:01.025Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T21:36:01.028Z+ home_fs=zfs
162026-08-11T21:36:01.029Z+ [[ zfs == autofs ]]
172026-08-11T21:36:01.029Z+ mkdir -p /home/build
182026-08-11T21:36:01.029Z+ chown build:build /home/build /work
192026-08-11T21:36:03.027Z+ chmod 0700 /home/build /work
202026-08-11T21:36:03.031Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-11T21:36:03.038Zstarting task 1: "rust-toolchain"
222026-08-11T21:36:03.042Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T21:36:03.042Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T21:36:03.042Z * rust toolchain channel = "1.97.1"
252026-08-11T21:36:03.042Z * rust toolchain profile = "default"
262026-08-11T21:36:03.042Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T21:36:03.042Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T21:36:03.046Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T21:36:03.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T21:36:03.146Zinfo: downloading installer
312026-08-11T21:36:04.590Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T21:36:04.591Zwarn: /home/build/.rustup/settings.toml
332026-08-11T21:36:04.591Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T21:36:04.591Zwarn: instead of the one inferred from the default host triple.
352026-08-11T21:36:04.605Zinfo: profile set to default
362026-08-11T21:36:04.605Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T21:36:04.609Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T21:36:04.732Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T21:36:04.737Zinfo: downloading 6 components
402026-08-11T21:36:19.713Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T21:36:19.713Z
422026-08-11T21:36:19.746Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T21:36:19.746Z
442026-08-11T21:36:19.746Z
452026-08-11T21:36:19.746ZRust is installed now. Great!
462026-08-11T21:36:19.746Z
472026-08-11T21:36:19.746ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T21:36:19.746Zenvironment variable. This has not been done automatically.
492026-08-11T21:36:19.746Z
502026-08-11T21:36:19.747ZTo configure your current shell, you need to source
512026-08-11T21:36:19.747Zthe corresponding env file under $HOME/.cargo.
522026-08-11T21:36:19.747Z
532026-08-11T21:36:19.747ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T21:36:19.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T21:36:19.752Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T21:36:19.753Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T21:36:19.753Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T21:36:19.753Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T21:36:19.753Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T21:36:19.753Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T21:36:19.753Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T21:36:19.842Z+ rustup --version
632026-08-11T21:36:19.850Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T21:36:19.870Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T21:36:19.876Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T21:36:19.876Z+ cargo --version
672026-08-11T21:36:19.890Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T21:36:19.896Z+ rustc --version
692026-08-11T21:36:19.915Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T21:36:19.919Zprocess exited: duration 16874 ms, exit code 0
 
712026-08-11T21:36:19.931Zstarting task 2: "authentication"
722026-08-11T21:36:19.944Zprocess exited: duration 17 ms, exit code 0
 
732026-08-11T21:36:19.957Zstarting task 3: "clone repository"
742026-08-11T21:36:19.966Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T21:36:19.973Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T21:36:19.997ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T21:36:30.555Z+ cd /work/oxidecomputer/omicron
782026-08-11T21:36:30.555Z+ git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464
792026-08-11T21:36:30.856ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T21:36:30.856Z * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD
812026-08-11T21:36:30.900Z+ [[ -n '' ]]
822026-08-11T21:36:30.901Z+ git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464
832026-08-11T21:36:31.121ZHEAD is now at 68697a7df [spr] initial version
842026-08-11T21:36:31.137Zprocess exited: duration 11164 ms, exit code 0
 
852026-08-11T21:36:31.145Zstarting task 4: "build"
862026-08-11T21:36:31.149Z+ source .github/buildomat/ci-env.sh
872026-08-11T21:36:31.149Z++ export CARGO_TERM_COLOR=always
882026-08-11T21:36:31.149Z++ CARGO_TERM_COLOR=always
892026-08-11T21:36:31.153Z+++ uname -s
902026-08-11T21:36:31.153Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-11T21:36:31.153Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-11T21:36:31.153Z+ cargo --version
932026-08-11T21:36:31.161Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-11T21:36:31.165Z+ rustc --version
952026-08-11T21:36:31.183Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-11T21:36:31.186Z+ source ./env.sh
972026-08-11T21:36:31.187Z++ OLD_SHELL_OPTS=ehxB
982026-08-11T21:36:31.187Z++ set -o xtrace
992026-08-11T21:36:31.187Z++++ dirname ./env.sh
1002026-08-11T21:36:31.191Z+++ readlink -f .
1012026-08-11T21:36:31.191Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-11T21:36:31.192Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-11T21:36:31.192Z++ 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-11T21:36:31.192Z++ 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
1052026-08-11T21:36:31.192Z++ 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-11T21:36:31.192Z++ 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
1072026-08-11T21:36:31.192Z++ 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-11T21:36:31.192Z++ 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
1092026-08-11T21:36:31.192Z++ 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-11T21:36:31.192Z++ 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
1112026-08-11T21:36:31.192Z++ 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-11T21:36:31.192Z++ case $OLD_SHELL_OPTS in
1132026-08-11T21:36:31.193Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-11T21:36:31.193Z+ 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
1152026-08-11T21:36:31.193Z+ 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-11T21:36:31.193Z+ banner prerequisites
1172026-08-11T21:36:31.196Z
1182026-08-11T21:36:31.197Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-11T21:36:31.197Z # # # # # # # # # # # # # # #
1202026-08-11T21:36:31.197Z # # # # ##### # # ##### # # # # # #### #
1212026-08-11T21:36:31.197Z ##### ##### # ##### # # # # # # # # #
1222026-08-11T21:36:31.197Z # # # # # # # # # # # # # # #
1232026-08-11T21:36:31.197Z # # # ###### # # ###### ### # #### # #### #
1242026-08-11T21:36:31.197Z
1252026-08-11T21:36:31.197Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-11T21:36:33.019Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-11T21:36:33.325Z Startup: Caching catalogs ... Done
1282026-08-11T21:36:35.048ZPlanning: Solver setup ... Done (1.622s)
1292026-08-11T21:36:35.101ZPlanning: Running solver ... Done (0.053s)
1302026-08-11T21:36:35.140ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-11T21:36:35.152ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-11T21:36:35.168ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-11T21:36:35.182ZPlanning: Package planning ... Done (0.014s)
1342026-08-11T21:36:35.186ZPlanning: Merging actions ... Done (0.002s)
1352026-08-11T21:36:35.349ZPlanning: Checking for conflicting actions ... Done (0.166s)
1362026-08-11T21:36:35.353ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-11T21:36:36.085ZPlanning: Evaluating mediators ... Done (0.735s)
1382026-08-11T21:36:36.090ZPlanning: Planning completed in 2.73 seconds
1392026-08-11T21:36:36.094Z Packages to install: 2
1402026-08-11T21:36:36.094Z Estimated space available: 156.02 GB
1412026-08-11T21:36:36.098ZEstimated space to be consumed: 67.95 MB
1422026-08-11T21:36:36.098Z Create boot environment: No
1432026-08-11T21:36:36.098ZCreate backup boot environment: No
1442026-08-11T21:36:36.098Z Rebuild boot archive: No
1452026-08-11T21:36:36.099Z
1462026-08-11T21:36:36.099ZChanged packages:
1472026-08-11T21:36:36.099Zhelios
1482026-08-11T21:36:36.099Z developer/build-essential
1492026-08-11T21:36:36.099Z None -> 11-3.0
1502026-08-11T21:36:36.099Z library/libxmlsec1
1512026-08-11T21:36:36.099Z None -> 1.2.35-3.0
1522026-08-11T21:36:36.119Z
1532026-08-11T21:36:36.119ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-11T21:36:36.187ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-11T21:36:36.272Z Actions: 1/268 actions (Installing new actions)
1562026-08-11T21:36:36.309Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-11T21:36:36.339ZFinalize: Updating package state database ... Done (0.030s)
1582026-08-11T21:36:36.344ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-11T21:36:36.413ZFinalize: Updating image state ... Done (0.074s)
1602026-08-11T21:36:38.884ZFinalize: Creating fast lookup database ... Done (2.424s)
1612026-08-11T21:36:38.952ZFinalize: Reading search index ... Done (0.012s)
1622026-08-11T21:36:38.955ZFinalize: Updating search index ... Done (0.000s)
1632026-08-11T21:36:39.077ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-11T21:36:39.437ZPlanning: Evaluating mediator changes ... Done
1652026-08-11T21:36:39.542ZPlanning: Checking for conflicting actions ... Done
1662026-08-11T21:36:39.545ZPlanning: Consolidating action changes ... Done
1672026-08-11T21:36:39.700ZPlanning: Evaluating mediators ... Done
1682026-08-11T21:36:39.703ZPlanning: Planning completed in 0.26 seconds
1692026-08-11T21:36:39.723Z Mediators to change: 2
1702026-08-11T21:36:39.723Z Create boot environment: No
1712026-08-11T21:36:39.726ZCreate backup boot environment: No
1722026-08-11T21:36:39.770ZFinalize: Updating package state database ... Done
1732026-08-11T21:36:39.771ZFinalize: Updating package cache ... Done
1742026-08-11T21:36:39.815ZFinalize: Updating image state ... Done
1752026-08-11T21:36:41.774ZFinalize: Creating fast lookup database ... Done
1762026-08-11T21:36:41.834ZFinalize: Reading search index ... Done
1772026-08-11T21:36:41.837ZFinalize: Updating search index ... Done
1782026-08-11T21:36:41.932ZFinalize: Updating package cache ... Done
1792026-08-11T21:36:42.213ZPlanning: Evaluating mediator changes ... Done
1802026-08-11T21:36:42.318ZPlanning: Checking for conflicting actions ... Done
1812026-08-11T21:36:42.322ZPlanning: Consolidating action changes ... Done
1822026-08-11T21:36:42.476ZPlanning: Evaluating mediators ... Done
1832026-08-11T21:36:42.481ZPlanning: Planning completed in 0.26 seconds
1842026-08-11T21:36:42.500Z Mediators to change: 1
1852026-08-11T21:36:42.500Z Create boot environment: No
1862026-08-11T21:36:42.500ZCreate backup boot environment: No
1872026-08-11T21:36:42.544ZFinalize: Updating package state database ... Done
1882026-08-11T21:36:42.545ZFinalize: Updating package cache ... Done
1892026-08-11T21:36:42.588ZFinalize: Updating image state ... Done
1902026-08-11T21:36:44.558ZFinalize: Creating fast lookup database ... Done
1912026-08-11T21:36:44.618ZFinalize: Reading search index ... Done
1922026-08-11T21:36:44.622ZFinalize: Updating search index ... Done
1932026-08-11T21:36:44.689ZFinalize: Updating package cache ... Done
1942026-08-11T21:36:44.996ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-11T21:36:44.996Zapache system 2.4 system
1962026-08-11T21:36:44.996Zclang system 15 system
1972026-08-11T21:36:44.996Zcsh system system illumos
1982026-08-11T21:36:44.996Zctags system system illumos
1992026-08-11T21:36:44.996Zfile vendor vendor darwinsys
2002026-08-11T21:36:44.996Zfile system system illumos
2012026-08-11T21:36:44.996Zgcc vendor 14 vendor
2022026-08-11T21:36:44.996Zgcc system 13 system
2032026-08-11T21:36:44.997Zgcc system 10 system
2042026-08-11T21:36:44.997Zgo system 1.25 system
2052026-08-11T21:36:44.997Zllvm system 15 system
2062026-08-11T21:36:44.997Zmariadb system 11.4 system
2072026-08-11T21:36:44.997Zmta vendor vendor dma
2082026-08-11T21:36:44.997Zopenjdk system 17 system
2092026-08-11T21:36:44.997Zopenjdk system 11 system
2102026-08-11T21:36:44.997Zopenssl vendor 3 vendor
2112026-08-11T21:36:44.997Zperl system 5.40 system
2122026-08-11T21:36:44.997Zpostgresql system 18 system
2132026-08-11T21:36:44.997Zpostgresql system 17 system
2142026-08-11T21:36:44.997Zpython vendor 3 vendor
2152026-08-11T21:36:44.997Zpython system 2 system
2162026-08-11T21:36:44.997Zpython3 vendor 3.13 vendor
2172026-08-11T21:36:44.997Zruby system 3.4 system
2182026-08-11T21:36:44.997Zruby system 3.0 system
2192026-08-11T21:36:44.997Zwords vendor vendor american-english
2202026-08-11T21:36:44.997Zwords system system australian-english
2212026-08-11T21:36:44.997Zwords system system british-english
2222026-08-11T21:36:44.997Zwords system system canadian-english
2232026-08-11T21:36:44.997Zwords system system french
2242026-08-11T21:36:44.998Zwords system system italian
2252026-08-11T21:36:44.998Zwords system system ngerman
2262026-08-11T21:36:44.998Zwords system system ogerman
2272026-08-11T21:36:44.998Zwords system system spanish
2282026-08-11T21:36:45.250ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-11T21:36:45.250Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-11T21:36:45.693ZFMRI IFO
2312026-08-11T21:36:45.693Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-11T21:36:45.693Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-11T21:36:45.693Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-11T21:36:45.694Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-11T21:36:45.694Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-11T21:36:45.694Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-11T21:36:45.694Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-11T21:36:45.694Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-11T21:36:45.694Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-11T21:36:46.018Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-11T21:36:46.358Z Updating crates.io index
2422026-08-11T21:36:46.363Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-11T21:36:46.645Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-11T21:36:47.032Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-11T21:36:48.380Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-11T21:36:49.068Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-11T21:36:51.086Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-11T21:36:52.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-11T21:36:52.504Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-11T21:36:52.900Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-11T21:36:54.231Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-11T21:36:54.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-11T21:36:54.950Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-11T21:36:55.221Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-11T21:36:55.530Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-11T21:36:55.824Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-11T21:36:56.140Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-11T21:36:56.451Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-11T21:36:56.736Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-11T21:36:57.059Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-11T21:36:57.596Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-11T21:36:58.023Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-11T21:36:58.402Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-11T21:36:58.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-11T21:36:59.298Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-11T21:36:59.644Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-11T21:36:59.941Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-11T21:37:00.449Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-11T21:37:00.763Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-11T21:37:01.034Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-11T21:37:01.398Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-11T21:37:01.702Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-11T21:37:02.101Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-11T21:37:02.482Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-11T21:37:03.248Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-11T21:37:03.527Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-11T21:37:03.807Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-11T21:37:04.142Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-11T21:37:04.505Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-11T21:37:04.765Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-11T21:37:05.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-11T21:37:05.377Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-11T21:37:05.679Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-11T21:37:08.316Z Downloading crates ...
2852026-08-11T21:37:08.365Z Downloaded digest v0.10.7
2862026-08-11T21:37:08.373Z Downloaded getrandom v0.4.1
2872026-08-11T21:37:08.380Z Downloaded proc-macro-error-attr v1.0.4
2882026-08-11T21:37:08.387Z Downloaded usdt-macro v0.5.0
2892026-08-11T21:37:08.387Z Downloaded clap_derive v4.6.1
2902026-08-11T21:37:08.387Z Downloaded thiserror v2.0.18
2912026-08-11T21:37:08.387Z Downloaded bytecount v0.6.9
2922026-08-11T21:37:08.387Z Downloaded zmij v1.0.21
2932026-08-11T21:37:08.391Z Downloaded cpufeatures v0.2.17
2942026-08-11T21:37:08.401Z Downloaded toml_datetime v0.6.11
2952026-08-11T21:37:08.401Z Downloaded anstyle v1.0.14
2962026-08-11T21:37:08.419Z Downloaded clap_builder v4.6.0
2972026-08-11T21:37:08.419Z Downloaded dof v0.3.0
2982026-08-11T21:37:08.419Z Downloaded clap_lex v1.0.0
2992026-08-11T21:37:08.419Z Downloaded anstream v1.0.0
3002026-08-11T21:37:08.419Z Downloaded cargo_metadata v0.23.1
3012026-08-11T21:37:08.419Z Downloaded dtrace-parser v0.2.0
3022026-08-11T21:37:08.419Z Downloaded zerocopy-derive v0.7.35
3032026-08-11T21:37:08.419Z Downloaded zerocopy v0.7.35
3042026-08-11T21:37:08.423Z Downloaded heck v0.4.1
3052026-08-11T21:37:08.423Z Downloaded clap v4.6.1
3062026-08-11T21:37:08.423Z Downloaded heck v0.5.0
3072026-08-11T21:37:08.423Z Downloaded camino v1.2.2
3082026-08-11T21:37:08.423Z Downloaded cfg-if v1.0.4
3092026-08-11T21:37:08.423Z Downloaded crypto-common v0.1.7
3102026-08-11T21:37:08.423Z Downloaded toml v0.8.23
3112026-08-11T21:37:08.423Z Downloaded cargo-platform v0.3.2
3122026-08-11T21:37:08.423Z Downloaded log v0.4.29
3132026-08-11T21:37:08.423Z Downloaded anstyle-query v1.1.5
3142026-08-11T21:37:08.423Z Downloaded colorchoice v1.0.4
3152026-08-11T21:37:08.424Z Downloaded anstyle-parse v1.0.0
3162026-08-11T21:37:08.427Z Downloaded sha2 v0.10.9
3172026-08-11T21:37:08.428Z Downloaded memmap v0.7.0
3182026-08-11T21:37:08.428Z Downloaded byteorder v1.5.0
3192026-08-11T21:37:08.428Z Downloaded cargo_toml v0.21.0
3202026-08-11T21:37:08.432Z Downloaded equivalent v1.0.2
3212026-08-11T21:37:08.437Z Downloaded fnv v1.0.7
3222026-08-11T21:37:08.437Z Downloaded macaddr v1.0.1
3232026-08-11T21:37:08.437Z Downloaded pretty-hex v0.4.1
3242026-08-11T21:37:08.443Z Downloaded fastrand v2.3.0
3252026-08-11T21:37:08.443Z Downloaded camino-tempfile v1.4.1
3262026-08-11T21:37:08.443Z Downloaded thread-id v4.2.2
3272026-08-11T21:37:08.449Z Downloaded strsim v0.11.1
3282026-08-11T21:37:08.454Z Downloaded generic-array v0.14.7
3292026-08-11T21:37:08.454Z Downloaded itoa v1.0.17
3302026-08-11T21:37:08.454Z Downloaded usdt v0.5.0
3312026-08-11T21:37:08.454Z Downloaded errno v0.3.14
3322026-08-11T21:37:08.460Z Downloaded is_terminal_polyfill v1.70.2
3332026-08-11T21:37:08.465Z Downloaded unicode-linebreak v0.1.5
3342026-08-11T21:37:08.465Z Downloaded usdt-attr-macro v0.5.0
3352026-08-11T21:37:08.469Z Downloaded utf8parse v0.2.2
3362026-08-11T21:37:08.469Z Downloaded plain v0.2.3
3372026-08-11T21:37:08.473Z Downloaded smawk v0.3.2
3382026-08-11T21:37:08.482Z Downloaded version_check v0.9.5
3392026-08-11T21:37:08.482Z Downloaded toml_write v0.1.2
3402026-08-11T21:37:08.486Z Downloaded scroll_derive v0.12.1
3412026-08-11T21:37:08.486Z Downloaded tabled_derive v0.7.0
3422026-08-11T21:37:08.486Z Downloaded autocfg v1.5.0
3432026-08-11T21:37:08.492Z Downloaded terminal_size v0.4.3
3442026-08-11T21:37:08.499Z Downloaded block-buffer v0.10.4
3452026-08-11T21:37:08.504Z Downloaded serde_spanned v0.6.9
3462026-08-11T21:37:08.504Z Downloaded serde_tokenstream v0.2.3
3472026-08-11T21:37:08.505Z Downloaded thiserror-impl v2.0.18
3482026-08-11T21:37:08.505Z Downloaded thiserror v1.0.69
3492026-08-11T21:37:08.521Z Downloaded proc-macro-error v1.0.4
3502026-08-11T21:37:08.531Z Downloaded quote v1.0.45
3512026-08-11T21:37:08.531Z Downloaded scroll v0.12.0
3522026-08-11T21:37:08.531Z Downloaded once_cell v1.21.3
3532026-08-11T21:37:08.531Z Downloaded pest_generator v2.8.6
3542026-08-11T21:37:08.531Z Downloaded bitflags v2.11.0
3552026-08-11T21:37:08.531Z Downloaded fs-err v3.3.0
3562026-08-11T21:37:08.535Z Downloaded memchr v2.8.0
3572026-08-11T21:37:08.535Z Downloaded thiserror-impl v1.0.69
3582026-08-11T21:37:08.535Z Downloaded usdt-impl v0.5.0
3592026-08-11T21:37:08.535Z Downloaded tempfile v3.25.0
3602026-08-11T21:37:08.544Z Downloaded anyhow v1.0.102
3612026-08-11T21:37:08.548Z Downloaded pest_derive v2.8.6
3622026-08-11T21:37:08.548Z Downloaded swrite v0.1.0
3632026-08-11T21:37:08.548Z Downloaded semver v1.0.28
3642026-08-11T21:37:08.562Z Downloaded unicode-ident v1.0.24
3652026-08-11T21:37:08.567Z Downloaded papergrid v0.11.0
3662026-08-11T21:37:08.573Z Downloaded ucd-trie v0.1.7
3672026-08-11T21:37:08.584Z Downloaded textwrap v0.16.2
3682026-08-11T21:37:08.584Z Downloaded serde_derive v1.0.228
3692026-08-11T21:37:08.588Z Downloaded serde_core v1.0.228
3702026-08-11T21:37:08.588Z Downloaded pest_meta v2.8.6
3712026-08-11T21:37:08.588Z Downloaded toml_edit v0.22.27
3722026-08-11T21:37:08.592Z Downloaded proc-macro2 v1.0.106
3732026-08-11T21:37:08.613Z Downloaded typenum v1.20.1
3742026-08-11T21:37:08.620Z Downloaded indexmap v2.14.0
3752026-08-11T21:37:08.620Z Downloaded serde v1.0.228
3762026-08-11T21:37:08.644Z Downloaded pest v2.8.6
3772026-08-11T21:37:08.650Z Downloaded serde_json v1.0.151
3782026-08-11T21:37:08.669Z Downloaded goblin v0.8.2
3792026-08-11T21:37:08.673Z Downloaded hashbrown v0.17.0
3802026-08-11T21:37:08.680Z Downloaded winnow v0.7.14
3812026-08-11T21:37:08.693Z Downloaded tabled v0.15.0
3822026-08-11T21:37:08.714Z Downloaded unicode-width v0.2.0
3832026-08-11T21:37:08.719Z Downloaded syn v1.0.109
3842026-08-11T21:37:08.751Z Downloaded unicode-width v0.1.14
3852026-08-11T21:37:08.810Z Downloaded syn v2.0.117
3862026-08-11T21:37:08.810Z Downloaded rustix v1.1.3
3872026-08-11T21:37:08.848Z Downloaded libc v0.2.185
3882026-08-11T21:37:08.855Z Compiling proc-macro2 v1.0.106
3892026-08-11T21:37:08.855Z Compiling unicode-ident v1.0.24
3902026-08-11T21:37:08.855Z Compiling quote v1.0.45
3912026-08-11T21:37:08.855Z Compiling serde_core v1.0.228
3922026-08-11T21:37:08.855Z Compiling libc v0.2.185
3932026-08-11T21:37:08.855Z Compiling version_check v0.9.5
3942026-08-11T21:37:08.855Z Compiling memchr v2.8.0
3952026-08-11T21:37:08.855Z Compiling serde v1.0.228
3962026-08-11T21:37:09.153Z Compiling zmij v1.0.21
3972026-08-11T21:37:09.492Z Compiling thiserror v1.0.69
3982026-08-11T21:37:09.497Z Compiling itoa v1.0.17
3992026-08-11T21:37:09.672Z Compiling ucd-trie v0.1.7
4002026-08-11T21:37:09.736Z Compiling byteorder v1.5.0
4012026-08-11T21:37:09.842Z Compiling pest v2.8.6
4022026-08-11T21:37:09.950Z Compiling rustix v1.1.3
4032026-08-11T21:37:09.977Z Compiling errno v0.3.14
4042026-08-11T21:37:10.037Z Compiling bitflags v2.11.0
4052026-08-11T21:37:10.277Z Compiling serde_json v1.0.151
4062026-08-11T21:37:10.415Z Compiling syn v2.0.117
4072026-08-11T21:37:10.435Z Compiling thread-id v4.2.2
4082026-08-11T21:37:10.497Z Compiling proc-macro-error-attr v1.0.4
4092026-08-11T21:37:10.515Z Compiling usdt-impl v0.5.0
4102026-08-11T21:37:10.526Z Compiling camino v1.2.2
4112026-08-11T21:37:10.680Z Compiling syn v1.0.109
4122026-08-11T21:37:10.886Z Compiling pest_meta v2.8.6
4132026-08-11T21:37:10.967Z Compiling proc-macro-error v1.0.4
4142026-08-11T21:37:11.030Z Compiling hashbrown v0.17.0
4152026-08-11T21:37:11.085Z Compiling utf8parse v0.2.2
4162026-08-11T21:37:11.109Z Compiling log v0.4.29
4172026-08-11T21:37:11.190Z Compiling getrandom v0.4.1
4182026-08-11T21:37:11.395Z Compiling equivalent v1.0.2
4192026-08-11T21:37:11.490Z Compiling plain v0.2.3
4202026-08-11T21:37:11.600Z Compiling indexmap v2.14.0
4212026-08-11T21:37:11.616Z Compiling terminal_size v0.4.3
4222026-08-11T21:37:11.687Z Compiling anstyle-parse v1.0.0
4232026-08-11T21:37:12.226Z Compiling thiserror v2.0.18
4242026-08-11T21:37:12.266Z Compiling colorchoice v1.0.4
4252026-08-11T21:37:12.274Z Compiling winnow v0.7.14
4262026-08-11T21:37:12.963Z Compiling is_terminal_polyfill v1.70.2
4272026-08-11T21:37:12.963Z Compiling pretty-hex v0.4.1
4282026-08-11T21:37:12.963Z Compiling anstyle v1.0.14
4292026-08-11T21:37:12.963Z Compiling autocfg v1.5.0
4302026-08-11T21:37:12.963Z Compiling cfg-if v1.0.4
4312026-08-11T21:37:12.963Z Compiling anstyle-query v1.1.5
4322026-08-11T21:37:12.963Z Compiling toml_write v0.1.2
4332026-08-11T21:37:13.016Z Compiling pest_generator v2.8.6
4342026-08-11T21:37:13.016Z Compiling anstream v1.0.0
4352026-08-11T21:37:13.016Z Compiling anyhow v1.0.102
4362026-08-11T21:37:13.016Z Compiling fnv v1.0.7
4372026-08-11T21:37:13.016Z Compiling fs-err v3.3.0
4382026-08-11T21:37:13.063Z Compiling heck v0.4.1
4392026-08-11T21:37:13.113Z Compiling unicode-width v0.1.14
4402026-08-11T21:37:13.147Z Compiling fastrand v2.3.0
4412026-08-11T21:37:13.288Z Compiling once_cell v1.21.3
4422026-08-11T21:37:13.288Z Compiling heck v0.5.0
4432026-08-11T21:37:13.352Z Compiling bytecount v0.6.9
4442026-08-11T21:37:13.386Z Compiling strsim v0.11.1
4452026-08-11T21:37:13.402Z Compiling clap_lex v1.0.0
4462026-08-11T21:37:13.486Z Compiling tempfile v3.25.0
4472026-08-11T21:37:13.522Z Compiling papergrid v0.11.0
4482026-08-11T21:37:13.636Z Compiling clap_builder v4.6.0
4492026-08-11T21:37:13.748Z Compiling semver v1.0.28
4502026-08-11T21:37:13.765Z Compiling cargo-platform v0.3.2
4512026-08-11T21:37:13.829Z Compiling memmap v0.7.0
4522026-08-11T21:37:13.855Z Compiling smawk v0.3.2
4532026-08-11T21:37:13.873Z Compiling tabled_derive v0.7.0
4542026-08-11T21:37:14.156Z Compiling unicode-linebreak v0.1.5
4552026-08-11T21:37:14.156Z Compiling unicode-width v0.2.0
4562026-08-11T21:37:14.241Z Compiling textwrap v0.16.2
4572026-08-11T21:37:14.291Z Compiling camino-tempfile v1.4.1
4582026-08-11T21:37:14.316Z Compiling swrite v0.1.0
4592026-08-11T21:37:14.333Z Compiling serde_derive v1.0.228
4602026-08-11T21:37:14.411Z Compiling thiserror-impl v1.0.69
4612026-08-11T21:37:14.427Z Compiling zerocopy-derive v0.7.35
4622026-08-11T21:37:14.519Z Compiling pest_derive v2.8.6
4632026-08-11T21:37:14.728Z Compiling scroll_derive v0.12.1
4642026-08-11T21:37:14.831Z Compiling thiserror-impl v2.0.18
4652026-08-11T21:37:14.988Z Compiling clap_derive v4.6.1
4662026-08-11T21:37:15.065Z Compiling tabled v0.15.0
4672026-08-11T21:37:15.431Z Compiling zerocopy v0.7.35
4682026-08-11T21:37:15.440Z Compiling scroll v0.12.0
4692026-08-11T21:37:15.702Z Compiling goblin v0.8.2
4702026-08-11T21:37:15.832Z Compiling dtrace-parser v0.2.0
4712026-08-11T21:37:16.649Z Compiling clap v4.6.1
4722026-08-11T21:37:17.329Z Compiling serde_spanned v0.6.9
4732026-08-11T21:37:17.329Z Compiling toml_datetime v0.6.11
4742026-08-11T21:37:17.371Z Compiling macaddr v1.0.1
4752026-08-11T21:37:17.371Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-08-11T21:37:17.385Z Compiling cargo_metadata v0.23.1
4772026-08-11T21:37:17.407Z Compiling dof v0.3.0
4782026-08-11T21:37:17.407Z Compiling serde_tokenstream v0.2.3
4792026-08-11T21:37:17.510Z Compiling toml_edit v0.22.27
4802026-08-11T21:37:18.166Z Compiling usdt-macro v0.5.0
4812026-08-11T21:37:18.166Z Compiling usdt-attr-macro v0.5.0
4822026-08-11T21:37:18.720Z Compiling usdt v0.5.0
4832026-08-11T21:37:18.853Z Compiling toml v0.8.23
4842026-08-11T21:37:19.165Z Compiling cargo_toml v0.21.0
4852026-08-11T21:37:20.590Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-11T21:37:22.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.65s
4872026-08-11T21:37:22.744Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-11T21:37:23.226Z Downloading crates ...
4892026-08-11T21:37:23.272Z Downloaded aead v0.5.2
4902026-08-11T21:37:23.294Z Downloaded adler2 v2.0.1
4912026-08-11T21:37:23.294Z Downloaded bit-set v0.8.0
4922026-08-11T21:37:23.294Z Downloaded argon2 v0.5.3
4932026-08-11T21:37:23.308Z Downloaded anstyle-parse v0.2.7
4942026-08-11T21:37:23.308Z Downloaded cexpr v0.6.0
4952026-08-11T21:37:23.308Z Downloaded ar_archive_writer v0.5.1
4962026-08-11T21:37:23.308Z Downloaded const-oid v0.9.6
4972026-08-11T21:37:23.308Z Downloaded fd-lock v4.0.4
4982026-08-11T21:37:23.308Z Downloaded array-init v0.0.4
4992026-08-11T21:37:23.308Z Downloaded async-recursion v1.1.1
5002026-08-11T21:37:23.308Z Downloaded bcrypt-pbkdf v0.11.0
5012026-08-11T21:37:23.309Z Downloaded bit-set v0.5.3
5022026-08-11T21:37:23.309Z Downloaded argon2 v0.6.0-rc.8
5032026-08-11T21:37:23.309Z Downloaded blake2 v0.11.0-rc.6
5042026-08-11T21:37:23.309Z Downloaded flate2 v1.1.9
5052026-08-11T21:37:23.334Z Downloaded foreign-types-macros v0.2.3
5062026-08-11T21:37:23.334Z Downloaded globwalk v0.9.1
5072026-08-11T21:37:23.334Z Downloaded async-stream v0.3.6
5082026-08-11T21:37:23.334Z Downloaded async-stream-impl v0.3.6
5092026-08-11T21:37:23.334Z Downloaded bitfield-macros v0.19.4
5102026-08-11T21:37:23.334Z Downloaded funty v2.0.0
5112026-08-11T21:37:23.334Z Downloaded hash32 v0.3.1
5122026-08-11T21:37:23.334Z Downloaded base16ct v0.2.0
5132026-08-11T21:37:23.334Z Downloaded http-body v1.0.1
5142026-08-11T21:37:23.363Z Downloaded bb8 v0.8.6
5152026-08-11T21:37:23.363Z Downloaded atomic-waker v1.1.2
5162026-08-11T21:37:23.363Z Downloaded foreign-types-shared v0.3.1
5172026-08-11T21:37:23.363Z Downloaded hex v0.4.3
5182026-08-11T21:37:23.363Z Downloaded base16ct v1.0.0
5192026-08-11T21:37:23.363Z Downloaded fxhash v0.2.1
5202026-08-11T21:37:23.363Z Downloaded arc-swap v1.8.2
5212026-08-11T21:37:23.364Z Downloaded bcs v0.1.6
5222026-08-11T21:37:23.364Z Downloaded futures-task v0.3.32
5232026-08-11T21:37:23.364Z Downloaded convert_case v0.4.0
5242026-08-11T21:37:23.364Z Downloaded enum-as-inner v0.6.1
5252026-08-11T21:37:23.364Z Downloaded assert_matches v1.5.0
5262026-08-11T21:37:23.364Z Downloaded headers-core v0.3.0
5272026-08-11T21:37:23.364Z Downloaded bitfield-struct v0.6.2
5282026-08-11T21:37:23.364Z Downloaded form_urlencoded v1.2.2
5292026-08-11T21:37:23.364Z Downloaded ff v0.14.0
5302026-08-11T21:37:23.364Z Downloaded git-stub-vcs v0.1.0
5312026-08-11T21:37:23.364Z Downloaded foreign-types-shared v0.1.1
5322026-08-11T21:37:23.364Z Downloaded async-trait v0.1.89
5332026-08-11T21:37:23.406Z Downloaded bit-vec v0.8.0
5342026-08-11T21:37:23.406Z Downloaded const_format_proc_macros v0.2.34
5352026-08-11T21:37:23.406Z Downloaded castaway v0.2.4
5362026-08-11T21:37:23.406Z Downloaded openssl-macros v0.1.1
5372026-08-11T21:37:23.406Z Downloaded hyper-tls v0.6.0
5382026-08-11T21:37:23.406Z Downloaded foreign-types v0.3.2
5392026-08-11T21:37:23.407Z Downloaded futures-core v0.3.32
5402026-08-11T21:37:23.407Z Downloaded atomicwrites v0.4.4
5412026-08-11T21:37:23.407Z Downloaded endian-type v0.1.2
5422026-08-11T21:37:23.407Z Downloaded git-stub v1.0.0
5432026-08-11T21:37:23.407Z Downloaded hubpack v0.1.2
5442026-08-11T21:37:23.407Z Downloaded cobs v0.3.0
5452026-08-11T21:37:23.407Z Downloaded compression-core v0.4.31
5462026-08-11T21:37:23.407Z Downloaded float-cmp v0.10.0
5472026-08-11T21:37:23.407Z Downloaded hex-literal v1.1.0
5482026-08-11T21:37:23.407Z Downloaded float-ord v0.3.2
5492026-08-11T21:37:23.407Z Downloaded env_filter v1.0.0
5502026-08-11T21:37:23.407Z Downloaded arrayref v0.3.9
5512026-08-11T21:37:23.407Z Downloaded num_enum_derive v0.5.11
5522026-08-11T21:37:23.407Z Downloaded futures-io v0.3.32
5532026-08-11T21:37:23.451Z Downloaded num v0.4.3
5542026-08-11T21:37:23.451Z Downloaded atty v0.2.14
5552026-08-11T21:37:23.451Z Downloaded ciborium-io v0.2.2
5562026-08-11T21:37:23.451Z Downloaded ciborium-ll v0.2.2
5572026-08-11T21:37:23.451Z Downloaded erased-serde v0.3.31
5582026-08-11T21:37:23.451Z Downloaded futures-macro v0.3.32
5592026-08-11T21:37:23.451Z Downloaded foldhash v0.1.5
5602026-08-11T21:37:23.451Z Downloaded block-buffer v0.12.1
5612026-08-11T21:37:23.451Z Downloaded cfg_aliases v0.1.1
5622026-08-11T21:37:23.451Z Downloaded fallible-iterator v0.2.0
5632026-08-11T21:37:23.451Z Downloaded fixedbitset v0.5.7
5642026-08-11T21:37:23.451Z Downloaded foldhash v0.2.0
5652026-08-11T21:37:23.451Z Downloaded gethostname v0.5.0
5662026-08-11T21:37:23.451Z Downloaded fatfs v0.3.6
5672026-08-11T21:37:23.451Z Downloaded find-msvc-tools v0.1.9
5682026-08-11T21:37:23.452Z Downloaded cfg_aliases v0.2.1
5692026-08-11T21:37:23.452Z Downloaded ascii-canvas v3.0.0
5702026-08-11T21:37:23.452Z Downloaded home v0.5.12
5712026-08-11T21:37:23.452Z Downloaded http-range v0.1.5
5722026-08-11T21:37:23.452Z Downloaded hostname v0.3.1
5732026-08-11T21:37:23.452Z Downloaded bit-vec v0.6.3
5742026-08-11T21:37:23.452Z Downloaded httpdate v1.0.3
5752026-08-11T21:37:23.452Z Downloaded hostname v0.4.2
5762026-08-11T21:37:23.452Z Downloaded ghash v0.6.0
5772026-08-11T21:37:23.452Z Downloaded futures-sink v0.3.32
5782026-08-11T21:37:23.477Z Downloaded hubpack_derive v0.1.1
5792026-08-11T21:37:23.477Z Downloaded password-hash v0.6.1
5802026-08-11T21:37:23.477Z Downloaded phf_shared v0.12.1
5812026-08-11T21:37:23.477Z Downloaded foreign-types v0.5.0
5822026-08-11T21:37:23.477Z Downloaded flagset v0.4.7
5832026-08-11T21:37:23.477Z Downloaded progenitor-macro v0.14.0
5842026-08-11T21:37:23.477Z Downloaded proc-macro-crate v1.3.1
5852026-08-11T21:37:23.477Z Downloaded hash32 v0.2.1
5862026-08-11T21:37:23.477Z Downloaded powerfmt v0.2.0
5872026-08-11T21:37:23.477Z Downloaded ff v0.13.1
5882026-08-11T21:37:23.477Z Downloaded fixedbitset v0.4.2
5892026-08-11T21:37:23.477Z Downloaded group v0.14.0
5902026-08-11T21:37:23.477Z Downloaded enum_dispatch v0.3.13
5912026-08-11T21:37:23.477Z Downloaded env_logger v0.11.9
5922026-08-11T21:37:23.477Z Downloaded futures-executor v0.3.32
5932026-08-11T21:37:23.477Z Downloaded backoff v0.4.0
5942026-08-11T21:37:23.477Z Downloaded bitfield v0.19.4
5952026-08-11T21:37:23.477Z Downloaded block-padding v0.4.2
5962026-08-11T21:37:23.477Z Downloaded hyper-staticfile v0.10.1
5972026-08-11T21:37:23.477Z Downloaded arrayvec v0.7.6
5982026-08-11T21:37:23.478Z Downloaded cipher v0.5.2
5992026-08-11T21:37:23.478Z Downloaded cbc v0.2.1
6002026-08-11T21:37:23.478Z Downloaded http-body-util v0.1.3
6012026-08-11T21:37:23.478Z Downloaded cmov v0.5.4
6022026-08-11T21:37:23.478Z Downloaded humantime v2.3.0
6032026-08-11T21:37:23.480Z Downloaded compression-codecs v0.4.37
6042026-08-11T21:37:23.480Z Downloaded blowfish v0.10.0
6052026-08-11T21:37:23.480Z Downloaded aead v0.6.1
6062026-08-11T21:37:23.480Z Downloaded buf-list v1.1.2
6072026-08-11T21:37:23.480Z Downloaded cipher v0.4.4
6082026-08-11T21:37:23.480Z Downloaded constant_time_eq v0.4.2
6092026-08-11T21:37:23.480Z Downloaded anstream v0.6.21
6102026-08-11T21:37:23.481Z Downloaded cmake v0.1.57
6112026-08-11T21:37:23.481Z Downloaded base64ct v1.8.3
6122026-08-11T21:37:23.481Z Downloaded cassowary v0.3.0
6132026-08-11T21:37:23.539Z Downloaded rustc_version v0.1.7
6142026-08-11T21:37:23.544Z Downloaded bs58 v0.5.1
6152026-08-11T21:37:23.544Z Downloaded chacha20 v0.9.1
6162026-08-11T21:37:23.545Z Downloaded rfc6979 v0.6.0
6172026-08-11T21:37:23.545Z Downloaded console v0.15.11
6182026-08-11T21:37:23.545Z Downloaded same-file v1.0.6
6192026-08-11T21:37:23.545Z Downloaded rfc6979 v0.4.0
6202026-08-11T21:37:23.548Z Downloaded serde_bytes v0.11.19
6212026-08-11T21:37:23.548Z Downloaded ahash v0.8.12
6222026-08-11T21:37:23.669Z Downloaded scroll_derive v0.13.1
6232026-08-11T21:37:23.669Z Downloaded siphasher v1.0.2
6242026-08-11T21:37:23.669Z Downloaded slog-bunyan v2.5.0
6252026-08-11T21:37:23.669Z Downloaded glob v0.3.3
6262026-08-11T21:37:23.669Z Downloaded byte-wrapper v0.1.0
6272026-08-11T21:37:23.669Z Downloaded oxide-tokio-rt v0.1.4
6282026-08-11T21:37:23.669Z Downloaded globset v0.4.18
6292026-08-11T21:37:23.669Z Downloaded packed_struct v0.10.1
6302026-08-11T21:37:23.669Z Downloaded password-hash v0.5.0
6312026-08-11T21:37:23.669Z Downloaded pkcs8 v0.10.2
6322026-08-11T21:37:23.669Z Downloaded rustc-hash v2.1.1
6332026-08-11T21:37:23.669Z Downloaded fs-err v2.11.0
6342026-08-11T21:37:23.669Z Downloaded highway v1.3.0
6352026-08-11T21:37:23.669Z Downloaded paste v1.0.15
6362026-08-11T21:37:23.670Z Downloaded phf v0.12.1
6372026-08-11T21:37:23.670Z Downloaded supports-color v3.0.2
6382026-08-11T21:37:23.670Z Downloaded termtree v0.5.1
6392026-08-11T21:37:23.670Z Downloaded sigpipe v0.1.3
6402026-08-11T21:37:23.670Z Downloaded fs_extra v1.3.0
6412026-08-11T21:37:23.670Z Downloaded half v1.8.3
6422026-08-11T21:37:23.670Z Downloaded cancel-safe-futures v0.1.5
6432026-08-11T21:37:23.670Z Downloaded colored v2.2.0
6442026-08-11T21:37:23.670Z Downloaded chacha20 v0.10.0
6452026-08-11T21:37:23.670Z Downloaded hybrid-array v0.4.13
6462026-08-11T21:37:23.670Z Downloaded filetime v0.2.27
6472026-08-11T21:37:23.670Z Downloaded hmac v0.12.1
6482026-08-11T21:37:23.670Z Downloaded hyper-rustls v0.27.7
6492026-08-11T21:37:23.670Z Downloaded camino-tempfile-ext v0.3.3
6502026-08-11T21:37:23.670Z Downloaded clang-sys v1.8.1
6512026-08-11T21:37:23.670Z Downloaded async-bb8-diesel v0.2.1
6522026-08-11T21:37:23.670Z Downloaded ciborium v0.2.2
6532026-08-11T21:37:23.670Z Downloaded getrandom v0.3.4
6542026-08-11T21:37:23.670Z Downloaded getrandom v0.2.17
6552026-08-11T21:37:23.670Z Downloaded ppv-lite86 v0.2.21
6562026-08-11T21:37:23.670Z Downloaded bzip2 v0.6.1
6572026-08-11T21:37:23.670Z Downloaded serde_plain v1.0.2
6582026-08-11T21:37:23.670Z Downloaded console v0.16.2
6592026-08-11T21:37:23.670Z Downloaded progenitor v0.13.0
6602026-08-11T21:37:23.670Z Downloaded progenitor v0.14.0
6612026-08-11T21:37:23.671Z Downloaded unicode-truncate v1.1.0
6622026-08-11T21:37:23.671Z Downloaded utf-8 v0.7.6
6632026-08-11T21:37:23.671Z Downloaded rand_core v0.9.5
6642026-08-11T21:37:23.671Z Downloaded polyval v0.7.1
6652026-08-11T21:37:23.671Z Downloaded rand_core v0.10.0
6662026-08-11T21:37:23.671Z Downloaded allocator-api2 v0.2.21
6672026-08-11T21:37:23.671Z Downloaded blake2 v0.10.6
6682026-08-11T21:37:23.671Z Downloaded tokio-test v0.4.5
6692026-08-11T21:37:23.671Z Downloaded semver v0.1.20
6702026-08-11T21:37:23.671Z Downloaded strum v0.26.3
6712026-08-11T21:37:23.746Z Downloaded serde_repr v0.1.20
6722026-08-11T21:37:23.746Z Downloaded time-core v0.1.8
6732026-08-11T21:37:23.746Z Downloaded tower-layer v0.3.3
6742026-08-11T21:37:23.746Z Downloaded spki v0.7.3
6752026-08-11T21:37:23.746Z Downloaded cpubits v0.1.1
6762026-08-11T21:37:23.747Z Downloaded cpufeatures v0.3.0
6772026-08-11T21:37:23.747Z Downloaded group v0.13.0
6782026-08-11T21:37:23.747Z Downloaded darling_macro v0.23.0
6792026-08-11T21:37:23.747Z Downloaded slog-scope v4.4.1
6802026-08-11T21:37:23.747Z Downloaded num-rational v0.4.2
6812026-08-11T21:37:23.747Z Downloaded httparse v1.10.1
6822026-08-11T21:37:23.747Z Downloaded hmac v0.13.0
6832026-08-11T21:37:23.747Z Downloaded shell-words v1.1.1
6842026-08-11T21:37:23.747Z Downloaded universal-hash v0.6.1
6852026-08-11T21:37:23.747Z Downloaded strum_macros v0.27.2
6862026-08-11T21:37:23.747Z Downloaded tls_codec_derive v0.4.2
6872026-08-11T21:37:23.747Z Downloaded tokio-native-tls v0.3.1
6882026-08-11T21:37:23.747Z Downloaded defmt-parser v1.0.0
6892026-08-11T21:37:23.747Z Downloaded topological-sort v0.2.2
6902026-08-11T21:37:23.747Z Downloaded darling_macro v0.21.3
6912026-08-11T21:37:23.747Z Downloaded derive_builder_macro v0.20.2
6922026-08-11T21:37:23.747Z Downloaded diesel_table_macro_syntax v0.3.0
6932026-08-11T21:37:23.747Z Downloaded display-error-chain v0.2.2
6942026-08-11T21:37:23.747Z Downloaded usdt v0.6.0
6952026-08-11T21:37:23.747Z Downloaded dropshot-api-manager-types v0.7.2
6962026-08-11T21:37:23.747Z Downloaded embedded-io v0.6.1
6972026-08-11T21:37:23.748Z Downloaded ident_case v1.0.1
6982026-08-11T21:37:23.748Z Downloaded cstr-argument v0.1.2
6992026-08-11T21:37:23.748Z Downloaded futures v0.3.32
7002026-08-11T21:37:23.748Z Downloaded futures-channel v0.3.32
7012026-08-11T21:37:23.748Z Downloaded backon v1.6.0
7022026-08-11T21:37:23.748Z Downloaded bitflags v1.3.2
7032026-08-11T21:37:23.748Z Downloaded bzip2 v0.4.4
7042026-08-11T21:37:23.748Z Downloaded colored v3.1.1
7052026-08-11T21:37:23.748Z Downloaded downcast-rs v2.0.2
7062026-08-11T21:37:23.748Z Downloaded dunce v1.0.5
7072026-08-11T21:37:23.748Z Downloaded internet-checksum v0.2.1
7082026-08-11T21:37:23.748Z Downloaded const-oid v0.10.2
7092026-08-11T21:37:23.748Z Downloaded tokio-tungstenite v0.21.0
7102026-08-11T21:37:23.748Z Downloaded flume v0.11.1
7112026-08-11T21:37:23.748Z Downloaded illumos-nvpair v0.3.0
7122026-08-11T21:37:23.749Z Downloaded vergen-lib v0.1.6
7132026-08-11T21:37:23.749Z Downloaded compact_str v0.8.1
7142026-08-11T21:37:23.749Z Downloaded inout v0.2.2
7152026-08-11T21:37:23.749Z Downloaded smallvec v0.6.14
7162026-08-11T21:37:23.749Z Downloaded vergen-lib v9.1.0
7172026-08-11T21:37:23.749Z Downloaded sha2 v0.11.0
7182026-08-11T21:37:23.749Z Downloaded spin v0.9.8
7192026-08-11T21:37:23.749Z Downloaded shlex v1.3.0
7202026-08-11T21:37:23.749Z Downloaded ctutils v0.4.2
7212026-08-11T21:37:23.749Z Downloaded synstructure v0.13.2
7222026-08-11T21:37:23.749Z Downloaded multimap v0.10.1
7232026-08-11T21:37:23.749Z Downloaded num-iter v0.1.45
7242026-08-11T21:37:23.749Z Downloaded kem v0.3.0
7252026-08-11T21:37:23.749Z Downloaded maybe-uninit v2.0.0
7262026-08-11T21:37:23.749Z Downloaded opaque-debug v0.3.1
7272026-08-11T21:37:23.749Z Downloaded linked-hash-map v0.5.6
7282026-08-11T21:37:23.749Z Downloaded lzss v0.8.2
7292026-08-11T21:37:23.749Z Downloaded memoffset v0.9.1
7302026-08-11T21:37:23.749Z Downloaded nodrop v0.1.14
7312026-08-11T21:37:23.750Z Downloaded path-slash v0.1.5
7322026-08-11T21:37:23.750Z Downloaded defmt-macros v1.0.1
7332026-08-11T21:37:23.750Z Downloaded pkcs1 v0.7.5
7342026-08-11T21:37:23.750Z Downloaded derive_builder_core v0.20.2
7352026-08-11T21:37:23.750Z Downloaded termios v0.3.3
7362026-08-11T21:37:23.750Z Downloaded whoami v2.1.0
7372026-08-11T21:37:23.750Z Downloaded half v2.7.1
7382026-08-11T21:37:23.750Z Downloaded parse-display v0.10.0
7392026-08-11T21:37:23.750Z Downloaded unicase v2.9.0
7402026-08-11T21:37:23.750Z Downloaded whoami v1.6.1
7412026-08-11T21:37:23.750Z Downloaded psl-types v2.0.11
7422026-08-11T21:37:23.750Z Downloaded ref-cast-impl v1.0.25
7432026-08-11T21:37:23.750Z Downloaded const_format v0.2.35
7442026-08-11T21:37:23.852Z Downloaded chacha20poly1305 v0.10.1
7452026-08-11T21:37:23.852Z Downloaded bytes v1.11.1
7462026-08-11T21:37:23.852Z Downloaded recursive v0.1.1
7472026-08-11T21:37:23.852Z Downloaded zstd v0.13.3
7482026-08-11T21:37:23.852Z Downloaded cc v1.2.56
7492026-08-11T21:37:23.852Z Downloaded vergen v9.1.0
7502026-08-11T21:37:23.852Z Downloaded ipnetwork v0.21.1
7512026-08-11T21:37:23.852Z Downloaded ingot v0.2.1
7522026-08-11T21:37:23.852Z Downloaded predicates-core v1.0.10
7532026-08-11T21:37:23.852Z Downloaded generic-array v1.4.3
7542026-08-11T21:37:23.852Z Downloaded russh-util v0.52.0
7552026-08-11T21:37:23.852Z Downloaded rustc_version v0.4.1
7562026-08-11T21:37:23.852Z Downloaded secrecy v0.10.3
7572026-08-11T21:37:23.852Z Downloaded seq-macro v0.3.6
7582026-08-11T21:37:23.852Z Downloaded slog-envlogger v2.2.0
7592026-08-11T21:37:23.853Z Downloaded serde_yaml v0.9.34+deprecated
7602026-08-11T21:37:23.853Z Downloaded ipnet v2.11.0
7612026-08-11T21:37:23.853Z Downloaded hickory-resolver v0.25.2
7622026-08-11T21:37:23.853Z Downloaded daft v0.1.7
7632026-08-11T21:37:23.853Z Downloaded linear-map v1.2.0
7642026-08-11T21:37:23.853Z Downloaded serde-big-array v0.5.1
7652026-08-11T21:37:23.853Z Downloaded sha1 v0.11.0
7662026-08-11T21:37:23.853Z Downloaded ed25519 v2.2.3
7672026-08-11T21:37:23.853Z Downloaded scroll v0.13.0
7682026-08-11T21:37:23.853Z Downloaded sync-ptr v0.1.4
7692026-08-11T21:37:23.853Z Downloaded sync_wrapper v1.0.2
7702026-08-11T21:37:23.853Z Downloaded tabwriter v1.4.1
7712026-08-11T21:37:23.853Z Downloaded p384 v0.14.0
7722026-08-11T21:37:23.853Z Downloaded expectorate v1.2.0
7732026-08-11T21:37:23.853Z Downloaded rayon-core v1.13.0
7742026-08-11T21:37:23.853Z Downloaded poly1305 v0.9.0
7752026-08-11T21:37:23.853Z Downloaded rcgen v0.12.1
7762026-08-11T21:37:23.853Z Downloaded socket2 v0.6.3
7772026-08-11T21:37:23.853Z Downloaded static_assertions v1.1.0
7782026-08-11T21:37:23.853Z Downloaded keccak v0.2.0
7792026-08-11T21:37:23.854Z Downloaded libefi-sys v0.1.0
7802026-08-11T21:37:23.854Z Downloaded pem v3.0.6
7812026-08-11T21:37:23.854Z Downloaded nanorand v0.7.0
7822026-08-11T21:37:23.854Z Downloaded oxide-update-engine v0.1.2
7832026-08-11T21:37:23.854Z Downloaded oxnet v0.1.6
7842026-08-11T21:37:23.854Z Downloaded structmeta v0.3.0
7852026-08-11T21:37:23.906Z Downloaded tinyvec_macros v0.1.1
7862026-08-11T21:37:23.907Z Downloaded utf8_iter v1.0.4
7872026-08-11T21:37:23.907Z Downloaded primeorder v0.13.6
7882026-08-11T21:37:23.907Z Downloaded primeorder v0.14.0
7892026-08-11T21:37:23.907Z Downloaded untrusted v0.7.1
7902026-08-11T21:37:23.907Z Downloaded heapless v0.7.17
7912026-08-11T21:37:23.907Z Downloaded base64 v0.21.7
7922026-08-11T21:37:23.907Z Downloaded bumpalo v3.20.2
7932026-08-11T21:37:23.907Z Downloaded headers v0.4.1
7942026-08-11T21:37:23.907Z Downloaded usdt-macro v0.6.0
7952026-08-11T21:37:23.907Z Downloaded xattr v1.6.1
7962026-08-11T21:37:23.907Z Downloaded base64 v0.22.1
7972026-08-11T21:37:23.907Z Downloaded zerocopy v0.6.6
7982026-08-11T21:37:23.907Z Downloaded zone v0.3.1
7992026-08-11T21:37:23.907Z Downloaded curve25519-dalek-derive v0.1.1
8002026-08-11T21:37:23.907Z Downloaded dirs-next v2.0.0
8012026-08-11T21:37:23.907Z Downloaded unit-prefix v0.5.2
8022026-08-11T21:37:23.907Z Downloaded zerofrom v0.1.6
8032026-08-11T21:37:23.907Z Downloaded zeroize_derive v1.5.0
8042026-08-11T21:37:23.907Z Downloaded heapless v0.8.0
8052026-08-11T21:37:23.907Z Downloaded hickory-resolver v0.24.4
8062026-08-11T21:37:23.907Z Downloaded slog-term v2.9.2
8072026-08-11T21:37:23.907Z Downloaded zopfli v0.8.3
8082026-08-11T21:37:23.907Z Downloaded darling v0.21.3
8092026-08-11T21:37:23.908Z Downloaded smf v0.2.3
8102026-08-11T21:37:23.908Z Downloaded want v0.3.1
8112026-08-11T21:37:23.908Z Downloaded thiserror-no-std v2.0.2
8122026-08-11T21:37:23.908Z Downloaded darling_macro v0.20.11
8132026-08-11T21:37:23.908Z Downloaded jiff-static v0.2.34
8142026-08-11T21:37:23.908Z Downloaded prefix-trie v0.7.0
8152026-08-11T21:37:23.908Z Downloaded quinn v0.11.11
8162026-08-11T21:37:23.908Z Downloaded ed25519 v3.0.0
8172026-08-11T21:37:23.908Z Downloaded psm v0.1.30
8182026-08-11T21:37:23.908Z Downloaded pin-project-lite v0.2.17
8192026-08-11T21:37:23.908Z Downloaded pkcs1 v0.8.0-rc.4
8202026-08-11T21:37:23.908Z Downloaded tui-tree-widget v0.23.1
8212026-08-11T21:37:23.908Z Downloaded darling_macro v0.13.4
8222026-08-11T21:37:23.908Z Downloaded illumos-nvpair-sys v0.2.0
8232026-08-11T21:37:23.908Z Downloaded inout v0.1.4
8242026-08-11T21:37:23.908Z Downloaded lru-cache v0.1.2
8252026-08-11T21:37:23.908Z Downloaded rusty-fork v0.3.1
8262026-08-11T21:37:23.908Z Downloaded schemars_derive v0.8.22
8272026-08-11T21:37:23.908Z Downloaded match_cfg v0.1.0
8282026-08-11T21:37:23.908Z Downloaded new_debug_unreachable v1.0.6
8292026-08-11T21:37:23.908Z Downloaded newtype_derive v0.1.6
8302026-08-11T21:37:23.908Z Downloaded async-compression v0.4.41
8312026-08-11T21:37:23.908Z Downloaded schemars v0.9.0
8322026-08-11T21:37:23.909Z Downloaded parking_lot v0.11.2
8332026-08-11T21:37:23.909Z Downloaded num-bigint v0.4.6
8342026-08-11T21:37:23.909Z Downloaded string_cache v0.8.9
8352026-08-11T21:37:23.909Z Downloaded strum_macros v0.26.4
8362026-08-11T21:37:23.909Z Downloaded xshell v0.2.7
8372026-08-11T21:37:23.909Z Downloaded walkdir v2.5.0
8382026-08-11T21:37:23.960Z Downloaded olpc-cjson v0.1.4
8392026-08-11T21:37:23.960Z Downloaded mime v0.3.17
8402026-08-11T21:37:23.960Z Downloaded packed_struct_codegen v0.10.1
8412026-08-11T21:37:23.960Z Downloaded csv-core v0.1.13
8422026-08-11T21:37:23.960Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8432026-08-11T21:37:23.960Z Downloaded indexmap v1.9.3
8442026-08-11T21:37:23.960Z Downloaded dirs-sys-next v0.1.2
8452026-08-11T21:37:23.960Z Downloaded typify v0.6.2
8462026-08-11T21:37:23.960Z Downloaded snafu v0.8.9
8472026-08-11T21:37:23.960Z Downloaded either v1.15.0
8482026-08-11T21:37:23.961Z Downloaded zerotrie v0.2.3
8492026-08-11T21:37:23.961Z Downloaded ecdsa v0.16.9
8502026-08-11T21:37:23.961Z Downloaded num-traits v0.2.19
8512026-08-11T21:37:23.961Z Downloaded omicron-zone-package v0.12.3
8522026-08-11T21:37:23.961Z Downloaded serde_with_macros v3.21.0
8532026-08-11T21:37:23.961Z Downloaded smallvec v1.15.1
8542026-08-11T21:37:23.961Z Downloaded scheduled-thread-pool v0.2.7
8552026-08-11T21:37:23.961Z Downloaded toml_writer v1.1.1+spec-1.1.0
8562026-08-11T21:37:23.961Z Downloaded percent-encoding v2.3.2
8572026-08-11T21:37:23.962Z Downloaded vsss-rs v3.3.4
8582026-08-11T21:37:23.962Z Downloaded signature v2.2.0
8592026-08-11T21:37:23.962Z Downloaded ena v0.14.4
8602026-08-11T21:37:23.962Z Downloaded indoc v1.0.9
8612026-08-11T21:37:23.962Z Downloaded libloading v0.8.9
8622026-08-11T21:37:23.962Z Downloaded hashbrown v0.12.3
8632026-08-11T21:37:23.962Z Downloaded convert_case v0.10.0
8642026-08-11T21:37:23.962Z Downloaded nibble_vec v0.1.0
8652026-08-11T21:37:23.962Z Downloaded postcard v1.1.3
8662026-08-11T21:37:23.962Z Downloaded tracing-attributes v0.1.31
8672026-08-11T21:37:23.984Z Downloaded thiserror-impl-no-std v2.0.2
8682026-08-11T21:37:23.984Z Downloaded russh-cryptovec v0.62.0
8692026-08-11T21:37:23.984Z Downloaded rustls-webpki v0.103.13
8702026-08-11T21:37:23.984Z Downloaded module-lattice v0.2.3
8712026-08-11T21:37:23.984Z Downloaded tagptr v0.2.0
8722026-08-11T21:37:23.984Z Downloaded try-lock v0.2.5
8732026-08-11T21:37:23.984Z Downloaded typify-macro v0.6.2
8742026-08-11T21:37:24.039Z Downloaded aes v0.9.1
8752026-08-11T21:37:24.039Z Downloaded oxide-update-engine-display v0.1.2
8762026-08-11T21:37:24.039Z Downloaded darling v0.23.0
8772026-08-11T21:37:24.039Z Downloaded ref-cast v1.0.25
8782026-08-11T21:37:24.039Z Downloaded waitgroup v0.1.2
8792026-08-11T21:37:24.039Z Downloaded crunchy v0.2.4
8802026-08-11T21:37:24.039Z Downloaded libbz2-rs-sys v0.2.2
8812026-08-11T21:37:24.039Z Downloaded miniz_oxide v0.8.9
8822026-08-11T21:37:24.039Z Downloaded aho-corasick v1.1.4
8832026-08-11T21:37:24.039Z Downloaded crypto-bigint v0.5.5
8842026-08-11T21:37:24.039Z Downloaded serde-hex v0.1.0
8852026-08-11T21:37:24.040Z Downloaded strsim v0.10.0
8862026-08-11T21:37:24.040Z Downloaded dyn-clone v1.0.20
8872026-08-11T21:37:24.040Z Downloaded strip-ansi-escapes v0.2.1
8882026-08-11T21:37:24.040Z Downloaded unicode-xid v0.2.6
8892026-08-11T21:37:24.040Z Downloaded tiny-keccak v2.0.2
8902026-08-11T21:37:24.040Z Downloaded litemap v0.8.1
8912026-08-11T21:37:24.040Z Downloaded num-integer v0.1.46
8922026-08-11T21:37:24.040Z Downloaded slab v0.4.12
8932026-08-11T21:37:24.040Z Downloaded slog-json v2.6.1
8942026-08-11T21:37:24.040Z Downloaded hashbrown v0.13.2
8952026-08-11T21:37:24.139Z Downloaded steno v0.4.1
8962026-08-11T21:37:24.139Z Downloaded tungstenite v0.21.0
8972026-08-11T21:37:24.139Z Downloaded keccak v0.1.6
8982026-08-11T21:37:24.139Z Downloaded peg v0.8.5
8992026-08-11T21:37:24.139Z Downloaded tinystr v0.8.2
9002026-08-11T21:37:24.139Z Downloaded yansi v1.0.1
9012026-08-11T21:37:24.140Z Downloaded maplit v1.0.2
9022026-08-11T21:37:24.140Z Downloaded md-5 v0.10.6
9032026-08-11T21:37:24.140Z Downloaded normalize-line-endings v0.3.0
9042026-08-11T21:37:24.140Z Downloaded pem-rfc7468 v1.0.0
9052026-08-11T21:37:24.140Z Downloaded pkg-config v0.3.32
9062026-08-11T21:37:24.140Z Downloaded tokio-tungstenite v0.23.1
9072026-08-11T21:37:24.140Z Downloaded poly1305 v0.8.0
9082026-08-11T21:37:24.140Z Downloaded vergen-gitcl v1.0.8
9092026-08-11T21:37:24.140Z Downloaded pkcs8 v0.11.0
9102026-08-11T21:37:24.140Z Downloaded derive-where v1.6.0
9112026-08-11T21:37:24.140Z Downloaded dropshot_endpoint v0.17.1
9122026-08-11T21:37:24.140Z Downloaded progenitor-extras v0.2.0
9132026-08-11T21:37:24.140Z Downloaded rand_core v0.6.4
9142026-08-11T21:37:24.140Z Downloaded publicsuffix v2.3.0
9152026-08-11T21:37:24.140Z Downloaded yoke v0.8.1
9162026-08-11T21:37:24.140Z Downloaded critical-section v1.2.0
9172026-08-11T21:37:24.140Z Downloaded cookie_store v0.22.1
9182026-08-11T21:37:24.140Z Downloaded cookie v0.18.1
9192026-08-11T21:37:24.140Z Downloaded crossbeam-channel v0.5.15
9202026-08-11T21:37:24.141Z Downloaded defmt v0.3.100
9212026-08-11T21:37:24.141Z Downloaded minimal-lexical v0.2.1
9222026-08-11T21:37:24.141Z Downloaded serde_with_macros v1.5.2
9232026-08-11T21:37:24.141Z Downloaded daft-derive v0.1.7
9242026-08-11T21:37:24.141Z Downloaded icu_locale_core v2.1.1
9252026-08-11T21:37:24.141Z Downloaded crossbeam-utils v0.8.21
9262026-08-11T21:37:24.141Z Downloaded sapling-renderdag v0.1.0
9272026-08-11T21:37:24.141Z Downloaded p521 v0.14.0
9282026-08-11T21:37:24.141Z Downloaded darling_core v0.21.3
9292026-08-11T21:37:24.141Z Downloaded der_derive v0.7.3
9302026-08-11T21:37:24.213Z Downloaded num_threads v0.1.7
9312026-08-11T21:37:24.213Z Downloaded num-derive v0.4.2
9322026-08-11T21:37:24.213Z Downloaded openssl-probe v0.1.6
9332026-08-11T21:37:24.213Z Downloaded displaydoc v0.2.5
9342026-08-11T21:37:24.213Z Downloaded signal-hook-mio v0.2.5
9352026-08-11T21:37:24.213Z Downloaded spki v0.8.0
9362026-08-11T21:37:24.213Z Downloaded tokio-dtrace v0.1.1
9372026-08-11T21:37:24.213Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9382026-08-11T21:37:24.213Z Downloaded lazy_static v1.5.0
9392026-08-11T21:37:24.213Z Downloaded nom v8.0.0
9402026-08-11T21:37:24.213Z Downloaded lock_api v0.4.14
9412026-08-11T21:37:24.213Z Downloaded multer v3.1.0
9422026-08-11T21:37:24.213Z Downloaded predicates-tree v1.0.13
9432026-08-11T21:37:24.213Z Downloaded libsw v3.5.0
9442026-08-11T21:37:24.213Z Downloaded proc-macro-error-attr2 v2.0.0
9452026-08-11T21:37:24.213Z Downloaded native-tls v0.2.18
9462026-08-11T21:37:24.213Z Downloaded num-complex v0.4.6
9472026-08-11T21:37:24.213Z Downloaded sponge-cursor v0.1.0
9482026-08-11T21:37:24.213Z Downloaded testing_table v0.3.0
9492026-08-11T21:37:24.214Z Downloaded http v1.4.2
9502026-08-11T21:37:24.214Z Downloaded hickory-server v0.25.2
9512026-08-11T21:37:24.214Z Downloaded pkcs5 v0.8.1
9522026-08-11T21:37:24.214Z Downloaded toml_edit v0.19.15
9532026-08-11T21:37:24.214Z Downloaded yasna v0.5.2
9542026-08-11T21:37:24.214Z Downloaded peg-macros v0.8.5
9552026-08-11T21:37:24.214Z Downloaded phf v0.13.1
9562026-08-11T21:37:24.214Z Downloaded tower-service v0.3.3
9572026-08-11T21:37:24.214Z Downloaded ryu v1.0.23
9582026-08-11T21:37:24.214Z Downloaded universal-hash v0.5.1
9592026-08-11T21:37:24.214Z Downloaded serde_cbor v0.11.2
9602026-08-11T21:37:24.214Z Downloaded zerofrom-derive v0.1.6
9612026-08-11T21:37:24.214Z Downloaded writeable v0.6.2
9622026-08-11T21:37:24.214Z Downloaded tungstenite v0.23.0
9632026-08-11T21:37:24.214Z Downloaded crucible-workspace-hack v0.1.0
9642026-08-11T21:37:24.214Z Downloaded quinn-udp v0.5.14
9652026-08-11T21:37:24.214Z Downloaded diesel_derives v2.3.7
9662026-08-11T21:37:24.214Z Downloaded iana-time-zone v0.1.65
9672026-08-11T21:37:24.214Z Downloaded impl-trait-for-tuples v0.2.3
9682026-08-11T21:37:24.214Z Downloaded tap v1.0.1
9692026-08-11T21:37:24.214Z Downloaded crypto-common v0.2.2
9702026-08-11T21:37:24.214Z Downloaded icu_collections v2.1.1
9712026-08-11T21:37:24.214Z Downloaded md5 v0.8.0
9722026-08-11T21:37:24.214Z Downloaded phf_shared v0.11.3
9732026-08-11T21:37:24.214Z Downloaded des v0.9.0
9742026-08-11T21:37:24.214Z Downloaded sec1 v0.7.3
9752026-08-11T21:37:24.215Z Downloaded serde_path_to_error v0.1.20
9762026-08-11T21:37:24.215Z Downloaded stringprep v0.1.5
9772026-08-11T21:37:24.215Z Downloaded wait-timeout v0.2.1
9782026-08-11T21:37:24.271Z Downloaded debug-ignore v1.0.5
9792026-08-11T21:37:24.271Z Downloaded rustyline v14.0.0
9802026-08-11T21:37:24.271Z Downloaded digest-io v0.1.0
9812026-08-11T21:37:24.271Z Downloaded signal-hook-registry v1.4.8
9822026-08-11T21:37:24.271Z Downloaded instant v0.1.13
9832026-08-11T21:37:24.272Z Downloaded openssl-probe v0.2.1
9842026-08-11T21:37:24.272Z Downloaded unicode-segmentation v1.12.0
9852026-08-11T21:37:24.272Z Downloaded zerovec v0.11.5
9862026-08-11T21:37:24.272Z Downloaded rtoolbox v0.0.3
9872026-08-11T21:37:24.272Z Downloaded pin-project-internal v1.1.11
9882026-08-11T21:37:24.272Z Downloaded lru v0.12.5
9892026-08-11T21:37:24.272Z Downloaded sha1 v0.10.6
9902026-08-11T21:37:24.272Z Downloaded tokio-postgres v0.7.16
9912026-08-11T21:37:24.272Z Downloaded icu_provider v2.1.1
9922026-08-11T21:37:24.272Z Downloaded parking_lot_core v0.8.6
9932026-08-11T21:37:24.272Z Downloaded zstd-safe v7.2.4
9942026-08-11T21:37:24.272Z Downloaded diesel-dtrace v0.5.0
9952026-08-11T21:37:24.272Z Downloaded libsw-core v0.3.2
9962026-08-11T21:37:24.272Z Downloaded radium v0.7.0
9972026-08-11T21:37:24.272Z Downloaded rand_chacha v0.3.1
9982026-08-11T21:37:24.272Z Downloaded void v1.0.2
9992026-08-11T21:37:24.272Z Downloaded crc v3.4.0
10002026-08-11T21:37:24.272Z Downloaded progenitor-impl v0.13.0
10012026-08-11T21:37:24.622Z Downloaded slog-dtrace v0.3.0
10022026-08-11T21:37:24.622Z Downloaded parking_lot_core v0.9.12
10032026-08-11T21:37:24.622Z Downloaded tar v0.4.46
10042026-08-11T21:37:24.622Z Downloaded num_enum_derive v0.7.6
10052026-08-11T21:37:24.623Z Downloaded tokio-macros v2.7.0
10062026-08-11T21:37:24.623Z Downloaded zone_cfg_derive v0.3.1
10072026-08-11T21:37:24.623Z Downloaded embedded-io v0.4.0
10082026-08-11T21:37:24.623Z Downloaded difflib v0.4.0
10092026-08-11T21:37:24.623Z Downloaded rsa v0.10.0-rc.18
10102026-08-11T21:37:24.623Z Downloaded hashbrown v0.15.5
10112026-08-11T21:37:24.623Z Downloaded is-terminal v0.4.17
10122026-08-11T21:37:24.623Z Downloaded unicode-properties v0.1.4
10132026-08-11T21:37:24.623Z Downloaded jiff-core v0.1.0
10142026-08-11T21:37:24.623Z Downloaded uuid v1.23.4
10152026-08-11T21:37:24.623Z Downloaded zip v0.6.6
10162026-08-11T21:37:24.623Z Downloaded postgres-protocol v0.6.10
10172026-08-11T21:37:24.623Z Downloaded defmt v1.0.1
10182026-08-11T21:37:24.623Z Downloaded wyz v0.5.1
10192026-08-11T21:37:24.623Z Downloaded wnaf v0.14.0
10202026-08-11T21:37:24.623Z Downloaded indent_write v2.2.0
10212026-08-11T21:37:24.623Z Downloaded icu_normalizer_data v2.1.1
10222026-08-11T21:37:24.623Z Downloaded serdect v0.4.3
10232026-08-11T21:37:24.623Z Downloaded strum_macros v0.24.3
10242026-08-11T21:37:24.623Z Downloaded sqlformat v0.3.5
10252026-08-11T21:37:24.623Z Downloaded indoc v2.0.7
10262026-08-11T21:37:24.623Z Downloaded num-conv v0.2.0
10272026-08-11T21:37:24.624Z Downloaded peg-runtime v0.8.5
10282026-08-11T21:37:24.624Z Downloaded rand_xorshift v0.4.0
10292026-08-11T21:37:24.624Z Downloaded serde_spanned v1.1.1
10302026-08-11T21:37:24.624Z Downloaded samael v0.0.19
10312026-08-11T21:37:24.624Z Downloaded schemars v1.2.1
10322026-08-11T21:37:24.667Z Downloaded rustls-platform-verifier v0.6.2
10332026-08-11T21:37:24.667Z Downloaded rand v0.10.1
10342026-08-11T21:37:24.667Z Downloaded signal-hook v0.3.18
10352026-08-11T21:37:24.667Z Downloaded thread_local v1.1.9
10362026-08-11T21:37:24.667Z Downloaded socket2 v0.5.10
10372026-08-11T21:37:24.667Z Downloaded postgres-types v0.2.12
10382026-08-11T21:37:24.667Z Downloaded rand_chacha v0.9.0
10392026-08-11T21:37:24.667Z Downloaded pbkdf2 v0.13.0
10402026-08-11T21:37:24.667Z Downloaded signal-hook-tokio v0.3.1
10412026-08-11T21:37:24.667Z Downloaded sqlparser_derive v0.5.0
10422026-08-11T21:37:24.667Z Downloaded indicatif v0.18.4
10432026-08-11T21:37:24.667Z Downloaded aes-gcm v0.11.0
10442026-08-11T21:37:24.667Z Downloaded darling v0.13.4
10452026-08-11T21:37:24.667Z Downloaded p256 v0.14.0
10462026-08-11T21:37:24.668Z Downloaded ssh-cipher v0.3.0
10472026-08-11T21:37:24.669Z Downloaded subprocess v0.2.15
10482026-08-11T21:37:24.669Z Downloaded corncobs v0.1.4
10492026-08-11T21:37:24.669Z Downloaded derive-ex v0.1.8
10502026-08-11T21:37:24.669Z Downloaded scopeguard v1.2.0
10512026-08-11T21:37:24.669Z Downloaded jobserver v0.1.34
10522026-08-11T21:37:24.669Z Downloaded rand v0.8.6
10532026-08-11T21:37:24.669Z Downloaded trait-variant v0.1.2
10542026-08-11T21:37:24.669Z Downloaded derive_more v0.99.20
10552026-08-11T21:37:24.669Z Downloaded elliptic-curve v0.13.8
10562026-08-11T21:37:24.669Z Downloaded scrypt v0.12.0
10572026-08-11T21:37:24.669Z Downloaded rustversion v1.0.22
10582026-08-11T21:37:24.669Z Downloaded phc v0.6.1
10592026-08-11T21:37:24.669Z Downloaded rustls-pemfile v2.2.0
10602026-08-11T21:37:24.669Z Downloaded pem-rfc7468 v0.7.0
10612026-08-11T21:37:24.669Z Downloaded hkdf v0.12.4
10622026-08-11T21:37:24.669Z Downloaded is_ci v1.2.0
10632026-08-11T21:37:24.669Z Downloaded lalrpop-util v0.19.12
10642026-08-11T21:37:24.669Z Downloaded libscf-sys v1.2.0
10652026-08-11T21:37:24.669Z Downloaded oso-derive v0.27.3
10662026-08-11T21:37:24.669Z Downloaded nonempty v0.12.0
10672026-08-11T21:37:24.669Z Downloaded structmeta-derive v0.3.0
10682026-08-11T21:37:24.669Z Downloaded unarray v0.1.4
10692026-08-11T21:37:24.669Z Downloaded darling v0.20.11
10702026-08-11T21:37:24.669Z Downloaded crc-catalog v2.4.0
10712026-08-11T21:37:24.670Z Downloaded elliptic-curve v0.14.1
10722026-08-11T21:37:24.670Z Downloaded toml_parser v1.1.2+spec-1.1.0
10732026-08-11T21:37:24.670Z Downloaded slog-async v2.8.0
10742026-08-11T21:37:24.670Z Downloaded zeroize v1.9.0
10752026-08-11T21:37:24.670Z Downloaded schemars v0.8.22
10762026-08-11T21:37:24.670Z Downloaded progenitor-client v0.14.0
10772026-08-11T21:37:24.670Z Downloaded mime_guess v2.0.5
10782026-08-11T21:37:24.670Z Downloaded progenitor-impl v0.14.0
10792026-08-11T21:37:24.670Z Downloaded dsl_auto_type v0.2.0
10802026-08-11T21:37:24.670Z Downloaded time-macros v0.2.27
10812026-08-11T21:37:24.670Z Downloaded yoke-derive v0.8.1
10822026-08-11T21:37:24.670Z Downloaded xshell-macros v0.2.7
10832026-08-11T21:37:24.670Z Downloaded hashbrown v0.16.1
10842026-08-11T21:37:24.670Z Downloaded zerovec-derive v0.11.2
10852026-08-11T21:37:24.670Z Downloaded crossterm v0.28.1
10862026-08-11T21:37:24.670Z Downloaded idna_adapter v1.2.1
10872026-08-11T21:37:24.670Z Downloaded darling_core v0.20.11
10882026-08-11T21:37:24.670Z Downloaded r2d2 v0.8.10
10892026-08-11T21:37:24.670Z Downloaded resolv-conf v0.7.6
10902026-08-11T21:37:24.670Z Downloaded secrecy v0.8.0
10912026-08-11T21:37:24.670Z Downloaded qorb v0.4.1
10922026-08-11T21:37:24.670Z Downloaded take_mut v0.2.2
10932026-08-11T21:37:24.670Z Downloaded progenitor-client v0.13.0
10942026-08-11T21:37:24.670Z Downloaded futures-util v0.3.32
10952026-08-11T21:37:24.670Z Downloaded similar v2.7.0
10962026-08-11T21:37:24.670Z Downloaded tinyvec v1.10.0
10972026-08-11T21:37:24.670Z Downloaded tokio-rustls v0.26.4
10982026-08-11T21:37:24.670Z Downloaded term v0.7.0
10992026-08-11T21:37:24.670Z Downloaded quick-error v1.2.3
11002026-08-11T21:37:24.670Z Downloaded instability v0.3.11
11012026-08-11T21:37:24.670Z Downloaded stable_deref_trait v1.2.1
11022026-08-11T21:37:24.670Z Downloaded phf_shared v0.13.1
11032026-08-11T21:37:24.671Z Downloaded rand v0.9.2
11042026-08-11T21:37:24.671Z Downloaded h2 v0.4.15
11052026-08-11T21:37:24.671Z Downloaded ron v0.8.1
11062026-08-11T21:37:24.671Z Downloaded predicates v3.1.4
11072026-08-11T21:37:24.671Z Downloaded rand_seeder v0.4.0
11082026-08-11T21:37:24.671Z Downloaded support-bundle-viewer v0.1.2
11092026-08-11T21:37:24.671Z Downloaded derive_more-impl v2.1.1
11102026-08-11T21:37:24.671Z Downloaded blake3 v1.8.5
11112026-08-11T21:37:24.671Z Downloaded tls_codec v0.4.2
11122026-08-11T21:37:24.671Z Downloaded ctr v0.10.1
11132026-08-11T21:37:24.671Z Downloaded memmap2 v0.9.10
11142026-08-11T21:37:24.671Z Downloaded litrs v1.0.0
11152026-08-11T21:37:24.671Z Downloaded prettyplease v0.2.37
11162026-08-11T21:37:24.671Z Downloaded bitvec v1.0.1
11172026-08-11T21:37:24.671Z Downloaded owo-colors v4.3.0
11182026-08-11T21:37:24.671Z Downloaded managed v0.8.0
11192026-08-11T21:37:24.671Z Downloaded lru-slab v0.1.2
11202026-08-11T21:37:24.671Z Downloaded newtype-uuid-macros v0.1.0
11212026-08-11T21:37:24.671Z Downloaded hkdf v0.13.0
11222026-08-11T21:37:24.671Z Downloaded serde_derive_internals v0.29.1
11232026-08-11T21:37:24.671Z Downloaded hyper v1.10.1
11242026-08-11T21:37:24.671Z Downloaded oso v0.27.3
11252026-08-11T21:37:24.671Z Downloaded simd-adler32 v0.3.8
11262026-08-11T21:37:24.671Z Downloaded usdt-attr-macro v0.6.0
11272026-08-11T21:37:24.671Z Downloaded papergrid v0.18.0
11282026-08-11T21:37:24.671Z Downloaded crc8 v0.1.1
11292026-08-11T21:37:24.671Z Downloaded dtrace-parser v0.3.0
11302026-08-11T21:37:24.671Z Downloaded tokio-util v0.7.18
11312026-08-11T21:37:24.671Z Downloaded derive_more v2.1.1
11322026-08-11T21:37:24.791Z Downloaded slog-stdlog v4.1.1
11332026-08-11T21:37:24.791Z Downloaded precomputed-hash v0.1.1
11342026-08-11T21:37:24.791Z Downloaded digest v0.11.3
11352026-08-11T21:37:24.791Z Downloaded ed25519-dalek v2.2.0
11362026-08-11T21:37:24.791Z Downloaded rustls-pki-types v1.14.0
11372026-08-11T21:37:24.791Z Downloaded dof v0.4.0
11382026-08-11T21:37:24.791Z Downloaded toml_edit v0.23.10+spec-1.0.0
11392026-08-11T21:37:24.791Z Downloaded parse-display-derive v0.10.0
11402026-08-11T21:37:24.791Z Downloaded der v0.8.0
11412026-08-11T21:37:24.791Z Downloaded aws-lc-rs v1.16.3
11422026-08-11T21:37:24.791Z Downloaded drift v0.2.0
11432026-08-11T21:37:24.792Z Downloaded unicode-bidi v0.3.18
11442026-08-11T21:37:24.792Z Downloaded uzers v0.12.2
11452026-08-11T21:37:24.792Z Downloaded toml v0.7.8
11462026-08-11T21:37:24.792Z Downloaded sec1 v0.8.1
11472026-08-11T21:37:24.792Z Downloaded serde_urlencoded v0.7.1
11482026-08-11T21:37:24.792Z Downloaded strum v0.27.2
11492026-08-11T21:37:24.792Z Downloaded rand_pcg v0.10.2
11502026-08-11T21:37:24.792Z Downloaded document-features v0.2.12
11512026-08-11T21:37:24.792Z Downloaded crc32fast v1.5.0
11522026-08-11T21:37:24.792Z Downloaded potential_utf v0.1.4
11532026-08-11T21:37:24.792Z Downloaded pretty_assertions v1.4.1
11542026-08-11T21:37:24.792Z Downloaded delegate v0.13.5
11552026-08-11T21:37:24.792Z Downloaded internal-russh-num-bigint v0.5.0
11562026-08-11T21:37:24.792Z Downloaded ml-kem v0.3.2
11572026-08-11T21:37:24.792Z Downloaded num_enum v0.5.11
11582026-08-11T21:37:24.792Z Downloaded rustls-native-certs v0.8.3
11592026-08-11T21:37:24.792Z Downloaded diff v0.1.13
11602026-08-11T21:37:24.792Z Downloaded ingot-types v0.2.0
11612026-08-11T21:37:24.792Z Downloaded proc-macro-crate v3.4.0
11622026-08-11T21:37:24.792Z Downloaded zerocopy-derive v0.8.40
11632026-08-11T21:37:24.793Z Downloaded signature v3.0.0
11642026-08-11T21:37:24.793Z Downloaded rpassword v7.5.4
11652026-08-11T21:37:24.793Z Downloaded kstat-rs v0.2.5
11662026-08-11T21:37:24.793Z Downloaded darling_core v0.13.4
11672026-08-11T21:37:24.793Z Downloaded icu_properties v2.1.2
11682026-08-11T21:37:24.793Z Downloaded progenitor-macro v0.13.0
11692026-08-11T21:37:24.793Z Downloaded subtle v2.6.1
11702026-08-11T21:37:24.793Z Downloaded thread-id v5.1.0
11712026-08-11T21:37:24.793Z Downloaded newline-converter v0.3.0
11722026-08-11T21:37:24.793Z Downloaded deranged v0.5.8
11732026-08-11T21:37:24.793Z Downloaded untrusted v0.9.0
11742026-08-11T21:37:24.793Z Downloaded parse-size v1.1.0
11752026-08-11T21:37:24.793Z Downloaded primefield v0.14.0
11762026-08-11T21:37:24.793Z Downloaded term v1.2.1
11772026-08-11T21:37:24.793Z Downloaded unicode_categories v0.1.1
11782026-08-11T21:37:24.793Z Downloaded winnow v0.5.40
11792026-08-11T21:37:24.793Z Downloaded recursive-proc-macro-impl v0.1.1
11802026-08-11T21:37:24.793Z Downloaded chrono v0.4.45
11812026-08-11T21:37:24.793Z Downloaded vergen-git2 v9.1.0
11822026-08-11T21:37:24.793Z Downloaded scuffle v0.1.0
11832026-08-11T21:37:24.793Z Downloaded parking_lot v0.12.5
11842026-08-11T21:37:24.794Z Downloaded tokio-stream v0.1.18
11852026-08-11T21:37:24.794Z Downloaded tower-http v0.6.8
11862026-08-11T21:37:24.794Z Downloaded darling_core v0.23.0
11872026-08-11T21:37:24.794Z Downloaded reedline v0.40.0
11882026-08-11T21:37:24.794Z Downloaded nu-ansi-term v0.50.3
11892026-08-11T21:37:24.794Z Downloaded snafu-derive v0.8.9
11902026-08-11T21:37:24.794Z Downloaded num_enum v0.7.6
11912026-08-11T21:37:24.794Z Downloaded ssh-encoding v0.3.0
11922026-08-11T21:37:24.794Z Downloaded test-strategy v0.4.5
11932026-08-11T21:37:24.794Z Downloaded vte v0.14.1
11942026-08-11T21:37:24.794Z Downloaded crossbeam-deque v0.8.6
11952026-08-11T21:37:24.794Z Downloaded itertools v0.12.1
11962026-08-11T21:37:24.794Z Downloaded bstr v1.12.1
11972026-08-11T21:37:24.794Z Downloaded crossbeam-epoch v0.9.18
11982026-08-11T21:37:24.794Z Downloaded ed25519-dalek v3.0.0
11992026-08-11T21:37:24.794Z Downloaded bindgen v0.71.1
12002026-08-11T21:37:24.794Z Downloaded pin-project v1.1.11
12012026-08-11T21:37:24.794Z Downloaded stacker v0.1.23
12022026-08-11T21:37:24.794Z Downloaded newtype-uuid v1.3.2
12032026-08-11T21:37:24.794Z Downloaded unicode-normalization v0.1.25
12042026-08-11T21:37:24.794Z Downloaded regex v1.12.3
12052026-08-11T21:37:24.794Z Downloaded openssl-sys v0.9.117
12062026-08-11T21:37:24.795Z Downloaded crc-any v2.5.0
12072026-08-11T21:37:24.795Z Downloaded twox-hash v2.1.2
12082026-08-11T21:37:24.795Z Downloaded proc-macro-error2 v2.0.1
12092026-08-11T21:37:24.795Z Downloaded data-encoding v2.10.0
12102026-08-11T21:37:24.798Z Downloaded quinn-proto v0.11.16
12112026-08-11T21:37:24.798Z Downloaded tracing-core v0.1.36
12122026-08-11T21:37:24.798Z Downloaded oxide-update-engine-types v0.1.2
12132026-08-11T21:37:24.798Z Downloaded iddqd v0.4.2
12142026-08-11T21:37:24.798Z Downloaded iri-string v0.7.10
12152026-08-11T21:37:24.798Z Downloaded url v2.5.8
12162026-08-11T21:37:24.798Z Downloaded ecdsa v0.17.0
12172026-08-11T21:37:24.799Z Downloaded unsafe-libyaml v0.2.11
12182026-08-11T21:37:24.799Z Downloaded port-file v0.1.0
12192026-08-11T21:37:24.856Z Downloaded ignore v0.4.25
12202026-08-11T21:37:24.856Z Downloaded dropshot-api-manager v0.7.2
12212026-08-11T21:37:24.856Z Downloaded num-bigint-dig v0.8.6
12222026-08-11T21:37:24.856Z Downloaded usdt-impl v0.6.0
12232026-08-11T21:37:24.856Z Downloaded salsa20 v0.11.0
12242026-08-11T21:37:24.856Z Downloaded hyper-util v0.1.20
12252026-08-11T21:37:24.856Z Downloaded rawzip v0.4.4
12262026-08-11T21:37:24.856Z Downloaded ingot-macros v0.2.0
12272026-08-11T21:37:24.856Z Downloaded crossterm v0.29.0
12282026-08-11T21:37:24.856Z Downloaded typed-path v0.9.3
12292026-08-11T21:37:24.856Z Downloaded derive_builder v0.20.2
12302026-08-11T21:37:24.857Z Downloaded quick-xml v0.37.5
12312026-08-11T21:37:24.914Z Downloaded ssh-key v0.7.0-rc.11
12322026-08-11T21:37:24.914Z Downloaded reqwest v0.13.2
12332026-08-11T21:37:24.914Z Downloaded rsa v0.9.10
12342026-08-11T21:37:24.914Z Downloaded git2 v0.20.4
12352026-08-11T21:37:24.914Z Downloaded tough v0.22.0
12362026-08-11T21:37:24.915Z Downloaded portable-atomic v1.13.1
12372026-08-11T21:37:24.915Z Downloaded slog v2.8.2
12382026-08-11T21:37:24.915Z Downloaded icu_normalizer v2.1.1
12392026-08-11T21:37:24.974Z Downloaded der v0.7.10
12402026-08-11T21:37:24.974Z Downloaded zip v4.6.1
12412026-08-11T21:37:24.974Z Downloaded openssl v0.10.80
12422026-08-11T21:37:24.975Z Downloaded tabled v0.21.0
12432026-08-11T21:37:24.975Z Downloaded serde_with v3.21.0
12442026-08-11T21:37:24.975Z Downloaded time v0.3.47
12452026-08-11T21:37:24.975Z Downloaded icu_properties_data v2.1.2
12462026-08-11T21:37:24.975Z Downloaded itertools v0.13.0
12472026-08-11T21:37:24.975Z Downloaded object v0.37.3
12482026-08-11T21:37:25.026Z Downloaded toml v1.1.2+spec-1.1.0
12492026-08-11T21:37:25.026Z Downloaded rayon v1.11.0
12502026-08-11T21:37:25.026Z Downloaded object v0.30.4
12512026-08-11T21:37:25.026Z Downloaded russh v0.62.4
12522026-08-11T21:37:25.026Z Downloaded winnow v1.0.3
12532026-08-11T21:37:25.026Z Downloaded lalrpop v0.19.12
12542026-08-11T21:37:25.026Z Downloaded salty v0.3.0
12552026-08-11T21:37:25.026Z Downloaded itertools v0.15.0
12562026-08-11T21:37:25.026Z Downloaded itertools v0.10.5
12572026-08-11T21:37:25.026Z Downloaded openapiv3 v2.2.0
12582026-08-11T21:37:25.026Z Downloaded nom v7.1.3
12592026-08-11T21:37:25.026Z Downloaded itertools v0.14.0
12602026-08-11T21:37:25.026Z Downloaded libxml v0.3.3
12612026-08-11T21:37:25.026Z Downloaded goblin v0.10.5
12622026-08-11T21:37:25.026Z Downloaded x509-cert v0.2.5
12632026-08-11T21:37:25.045Z Downloaded crypto-bigint v0.7.5
12642026-08-11T21:37:25.045Z Downloaded sha3 v0.12.0
12652026-08-11T21:37:25.045Z Downloaded moka v0.12.13
12662026-08-11T21:37:25.045Z Downloaded tower v0.5.3
12672026-08-11T21:37:25.045Z Downloaded regress v0.10.5
12682026-08-11T21:37:25.045Z Downloaded libm v0.2.16
12692026-08-11T21:37:25.045Z Downloaded zerocopy v0.8.40
12702026-08-11T21:37:25.045Z Downloaded mio v1.2.0
12712026-08-11T21:37:25.045Z Downloaded serde_with v1.14.0
12722026-08-11T21:37:25.074Z Downloaded radix_trie v0.2.1
12732026-08-11T21:37:25.114Z Downloaded regex-syntax v0.8.10
12742026-08-11T21:37:28.794Z Downloaded idna v1.1.0
12752026-08-11T21:37:28.794Z Downloaded rustls v0.23.41
12762026-08-11T21:37:28.795Z Downloaded dropshot v0.17.1
12772026-08-11T21:37:28.795Z Downloaded petname v2.0.2
12782026-08-11T21:37:28.795Z Downloaded curve25519-dalek v5.0.0
12792026-08-11T21:37:28.795Z Downloaded crypto-primes v0.7.2
12802026-08-11T21:37:28.875Z Downloaded smoltcp v0.9.1
12812026-08-11T21:37:28.875Z Downloaded p384 v0.13.1
12822026-08-11T21:37:28.876Z Downloaded reqwest v0.12.28
12832026-08-11T21:37:28.876Z Downloaded proptest v1.11.0
12842026-08-11T21:37:28.876Z Downloaded winnow v0.6.26
12852026-08-11T21:37:28.876Z Downloaded sled v0.34.7
12862026-08-11T21:37:28.876Z Downloaded polar-core v0.27.3
12872026-08-11T21:37:28.876Z Downloaded vcpkg v0.2.15
12882026-08-11T21:37:28.876Z Downloaded sqlparser v0.61.0
12892026-08-11T21:37:28.876Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-08-11T21:37:28.876Z Downloaded regress v0.11.1
12912026-08-11T21:37:28.876Z Downloaded nix v0.28.0
12922026-08-11T21:37:28.876Z Downloaded sha3 v0.11.0
12932026-08-11T21:37:28.876Z Downloaded regex-automata v0.4.14
12942026-08-11T21:37:28.876Z Downloaded hickory-proto v0.25.2
12952026-08-11T21:37:28.876Z Downloaded zlib-rs v0.6.2
12962026-08-11T21:37:28.876Z Downloaded zerocopy-derive v0.6.6
12972026-08-11T21:37:28.876Z Downloaded hickory-proto v0.24.4
12982026-08-11T21:37:28.876Z Downloaded jiff v0.2.34
12992026-08-11T21:37:28.876Z Downloaded nix v0.27.1
13002026-08-11T21:37:28.876Z Downloaded nix v0.31.2
13012026-08-11T21:37:28.876Z Downloaded chrono-tz v0.10.4
13022026-08-11T21:37:28.876Z Downloaded rustix v0.38.44
13032026-08-11T21:37:28.876Z Downloaded regex-syntax v0.6.29
13042026-08-11T21:37:28.876Z Downloaded smoltcp v0.11.0
13052026-08-11T21:37:28.876Z Downloaded curve25519-dalek v4.1.3
13062026-08-11T21:37:28.876Z Downloaded sha3 v0.10.8
13072026-08-11T21:37:28.876Z Downloaded tracing v0.1.44
13082026-08-11T21:37:28.876Z Downloaded csv v1.4.0
13092026-08-11T21:37:28.876Z Downloaded libz-sys v1.1.24
13102026-08-11T21:37:28.876Z Downloaded tokio v1.52.1
13112026-08-11T21:37:28.876Z Downloaded diesel v2.3.7
13122026-08-11T21:37:28.876Z Downloaded ratatui v0.29.0
13132026-08-11T21:37:28.876Z Downloaded typify-impl v0.6.2
13142026-08-11T21:37:28.876Z Downloaded petgraph v0.6.5
13152026-08-11T21:37:28.876Z Downloaded petgraph v0.8.3
13162026-08-11T21:37:28.876Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-11T21:37:28.876Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-08-11T21:37:28.876Z Downloaded encoding_rs v0.8.35
13192026-08-11T21:37:28.877Z Downloaded ring v0.17.14
13202026-08-11T21:37:28.877Z Downloaded aws-lc-sys v0.40.0
13212026-08-11T21:37:28.877Z Compiling libc v0.2.185
13222026-08-11T21:37:28.877Z Compiling serde_core v1.0.228
13232026-08-11T21:37:28.877Z Compiling serde v1.0.228
13242026-08-11T21:37:28.877Z Compiling log v0.4.29
13252026-08-11T21:37:28.877Z Compiling smallvec v1.15.1
13262026-08-11T21:37:28.877Z Compiling shlex v1.3.0
13272026-08-11T21:37:28.877Z Compiling find-msvc-tools v0.1.9
13282026-08-11T21:37:28.877Z Compiling syn v2.0.117
13292026-08-11T21:37:28.877Z Compiling subtle v2.6.1
13302026-08-11T21:37:28.877Z Compiling scopeguard v1.2.0
13312026-08-11T21:37:28.877Z Compiling stable_deref_trait v1.2.1
13322026-08-11T21:37:28.877Z Compiling typenum v1.20.1
13332026-08-11T21:37:28.877Z Compiling lock_api v0.4.14
13342026-08-11T21:37:28.877Z Compiling zerocopy v0.8.40
13352026-08-11T21:37:28.877Z Compiling portable-atomic v1.13.1
13362026-08-11T21:37:28.877Z Compiling serde_json v1.0.151
13372026-08-11T21:37:28.877Z Compiling critical-section v1.2.0
13382026-08-11T21:37:28.877Z Compiling libm v0.2.16
13392026-08-11T21:37:28.877Z Compiling num-traits v0.2.19
13402026-08-11T21:37:28.877Z Compiling pkg-config v0.3.32
13412026-08-11T21:37:28.877Z Compiling errno v0.3.14
13422026-08-11T21:37:28.877Z Compiling jobserver v0.1.34
13432026-08-11T21:37:28.877Z Compiling getrandom v0.2.17
13442026-08-11T21:37:28.877Z Compiling rand_core v0.6.4
13452026-08-11T21:37:28.877Z Compiling cc v1.2.56
13462026-08-11T21:37:28.877Z Compiling generic-array v0.14.7
13472026-08-11T21:37:28.877Z Compiling const-oid v0.9.6
13482026-08-11T21:37:28.877Z Compiling once_cell v1.21.3
13492026-08-11T21:37:28.877Z Compiling getrandom v0.4.1
13502026-08-11T21:37:28.877Z Compiling pin-project-lite v0.2.17
13512026-08-11T21:37:28.877Z Compiling parking_lot_core v0.9.12
13522026-08-11T21:37:28.878Z Compiling rand_core v0.10.0
13532026-08-11T21:37:28.878Z Compiling signal-hook-registry v1.4.8
13542026-08-11T21:37:28.878Z Compiling futures-core v0.3.32
13552026-08-11T21:37:28.878Z Compiling percent-encoding v2.3.2
13562026-08-11T21:37:28.878Z Compiling bitflags v2.11.0
13572026-08-11T21:37:28.878Z Compiling writeable v0.6.2
13582026-08-11T21:37:28.878Z Compiling litemap v0.8.1
13592026-08-11T21:37:28.878Z Compiling semver v1.0.28
13602026-08-11T21:37:28.878Z Compiling parking_lot v0.12.5
13612026-08-11T21:37:28.917Z Compiling mio v1.2.0
13622026-08-11T21:37:28.917Z Compiling icu_normalizer_data v2.1.1
13632026-08-11T21:37:28.918Z Compiling icu_properties_data v2.1.2
13642026-08-11T21:37:29.044Z Compiling socket2 v0.6.3
13652026-08-11T21:37:29.086Z Compiling getrandom v0.3.4
13662026-08-11T21:37:29.155Z Compiling synstructure v0.13.2
13672026-08-11T21:37:29.172Z Compiling futures-sink v0.3.32
13682026-08-11T21:37:29.242Z Compiling indexmap v2.14.0
13692026-08-11T21:37:29.273Z Compiling futures-channel v0.3.32
13702026-08-11T21:37:29.287Z Compiling rustix v1.1.3
13712026-08-11T21:37:29.482Z Compiling futures-io v0.3.32
13722026-08-11T21:37:29.516Z Compiling utf8_iter v1.0.4
13732026-08-11T21:37:29.604Z Compiling futures-task v0.3.32
13742026-08-11T21:37:29.622Z Compiling slab v0.4.12
13752026-08-11T21:37:29.817Z Compiling form_urlencoded v1.2.2
13762026-08-11T21:37:29.834Z Compiling rustversion v1.0.22
13772026-08-11T21:37:29.848Z Compiling iana-time-zone v0.1.65
13782026-08-11T21:37:29.862Z Compiling base64ct v1.8.3
13792026-08-11T21:37:29.939Z Compiling cmake v0.1.57
13802026-08-11T21:37:29.984Z Compiling fs_extra v1.3.0
13812026-08-11T21:37:30.014Z Compiling flagset v0.4.7
13822026-08-11T21:37:30.045Z Compiling ident_case v1.0.1
13832026-08-11T21:37:30.149Z Compiling pem-rfc7468 v0.7.0
13842026-08-11T21:37:30.149Z Compiling dunce v1.0.5
13852026-08-11T21:37:30.192Z Compiling regex-syntax v0.8.10
13862026-08-11T21:37:30.249Z Compiling rand_core v0.9.5
13872026-08-11T21:37:30.263Z Compiling uuid v1.23.4
13882026-08-11T21:37:30.340Z Compiling aws-lc-sys v0.40.0
13892026-08-11T21:37:30.454Z Compiling base64 v0.22.1
13902026-08-11T21:37:30.587Z Compiling syn v1.0.109
13912026-08-11T21:37:30.798Z Compiling vcpkg v0.2.15
13922026-08-11T21:37:30.816Z Compiling serde_derive_internals v0.29.1
13932026-08-11T21:37:30.891Z Compiling rustc_version v0.4.1
13942026-08-11T21:37:30.968Z Compiling tracing-core v0.1.36
13952026-08-11T21:37:30.986Z Compiling serde_derive v1.0.228
13962026-08-11T21:37:31.136Z Compiling zeroize_derive v1.5.0
13972026-08-11T21:37:31.215Z Compiling zerofrom-derive v0.1.6
13982026-08-11T21:37:31.529Z Compiling zerocopy-derive v0.8.40
13992026-08-11T21:37:31.543Z Compiling yoke-derive v0.8.1
14002026-08-11T21:37:31.753Z Compiling zerovec-derive v0.11.2
14012026-08-11T21:37:31.836Z Compiling zeroize v1.9.0
14022026-08-11T21:37:32.050Z Compiling displaydoc v0.2.5
14032026-08-11T21:37:32.664Z Compiling zerofrom v0.1.6
14042026-08-11T21:37:32.781Z Compiling tokio-macros v2.7.0
14052026-08-11T21:37:32.789Z Compiling yoke v0.8.1
14062026-08-11T21:37:32.828Z Compiling futures-macro v0.3.32
14072026-08-11T21:37:32.921Z Compiling thiserror-impl v2.0.18
14082026-08-11T21:37:32.988Z Compiling zerovec v0.11.5
14092026-08-11T21:37:33.283Z Compiling zerotrie v0.2.3
14102026-08-11T21:37:33.551Z Compiling tinystr v0.8.2
14112026-08-11T21:37:33.749Z Compiling potential_utf v0.1.4
14122026-08-11T21:37:33.749Z Compiling block-buffer v0.10.4
14132026-08-11T21:37:33.905Z Compiling icu_locale_core v2.1.1
14142026-08-11T21:37:33.905Z Compiling icu_collections v2.1.1
14152026-08-11T21:37:33.905Z Compiling crypto-common v0.1.7
14162026-08-11T21:37:33.905Z Compiling futures-util v0.3.32
14172026-08-11T21:37:33.923Z Compiling digest v0.10.7
14182026-08-11T21:37:34.107Z Compiling der_derive v0.7.3
14192026-08-11T21:37:34.258Z Compiling openssl-sys v0.9.117
14202026-08-11T21:37:34.449Z Compiling icu_provider v2.1.1
14212026-08-11T21:37:34.585Z Compiling bytes v1.11.1
14222026-08-11T21:37:34.585Z Compiling icu_normalizer v2.1.1
14232026-08-11T21:37:34.637Z Compiling icu_properties v2.1.2
14242026-08-11T21:37:34.830Z Compiling chrono v0.4.45
14252026-08-11T21:37:35.201Z Compiling tokio v1.52.1
14262026-08-11T21:37:35.343Z Compiling der v0.7.10
14272026-08-11T21:37:35.343Z Compiling thiserror v2.0.18
14282026-08-11T21:37:35.428Z Compiling http v1.4.2
14292026-08-11T21:37:35.649Z Compiling idna_adapter v1.2.1
14302026-08-11T21:37:35.797Z Compiling idna v1.1.0
14312026-08-11T21:37:35.993Z Compiling ppv-lite86 v0.2.21
14322026-08-11T21:37:36.059Z Compiling spki v0.7.3
14332026-08-11T21:37:36.117Z Compiling url v2.5.8
14342026-08-11T21:37:36.231Z Compiling tracing-attributes v0.1.31
14352026-08-11T21:37:36.342Z Compiling rand_chacha v0.9.0
14362026-08-11T21:37:36.351Z Compiling aws-lc-rs v1.16.3
14372026-08-11T21:37:36.351Z Compiling schemars v0.8.22
14382026-08-11T21:37:36.452Z Compiling dyn-clone v1.0.20
14392026-08-11T21:37:36.534Z Compiling cpufeatures v0.2.17
14402026-08-11T21:37:36.593Z Compiling rand v0.9.2
14412026-08-11T21:37:36.607Z Compiling pkcs8 v0.10.2
14422026-08-11T21:37:36.619Z Compiling http-body v1.0.1
14432026-08-11T21:37:36.836Z Compiling rustls-pki-types v1.14.0
14442026-08-11T21:37:36.856Z Compiling schemars_derive v0.8.22
14452026-08-11T21:37:36.969Z Compiling spin v0.9.8
14462026-08-11T21:37:37.205Z Compiling tinyvec_macros v0.1.1
14472026-08-11T21:37:37.250Z Compiling cmov v0.5.4
14482026-08-11T21:37:37.277Z Compiling httparse v1.10.1
14492026-08-11T21:37:37.336Z Compiling crc32fast v1.5.0
14502026-08-11T21:37:37.468Z Compiling openssl-probe v0.2.1
14512026-08-11T21:37:37.500Z Compiling tracing v0.1.44
14522026-08-11T21:37:37.622Z Compiling ctutils v0.4.2
14532026-08-11T21:37:37.640Z Compiling tempfile v3.25.0
14542026-08-11T21:37:37.655Z Compiling tinyvec v1.10.0
14552026-08-11T21:37:37.763Z Compiling pest_generator v2.8.6
14562026-08-11T21:37:37.842Z Compiling sha2 v0.10.9
14572026-08-11T21:37:37.985Z Compiling aho-corasick v1.1.4
14582026-08-11T21:37:38.002Z Compiling tower-layer v0.3.3
14592026-08-11T21:37:38.197Z Compiling radium v0.7.0
14602026-08-11T21:37:38.398Z Compiling tower-service v0.3.3
14612026-08-11T21:37:38.424Z Compiling atomic-waker v1.1.2
14622026-08-11T21:37:38.492Z Compiling try-lock v0.2.5
14632026-08-11T21:37:38.545Z Compiling untrusted v0.7.1
14642026-08-11T21:37:38.597Z Compiling want v0.3.1
14652026-08-11T21:37:38.667Z Compiling pest_derive v2.8.6
14662026-08-11T21:37:38.759Z Compiling regex-automata v0.4.14
14672026-08-11T21:37:39.106Z Compiling tokio-util v0.7.18
14682026-08-11T21:37:39.138Z Compiling hybrid-array v0.4.13
14692026-08-11T21:37:39.624Z Compiling ipnet v2.11.0
14702026-08-11T21:37:39.841Z Compiling h2 v0.4.15
14712026-08-11T21:37:39.943Z Compiling scroll_derive v0.13.1
14722026-08-11T21:37:40.150Z Compiling darling_core v0.20.11
14732026-08-11T21:37:40.165Z Compiling simd-adler32 v0.3.8
14742026-08-11T21:37:40.408Z Compiling httpdate v1.0.3
14752026-08-11T21:37:40.641Z Compiling tap v1.0.1
14762026-08-11T21:37:40.653Z Compiling foreign-types-shared v0.1.1
14772026-08-11T21:37:40.795Z Compiling untrusted v0.9.0
14782026-08-11T21:37:40.800Z Compiling openssl v0.10.80
14792026-08-11T21:37:40.800Z Compiling maybe-uninit v2.0.0
14802026-08-11T21:37:40.800Z Compiling rustls v0.23.41
14812026-08-11T21:37:40.859Z Compiling scroll v0.13.0
14822026-08-11T21:37:40.948Z Compiling wyz v0.5.1
14832026-08-11T21:37:40.992Z Compiling foreign-types v0.3.2
14842026-08-11T21:37:41.073Z Compiling unicode-normalization v0.1.25
14852026-08-11T21:37:41.134Z Compiling rand_chacha v0.3.1
14862026-08-11T21:37:41.256Z Compiling hex v0.4.3
14872026-08-11T21:37:41.526Z Compiling signature v2.2.0
14882026-08-11T21:37:41.532Z Compiling openssl-macros v0.1.1
14892026-08-11T21:37:41.532Z Compiling thiserror-impl v1.0.69
14902026-08-11T21:37:41.721Z Compiling terminal_size v0.4.3
14912026-08-11T21:37:41.863Z Compiling bzip2-sys v0.1.13+1.0.8
14922026-08-11T21:37:41.896Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-08-11T21:37:41.913Z Compiling num-integer v0.1.46
14942026-08-11T21:37:42.133Z Compiling wait-timeout v0.2.1
14952026-08-11T21:37:42.222Z Compiling ahash v0.8.12
14962026-08-11T21:37:42.275Z Compiling num-bigint-dig v0.8.6
14972026-08-11T21:37:42.395Z Compiling adler2 v2.0.1
14982026-08-11T21:37:42.409Z Compiling darling_macro v0.20.11
14992026-08-11T21:37:42.422Z Compiling native-tls v0.2.18
15002026-08-11T21:37:42.454Z Compiling time-core v0.1.8
15012026-08-11T21:37:42.523Z Compiling bit-vec v0.8.0
15022026-08-11T21:37:42.599Z Compiling funty v2.0.0
15032026-08-11T21:37:42.615Z Compiling packed_struct v0.10.1
15042026-08-11T21:37:42.751Z Compiling powerfmt v0.2.0
15052026-08-11T21:37:42.766Z Compiling num-conv v0.2.0
15062026-08-11T21:37:42.856Z Compiling quick-error v1.2.3
15072026-08-11T21:37:42.883Z Compiling darling v0.20.11
15082026-08-11T21:37:42.896Z Compiling time-macros v0.2.27
15092026-08-11T21:37:42.909Z Compiling deranged v0.5.8
15102026-08-11T21:37:42.947Z Compiling hyper v1.10.1
15112026-08-11T21:37:42.961Z Compiling rusty-fork v0.3.1
15122026-08-11T21:37:42.965Z Compiling bitvec v1.0.1
15132026-08-11T21:37:43.171Z Compiling clap_builder v4.6.0
15142026-08-11T21:37:43.279Z Compiling thiserror v1.0.69
15152026-08-11T21:37:43.385Z Compiling bit-set v0.8.0
15162026-08-11T21:37:43.566Z Compiling miniz_oxide v0.8.9
15172026-08-11T21:37:43.953Z Compiling num-iter v0.1.45
15182026-08-11T21:37:44.063Z Compiling hyper-util v0.1.20
15192026-08-11T21:37:44.375Z Compiling rand v0.8.6
15202026-08-11T21:37:44.573Z Compiling goblin v0.10.5
15212026-08-11T21:37:44.713Z Compiling packed_struct_codegen v0.10.1
15222026-08-11T21:37:45.188Z Compiling lazy_static v1.5.0
15232026-08-11T21:37:45.283Z Compiling serde_spanned v0.6.9
15242026-08-11T21:37:45.429Z Compiling toml_datetime v0.6.11
15252026-08-11T21:37:45.690Z Compiling hmac v0.12.1
15262026-08-11T21:37:45.781Z Compiling bitfield-macros v0.19.4
15272026-08-11T21:37:45.805Z Compiling clap_derive v4.6.1
15282026-08-11T21:37:45.842Z Compiling zerocopy-derive v0.6.6
15292026-08-11T21:37:46.194Z Compiling anstyle-parse v0.2.7
15302026-08-11T21:37:46.377Z Compiling rand_xorshift v0.4.0
15312026-08-11T21:37:46.484Z Compiling sync_wrapper v1.0.2
15322026-08-11T21:37:46.544Z Compiling indexmap v1.9.3
15332026-08-11T21:37:46.594Z Compiling nodrop v0.1.14
15342026-08-11T21:37:46.655Z Compiling siphasher v1.0.2
15352026-08-11T21:37:46.684Z Compiling num_threads v0.1.7
15362026-08-11T21:37:46.745Z Compiling crossbeam-utils v0.8.21
15372026-08-11T21:37:46.781Z Compiling zlib-rs v0.6.2
15382026-08-11T21:37:46.838Z Compiling paste v1.0.15
15392026-08-11T21:37:47.005Z Compiling crc-catalog v2.4.0
15402026-08-11T21:37:47.100Z Compiling unarray v0.1.4
15412026-08-11T21:37:47.104Z Compiling usdt-impl v0.6.0
15422026-08-11T21:37:47.199Z Compiling proptest v1.11.0
15432026-08-11T21:37:47.217Z Compiling crc v3.4.0
15442026-08-11T21:37:47.325Z Compiling dof v0.4.0
15452026-08-11T21:37:47.417Z Compiling time v0.3.47
15462026-08-11T21:37:47.524Z Compiling clap v4.6.1
15472026-08-11T21:37:47.656Z Compiling array-init v0.0.4
15482026-08-11T21:37:47.960Z Compiling zerocopy v0.6.6
15492026-08-11T21:37:48.277Z Compiling tower v0.5.3
15502026-08-11T21:37:48.464Z Compiling bitfield v0.19.4
15512026-08-11T21:37:48.750Z Compiling anstream v0.6.21
15522026-08-11T21:37:49.041Z Compiling smallvec v0.6.14
15532026-08-11T21:37:49.235Z Compiling derive_builder_core v0.20.2
15542026-08-11T21:37:49.342Z Compiling dtrace-parser v0.3.0
15552026-08-11T21:37:50.010Z Compiling flate2 v1.1.9
15562026-08-11T21:37:50.079Z Compiling ipnetwork v0.21.1
15572026-08-11T21:37:50.095Z Compiling pkcs1 v0.7.5
15582026-08-11T21:37:50.110Z Compiling http-body-util v0.1.3
15592026-08-11T21:37:50.347Z Compiling heapless v0.7.17
15602026-08-11T21:37:50.409Z Compiling structmeta-derive v0.3.0
15612026-08-11T21:37:50.456Z Compiling scroll_derive v0.12.1
15622026-08-11T21:37:50.474Z Compiling slog v2.8.2
15632026-08-11T21:37:50.599Z Compiling darling_core v0.23.0
15642026-08-11T21:37:50.663Z Compiling thread-id v5.1.0
15652026-08-11T21:37:50.748Z Compiling cookie v0.18.1
15662026-08-11T21:37:50.926Z Compiling env_filter v1.0.0
15672026-08-11T21:37:51.115Z Compiling zstd-safe v7.2.4
15682026-08-11T21:37:51.218Z Compiling hashbrown v0.12.3
15692026-08-11T21:37:51.233Z Compiling signal-hook v0.3.18
15702026-08-11T21:37:51.307Z Compiling unicode-bidi v0.3.18
15712026-08-11T21:37:51.407Z Compiling ryu v1.0.23
15722026-08-11T21:37:51.472Z Compiling unicode-properties v0.1.4
15732026-08-11T21:37:51.586Z Compiling anyhow v1.0.102
15742026-08-11T21:37:51.680Z Compiling base64 v0.21.7
15752026-08-11T21:37:51.681Z Compiling iri-string v0.7.10
15762026-08-11T21:37:51.830Z Compiling winnow v0.5.40
15772026-08-11T21:37:51.890Z Compiling allocator-api2 v0.2.21
15782026-08-11T21:37:52.000Z Compiling ron v0.8.1
15792026-08-11T21:37:52.434Z Compiling stringprep v0.1.5
15802026-08-11T21:37:52.872Z Compiling tower-http v0.6.8
15812026-08-11T21:37:53.077Z Compiling darling_macro v0.23.0
15822026-08-11T21:37:53.222Z Compiling toml_edit v0.19.15
15832026-08-11T21:37:53.245Z Compiling serde_urlencoded v0.7.1
15842026-08-11T21:37:53.269Z Compiling structmeta v0.3.0
15852026-08-11T21:37:53.455Z Compiling scroll v0.12.0
15862026-08-11T21:37:53.480Z Compiling env_logger v0.11.9
15872026-08-11T21:37:53.637Z Compiling rsa v0.9.10
15882026-08-11T21:37:53.713Z Compiling oxnet v0.1.6
15892026-08-11T21:37:53.824Z Compiling derive_builder_macro v0.20.2
15902026-08-11T21:37:54.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15912026-08-11T21:37:54.139Z Compiling newtype-uuid v1.3.2
15922026-08-11T21:37:54.294Z Compiling hashbrown v0.13.2
15932026-08-11T21:37:54.339Z Compiling serde-hex v0.1.0
15942026-08-11T21:37:54.463Z Compiling bzip2 v0.4.4
15952026-08-11T21:37:54.709Z Compiling tokio-native-tls v0.3.1
15962026-08-11T21:37:54.820Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15972026-08-11T21:37:54.884Z Compiling camino v1.2.2
15982026-08-11T21:37:55.505Z Compiling bstr v1.12.1
15992026-08-11T21:37:55.787Z Compiling crypto-common v0.2.2
16002026-08-11T21:37:55.887Z Compiling block-buffer v0.12.1
16012026-08-11T21:37:56.079Z Compiling block-padding v0.4.2
16022026-08-11T21:37:56.110Z Compiling rustls-native-certs v0.8.3
16032026-08-11T21:37:56.150Z Compiling x509-cert v0.2.5
16042026-08-11T21:37:56.246Z Compiling serde_tokenstream v0.2.3
16052026-08-11T21:37:56.393Z Compiling erased-serde v0.3.31
16062026-08-11T21:37:56.559Z Compiling md-5 v0.10.6
16072026-08-11T21:37:56.722Z Compiling curve25519-dalek v4.1.3
16082026-08-11T21:37:56.736Z Compiling daft-derive v0.1.7
16092026-08-11T21:37:56.883Z Compiling zerocopy-derive v0.7.35
16102026-08-11T21:37:57.056Z Compiling async-trait v0.1.89
16112026-08-11T21:37:57.455Z Compiling pin-project-internal v1.1.11
16122026-08-11T21:37:57.516Z Compiling vergen-lib v9.1.0
16132026-08-11T21:37:57.703Z Compiling hash32 v0.2.1
16142026-08-11T21:37:57.757Z Compiling memoffset v0.9.1
16152026-08-11T21:37:57.760Z Compiling encoding_rs v0.8.35
16162026-08-11T21:37:57.888Z Compiling crc-any v2.5.0
16172026-08-11T21:37:57.959Z Compiling rustix v0.38.44
16182026-08-11T21:37:58.070Z Compiling psl-types v2.0.11
16192026-08-11T21:37:58.093Z Compiling litrs v1.0.0
16202026-08-11T21:37:58.114Z Compiling smoltcp v0.9.1
16212026-08-11T21:37:58.191Z Compiling ref-cast v1.0.25
16222026-08-11T21:37:58.302Z Compiling mime v0.3.17
16232026-08-11T21:37:58.445Z Compiling fallible-iterator v0.2.0
16242026-08-11T21:37:58.490Z Compiling cfg_aliases v0.2.1
16252026-08-11T21:37:58.550Z Compiling pin-project v1.1.11
16262026-08-11T21:37:58.564Z Compiling nix v0.31.2
16272026-08-11T21:37:58.592Z Compiling document-features v0.2.12
16282026-08-11T21:37:58.647Z Compiling publicsuffix v2.3.0
16292026-08-11T21:37:58.710Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-11T21:37:58.737Z Compiling postgres-protocol v0.6.10
16312026-08-11T21:37:58.842Z Compiling zerocopy v0.7.35
16322026-08-11T21:37:58.949Z Compiling daft v0.1.7
16332026-08-11T21:37:59.236Z Compiling inout v0.2.2
16342026-08-11T21:37:59.241Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-11T21:37:59.263Z Compiling hyper-tls v0.6.0
16362026-08-11T21:37:59.266Z Compiling object v0.30.4
16372026-08-11T21:37:59.378Z Compiling zip v0.6.6
16382026-08-11T21:37:59.402Z Compiling toml v0.7.8
16392026-08-11T21:37:59.476Z Compiling derive_builder v0.20.2
16402026-08-11T21:37:59.516Z Compiling goblin v0.8.2
16412026-08-11T21:37:59.591Z Compiling darling v0.23.0
16422026-08-11T21:37:59.730Z Compiling derive-ex v0.1.8
16432026-08-11T21:38:00.195Z Compiling phf_shared v0.13.1
16442026-08-11T21:38:00.294Z Compiling regex v1.12.3
16452026-08-11T21:38:00.438Z Compiling hubpack_derive v0.1.1
16462026-08-11T21:38:00.479Z Compiling futures-executor v0.3.32
16472026-08-11T21:38:00.724Z Compiling snafu-derive v0.8.9
16482026-08-11T21:38:00.743Z Compiling strum_macros v0.27.2
16492026-08-11T21:38:00.886Z Compiling ref-cast-impl v1.0.25
16502026-08-11T21:38:01.389Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-11T21:38:01.425Z Compiling vergen v9.1.0
16522026-08-11T21:38:01.603Z Compiling cargo-platform v0.3.2
16532026-08-11T21:38:01.875Z Compiling ff v0.13.1
16542026-08-11T21:38:02.013Z Compiling fs-err v3.3.0
16552026-08-11T21:38:02.016Z Compiling managed v0.8.0
16562026-08-11T21:38:02.170Z Compiling base16ct v0.2.0
16572026-08-11T21:38:02.203Z Compiling jiff-core v0.1.0
16582026-08-11T21:38:02.245Z Compiling libbz2-rs-sys v0.2.2
16592026-08-11T21:38:02.348Z Compiling bitflags v1.3.2
16602026-08-11T21:38:02.427Z Compiling foldhash v0.1.5
16612026-08-11T21:38:02.602Z Compiling either v1.15.0
16622026-08-11T21:38:02.616Z Compiling unicode-segmentation v1.12.0
16632026-08-11T21:38:02.675Z Compiling foldhash v0.2.0
16642026-08-11T21:38:02.811Z Compiling object v0.37.3
16652026-08-11T21:38:02.896Z Compiling bumpalo v3.20.2
16662026-08-11T21:38:02.919Z Compiling same-file v1.0.6
16672026-08-11T21:38:02.995Z Compiling path-slash v0.1.5
16682026-08-11T21:38:03.019Z Compiling walkdir v2.5.0
16692026-08-11T21:38:03.085Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16702026-08-11T21:38:03.114Z Compiling zopfli v0.8.3
16712026-08-11T21:38:03.128Z Compiling jiff v0.2.34
16722026-08-11T21:38:03.143Z Compiling hashbrown v0.16.1
16732026-08-11T21:38:03.253Z Compiling strum v0.27.2
16742026-08-11T21:38:03.343Z Compiling bzip2 v0.6.1
16752026-08-11T21:38:03.391Z Compiling snafu v0.8.9
16762026-08-11T21:38:03.532Z Compiling hashbrown v0.15.5
16772026-08-11T21:38:03.742Z Compiling sec1 v0.7.3
16782026-08-11T21:38:04.014Z Compiling group v0.13.0
16792026-08-11T21:38:04.073Z Compiling cargo_metadata v0.23.1
16802026-08-11T21:38:04.199Z Compiling dof v0.3.0
16812026-08-11T21:38:04.531Z Compiling test-strategy v0.4.5
16822026-08-11T21:38:04.616Z Compiling hubpack v0.1.2
16832026-08-11T21:38:04.858Z Compiling futures v0.3.32
16842026-08-11T21:38:04.945Z Compiling phf v0.13.1
16852026-08-11T21:38:05.112Z Compiling signal-hook-mio v0.2.5
16862026-08-11T21:38:05.239Z Compiling zstd v0.13.3
16872026-08-11T21:38:05.337Z Compiling cookie_store v0.22.1
16882026-08-11T21:38:05.478Z Compiling serde_with_macros v3.21.0
16892026-08-11T21:38:05.522Z Compiling reqwest v0.12.28
16902026-08-11T21:38:05.994Z Compiling cipher v0.5.2
16912026-08-11T21:38:06.062Z Compiling postgres-types v0.2.12
16922026-08-11T21:38:06.623Z Compiling usdt-attr-macro v0.6.0
16932026-08-11T21:38:06.623Z Compiling usdt-macro v0.6.0
16942026-08-11T21:38:06.734Z Compiling globset v0.4.18
16952026-08-11T21:38:06.844Z Compiling phf_shared v0.11.3
16962026-08-11T21:38:07.059Z Compiling hkdf v0.12.4
16972026-08-11T21:38:07.203Z Compiling dtrace-parser v0.2.0
16982026-08-11T21:38:07.381Z Compiling ed25519 v2.2.3
16992026-08-11T21:38:07.408Z Compiling byte-wrapper v0.1.0
17002026-08-11T21:38:07.441Z Compiling olpc-cjson v0.1.4
17012026-08-11T21:38:07.493Z Compiling serde_plain v1.0.2
17022026-08-11T21:38:07.600Z Compiling serde-big-array v0.5.1
17032026-08-11T21:38:07.690Z Compiling crypto-bigint v0.5.5
17042026-08-11T21:38:07.730Z Compiling enum-as-inner v0.6.1
17052026-08-11T21:38:07.748Z Compiling async-recursion v1.1.1
17062026-08-11T21:38:07.824Z Compiling strum_macros v0.26.4
17072026-08-11T21:38:07.946Z Compiling serde_repr v0.1.20
17082026-08-11T21:38:08.235Z Compiling pem v3.0.6
17092026-08-11T21:38:08.282Z Compiling float-cmp v0.10.0
17102026-08-11T21:38:08.392Z Compiling thread-id v4.2.2
17112026-08-11T21:38:08.434Z Compiling memmap2 v0.9.10
17122026-08-11T21:38:08.476Z Compiling fixedbitset v0.4.2
17132026-08-11T21:38:08.476Z Compiling normalize-line-endings v0.3.0
17142026-08-11T21:38:08.562Z Compiling const-oid v0.10.2
17152026-08-11T21:38:08.584Z Compiling static_assertions v1.1.0
17162026-08-11T21:38:08.643Z Compiling precomputed-hash v0.1.1
17172026-08-11T21:38:08.660Z Compiling data-encoding v2.10.0
17182026-08-11T21:38:08.690Z Compiling winnow v1.0.3
17192026-08-11T21:38:08.733Z Compiling typed-path v0.9.3
17202026-08-11T21:38:08.764Z Compiling difflib v0.4.0
17212026-08-11T21:38:09.039Z Compiling keccak v0.1.6
17222026-08-11T21:38:09.276Z Compiling cpufeatures v0.3.0
17232026-08-11T21:38:09.311Z Compiling fixedbitset v0.5.7
17242026-08-11T21:38:09.347Z Compiling new_debug_unreachable v1.0.6
17252026-08-11T21:38:09.361Z Compiling predicates-core v1.0.10
17262026-08-11T21:38:09.419Z Compiling whoami v2.1.0
17272026-08-11T21:38:09.537Z Compiling petgraph v0.8.3
17282026-08-11T21:38:09.583Z Compiling strum v0.26.3
17292026-08-11T21:38:09.608Z Compiling predicates v3.1.4
17302026-08-11T21:38:09.759Z Compiling tokio-postgres v0.7.16
17312026-08-11T21:38:09.817Z Compiling string_cache v0.8.9
17322026-08-11T21:38:09.832Z Compiling toml_edit v0.22.27
17332026-08-11T21:38:09.853Z Compiling chacha20 v0.10.0
17342026-08-11T21:38:10.003Z Compiling sha3 v0.10.8
17352026-08-11T21:38:10.047Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-08-11T21:38:10.235Z Compiling hickory-proto v0.25.2
17372026-08-11T21:38:10.368Z Compiling digest v0.11.3
17382026-08-11T21:38:10.466Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-11T21:38:10.532Z Compiling elliptic-curve v0.13.8
17402026-08-11T21:38:10.686Z Compiling petgraph v0.6.5
17412026-08-11T21:38:10.932Z Compiling usdt v0.6.0
17422026-08-11T21:38:11.190Z Compiling usdt-impl v0.5.0
17432026-08-11T21:38:11.551Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17442026-08-11T21:38:11.774Z Compiling ed25519-dalek v2.2.0
17452026-08-11T21:38:11.984Z Compiling crossterm v0.28.1
17462026-08-11T21:38:12.158Z Compiling serde_with v3.21.0
17472026-08-11T21:38:12.573Z Compiling zip v4.6.1
17482026-08-11T21:38:13.244Z Compiling iddqd v0.4.2
17492026-08-11T21:38:13.508Z Compiling similar v2.7.0
17502026-08-11T21:38:13.658Z Compiling heck v0.4.1
17512026-08-11T21:38:13.887Z Compiling itertools v0.13.0
17522026-08-11T21:38:13.924Z Compiling itertools v0.15.0
17532026-08-11T21:38:13.960Z Compiling crossbeam-epoch v0.9.18
17542026-08-11T21:38:14.287Z Compiling tokio-stream v0.1.18
17552026-08-11T21:38:14.359Z Compiling buf-list v1.1.2
17562026-08-11T21:38:14.509Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17572026-08-11T21:38:14.630Z Compiling openapiv3 v2.2.0
17582026-08-11T21:38:14.765Z Compiling peg-runtime v0.8.5
17592026-08-11T21:38:14.846Z Compiling lalrpop-util v0.19.12
17602026-08-11T21:38:14.900Z Compiling thread_local v1.1.9
17612026-08-11T21:38:15.044Z Compiling slog-async v2.8.0
17622026-08-11T21:38:15.059Z Compiling crossbeam-channel v0.5.15
17632026-08-11T21:38:15.151Z Compiling is-terminal v0.4.17
17642026-08-11T21:38:15.165Z Compiling filetime v0.2.27
17652026-08-11T21:38:15.233Z Compiling xattr v1.6.1
17662026-08-11T21:38:15.248Z Compiling term v1.2.1
17672026-08-11T21:38:15.338Z Compiling take_mut v0.2.2
17682026-08-11T21:38:15.358Z Compiling tar v0.4.46
17692026-08-11T21:38:15.400Z Compiling camino-tempfile v1.4.1
17702026-08-11T21:38:15.528Z Compiling slog-term v2.9.2
17712026-08-11T21:38:21.850Z Compiling rustls-webpki v0.103.13
17722026-08-11T21:38:24.446Z Compiling tokio-rustls v0.26.4
17732026-08-11T21:38:24.446Z Compiling rustls-platform-verifier v0.6.2
17742026-08-11T21:38:24.449Z Compiling tough v0.22.0
17752026-08-11T21:38:24.650Z Compiling hyper-rustls v0.27.7
17762026-08-11T21:38:24.856Z Compiling reqwest v0.13.2
17772026-08-11T21:38:27.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17782026-08-11T21:38:27.293Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17792026-08-11T21:38:30.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17802026-08-11T21:38:30.375Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17812026-08-11T21:38:30.430ZAug 11 21:38:29.298 INFO Starting download, target: Clickhouse
17822026-08-11T21:38:30.430ZAug 11 21:38:29.298 INFO Starting download, target: Cockroach
17832026-08-11T21:38:30.430ZAug 11 21:38:29.298 INFO Starting download, target: Console
17842026-08-11T21:38:30.431ZAug 11 21:38:29.298 INFO Starting download, target: DendriteStub
17852026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Starting download, target: MaghemiteMgd
17862026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Starting download, target: MaghemiteDdmd
17872026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Starting download, target: TransceiverControl
17882026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17892026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17902026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17912026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17922026-08-11T21:38:30.434ZAug 11 21:38:29.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17932026-08-11T21:38:30.435ZAug 11 21:38:29.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17942026-08-11T21:38:30.435ZAug 11 21:38:29.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17952026-08-11T21:38:32.186ZAug 11 21:38:31.055 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-08-11T21:38:32.198ZAug 11 21:38:31.066 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17972026-08-11T21:38:32.509ZAug 11 21:38:31.318 INFO Download complete, target: Console
17982026-08-11T21:38:38.848ZAug 11 21:38:37.716 INFO Checking that binary works, target: Clickhouse
17992026-08-11T21:38:38.941ZAug 11 21:38:37.806 INFO Download complete, target: Clickhouse
18002026-08-11T21:38:49.846ZAug 11 21:38:48.583 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-11T21:38:50.007ZAug 11 21:38:48.797 INFO Download complete, target: TransceiverControl
18022026-08-11T21:39:01.279ZAug 11 21:38:59.930 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18032026-08-11T21:39:01.419ZAug 11 21:39:00.126 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-11T21:39:02.010ZAug 11 21:39:00.776 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-08-11T21:39:03.285ZAug 11 21:39:02.106 INFO Download complete, target: MaghemiteDdmd
18062026-08-11T21:39:03.558ZAug 11 21:39:02.363 INFO Download complete, target: DendriteStub
18072026-08-11T21:39:04.519ZAug 11 21:39:03.335 INFO Download complete, target: MaghemiteMgd
18082026-08-11T21:39:04.667ZAug 11 21:39:03.519 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-11T21:39:04.667ZAug 11 21:39:03.519 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-11T21:39:09.264ZAug 11 21:39:07.985 INFO Checking that binary works, target: Cockroach
18112026-08-11T21:39:09.452ZAug 11 21:39:08.095 INFO Download complete, target: Cockroach
18122026-08-11T21:39:09.452ZAll builder prerequisites installed successfully, and PATH looks valid
18132026-08-11T21:39:09.452Z
18142026-08-11T21:39:09.452Zreal 2:38.046286866
18152026-08-11T21:39:09.452Zuser 7:12.155154372
18162026-08-11T21:39:09.452Zsys 1:25.124503371
18172026-08-11T21:39:09.452Ztrap 0.223775589
18182026-08-11T21:39:09.452Ztflt 0.600088724
18192026-08-11T21:39:09.452Zdflt 0.912577939
18202026-08-11T21:39:09.452Zkflt 0.026731587
18212026-08-11T21:39:09.452Zlock 34:10.738661763
18222026-08-11T21:39:09.452Zslp 22:37.098515924
18232026-08-11T21:39:09.452Zlat 46.672359309
18242026-08-11T21:39:09.452Zstop 2:44.694802020
18252026-08-11T21:39:09.452Z+ banner hack-check
18262026-08-11T21:39:09.452Z
18272026-08-11T21:39:09.452Z # # ## #### # # #### # # ###### #### # #
18282026-08-11T21:39:09.452Z # # # # # # # # # # # # # # # # #
18292026-08-11T21:39:09.452Z ###### # # # #### ##### # ###### ##### # ####
18302026-08-11T21:39:09.452Z # # ###### # # # # # # # # # #
18312026-08-11T21:39:09.452Z # # # # # # # # # # # # # # # # #
18322026-08-11T21:39:09.452Z # # # # #### # # #### # # ###### #### # #
18332026-08-11T21:39:09.452Z
18342026-08-11T21:39:09.452Z+ export CARGO_INCREMENTAL=0
18352026-08-11T21:39:09.452Z+ CARGO_INCREMENTAL=0
18362026-08-11T21:39:09.452Z+ ptime -m timeout 2h cargo xtask check-features --ci
18372026-08-11T21:39:09.740Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18382026-08-11T21:39:10.004Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18392026-08-11T21:39:11.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18402026-08-11T21:39:11.945Z Running `target/debug/xtask check-features --ci`
18412026-08-11T21:39:11.953Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18422026-08-11T21:39:11.953Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18432026-08-11T21:39:12.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18442026-08-11T21:39:12.378Z Running `target/debug/xtask download cargo-hack`
18452026-08-11T21:39:13.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18462026-08-11T21:39:13.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18472026-08-11T21:39:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18482026-08-11T21:39:16.205Z Running `target/debug/xtask-downloader cargo-hack`
18492026-08-11T21:39:16.248ZAug 11 21:39:15.115 INFO Starting download, target: CargoHack
18502026-08-11T21:39:16.251ZAug 11 21:39:15.115 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18512026-08-11T21:39:16.686ZAug 11 21:39:15.554 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18522026-08-11T21:39:16.740ZAug 11 21:39:15.604 INFO Download complete, target: CargoHack
18532026-08-11T21:39:16.744Zrunning: "/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"
18542026-08-11T21:39:16.755Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18552026-08-11T21:39:16.909Zinfo: running `cargo check --bins` on api_identity (1/334)
18562026-08-11T21:39:17.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-08-11T21:39:17.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-08-11T21:39:17.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-08-11T21:39:17.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18602026-08-11T21:39:17.449Z
18612026-08-11T21:39:17.449Zinfo: running `cargo check --bins` on bootstore (2/334)
18622026-08-11T21:39:17.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-08-11T21:39:17.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-08-11T21:39:17.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-08-11T21:39:17.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-08-11T21:39:17.994Z
18672026-08-11T21:39:17.994Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18682026-08-11T21:39:18.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-08-11T21:39:18.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-08-11T21:39:18.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-08-11T21:39:18.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-08-11T21:39:18.541Z
18732026-08-11T21:39:18.541Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18742026-08-11T21:39:19.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-08-11T21:39:19.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-08-11T21:39:19.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-08-11T21:39:19.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-08-11T21:39:19.082Z
18792026-08-11T21:39:19.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18802026-08-11T21:39:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-11T21:39:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-11T21:39:19.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-11T21:39:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-11T21:39:19.627Z
18852026-08-11T21:39:19.627Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18862026-08-11T21:39:20.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-11T21:39:20.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-11T21:39:20.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-11T21:39:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-11T21:39:20.185Z
18912026-08-11T21:39:20.185Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18922026-08-11T21:39:20.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-11T21:39:20.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-11T21:39:20.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-11T21:39:20.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-11T21:39:20.739Z
18972026-08-11T21:39:20.739Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
18982026-08-11T21:39:21.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-11T21:39:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-11T21:39:21.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-11T21:39:21.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-11T21:39:21.370Z
19032026-08-11T21:39:21.370Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19042026-08-11T21:39:21.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-11T21:39:21.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-11T21:39:21.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-11T21:39:21.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19082026-08-11T21:39:21.704Z
19092026-08-11T21:39:21.704Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19102026-08-11T21:39:22.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-11T21:39:22.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-11T21:39:22.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-11T21:39:22.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-08-11T21:39:22.116Z
19152026-08-11T21:39:22.116Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19162026-08-11T21:39:22.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-11T21:39:22.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-11T21:39:22.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-11T21:39:22.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-08-11T21:39:22.524Z
19212026-08-11T21:39:22.524Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19222026-08-11T21:39:22.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-11T21:39:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-11T21:39:22.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-11T21:39:22.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-08-11T21:39:22.932Z
19272026-08-11T21:39:22.933Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19282026-08-11T21:39:23.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-11T21:39:23.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-11T21:39:23.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-11T21:39:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-11T21:39:23.342Z
19332026-08-11T21:39:23.342Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19342026-08-11T21:39:23.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-11T21:39:23.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-11T21:39:23.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-11T21:39:23.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-08-11T21:39:23.751Z
19392026-08-11T21:39:23.751Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19402026-08-11T21:39:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-11T21:39:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-11T21:39:24.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-11T21:39:24.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-08-11T21:39:24.162Z
19452026-08-11T21:39:24.162Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19462026-08-11T21:39:24.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-11T21:39:24.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-11T21:39:24.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-11T21:39:24.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-08-11T21:39:24.569Z
19512026-08-11T21:39:24.569Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19522026-08-11T21:39:24.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-11T21:39:24.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-11T21:39:24.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-11T21:39:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-08-11T21:39:24.978Z
19572026-08-11T21:39:24.978Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19582026-08-11T21:39:25.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-11T21:39:25.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-11T21:39:25.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-11T21:39:25.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-08-11T21:39:25.411Z
19632026-08-11T21:39:25.411Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19642026-08-11T21:39:25.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-11T21:39:25.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-11T21:39:25.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-11T21:39:25.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-08-11T21:39:25.797Z
19692026-08-11T21:39:25.797Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19702026-08-11T21:39:26.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-11T21:39:26.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-11T21:39:26.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-11T21:39:26.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-11T21:39:26.210Z
19752026-08-11T21:39:26.210Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19762026-08-11T21:39:26.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-11T21:39:26.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-11T21:39:26.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-11T21:39:26.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-11T21:39:26.620Z
19812026-08-11T21:39:26.621Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19822026-08-11T21:39:26.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-11T21:39:26.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-11T21:39:26.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-11T21:39:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-11T21:39:27.032Z
19872026-08-11T21:39:27.032Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19882026-08-11T21:39:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-11T21:39:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-11T21:39:27.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-11T21:39:27.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-11T21:39:27.446Z
19932026-08-11T21:39:27.447Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
19942026-08-11T21:39:27.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-11T21:39:27.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-11T21:39:27.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-11T21:39:27.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19982026-08-11T21:39:27.858Z
19992026-08-11T21:39:27.858Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
20002026-08-11T21:39:28.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-11T21:39:28.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-11T21:39:28.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-11T21:39:28.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-11T21:39:28.269Z
20052026-08-11T21:39:28.269Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20062026-08-11T21:39:28.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-11T21:39:28.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-11T21:39:28.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-11T21:39:28.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-11T21:39:28.680Z
20112026-08-11T21:39:28.681Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20122026-08-11T21:39:29.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-11T21:39:29.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-11T21:39:29.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-11T21:39:29.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-11T21:39:29.093Z
20172026-08-11T21:39:29.093Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20182026-08-11T21:39:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-11T21:39:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-11T21:39:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-11T21:39:29.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-11T21:39:29.510Z
20232026-08-11T21:39:29.510Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20242026-08-11T21:39:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-11T21:39:29.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-11T21:39:29.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-11T21:39:29.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-11T21:39:29.922Z
20292026-08-11T21:39:29.922Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20302026-08-11T21:39:30.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-11T21:39:30.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-11T21:39:30.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-11T21:39:30.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-11T21:39:30.335Z
20352026-08-11T21:39:30.335Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20362026-08-11T21:39:30.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-11T21:39:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-11T21:39:30.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-11T21:39:30.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-11T21:39:30.747Z
20412026-08-11T21:39:30.747Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20422026-08-11T21:39:31.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-11T21:39:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-11T21:39:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-11T21:39:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-08-11T21:39:31.155Z
20472026-08-11T21:39:31.155Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20482026-08-11T21:39:31.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-11T21:39:31.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-11T21:39:31.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-11T21:39:31.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-08-11T21:39:31.566Z
20532026-08-11T21:39:31.566Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20542026-08-11T21:39:31.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-11T21:39:31.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-11T21:39:31.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-11T21:39:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-08-11T21:39:31.974Z
20592026-08-11T21:39:31.974Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20602026-08-11T21:39:32.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-11T21:39:32.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-11T21:39:32.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-11T21:39:32.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-11T21:39:32.384Z
20652026-08-11T21:39:32.384Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20662026-08-11T21:39:32.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-11T21:39:32.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-11T21:39:32.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-11T21:39:32.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-08-11T21:39:32.795Z
20712026-08-11T21:39:32.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20722026-08-11T21:39:33.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-11T21:39:33.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-11T21:39:33.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-11T21:39:33.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-08-11T21:39:33.201Z
20772026-08-11T21:39:33.201Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20782026-08-11T21:39:33.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-11T21:39:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-11T21:39:33.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-11T21:39:33.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-11T21:39:33.615Z
20832026-08-11T21:39:33.615Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20842026-08-11T21:39:33.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-11T21:39:33.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-11T21:39:33.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-11T21:39:33.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20882026-08-11T21:39:34.024Z
20892026-08-11T21:39:34.025Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20902026-08-11T21:39:34.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-11T21:39:34.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-11T21:39:34.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-11T21:39:34.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-11T21:39:34.435Z
20952026-08-11T21:39:34.435Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
20962026-08-11T21:39:34.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-11T21:39:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-11T21:39:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-11T21:39:34.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-11T21:39:34.849Z
21012026-08-11T21:39:34.849Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21022026-08-11T21:39:35.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-11T21:39:35.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-11T21:39:35.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-11T21:39:35.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-11T21:39:35.260Z
21072026-08-11T21:39:35.260Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21082026-08-11T21:39:35.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-11T21:39:35.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-11T21:39:35.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-11T21:39:35.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-11T21:39:35.672Z
21132026-08-11T21:39:35.672Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21142026-08-11T21:39:36.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-11T21:39:36.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-11T21:39:36.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-11T21:39:36.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21182026-08-11T21:39:36.083Z
21192026-08-11T21:39:36.083Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21202026-08-11T21:39:36.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-11T21:39:36.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-11T21:39:36.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-11T21:39:36.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-11T21:39:36.496Z
21252026-08-11T21:39:36.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21262026-08-11T21:39:36.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-11T21:39:36.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-11T21:39:36.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-11T21:39:36.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-11T21:39:36.909Z
21312026-08-11T21:39:36.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21322026-08-11T21:39:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-11T21:39:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-11T21:39:37.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-11T21:39:37.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-11T21:39:37.356Z
21372026-08-11T21:39:37.356Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21382026-08-11T21:39:37.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-11T21:39:37.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-11T21:39:37.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-11T21:39:37.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-11T21:39:37.735Z
21432026-08-11T21:39:37.736Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21442026-08-11T21:39:38.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-11T21:39:38.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-11T21:39:38.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-11T21:39:38.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-08-11T21:39:38.325Z
21492026-08-11T21:39:38.325Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21502026-08-11T21:39:38.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-11T21:39:38.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-11T21:39:38.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-11T21:39:38.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-08-11T21:39:38.922Z
21552026-08-11T21:39:38.922Zinfo: running `cargo check --bins` on nexus-config (51/334)
21562026-08-11T21:39:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-11T21:39:39.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-11T21:39:39.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-11T21:39:39.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-08-11T21:39:39.512Z
21612026-08-11T21:39:39.512Zinfo: running `cargo check --bins` on nexus-types (52/334)
21622026-08-11T21:39:40.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-11T21:39:40.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-11T21:39:40.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-11T21:39:40.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-08-11T21:39:40.107Z
21672026-08-11T21:39:40.107Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21682026-08-11T21:39:40.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-11T21:39:40.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-11T21:39:40.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-11T21:39:40.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21722026-08-11T21:39:40.675Z
21732026-08-11T21:39:40.675Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21742026-08-11T21:39:41.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-11T21:39:41.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-11T21:39:41.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-11T21:39:41.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21782026-08-11T21:39:41.225Z
21792026-08-11T21:39:41.225Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21802026-08-11T21:39:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-11T21:39:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-11T21:39:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-11T21:39:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-08-11T21:39:41.785Z
21852026-08-11T21:39:41.785Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21862026-08-11T21:39:42.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-11T21:39:42.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-11T21:39:42.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-11T21:39:42.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-08-11T21:39:42.351Z
21912026-08-11T21:39:42.351Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21922026-08-11T21:39:42.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-11T21:39:42.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-11T21:39:42.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-11T21:39:42.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-11T21:39:42.915Z
21972026-08-11T21:39:42.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
21982026-08-11T21:39:43.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-11T21:39:43.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-11T21:39:43.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-11T21:39:43.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-11T21:39:43.485Z
22032026-08-11T21:39:43.485Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22042026-08-11T21:39:43.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-11T21:39:43.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-11T21:39:43.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-11T21:39:43.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22082026-08-11T21:39:44.029Z
22092026-08-11T21:39:44.029Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22102026-08-11T21:39:44.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-11T21:39:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-11T21:39:44.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-11T21:39:44.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-08-11T21:39:44.578Z
22152026-08-11T21:39:44.578Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22162026-08-11T21:39:45.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-11T21:39:45.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-11T21:39:45.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-11T21:39:45.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-08-11T21:39:45.125Z
22212026-08-11T21:39:45.125Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22222026-08-11T21:39:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-11T21:39:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-11T21:39:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-11T21:39:45.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-08-11T21:39:45.672Z
22272026-08-11T21:39:45.672Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22282026-08-11T21:39:46.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-11T21:39:46.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-11T21:39:46.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-11T21:39:46.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-11T21:39:46.233Z
22332026-08-11T21:39:46.234Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22342026-08-11T21:39:46.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-11T21:39:46.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-11T21:39:46.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-11T21:39:46.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-11T21:39:46.794Z
22392026-08-11T21:39:46.794Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22402026-08-11T21:39:47.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-11T21:39:47.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-11T21:39:47.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-11T21:39:47.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-11T21:39:47.343Z
22452026-08-11T21:39:47.343Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22462026-08-11T21:39:47.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-11T21:39:47.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-11T21:39:47.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-11T21:39:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-11T21:39:47.897Z
22512026-08-11T21:39:47.897Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22522026-08-11T21:39:48.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-11T21:39:48.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-11T21:39:48.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-11T21:39:48.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-11T21:39:48.471Z
22572026-08-11T21:39:48.471Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22582026-08-11T21:39:48.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-11T21:39:48.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-11T21:39:48.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-11T21:39:48.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-11T21:39:49.017Z
22632026-08-11T21:39:49.017Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22642026-08-11T21:39:49.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-11T21:39:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-11T21:39:49.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-11T21:39:49.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22682026-08-11T21:39:49.563Z
22692026-08-11T21:39:49.563Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22702026-08-11T21:39:50.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-11T21:39:50.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-11T21:39:50.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-11T21:39:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22742026-08-11T21:39:50.114Z
22752026-08-11T21:39:50.114Zinfo: running `cargo check --bins` on ereport-types (71/334)
22762026-08-11T21:39:50.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-11T21:39:50.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-11T21:39:50.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-11T21:39:50.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-11T21:39:50.670Z
22812026-08-11T21:39:50.670Zinfo: running `cargo check --bins` on gateway-client (72/334)
22822026-08-11T21:39:51.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-11T21:39:51.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-11T21:39:51.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-11T21:39:51.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-11T21:39:51.226Z
22872026-08-11T21:39:51.226Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22882026-08-11T21:39:51.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-11T21:39:51.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-11T21:39:51.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-11T21:39:51.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-08-11T21:39:51.779Z
22932026-08-11T21:39:51.779Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
22942026-08-11T21:39:52.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-11T21:39:52.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-11T21:39:52.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-11T21:39:52.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-11T21:39:52.334Z
22992026-08-11T21:39:52.334Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
23002026-08-11T21:39:52.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-11T21:39:52.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-11T21:39:52.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-11T21:39:52.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23042026-08-11T21:39:52.909Z
23052026-08-11T21:39:52.909Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23062026-08-11T21:39:53.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-11T21:39:53.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-11T21:39:53.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-11T21:39:53.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23102026-08-11T21:39:53.486Z
23112026-08-11T21:39:53.486Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23122026-08-11T21:39:53.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-11T21:39:53.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-11T21:39:53.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-11T21:39:53.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23162026-08-11T21:39:54.031Z
23172026-08-11T21:39:54.032Zinfo: running `cargo check --bins` on oxlog (78/334)
23182026-08-11T21:39:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-11T21:39:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-11T21:39:54.629Z Checking cfg-if v1.0.4
23212026-08-11T21:39:54.633Z Checking libc v0.2.185
23222026-08-11T21:39:54.734Z Checking serde_core v1.0.228
23232026-08-11T21:39:54.748Z Checking memchr v2.8.0
23242026-08-11T21:39:54.755Z Checking zeroize v1.9.0
23252026-08-11T21:39:54.764Z Checking log v0.4.29
23262026-08-11T21:39:54.764Z Checking smallvec v1.15.1
23272026-08-11T21:39:54.784Z Checking subtle v2.6.1
23282026-08-11T21:39:54.795Z Checking itoa v1.0.17
23292026-08-11T21:39:54.906Z Checking scopeguard v1.2.0
23302026-08-11T21:39:54.926Z Checking typenum v1.20.1
23312026-08-11T21:39:54.926Z Checking stable_deref_trait v1.2.1
23322026-08-11T21:39:54.950Z Checking zerofrom v0.1.6
23332026-08-11T21:39:54.964Z Checking portable-atomic v1.13.1
23342026-08-11T21:39:55.002Z Checking lock_api v0.4.14
23352026-08-11T21:39:55.014Z Checking zerocopy v0.8.40
23362026-08-11T21:39:55.060Z Checking yoke v0.8.1
23372026-08-11T21:39:55.121Z Checking critical-section v1.2.0
23382026-08-11T21:39:55.134Z Checking errno v0.3.14
23392026-08-11T21:39:55.202Z Checking getrandom v0.2.17
23402026-08-11T21:39:55.216Z Checking pin-project-lite v0.2.17
23412026-08-11T21:39:55.228Z Checking zerovec v0.11.5
23422026-08-11T21:39:55.244Z Checking const-oid v0.9.6
23432026-08-11T21:39:55.305Z Checking zmij v1.0.21
23442026-08-11T21:39:55.341Z Checking rand_core v0.6.4
23452026-08-11T21:39:55.363Z Checking once_cell v1.21.3
23462026-08-11T21:39:55.512Z Checking libm v0.2.16
23472026-08-11T21:39:55.526Z Checking signal-hook-registry v1.4.8
23482026-08-11T21:39:55.540Z Checking parking_lot_core v0.9.12
23492026-08-11T21:39:55.656Z Checking tinystr v0.8.2
23502026-08-11T21:39:55.668Z Checking generic-array v0.14.7
23512026-08-11T21:39:55.685Z Checking percent-encoding v2.3.2
23522026-08-11T21:39:55.718Z Checking futures-core v0.3.32
23532026-08-11T21:39:55.818Z Checking rand_core v0.10.0
23542026-08-11T21:39:55.830Z Checking writeable v0.6.2
23552026-08-11T21:39:55.841Z Checking litemap v0.8.1
23562026-08-11T21:39:55.914Z Checking parking_lot v0.12.5
23572026-08-11T21:39:55.957Z Checking getrandom v0.4.1
23582026-08-11T21:39:55.988Z Checking potential_utf v0.1.4
23592026-08-11T21:39:56.011Z Checking icu_locale_core v2.1.1
23602026-08-11T21:39:56.103Z Checking zerotrie v0.2.3
23612026-08-11T21:39:56.108Z Checking mio v1.2.0
23622026-08-11T21:39:56.126Z Checking equivalent v1.0.2
23632026-08-11T21:39:56.143Z Checking icu_collections v2.1.1
23642026-08-11T21:39:56.212Z Checking socket2 v0.6.3
23652026-08-11T21:39:56.223Z Checking num-traits v0.2.19
23662026-08-11T21:39:56.232Z Checking serde v1.0.228
23672026-08-11T21:39:58.821Z Checking bitflags v2.11.0
23682026-08-11T21:39:58.888Z Checking serde_json v1.0.151
23692026-08-11T21:39:58.888Z Checking icu_properties_data v2.1.2
23702026-08-11T21:39:58.888Z Checking icu_normalizer_data v2.1.1
23712026-08-11T21:39:58.888Z Checking byteorder v1.5.0
23722026-08-11T21:39:58.888Z Checking block-buffer v0.10.4
23732026-08-11T21:39:58.888Z Checking icu_provider v2.1.1
23742026-08-11T21:39:58.888Z Checking crypto-common v0.1.7
23752026-08-11T21:39:58.888Z Checking bytes v1.11.1
23762026-08-11T21:39:58.888Z Checking futures-sink v0.3.32
23772026-08-11T21:39:58.888Z Checking hashbrown v0.17.0
23782026-08-11T21:39:58.889Z Checking digest v0.10.7
23792026-08-11T21:39:58.889Z Checking getrandom v0.3.4
23802026-08-11T21:39:58.889Z Checking futures-channel v0.3.32
23812026-08-11T21:39:58.889Z Checking icu_normalizer v2.1.1
23822026-08-11T21:39:58.889Z Checking icu_properties v2.1.2
23832026-08-11T21:39:58.889Z Checking slab v0.4.12
23842026-08-11T21:39:58.889Z Checking utf8_iter v1.0.4
23852026-08-11T21:39:58.889Z Checking futures-io v0.3.32
23862026-08-11T21:39:58.889Z Checking futures-task v0.3.32
23872026-08-11T21:39:58.889Z Checking tokio v1.52.1
23882026-08-11T21:39:58.889Z Checking form_urlencoded v1.2.2
23892026-08-11T21:39:58.889Z Checking rustix v1.1.3
23902026-08-11T21:39:58.889Z Checking indexmap v2.14.0
23912026-08-11T21:39:58.889Z Checking fnv v1.0.7
23922026-08-11T21:39:58.889Z Checking futures-util v0.3.32
23932026-08-11T21:39:58.889Z Checking base64ct v1.8.3
23942026-08-11T21:39:58.889Z Checking flagset v0.4.7
23952026-08-11T21:39:58.889Z Checking iana-time-zone v0.1.65
23962026-08-11T21:39:58.889Z Checking pem-rfc7468 v0.7.0
23972026-08-11T21:39:58.889Z Checking chrono v0.4.45
23982026-08-11T21:39:58.889Z Checking der v0.7.10
23992026-08-11T21:39:58.889Z Checking idna_adapter v1.2.1
24002026-08-11T21:39:58.889Z Checking rand_core v0.9.5
24012026-08-11T21:39:58.889Z Checking ppv-lite86 v0.2.21
24022026-08-11T21:39:58.889Z Checking idna v1.1.0
24032026-08-11T21:39:58.889Z Checking uuid v1.23.4
24042026-08-11T21:39:58.889Z Checking base64 v0.22.1
24052026-08-11T21:39:58.889Z Checking url v2.5.8
24062026-08-11T21:39:58.889Z Checking regex-syntax v0.8.10
24072026-08-11T21:39:58.889Z Checking http v1.4.2
24082026-08-11T21:39:58.889Z Checking utf8parse v0.2.2
24092026-08-11T21:39:58.889Z Checking rand_chacha v0.9.0
24102026-08-11T21:39:58.889Z Checking spki v0.7.3
24112026-08-11T21:39:58.889Z Checking tracing-core v0.1.36
24122026-08-11T21:39:58.889Z Checking anstyle v1.0.14
24132026-08-11T21:39:58.889Z Checking cpufeatures v0.2.17
24142026-08-11T21:39:58.889Z Checking dyn-clone v1.0.20
24152026-08-11T21:39:58.890Z Checking rand v0.9.2
24162026-08-11T21:39:58.890Z Checking pkcs8 v0.10.2
24172026-08-11T21:39:58.890Z Checking tracing v0.1.44
24182026-08-11T21:39:58.890Z Checking semver v1.0.28
24192026-08-11T21:39:58.890Z Checking http-body v1.0.1
24202026-08-11T21:39:58.890Z Checking spin v0.9.8
24212026-08-11T21:39:58.964Z Checking rustls-pki-types v1.14.0
24222026-08-11T21:39:58.964Z Checking anstyle-query v1.1.5
24232026-08-11T21:39:58.964Z Checking tinyvec_macros v0.1.1
24242026-08-11T21:39:59.017Z Checking is_terminal_polyfill v1.70.2
24252026-08-11T21:39:59.017Z Checking colorchoice v1.0.4
24262026-08-11T21:39:59.017Z Checking openssl-probe v0.2.1
24272026-08-11T21:39:59.034Z Checking cmov v0.5.4
24282026-08-11T21:39:59.049Z Checking tinyvec v1.10.0
24292026-08-11T21:39:59.058Z Checking schemars v0.8.22
24302026-08-11T21:39:59.086Z Checking sha2 v0.10.9
24312026-08-11T21:39:59.097Z Checking aws-lc-sys v0.40.0
24322026-08-11T21:39:59.126Z Checking thiserror v2.0.18
24332026-08-11T21:39:59.215Z Checking ctutils v0.4.2
24342026-08-11T21:39:59.230Z Checking atomic-waker v1.1.2
24352026-08-11T21:39:59.331Z Checking untrusted v0.7.1
24362026-08-11T21:39:59.346Z Checking fastrand v2.3.0
24372026-08-11T21:39:59.346Z Checking tower-layer v0.3.3
24382026-08-11T21:39:59.374Z Checking tower-service v0.3.3
24392026-08-11T21:39:59.425Z Checking try-lock v0.2.5
24402026-08-11T21:39:59.442Z Checking hybrid-array v0.4.13
24412026-08-11T21:39:59.466Z Checking anstyle-parse v1.0.0
24422026-08-11T21:39:59.508Z Checking ipnet v2.11.0
24432026-08-11T21:39:59.518Z Checking tempfile v3.25.0
24442026-08-11T21:39:59.523Z Checking want v0.3.1
24452026-08-11T21:39:59.601Z Checking aws-lc-rs v1.16.3
24462026-08-11T21:39:59.608Z Checking httparse v1.10.1
24472026-08-11T21:39:59.644Z Checking crc32fast v1.5.0
24482026-08-11T21:39:59.709Z Checking aho-corasick v1.1.4
24492026-08-11T21:39:59.723Z Checking plain v0.2.3
24502026-08-11T21:39:59.747Z Checking foreign-types-shared v0.1.1
24512026-08-11T21:39:59.862Z Checking tap v1.0.1
24522026-08-11T21:39:59.869Z Checking simd-adler32 v0.3.8
24532026-08-11T21:39:59.869Z Checking httpdate v1.0.3
24542026-08-11T21:39:59.869Z Checking untrusted v0.9.0
24552026-08-11T21:39:59.877Z Checking wyz v0.5.1
24562026-08-11T21:39:59.936Z Checking foreign-types v0.3.2
24572026-08-11T21:39:59.960Z Checking anstream v1.0.0
24582026-08-11T21:39:59.975Z Checking unicode-normalization v0.1.25
24592026-08-11T21:40:00.001Z Checking rand_chacha v0.3.1
24602026-08-11T21:40:00.049Z Checking terminal_size v0.4.3
24612026-08-11T21:40:00.155Z Checking radium v0.7.0
24622026-08-11T21:40:00.167Z Checking signature v2.2.0
24632026-08-11T21:40:00.180Z Checking num-integer v0.1.46
24642026-08-11T21:40:00.206Z Checking hex v0.4.3
24652026-08-11T21:40:00.293Z Checking openssl-sys v0.9.117
24662026-08-11T21:40:00.307Z Checking tokio-util v0.7.18
24672026-08-11T21:40:00.325Z Checking wait-timeout v0.2.1
24682026-08-11T21:40:00.373Z Checking strsim v0.11.1
24692026-08-11T21:40:00.386Z Checking regex-automata v0.4.14
24702026-08-11T21:40:00.398Z Checking unicode-ident v1.0.24
24712026-08-11T21:40:00.422Z Checking rustls-webpki v0.103.13
24722026-08-11T21:40:00.434Z Checking adler2 v2.0.1
24732026-08-11T21:40:00.445Z Checking funty v2.0.0
24742026-08-11T21:40:00.499Z Checking ucd-trie v0.1.7
24752026-08-11T21:40:00.535Z Checking clap_lex v1.0.0
24762026-08-11T21:40:00.548Z Checking quick-error v1.2.3
24772026-08-11T21:40:00.629Z Checking bit-vec v0.8.0
24782026-08-11T21:40:00.644Z Checking rusty-fork v0.3.1
24792026-08-11T21:40:00.658Z Checking openssl v0.10.80
24802026-08-11T21:40:00.684Z Checking clap_builder v4.6.0
24812026-08-11T21:40:00.758Z Checking bitvec v1.0.1
24822026-08-11T21:40:00.810Z Checking pest v2.8.6
24832026-08-11T21:40:00.823Z Checking bit-set v0.8.0
24842026-08-11T21:40:00.833Z Checking rustls v0.23.41
24852026-08-11T21:40:00.924Z Checking h2 v0.4.15
24862026-08-11T21:40:00.961Z Checking miniz_oxide v0.8.9
24872026-08-11T21:40:01.327Z Checking proc-macro2 v1.0.106
24882026-08-11T21:40:01.636Z Checking num-iter v0.1.45
24892026-08-11T21:40:01.749Z Checking rand v0.8.6
24902026-08-11T21:40:01.892Z Checking lazy_static v1.5.0
24912026-08-11T21:40:01.951Z Checking anstyle-parse v0.2.7
24922026-08-11T21:40:01.981Z Checking rand_xorshift v0.4.0
24932026-08-11T21:40:02.075Z Checking thiserror v1.0.69
24942026-08-11T21:40:02.097Z Checking maybe-uninit v2.0.0
24952026-08-11T21:40:02.112Z Checking hmac v0.12.1
24962026-08-11T21:40:02.163Z Checking toml_datetime v0.6.11
24972026-08-11T21:40:02.175Z Checking serde_spanned v0.6.9
24982026-08-11T21:40:02.226Z Checking sync_wrapper v1.0.2
24992026-08-11T21:40:02.240Z Checking crc-catalog v2.4.0
25002026-08-11T21:40:02.257Z Checking siphasher v1.0.2
25012026-08-11T21:40:02.293Z Checking nodrop v0.1.14
25022026-08-11T21:40:02.326Z Checking pretty-hex v0.4.1
25032026-08-11T21:40:02.326Z Checking powerfmt v0.2.0
25042026-08-11T21:40:02.349Z Checking unarray v0.1.4
25052026-08-11T21:40:02.376Z Checking zlib-rs v0.6.2
25062026-08-11T21:40:02.408Z Checking array-init v0.0.4
25072026-08-11T21:40:02.445Z Checking proptest v1.11.0
25082026-08-11T21:40:02.448Z Checking tower v0.5.3
25092026-08-11T21:40:02.473Z Checking deranged v0.5.8
25102026-08-11T21:40:02.684Z Checking native-tls v0.2.18
25112026-08-11T21:40:02.701Z Checking crc v3.4.0
25122026-08-11T21:40:02.826Z Checking num-bigint-dig v0.8.6
25132026-08-11T21:40:02.862Z Checking smallvec v0.6.14
25142026-08-11T21:40:02.943Z Checking anstream v0.6.21
25152026-08-11T21:40:03.046Z Checking packed_struct v0.10.1
25162026-08-11T21:40:03.072Z Checking clap v4.6.1
25172026-08-11T21:40:03.086Z Checking quote v1.0.45
25182026-08-11T21:40:03.151Z Checking ipnetwork v0.21.1
25192026-08-11T21:40:03.254Z Checking flate2 v1.1.9
25202026-08-11T21:40:03.270Z Checking http-body-util v0.1.3
25212026-08-11T21:40:03.367Z Checking pkcs1 v0.7.5
25222026-08-11T21:40:03.392Z Checking crossbeam-utils v0.8.21
25232026-08-11T21:40:03.477Z Checking bitfield v0.19.4
25242026-08-11T21:40:03.544Z Checking zerocopy v0.6.6
25252026-08-11T21:40:03.571Z Checking ahash v0.8.12
25262026-08-11T21:40:03.633Z Checking bzip2-sys v0.1.13+1.0.8
25272026-08-11T21:40:03.716Z Checking scroll v0.13.0
25282026-08-11T21:40:03.739Z Checking hyper v1.10.1
25292026-08-11T21:40:03.743Z Checking env_filter v1.0.0
25302026-08-11T21:40:03.756Z Checking allocator-api2 v0.2.21
25312026-08-11T21:40:03.768Z Checking ryu v1.0.23
25322026-08-11T21:40:03.832Z Checking time-core v0.1.8
25332026-08-11T21:40:03.881Z Checking unicode-properties v0.1.4
25342026-08-11T21:40:03.897Z Checking num_threads v0.1.7
25352026-08-11T21:40:03.940Z Checking num-conv v0.2.0
25362026-08-11T21:40:03.969Z Checking iri-string v0.7.10
25372026-08-11T21:40:03.982Z Checking base64 v0.21.7
25382026-08-11T21:40:04.033Z Checking unicode-bidi v0.3.18
25392026-08-11T21:40:04.055Z Checking winnow v0.5.40
25402026-08-11T21:40:04.068Z Checking hashbrown v0.12.3
25412026-08-11T21:40:04.096Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-08-11T21:40:04.213Z Checking ron v0.8.1
25432026-08-11T21:40:04.248Z Checking newtype-uuid v1.3.2
25442026-08-11T21:40:04.327Z Checking stringprep v0.1.5
25452026-08-11T21:40:04.447Z Checking time v0.3.47
25462026-08-11T21:40:04.469Z Checking indexmap v1.9.3
25472026-08-11T21:40:04.482Z Checking goblin v0.10.5
25482026-08-11T21:40:04.663Z Checking hyper-util v0.1.20
25492026-08-11T21:40:04.733Z Checking serde_urlencoded v0.7.1
25502026-08-11T21:40:04.777Z Checking env_logger v0.11.9
25512026-08-11T21:40:04.938Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25522026-08-11T21:40:04.968Z Checking hashbrown v0.13.2
25532026-08-11T21:40:04.984Z Checking tower-http v0.6.8
25542026-08-11T21:40:05.091Z Checking crossbeam-epoch v0.9.18
25552026-08-11T21:40:05.198Z Checking toml_edit v0.19.15
25562026-08-11T21:40:05.266Z Checking bzip2 v0.4.4
25572026-08-11T21:40:05.314Z Checking rsa v0.9.10
25582026-08-11T21:40:05.388Z Checking oxnet v0.1.6
25592026-08-11T21:40:05.429Z Checking syn v2.0.117
25602026-08-11T21:40:05.583Z Checking serde-hex v0.1.0
25612026-08-11T21:40:05.647Z Checking tokio-native-tls v0.3.1
25622026-08-11T21:40:05.777Z Checking bstr v1.12.1
25632026-08-11T21:40:05.809Z Checking block-buffer v0.12.1
25642026-08-11T21:40:05.906Z Checking block-padding v0.4.2
25652026-08-11T21:40:05.987Z Checking crypto-common v0.2.2
25662026-08-11T21:40:06.045Z Checking rustls-native-certs v0.8.3
25672026-08-11T21:40:06.179Z Checking scroll v0.12.0
25682026-08-11T21:40:06.195Z Checking x509-cert v0.2.5
25692026-08-11T21:40:06.242Z Checking zstd-sys v2.0.16+zstd.1.5.7
25702026-08-11T21:40:06.372Z Checking md-5 v0.10.6
25712026-08-11T21:40:06.422Z Checking hash32 v0.2.1
25722026-08-11T21:40:06.509Z Checking encoding_rs v0.8.35
25732026-08-11T21:40:06.583Z Checking crc-any v2.5.0
25742026-08-11T21:40:06.606Z Checking fallible-iterator v0.2.0
25752026-08-11T21:40:06.756Z Checking psl-types v2.0.11
25762026-08-11T21:40:06.814Z Checking mime v0.3.17
25772026-08-11T21:40:06.841Z Checking either v1.15.0
25782026-08-11T21:40:06.870Z Checking publicsuffix v2.3.0
25792026-08-11T21:40:06.883Z Checking postgres-protocol v0.6.10
25802026-08-11T21:40:06.994Z Checking dof v0.4.0
25812026-08-11T21:40:07.026Z Checking heapless v0.7.17
25822026-08-11T21:40:07.039Z Checking goblin v0.8.2
25832026-08-11T21:40:07.102Z Checking zstd-safe v7.2.4
25842026-08-11T21:40:07.144Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-08-11T21:40:07.195Z Checking toml v0.7.8
25862026-08-11T21:40:07.266Z Checking inout v0.2.2
25872026-08-11T21:40:07.412Z Checking hyper-tls v0.6.0
25882026-08-11T21:40:07.440Z Checking daft v0.1.7
25892026-08-11T21:40:07.453Z Checking cookie v0.18.1
25902026-08-11T21:40:07.499Z Checking zip v0.6.6
25912026-08-11T21:40:07.582Z Checking object v0.30.4
25922026-08-11T21:40:07.622Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25932026-08-11T21:40:07.677Z Checking tokio-rustls v0.26.4
25942026-08-11T21:40:07.690Z Checking phf_shared v0.13.1
25952026-08-11T21:40:07.731Z Checking dtrace-parser v0.3.0
25962026-08-11T21:40:07.780Z Checking zerocopy v0.7.35
25972026-08-11T21:40:07.820Z Checking pin-project v1.1.11
25982026-08-11T21:40:07.878Z Checking futures-executor v0.3.32
25992026-08-11T21:40:07.902Z Checking signal-hook v0.3.18
26002026-08-11T21:40:07.916Z Checking ff v0.13.1
26012026-08-11T21:40:07.966Z Checking thread-id v5.1.0
26022026-08-11T21:40:08.022Z Checking jiff-core v0.1.0
26032026-08-11T21:40:08.037Z Checking libbz2-rs-sys v0.2.2
26042026-08-11T21:40:08.050Z Checking foldhash v0.1.5
26052026-08-11T21:40:08.087Z Compiling rayon-core v1.13.0
26062026-08-11T21:40:08.104Z Checking managed v0.8.0
26072026-08-11T21:40:08.178Z Checking foldhash v0.2.0
26082026-08-11T21:40:08.265Z Checking base16ct v0.2.0
26092026-08-11T21:40:08.277Z Checking same-file v1.0.6
26102026-08-11T21:40:08.288Z Checking path-slash v0.1.5
26112026-08-11T21:40:08.332Z Checking bitflags v1.3.2
26122026-08-11T21:40:08.382Z Checking bumpalo v3.20.2
26132026-08-11T21:40:08.395Z Checking walkdir v2.5.0
26142026-08-11T21:40:08.398Z Checking sec1 v0.7.3
26152026-08-11T21:40:08.418Z Checking smoltcp v0.9.1
26162026-08-11T21:40:08.421Z Checking bzip2 v0.6.1
26172026-08-11T21:40:08.548Z Checking hashbrown v0.16.1
26182026-08-11T21:40:08.585Z Checking zopfli v0.8.3
26192026-08-11T21:40:08.599Z Checking hashbrown v0.15.5
26202026-08-11T21:40:08.602Z Checking signal-hook-mio v0.2.5
26212026-08-11T21:40:08.700Z Checking jiff v0.2.34
26222026-08-11T21:40:08.713Z Checking usdt-impl v0.6.0
26232026-08-11T21:40:08.910Z Checking group v0.13.0
26242026-08-11T21:40:08.928Z Checking dof v0.3.0
26252026-08-11T21:40:08.990Z Checking futures v0.3.32
26262026-08-11T21:40:09.013Z Checking snafu v0.8.9
26272026-08-11T21:40:09.044Z Checking hyper-rustls v0.27.7
26282026-08-11T21:40:09.056Z Checking phf v0.13.1
26292026-08-11T21:40:09.067Z Checking cookie_store v0.22.1
26302026-08-11T21:40:09.079Z Checking reqwest v0.12.28
26312026-08-11T21:40:09.197Z Checking cipher v0.5.2
26322026-08-11T21:40:09.212Z Checking zstd v0.13.3
26332026-08-11T21:40:09.247Z Checking postgres-types v0.2.12
26342026-08-11T21:40:09.250Z Checking globset v0.4.18
26352026-08-11T21:40:09.390Z Checking rustls-platform-verifier v0.6.2
26362026-08-11T21:40:09.403Z Checking crossbeam-deque v0.8.6
26372026-08-11T21:40:09.433Z Checking phf_shared v0.11.3
26382026-08-11T21:40:09.511Z Checking hkdf v0.12.4
26392026-08-11T21:40:09.529Z Checking regex v1.12.3
26402026-08-11T21:40:09.562Z Checking dtrace-parser v0.2.0
26412026-08-11T21:40:09.575Z Checking byte-wrapper v0.1.0
26422026-08-11T21:40:09.578Z Checking curve25519-dalek v4.1.3
26432026-08-11T21:40:09.642Z Checking ref-cast v1.0.25
26442026-08-11T21:40:09.674Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26452026-08-11T21:40:09.740Z Checking strum v0.27.2
26462026-08-11T21:40:09.775Z Checking olpc-cjson v0.1.4
26472026-08-11T21:40:09.788Z Checking hubpack v0.1.2
26482026-08-11T21:40:09.801Z Checking ed25519 v2.2.3
26492026-08-11T21:40:09.831Z Checking memoffset v0.9.1
26502026-08-11T21:40:09.846Z Checking rustix v0.38.44
26512026-08-11T21:40:09.894Z Checking pem v3.0.6
26522026-08-11T21:40:09.906Z Checking float-cmp v0.10.0
26532026-08-11T21:40:09.949Z Checking erased-serde v0.3.31
26542026-08-11T21:40:09.979Z Checking serde-big-array v0.5.1
26552026-08-11T21:40:10.015Z Checking serde_plain v1.0.2
26562026-08-11T21:40:10.028Z Checking crypto-bigint v0.5.5
26572026-08-11T21:40:10.048Z Checking thread-id v4.2.2
26582026-08-11T21:40:10.110Z Checking memmap2 v0.9.10
26592026-08-11T21:40:10.125Z Checking precomputed-hash v0.1.1
26602026-08-11T21:40:10.157Z Checking const-oid v0.10.2
26612026-08-11T21:40:10.204Z Checking difflib v0.4.0
26622026-08-11T21:40:10.269Z Checking winnow v0.7.14
26632026-08-11T21:40:10.311Z Checking unicode-segmentation v1.12.0
26642026-08-11T21:40:10.329Z Checking toml_write v0.1.2
26652026-08-11T21:40:10.362Z Checking whoami v2.1.0
26662026-08-11T21:40:10.378Z Checking fixedbitset v0.5.7
26672026-08-11T21:40:10.493Z Checking typed-path v0.9.3
26682026-08-11T21:40:10.556Z Checking keccak v0.1.6
26692026-08-11T21:40:10.570Z Checking predicates-core v1.0.10
26702026-08-11T21:40:10.611Z Checking new_debug_unreachable v1.0.6
26712026-08-11T21:40:10.615Z Checking normalize-line-endings v0.3.0
26722026-08-11T21:40:10.653Z Checking winnow v1.0.3
26732026-08-11T21:40:10.676Z Checking data-encoding v2.10.0
26742026-08-11T21:40:10.688Z Checking cpufeatures v0.3.0
26752026-08-11T21:40:10.705Z Checking fixedbitset v0.4.2
26762026-08-11T21:40:10.721Z Checking static_assertions v1.1.0
26772026-08-11T21:40:10.753Z Checking chacha20 v0.10.0
26782026-08-11T21:40:10.788Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26792026-08-11T21:40:10.850Z Checking petgraph v0.6.5
26802026-08-11T21:40:10.931Z Checking toml_parser v1.1.2+spec-1.1.0
26812026-08-11T21:40:10.953Z Checking hickory-proto v0.25.2
26822026-08-11T21:40:10.956Z Checking elliptic-curve v0.13.8
26832026-08-11T21:40:11.009Z Checking sha3 v0.10.8
26842026-08-11T21:40:11.220Z Checking predicates v3.1.4
26852026-08-11T21:40:11.263Z Checking string_cache v0.8.9
26862026-08-11T21:40:11.275Z Checking crossterm v0.28.1
26872026-08-11T21:40:11.288Z Checking tough v0.22.0
26882026-08-11T21:40:11.432Z Checking zip v4.6.1
26892026-08-11T21:40:11.504Z Checking toml_edit v0.22.27
26902026-08-11T21:40:11.523Z Checking similar v2.7.0
26912026-08-11T21:40:11.896Z Checking petgraph v0.8.3
26922026-08-11T21:40:11.972Z Checking tokio-postgres v0.7.16
26932026-08-11T21:40:12.006Z Checking ed25519-dalek v2.2.0
26942026-08-11T21:40:12.113Z Checking slog v2.8.2
26952026-08-11T21:40:12.234Z Checking digest v0.11.3
26962026-08-11T21:40:12.382Z Checking usdt v0.6.0
26972026-08-11T21:40:12.412Z Checking usdt-impl v0.5.0
26982026-08-11T21:40:12.547Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26992026-08-11T21:40:12.596Z Checking nix v0.31.2
27002026-08-11T21:40:12.695Z Checking iddqd v0.4.2
27012026-08-11T21:40:13.133Z Checking reqwest v0.13.2
27022026-08-11T21:40:13.224Z Checking itertools v0.13.0
27032026-08-11T21:40:13.298Z Checking itertools v0.15.0
27042026-08-11T21:40:13.383Z Checking strum v0.26.3
27052026-08-11T21:40:13.454Z Checking serde_with v3.21.0
27062026-08-11T21:40:13.493Z Checking fs-err v3.3.0
27072026-08-11T21:40:13.600Z Checking object v0.37.3
27082026-08-11T21:40:13.734Z Checking tokio-stream v0.1.18
27092026-08-11T21:40:13.790Z Checking buf-list v1.1.2
27102026-08-11T21:40:13.807Z Checking camino v1.2.2
27112026-08-11T21:40:13.975Z Checking anyhow v1.0.102
27122026-08-11T21:40:13.987Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27132026-08-11T21:40:14.051Z Checking openapiv3 v2.2.0
27142026-08-11T21:40:14.121Z Checking peg-runtime v0.8.5
27152026-08-11T21:40:14.172Z Checking lalrpop-util v0.19.12
27162026-08-11T21:40:14.244Z Checking rayon v1.11.0
27172026-08-11T21:40:14.256Z Checking sigpipe v0.1.3
27182026-08-11T21:40:14.268Z Checking glob v0.3.3
27192026-08-11T21:40:15.757Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-08-11T21:40:15.813Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27212026-08-11T21:40:16.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s
27222026-08-11T21:40:16.258Z
27232026-08-11T21:40:16.258Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27242026-08-11T21:40:16.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252026-08-11T21:40:16.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262026-08-11T21:40:16.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272026-08-11T21:40:16.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27282026-08-11T21:40:16.823Z
27292026-08-11T21:40:16.823Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27302026-08-11T21:40:17.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-11T21:40:17.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-11T21:40:17.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-11T21:40:17.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27342026-08-11T21:40:17.385Z
27352026-08-11T21:40:17.385Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27362026-08-11T21:40:17.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-11T21:40:17.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-11T21:40:17.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-11T21:40:17.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27402026-08-11T21:40:17.962Z
27412026-08-11T21:40:17.962Zinfo: running `cargo check --bins` on oxql-types (82/334)
27422026-08-11T21:40:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-11T21:40:18.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-11T21:40:18.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-11T21:40:18.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27462026-08-11T21:40:18.527Z
27472026-08-11T21:40:18.527Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27482026-08-11T21:40:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-11T21:40:19.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-11T21:40:19.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-11T21:40:19.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27522026-08-11T21:40:19.091Z
27532026-08-11T21:40:19.091Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27542026-08-11T21:40:19.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-11T21:40:19.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-11T21:40:19.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-11T21:40:19.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27582026-08-11T21:40:19.655Z
27592026-08-11T21:40:19.655Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27602026-08-11T21:40:20.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-11T21:40:20.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-11T21:40:20.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-11T21:40:20.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27642026-08-11T21:40:20.208Z
27652026-08-11T21:40:20.208Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27662026-08-11T21:40:20.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-11T21:40:20.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-11T21:40:20.878Z Compiling multer v3.1.0
27692026-08-11T21:40:20.994Z Compiling async-stream-impl v0.3.6
27702026-08-11T21:40:20.999Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27712026-08-11T21:40:21.011Z Compiling dropshot v0.17.1
27722026-08-11T21:40:21.026Z Compiling parse-display-derive v0.10.0
27732026-08-11T21:40:21.037Z Compiling dropshot_endpoint v0.17.1
27742026-08-11T21:40:21.040Z Compiling newtype-uuid-macros v0.1.0
27752026-08-11T21:40:21.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27762026-08-11T21:40:21.211Z Checking thread_local v1.1.9
27772026-08-11T21:40:21.236Z Checking match_cfg v0.1.0
27782026-08-11T21:40:21.330Z Checking compression-core v0.4.31
27792026-08-11T21:40:21.377Z Checking hostname v0.3.1
27802026-08-11T21:40:21.414Z Checking crossbeam-channel v0.5.15
27812026-08-11T21:40:21.441Z Checking compression-codecs v0.4.37
27822026-08-11T21:40:21.464Z Checking atomicwrites v0.4.4
27832026-08-11T21:40:21.482Z Checking slog-json v2.6.1
27842026-08-11T21:40:21.573Z Checking is-terminal v0.4.17
27852026-08-11T21:40:21.587Z Checking toml_datetime v1.1.1+spec-1.1.0
27862026-08-11T21:40:21.603Z Checking serde_spanned v1.1.1
27872026-08-11T21:40:21.637Z Checking take_mut v0.2.2
27882026-08-11T21:40:21.660Z Checking term v1.2.1
27892026-08-11T21:40:21.731Z Checking toml_writer v1.1.1+spec-1.1.0
27902026-08-11T21:40:21.744Z Checking debug-ignore v1.0.5
27912026-08-11T21:40:21.755Z Checking slog-async v2.8.0
27922026-08-11T21:40:21.781Z Checking slog-bunyan v2.5.0
27932026-08-11T21:40:21.802Z Checking async-compression v0.4.41
27942026-08-11T21:40:21.836Z Checking async-stream v0.3.6
27952026-08-11T21:40:21.879Z Checking slog-term v2.9.2
27962026-08-11T21:40:21.893Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27972026-08-11T21:40:21.905Z Checking toml v1.1.2+spec-1.1.0
27982026-08-11T21:40:21.925Z Checking progenitor-client v0.14.0
27992026-08-11T21:40:21.960Z Checking sha1 v0.11.0
28002026-08-11T21:40:22.043Z Checking waitgroup v0.1.2
28012026-08-11T21:40:22.138Z Checking rustls-pemfile v2.2.0
28022026-08-11T21:40:22.151Z Checking backon v1.6.0
28032026-08-11T21:40:22.163Z Checking serde_path_to_error v0.1.20
28042026-08-11T21:40:22.166Z Checking hostname v0.4.2
28052026-08-11T21:40:22.220Z Checking instant v0.1.13
28062026-08-11T21:40:22.303Z Checking backoff v0.4.0
28072026-08-11T21:40:22.317Z Checking progenitor-extras v0.2.0
28082026-08-11T21:40:22.429Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28092026-08-11T21:40:22.473Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28102026-08-11T21:40:22.487Z Checking regress v0.10.5
28112026-08-11T21:40:22.490Z Checking itertools v0.14.0
28122026-08-11T21:40:22.640Z Checking macaddr v1.0.1
28132026-08-11T21:40:22.687Z Checking parse-display v0.10.0
28142026-08-11T21:40:22.817Z Checking humantime v2.3.0
28152026-08-11T21:40:23.558Z Compiling prettyplease v0.2.37
28162026-08-11T21:40:23.897Z Checking num-rational v0.4.2
28172026-08-11T21:40:24.176Z Checking num-complex v0.4.6
28182026-08-11T21:40:24.624Z Compiling num v0.4.3
28192026-08-11T21:40:24.701Z Compiling usdt-attr-macro v0.5.0
28202026-08-11T21:40:24.714Z Compiling usdt-macro v0.5.0
28212026-08-11T21:40:24.717Z Checking memmap v0.7.0
28222026-08-11T21:40:24.757Z Compiling float-ord v0.3.2
28232026-08-11T21:40:24.776Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28242026-08-11T21:40:24.873Z Compiling convert_case v0.4.0
28252026-08-11T21:40:24.957Z Checking unicode-width v0.2.0
28262026-08-11T21:40:25.208Z Checking console v0.15.11
28272026-08-11T21:40:25.239Z Compiling derive_more v0.99.20
28282026-08-11T21:40:25.441Z Checking newline-converter v0.3.0
28292026-08-11T21:40:25.481Z Compiling toml v0.8.23
28302026-08-11T21:40:25.484Z Checking usdt v0.5.0
28312026-08-11T21:40:25.550Z Checking linked-hash-map v0.5.6
28322026-08-11T21:40:25.655Z Compiling minimal-lexical v0.2.1
28332026-08-11T21:40:25.722Z Checking lru-cache v0.1.2
28342026-08-11T21:40:25.844Z Compiling nom v7.1.3
28352026-08-11T21:40:25.907Z Checking expectorate v1.2.0
28362026-08-11T21:40:26.414Z Checking camino-tempfile v1.4.1
28372026-08-11T21:40:26.474Z Checking hickory-proto v0.24.4
28382026-08-11T21:40:26.578Z Checking phf_shared v0.12.1
28392026-08-11T21:40:26.592Z Compiling slog-dtrace v0.3.0
28402026-08-11T21:40:26.723Z Checking resolv-conf v0.7.6
28412026-08-11T21:40:26.913Z Checking heck v0.5.0
28422026-08-11T21:40:27.099Z Compiling chrono-tz v0.10.4
28432026-08-11T21:40:27.104Z Compiling unicode-xid v0.2.6
28442026-08-11T21:40:27.183Z Compiling const_format_proc_macros v0.2.34
28452026-08-11T21:40:27.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-08-11T21:40:27.288Z Checking phf v0.12.1
28472026-08-11T21:40:27.434Z Checking tokio-dtrace v0.1.1
28482026-08-11T21:40:27.628Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28492026-08-11T21:40:27.731Z Compiling derive-where v1.6.0
28502026-08-11T21:40:27.750Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-08-11T21:40:27.901Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28522026-08-11T21:40:28.002Z Checking highway v1.3.0
28532026-08-11T21:40:28.240Z Checking const_format v0.2.35
28542026-08-11T21:40:28.318Z Checking hickory-resolver v0.24.4
28552026-08-11T21:40:28.473Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28562026-08-11T21:40:28.993Z Checking oxide-tokio-rt v0.1.4
28572026-08-11T21:40:29.057Z Checking qorb v0.4.1
28582026-08-11T21:40:29.298Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28592026-08-11T21:40:29.395Z Checking gethostname v0.5.0
28602026-08-11T21:40:29.415Z Checking bcs v0.1.6
28612026-08-11T21:40:29.430Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28622026-08-11T21:40:29.444Z Checking termtree v0.5.1
28632026-08-11T21:40:29.572Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642026-08-11T21:40:29.572Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28652026-08-11T21:40:32.668Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28662026-08-11T21:40:35.954Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28672026-08-11T21:40:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s
28682026-08-11T21:40:38.282Z
28692026-08-11T21:40:38.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28702026-08-11T21:40:38.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-08-11T21:40:38.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-08-11T21:40:38.960Z Compiling ar_archive_writer v0.5.1
28732026-08-11T21:40:39.073Z Compiling stacker v0.1.23
28742026-08-11T21:40:39.079Z Compiling cfg_aliases v0.1.1
28752026-08-11T21:40:39.086Z Compiling convert_case v0.10.0
28762026-08-11T21:40:39.089Z Checking unicode-width v0.1.14
28772026-08-11T21:40:39.101Z Compiling proc-macro-error v1.0.4
28782026-08-11T21:40:39.112Z Checking fd-lock v4.0.4
28792026-08-11T21:40:39.114Z Checking nibble_vec v0.1.0
28802026-08-11T21:40:39.134Z Compiling nix v0.28.0
28812026-08-11T21:40:39.226Z Compiling recursive-proc-macro-impl v0.1.1
28822026-08-11T21:40:39.239Z Checking vte v0.14.1
28832026-08-11T21:40:39.325Z Checking endian-type v0.1.2
28842026-08-11T21:40:39.337Z Checking bytecount v0.6.9
28852026-08-11T21:40:39.471Z Compiling derive_more-impl v2.1.1
28862026-08-11T21:40:39.479Z Checking strip-ansi-escapes v0.2.1
28872026-08-11T21:40:39.479Z Compiling tabled_derive v0.7.0
28882026-08-11T21:40:39.479Z Checking papergrid v0.11.0
28892026-08-11T21:40:39.479Z Checking radix_trie v0.2.1
28902026-08-11T21:40:39.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912026-08-11T21:40:39.632Z Compiling peg-macros v0.8.5
28922026-08-11T21:40:39.649Z Checking winnow v0.6.26
28932026-08-11T21:40:39.902Z Compiling psm v0.1.30
28942026-08-11T21:40:39.961Z Compiling sqlparser_derive v0.5.0
28952026-08-11T21:40:40.049Z Checking unicode_categories v0.1.1
28962026-08-11T21:40:40.180Z Checking derive_more v2.1.1
28972026-08-11T21:40:40.203Z Checking nu-ansi-term v0.50.3
28982026-08-11T21:40:40.256Z Checking home v0.5.12
28992026-08-11T21:40:40.355Z Checking tabled v0.15.0
29002026-08-11T21:40:40.368Z Checking crossterm v0.29.0
29012026-08-11T21:40:40.393Z Checking rustyline v14.0.0
29022026-08-11T21:40:40.417Z Checking reedline v0.40.0
29032026-08-11T21:40:40.670Z Checking recursive v0.1.1
29042026-08-11T21:40:40.737Z Checking display-error-chain v0.2.2
29052026-08-11T21:40:40.782Z Checking sqlparser v0.61.0
29062026-08-11T21:40:40.809Z Checking sqlformat v0.3.5
29072026-08-11T21:40:41.003Z Checking peg v0.8.5
29082026-08-11T21:40:52.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
29092026-08-11T21:40:52.297Z
29102026-08-11T21:40:52.297Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29112026-08-11T21:40:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-08-11T21:40:52.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-08-11T21:40:52.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29142026-08-11T21:40:56.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29152026-08-11T21:40:56.595Z
29162026-08-11T21:40:56.596Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29172026-08-11T21:40:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-11T21:40:57.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-11T21:40:57.271Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-11T21:40:59.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29212026-08-11T21:40:59.985Z
29222026-08-11T21:40:59.985Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29232026-08-11T21:41:00.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-11T21:41:00.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-11T21:41:00.651Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-11T21:41:03.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29272026-08-11T21:41:04.153Z
29282026-08-11T21:41:04.154Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29292026-08-11T21:41:04.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-11T21:41:04.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-11T21:41:04.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-11T21:41:08.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
29332026-08-11T21:41:08.394Z
29342026-08-11T21:41:08.395Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29352026-08-11T21:41:08.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-11T21:41:08.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-11T21:41:09.058Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-11T21:41:11.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29392026-08-11T21:41:11.914Z
29402026-08-11T21:41:11.914Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29412026-08-11T21:41:12.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-11T21:41:12.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-11T21:41:12.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-11T21:41:15.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29452026-08-11T21:41:15.461Z
29462026-08-11T21:41:15.461Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29472026-08-11T21:41:15.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-11T21:41:15.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-11T21:41:16.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-11T21:41:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29512026-08-11T21:41:19.837Z
29522026-08-11T21:41:19.837Zinfo: running `cargo check --bins` on oximeter (95/334)
29532026-08-11T21:41:20.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-11T21:41:20.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-11T21:41:20.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-08-11T21:41:20.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29572026-08-11T21:41:20.406Z
29582026-08-11T21:41:20.406Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29592026-08-11T21:41:20.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-11T21:41:20.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-11T21:41:21.035Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29622026-08-11T21:41:21.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29632026-08-11T21:41:21.580Z
29642026-08-11T21:41:21.580Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29652026-08-11T21:41:22.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-11T21:41:22.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-11T21:41:22.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682026-08-11T21:41:22.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29692026-08-11T21:41:22.147Z
29702026-08-11T21:41:22.147Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29712026-08-11T21:41:22.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-11T21:41:22.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-11T21:41:22.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-11T21:41:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29752026-08-11T21:41:22.763Z
29762026-08-11T21:41:22.763Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29772026-08-11T21:41:23.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-11T21:41:23.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-11T21:41:23.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-11T21:41:23.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29812026-08-11T21:41:23.339Z
29822026-08-11T21:41:23.339Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29832026-08-11T21:41:23.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-11T21:41:23.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-11T21:41:23.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-11T21:41:23.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-11T21:41:23.905Z
29882026-08-11T21:41:23.905Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29892026-08-11T21:41:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-11T21:41:24.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-11T21:41:24.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-11T21:41:24.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-11T21:41:24.478Z
29942026-08-11T21:41:24.478Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
29952026-08-11T21:41:24.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-11T21:41:24.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-11T21:41:24.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-11T21:41:24.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29992026-08-11T21:41:25.060Z
30002026-08-11T21:41:25.060Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30012026-08-11T21:41:25.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-11T21:41:25.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-11T21:41:25.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-11T21:41:25.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-11T21:41:25.624Z
30062026-08-11T21:41:25.624Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30072026-08-11T21:41:26.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-11T21:41:26.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-11T21:41:26.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-11T21:41:26.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30112026-08-11T21:41:26.233Z
30122026-08-11T21:41:26.233Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30132026-08-11T21:41:26.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-11T21:41:26.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-11T21:41:27.013Z Compiling regress v0.11.1
30162026-08-11T21:41:27.013Z Checking secrecy v0.10.3
30172026-08-11T21:41:27.016Z Compiling crucible-workspace-hack v0.1.0
30182026-08-11T21:41:27.016Z Checking half v2.7.1
30192026-08-11T21:41:27.016Z Checking ciborium-io v0.2.2
30202026-08-11T21:41:27.016Z Checking inout v0.1.4
30212026-08-11T21:41:27.016Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30222026-08-11T21:41:27.232Z Checking universal-hash v0.5.1
30232026-08-11T21:41:27.296Z Checking cipher v0.4.4
30242026-08-11T21:41:27.323Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30252026-08-11T21:41:27.357Z Compiling thiserror-impl-no-std v2.0.2
30262026-08-11T21:41:27.391Z Checking ciborium-ll v0.2.2
30272026-08-11T21:41:27.406Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30282026-08-11T21:41:27.432Z Compiling toml_datetime v0.7.5+spec-1.1.0
30292026-08-11T21:41:27.505Z Checking opaque-debug v0.3.1
30302026-08-11T21:41:27.554Z Checking chacha20 v0.9.1
30312026-08-11T21:41:27.568Z Checking ciborium v0.2.2
30322026-08-11T21:41:27.583Z Checking poly1305 v0.8.0
30332026-08-11T21:41:27.672Z Compiling toml_edit v0.23.10+spec-1.0.0
30342026-08-11T21:41:27.744Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30352026-08-11T21:41:27.809Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30362026-08-11T21:41:27.842Z Checking password-hash v0.5.0
30372026-08-11T21:41:27.983Z Checking blake2 v0.10.6
30382026-08-11T21:41:28.031Z Checking aead v0.5.2
30392026-08-11T21:41:28.066Z Compiling unsafe-libyaml v0.2.11
30402026-08-11T21:41:28.177Z Checking indent_write v2.2.0
30412026-08-11T21:41:28.220Z Checking argon2 v0.5.3
30422026-08-11T21:41:28.310Z Compiling proc-macro-crate v3.4.0
30432026-08-11T21:41:28.512Z Checking thiserror-no-std v2.0.2
30442026-08-11T21:41:28.558Z Checking chacha20poly1305 v0.10.1
30452026-08-11T21:41:28.603Z Checking vsss-rs v3.3.4
30462026-08-11T21:41:28.634Z Checking typify-impl v0.6.2
30472026-08-11T21:41:28.684Z Compiling serde_yaml v0.9.34+deprecated
30482026-08-11T21:41:28.722Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30492026-08-11T21:41:28.850Z Compiling num_enum_derive v0.7.6
30502026-08-11T21:41:29.327Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-08-11T21:41:29.478Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30522026-08-11T21:41:29.538Z Compiling heapless v0.8.0
30532026-08-11T21:41:29.577Z Compiling ingot-macros v0.2.0
30542026-08-11T21:41:29.769Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-08-11T21:41:29.774Z Checking hash32 v0.3.1
30562026-08-11T21:41:29.891Z Checking num_enum v0.7.6
30572026-08-11T21:41:29.906Z Compiling smoltcp v0.11.0
30582026-08-11T21:41:30.008Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30592026-08-11T21:41:30.102Z Checking tabwriter v1.4.1
30602026-08-11T21:41:30.256Z Checking cobs v0.3.0
30612026-08-11T21:41:30.271Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30622026-08-11T21:41:30.288Z Compiling proc-macro-crate v1.3.1
30632026-08-11T21:41:30.398Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30642026-08-11T21:41:30.413Z Checking postcard v1.1.3
30652026-08-11T21:41:30.468Z Compiling foreign-types-macros v0.2.3
30662026-08-11T21:41:30.608Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30672026-08-11T21:41:30.703Z Checking colored v3.1.1
30682026-08-11T21:41:30.704Z Checking swrite v0.1.0
30692026-08-11T21:41:30.797Z Checking foreign-types-shared v0.3.1
30702026-08-11T21:41:30.825Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30712026-08-11T21:41:30.859Z Compiling num_enum_derive v0.5.11
30722026-08-11T21:41:31.013Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30732026-08-11T21:41:31.029Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30742026-08-11T21:41:31.101Z Checking foreign-types v0.5.0
30752026-08-11T21:41:31.183Z Checking cstr-argument v0.1.2
30762026-08-11T21:41:31.313Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30772026-08-11T21:41:31.453Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30782026-08-11T21:41:31.491Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-08-11T21:41:31.526Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-08-11T21:41:31.567Z Checking rand v0.10.1
30812026-08-11T21:41:31.626Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30822026-08-11T21:41:31.664Z Compiling zone_cfg_derive v0.3.1
30832026-08-11T21:41:31.693Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30842026-08-11T21:41:31.806Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30852026-08-11T21:41:31.930Z Checking num_enum v0.5.11
30862026-08-11T21:41:31.953Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30872026-08-11T21:41:32.046Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30882026-08-11T21:41:32.130Z Checking itertools v0.12.1
30892026-08-11T21:41:32.226Z Compiling num-derive v0.4.2
30902026-08-11T21:41:32.322Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30912026-08-11T21:41:32.441Z Checking ingot-types v0.2.0
30922026-08-11T21:41:32.511Z Compiling semver v0.1.20
30932026-08-11T21:41:32.812Z Compiling rustc_version v0.1.7
30942026-08-11T21:41:32.812Z Checking ingot v0.2.1
30952026-08-11T21:41:33.044Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-11T21:41:33.068Z Checking smf v0.2.3
30972026-08-11T21:41:33.138Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30982026-08-11T21:41:33.155Z Checking zone v0.3.1
30992026-08-11T21:41:33.204Z Checking csv-core v0.1.13
31002026-08-11T21:41:33.310Z Checking nom v8.0.0
31012026-08-11T21:41:33.332Z Checking whoami v1.6.1
31022026-08-11T21:41:33.348Z Compiling typify-macro v0.6.2
31032026-08-11T21:41:33.363Z Compiling newtype_derive v0.1.6
31042026-08-11T21:41:33.384Z Checking csv v1.4.0
31052026-08-11T21:41:33.506Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31062026-08-11T21:41:33.523Z Compiling cancel-safe-futures v0.1.5
31072026-08-11T21:41:33.603Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31082026-08-11T21:41:33.739Z Compiling libefi-sys v0.1.0
31092026-08-11T21:41:33.755Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31102026-08-11T21:41:33.767Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31112026-08-11T21:41:33.840Z Compiling owo-colors v4.3.0
31122026-08-11T21:41:34.068Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-08-11T21:41:34.178Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31142026-08-11T21:41:34.210Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31152026-08-11T21:41:34.269Z Checking oxide-update-engine-types v0.1.2
31162026-08-11T21:41:34.354Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31172026-08-11T21:41:34.410Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31182026-08-11T21:41:34.439Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31192026-08-11T21:41:34.505Z Compiling bitfield-struct v0.6.2
31202026-08-11T21:41:34.703Z Checking linear-map v1.2.0
31212026-08-11T21:41:34.875Z Checking unicode-linebreak v0.1.5
31222026-08-11T21:41:34.890Z Checking smawk v0.3.2
31232026-08-11T21:41:35.031Z Checking steno v0.4.1
31242026-08-11T21:41:35.081Z Compiling typify v0.6.2
31252026-08-11T21:41:35.149Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31262026-08-11T21:41:35.165Z Checking oxide-update-engine v0.1.2
31272026-08-11T21:41:35.192Z Compiling progenitor-impl v0.14.0
31282026-08-11T21:41:35.254Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31292026-08-11T21:41:35.393Z Checking textwrap v0.16.2
31302026-08-11T21:41:35.538Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31312026-08-11T21:41:35.794Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31322026-08-11T21:41:36.027Z Checking sha1 v0.10.6
31332026-08-11T21:41:36.117Z Checking utf-8 v0.7.6
31342026-08-11T21:41:36.120Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-08-11T21:41:36.181Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31362026-08-11T21:41:36.202Z Checking ignore v0.4.25
31372026-08-11T21:41:36.217Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31382026-08-11T21:41:36.255Z Checking tungstenite v0.21.0
31392026-08-11T21:41:36.338Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31402026-08-11T21:41:36.457Z Compiling xshell-macros v0.2.7
31412026-08-11T21:41:36.549Z Checking predicates-tree v1.0.13
31422026-08-11T21:41:36.608Z Checking globwalk v0.9.1
31432026-08-11T21:41:36.633Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31442026-08-11T21:41:36.662Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31452026-08-11T21:41:36.688Z Checking tokio-tungstenite v0.21.0
31462026-08-11T21:41:36.790Z Checking filetime v0.2.27
31472026-08-11T21:41:36.848Z Checking xshell v0.2.7
31482026-08-11T21:41:36.863Z Checking xattr v1.6.1
31492026-08-11T21:41:36.927Z Checking tagptr v0.2.0
31502026-08-11T21:41:36.973Z Checking camino-tempfile-ext v0.3.3
31512026-08-11T21:41:36.997Z Checking tar v0.4.46
31522026-08-11T21:41:37.036Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31532026-08-11T21:41:37.052Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31542026-08-11T21:41:37.070Z Checking moka v0.12.13
31552026-08-11T21:41:37.168Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31562026-08-11T21:41:37.188Z Checking rand_seeder v0.4.0
31572026-08-11T21:41:37.222Z Checking half v1.8.3
31582026-08-11T21:41:37.325Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31592026-08-11T21:41:37.349Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31602026-08-11T21:41:37.412Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31612026-08-11T21:41:37.444Z Checking serde_cbor v0.11.2
31622026-08-11T21:41:37.688Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31632026-08-11T21:41:37.706Z Checking digest-io v0.1.0
31642026-08-11T21:41:37.765Z Checking hickory-resolver v0.25.2
31652026-08-11T21:41:37.848Z Checking sha2 v0.11.0
31662026-08-11T21:41:37.867Z Compiling petname v2.0.2
31672026-08-11T21:41:37.896Z Compiling progenitor-macro v0.14.0
31682026-08-11T21:41:38.330Z Checking rawzip v0.4.4
31692026-08-11T21:41:38.350Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-08-11T21:41:38.453Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31712026-08-11T21:41:38.483Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31722026-08-11T21:41:38.509Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31732026-08-11T21:41:38.771Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31742026-08-11T21:41:38.955Z Checking sapling-renderdag v0.1.0
31752026-08-11T21:41:38.972Z Checking subprocess v0.2.15
31762026-08-11T21:41:39.196Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31772026-08-11T21:41:39.266Z Checking sync-ptr v0.1.4
31782026-08-11T21:41:39.284Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31792026-08-11T21:41:39.336Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31802026-08-11T21:41:39.402Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31812026-08-11T21:41:39.431Z Checking colored v2.2.0
31822026-08-11T21:41:39.504Z Checking assert_matches v1.5.0
31832026-08-11T21:41:40.464Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31842026-08-11T21:41:40.683Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31852026-08-11T21:41:41.026Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31862026-08-11T21:41:41.368Z Checking progenitor v0.14.0
31872026-08-11T21:41:41.546Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31882026-08-11T21:41:41.556Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31892026-08-11T21:41:41.556Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31902026-08-11T21:41:41.556Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-08-11T21:41:41.556Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31922026-08-11T21:41:41.556Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932026-08-11T21:41:41.556Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31942026-08-11T21:41:41.847Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31952026-08-11T21:41:41.874Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31962026-08-11T21:41:42.121Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31972026-08-11T21:41:42.585Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-08-11T21:41:43.203Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31992026-08-11T21:41:44.395Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32002026-08-11T21:41:52.859Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32012026-08-11T21:41:59.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-08-11T21:41:59.909Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32032026-08-11T21:41:59.909Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32042026-08-11T21:42:01.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32052026-08-11T21:42:02.679Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-08-11T21:42:04.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.70s
32072026-08-11T21:42:05.110Z
32082026-08-11T21:42:05.110Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32092026-08-11T21:42:05.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-08-11T21:42:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-08-11T21:42:05.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-08-11T21:42:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32132026-08-11T21:42:05.724Z
32142026-08-11T21:42:05.725Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32152026-08-11T21:42:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-11T21:42:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-11T21:42:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-08-11T21:42:06.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32192026-08-11T21:42:06.300Z
32202026-08-11T21:42:06.300Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32212026-08-11T21:42:06.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-11T21:42:06.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-11T21:42:06.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-08-11T21:42:06.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32252026-08-11T21:42:07.010Z
32262026-08-11T21:42:07.010Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32272026-08-11T21:42:07.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-11T21:42:07.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-11T21:42:07.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-08-11T21:42:07.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-08-11T21:42:07.449Z
32322026-08-11T21:42:07.449Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32332026-08-11T21:42:07.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-11T21:42:07.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-11T21:42:07.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-08-11T21:42:07.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32372026-08-11T21:42:08.011Z
32382026-08-11T21:42:08.011Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32392026-08-11T21:42:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-11T21:42:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-11T21:42:08.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-08-11T21:42:08.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32432026-08-11T21:42:08.578Z
32442026-08-11T21:42:08.578Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32452026-08-11T21:42:09.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-11T21:42:09.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-11T21:42:09.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-08-11T21:42:09.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32492026-08-11T21:42:09.136Z
32502026-08-11T21:42:09.136Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32512026-08-11T21:42:09.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-11T21:42:09.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-11T21:42:09.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-11T21:42:09.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32552026-08-11T21:42:09.681Z
32562026-08-11T21:42:09.681Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32572026-08-11T21:42:10.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-11T21:42:10.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-11T21:42:10.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-08-11T21:42:10.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32612026-08-11T21:42:10.250Z
32622026-08-11T21:42:10.250Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32632026-08-11T21:42:10.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-11T21:42:10.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-11T21:42:10.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-11T21:42:10.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32672026-08-11T21:42:10.832Z
32682026-08-11T21:42:10.832Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32692026-08-11T21:42:11.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-11T21:42:11.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-11T21:42:11.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-11T21:42:11.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32732026-08-11T21:42:11.414Z
32742026-08-11T21:42:11.414Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32752026-08-11T21:42:11.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-11T21:42:11.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-11T21:42:11.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-11T21:42:11.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32792026-08-11T21:42:11.992Z
32802026-08-11T21:42:11.993Zinfo: running `cargo check --bins` on key-manager (118/334)
32812026-08-11T21:42:12.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-11T21:42:12.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-11T21:42:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-11T21:42:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32852026-08-11T21:42:12.550Z
32862026-08-11T21:42:12.550Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32872026-08-11T21:42:13.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-11T21:42:13.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-11T21:42:13.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-11T21:42:13.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32912026-08-11T21:42:13.127Z
32922026-08-11T21:42:13.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32932026-08-11T21:42:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-11T21:42:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-11T21:42:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-11T21:42:13.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32972026-08-11T21:42:13.702Z
32982026-08-11T21:42:13.702Zinfo: running `cargo check --bins` on typed-rng (121/334)
32992026-08-11T21:42:14.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-11T21:42:14.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-11T21:42:14.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-11T21:42:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33032026-08-11T21:42:14.250Z
33042026-08-11T21:42:14.250Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33052026-08-11T21:42:14.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-11T21:42:14.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-11T21:42:14.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-08-11T21:42:14.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-08-11T21:42:14.851Z
33102026-08-11T21:42:14.851Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33112026-08-11T21:42:15.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-08-11T21:42:15.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-08-11T21:42:15.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-08-11T21:42:15.574Z Checking void v1.0.2
33152026-08-11T21:42:15.574Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33162026-08-11T21:42:15.574Z Checking nix v0.27.1
33172026-08-11T21:42:15.574Z Checking tungstenite v0.23.0
33182026-08-11T21:42:15.690Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-08-11T21:42:15.693Z Checking dropshot-api-manager-types v0.7.2
33202026-08-11T21:42:15.697Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33212026-08-11T21:42:15.837Z Checking lzss v0.8.2
33222026-08-11T21:42:15.838Z Checking kstat-rs v0.2.5
33232026-08-11T21:42:15.874Z Checking fxhash v0.2.1
33242026-08-11T21:42:15.923Z Checking serde_bytes v0.11.19
33252026-08-11T21:42:15.990Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33262026-08-11T21:42:16.018Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33272026-08-11T21:42:16.021Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33282026-08-11T21:42:16.044Z Checking signal-hook-tokio v0.3.1
33292026-08-11T21:42:16.130Z Checking tokio-tungstenite v0.23.1
33302026-08-11T21:42:16.216Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33312026-08-11T21:42:17.262Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-08-11T21:42:17.814Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-08-11T21:42:19.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
33342026-08-11T21:42:20.137Z
33352026-08-11T21:42:20.137Zinfo: running `cargo check --bins` on gateway-api (124/334)
33362026-08-11T21:42:20.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-08-11T21:42:20.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-08-11T21:42:20.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-08-11T21:42:20.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33402026-08-11T21:42:20.698Z
33412026-08-11T21:42:20.698Zinfo: running `cargo check --bins` on ipcc (125/334)
33422026-08-11T21:42:21.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-08-11T21:42:21.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-08-11T21:42:21.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-08-11T21:42:21.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33462026-08-11T21:42:21.261Z
33472026-08-11T21:42:21.261Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33482026-08-11T21:42:21.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-08-11T21:42:21.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-08-11T21:42:21.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-08-11T21:42:21.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33522026-08-11T21:42:21.806Z
33532026-08-11T21:42:21.806Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33542026-08-11T21:42:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-08-11T21:42:22.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-08-11T21:42:22.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-08-11T21:42:22.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-08-11T21:42:22.383Z
33592026-08-11T21:42:22.383Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33602026-08-11T21:42:22.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-08-11T21:42:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-08-11T21:42:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-08-11T21:42:22.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33642026-08-11T21:42:22.947Z
33652026-08-11T21:42:22.947Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33662026-08-11T21:42:23.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-08-11T21:42:23.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-08-11T21:42:23.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-08-11T21:42:23.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33702026-08-11T21:42:23.510Z
33712026-08-11T21:42:23.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33722026-08-11T21:42:23.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-08-11T21:42:23.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-08-11T21:42:23.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-08-11T21:42:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33762026-08-11T21:42:24.069Z
33772026-08-11T21:42:24.069Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33782026-08-11T21:42:24.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-08-11T21:42:24.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-08-11T21:42:24.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-08-11T21:42:24.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33822026-08-11T21:42:24.647Z
33832026-08-11T21:42:24.647Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33842026-08-11T21:42:25.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-08-11T21:42:25.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-08-11T21:42:25.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-08-11T21:42:25.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33882026-08-11T21:42:25.209Z
33892026-08-11T21:42:25.209Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33902026-08-11T21:42:25.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-08-11T21:42:25.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-08-11T21:42:25.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-08-11T21:42:25.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33942026-08-11T21:42:25.771Z
33952026-08-11T21:42:25.771Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
33962026-08-11T21:42:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-08-11T21:42:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-08-11T21:42:26.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-08-11T21:42:26.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34002026-08-11T21:42:26.334Z
34012026-08-11T21:42:26.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
34022026-08-11T21:42:26.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-08-11T21:42:26.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-08-11T21:42:26.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-08-11T21:42:26.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34062026-08-11T21:42:26.895Z
34072026-08-11T21:42:26.895Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34082026-08-11T21:42:27.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-08-11T21:42:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-08-11T21:42:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-08-11T21:42:27.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-08-11T21:42:27.464Z
34132026-08-11T21:42:27.464Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34142026-08-11T21:42:28.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-08-11T21:42:28.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-08-11T21:42:28.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-08-11T21:42:28.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-08-11T21:42:28.068Z
34192026-08-11T21:42:28.068Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34202026-08-11T21:42:28.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-08-11T21:42:28.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-08-11T21:42:28.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-08-11T21:42:28.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-08-11T21:42:28.575Z
34252026-08-11T21:42:28.575Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34262026-08-11T21:42:29.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-08-11T21:42:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-08-11T21:42:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-08-11T21:42:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-08-11T21:42:29.138Z
34312026-08-11T21:42:29.138Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34322026-08-11T21:42:29.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-08-11T21:42:29.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-08-11T21:42:29.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-08-11T21:42:29.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34362026-08-11T21:42:29.698Z
34372026-08-11T21:42:29.698Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34382026-08-11T21:42:30.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-08-11T21:42:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-08-11T21:42:30.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-08-11T21:42:30.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-08-11T21:42:30.263Z
34432026-08-11T21:42:30.263Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34442026-08-11T21:42:30.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-08-11T21:42:30.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-08-11T21:42:30.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-08-11T21:42:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34482026-08-11T21:42:30.824Z
34492026-08-11T21:42:30.825Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34502026-08-11T21:42:31.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-08-11T21:42:31.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-08-11T21:42:31.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-08-11T21:42:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-08-11T21:42:31.386Z
34552026-08-11T21:42:31.386Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34562026-08-11T21:42:31.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-08-11T21:42:31.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-08-11T21:42:31.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-08-11T21:42:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-08-11T21:42:31.949Z
34612026-08-11T21:42:31.949Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34622026-08-11T21:42:32.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-08-11T21:42:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-08-11T21:42:32.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-08-11T21:42:32.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34662026-08-11T21:42:32.510Z
34672026-08-11T21:42:32.510Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34682026-08-11T21:42:32.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-08-11T21:42:33.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-08-11T21:42:33.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-08-11T21:42:33.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34722026-08-11T21:42:33.088Z
34732026-08-11T21:42:33.088Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34742026-08-11T21:42:33.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-08-11T21:42:33.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-08-11T21:42:33.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-08-11T21:42:33.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34782026-08-11T21:42:33.666Z
34792026-08-11T21:42:33.666Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34802026-08-11T21:42:34.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-08-11T21:42:34.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-08-11T21:42:34.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-08-11T21:42:34.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34842026-08-11T21:42:34.245Z
34852026-08-11T21:42:34.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34862026-08-11T21:42:34.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-08-11T21:42:34.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-08-11T21:42:34.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-08-11T21:42:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-08-11T21:42:34.825Z
34912026-08-11T21:42:34.825Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34922026-08-11T21:42:35.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-08-11T21:42:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-08-11T21:42:35.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-08-11T21:42:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-08-11T21:42:35.406Z
34972026-08-11T21:42:35.407Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
34982026-08-11T21:42:35.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-08-11T21:42:35.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-08-11T21:42:35.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-08-11T21:42:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-08-11T21:42:35.988Z
35032026-08-11T21:42:35.988Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35042026-08-11T21:42:36.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-08-11T21:42:36.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-08-11T21:42:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-08-11T21:42:36.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-08-11T21:42:36.565Z
35092026-08-11T21:42:36.565Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35102026-08-11T21:42:37.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-08-11T21:42:37.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-08-11T21:42:37.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-08-11T21:42:37.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-08-11T21:42:37.154Z
35152026-08-11T21:42:37.154Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35162026-08-11T21:42:37.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-08-11T21:42:37.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-08-11T21:42:37.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-08-11T21:42:37.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35202026-08-11T21:42:38.744Z
35212026-08-11T21:42:38.745Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35222026-08-11T21:42:39.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-08-11T21:42:39.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-08-11T21:42:39.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-08-11T21:42:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-08-11T21:42:39.087Z
35272026-08-11T21:42:39.087Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35282026-08-11T21:42:39.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-08-11T21:42:39.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-08-11T21:42:39.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-08-11T21:42:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35322026-08-11T21:42:39.087Z
35332026-08-11T21:42:39.087Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35342026-08-11T21:42:39.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-08-11T21:42:39.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-08-11T21:42:39.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-08-11T21:42:39.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-08-11T21:42:39.450Z
35392026-08-11T21:42:39.450Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35402026-08-11T21:42:39.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-08-11T21:42:39.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-08-11T21:42:39.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-08-11T21:42:39.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-08-11T21:42:40.029Z
35452026-08-11T21:42:40.029Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35462026-08-11T21:42:40.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-08-11T21:42:40.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-08-11T21:42:40.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-08-11T21:42:40.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-08-11T21:42:40.604Z
35512026-08-11T21:42:40.604Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35522026-08-11T21:42:41.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-08-11T21:42:41.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-08-11T21:42:41.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-08-11T21:42:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-08-11T21:42:41.191Z
35572026-08-11T21:42:41.191Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35582026-08-11T21:42:41.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-08-11T21:42:41.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-08-11T21:42:41.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-08-11T21:42:41.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-08-11T21:42:41.762Z
35632026-08-11T21:42:41.762Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35642026-08-11T21:42:42.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-08-11T21:42:42.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-08-11T21:42:42.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-08-11T21:42:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-08-11T21:42:42.338Z
35692026-08-11T21:42:42.338Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35702026-08-11T21:42:42.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-08-11T21:42:42.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-08-11T21:42:42.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-08-11T21:42:42.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-08-11T21:42:42.917Z
35752026-08-11T21:42:42.918Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35762026-08-11T21:42:43.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-08-11T21:42:43.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-08-11T21:42:43.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-08-11T21:42:43.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35802026-08-11T21:42:43.483Z
35812026-08-11T21:42:43.483Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35822026-08-11T21:42:43.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-08-11T21:42:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-08-11T21:42:43.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-08-11T21:42:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35862026-08-11T21:42:44.045Z
35872026-08-11T21:42:44.045Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35882026-08-11T21:42:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-08-11T21:42:44.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-08-11T21:42:44.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-08-11T21:42:44.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35922026-08-11T21:42:44.614Z
35932026-08-11T21:42:44.614Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
35942026-08-11T21:42:45.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-08-11T21:42:45.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-08-11T21:42:45.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-08-11T21:42:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35982026-08-11T21:42:45.164Z
35992026-08-11T21:42:45.164Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
36002026-08-11T21:42:45.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-08-11T21:42:45.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-08-11T21:42:45.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-08-11T21:42:45.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36042026-08-11T21:42:45.728Z
36052026-08-11T21:42:45.728Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36062026-08-11T21:42:46.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-08-11T21:42:46.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-08-11T21:42:46.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-08-11T21:42:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-08-11T21:42:46.285Z
36112026-08-11T21:42:46.285Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36122026-08-11T21:42:46.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-08-11T21:42:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-08-11T21:42:46.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-08-11T21:42:46.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36162026-08-11T21:42:46.852Z
36172026-08-11T21:42:46.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36182026-08-11T21:42:47.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-08-11T21:42:47.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-08-11T21:42:47.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-08-11T21:42:47.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36222026-08-11T21:42:47.403Z
36232026-08-11T21:42:47.403Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36242026-08-11T21:42:47.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-08-11T21:42:48.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-08-11T21:42:48.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-08-11T21:42:48.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36282026-08-11T21:42:48.003Z
36292026-08-11T21:42:48.003Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36302026-08-11T21:42:48.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-08-11T21:42:48.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-08-11T21:42:48.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-08-11T21:42:48.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36342026-08-11T21:42:48.527Z
36352026-08-11T21:42:48.527Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36362026-08-11T21:42:49.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-08-11T21:42:49.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-08-11T21:42:49.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-08-11T21:42:49.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36402026-08-11T21:42:49.095Z
36412026-08-11T21:42:49.095Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36422026-08-11T21:42:49.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-08-11T21:42:49.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-08-11T21:42:49.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-08-11T21:42:49.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36462026-08-11T21:42:49.643Z
36472026-08-11T21:42:49.643Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36482026-08-11T21:42:50.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-08-11T21:42:50.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-08-11T21:42:50.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-08-11T21:42:50.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36522026-08-11T21:42:50.244Z
36532026-08-11T21:42:50.244Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36542026-08-11T21:42:50.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-08-11T21:42:50.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-08-11T21:42:50.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-08-11T21:42:50.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36582026-08-11T21:42:50.763Z
36592026-08-11T21:42:50.763Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36602026-08-11T21:42:51.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-08-11T21:42:51.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-08-11T21:42:51.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-08-11T21:42:51.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36642026-08-11T21:42:51.330Z
36652026-08-11T21:42:51.330Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36662026-08-11T21:42:51.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-08-11T21:42:51.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-08-11T21:42:51.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-08-11T21:42:51.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36702026-08-11T21:42:51.884Z
36712026-08-11T21:42:51.884Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36722026-08-11T21:42:52.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-08-11T21:42:52.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-08-11T21:42:52.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-08-11T21:42:52.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36762026-08-11T21:42:52.460Z
36772026-08-11T21:42:52.460Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36782026-08-11T21:42:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-08-11T21:42:52.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-08-11T21:42:52.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-08-11T21:42:52.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36822026-08-11T21:42:53.036Z
36832026-08-11T21:42:53.036Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36842026-08-11T21:42:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-08-11T21:42:53.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-08-11T21:42:53.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-08-11T21:42:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36882026-08-11T21:42:53.620Z
36892026-08-11T21:42:53.620Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36902026-08-11T21:42:54.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-08-11T21:42:54.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-08-11T21:42:54.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-08-11T21:42:54.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36942026-08-11T21:42:54.195Z
36952026-08-11T21:42:54.195Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
36962026-08-11T21:42:54.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-08-11T21:42:54.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-08-11T21:42:54.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-08-11T21:42:54.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-08-11T21:42:54.775Z
37012026-08-11T21:42:54.775Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
37022026-08-11T21:42:55.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-08-11T21:42:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-08-11T21:42:55.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-08-11T21:42:55.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37062026-08-11T21:42:55.354Z
37072026-08-11T21:42:55.354Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37082026-08-11T21:42:55.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-08-11T21:42:55.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-08-11T21:42:55.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-08-11T21:42:55.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37122026-08-11T21:42:55.932Z
37132026-08-11T21:42:55.932Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37142026-08-11T21:42:56.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-08-11T21:42:56.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-08-11T21:42:56.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-08-11T21:42:56.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37182026-08-11T21:42:56.512Z
37192026-08-11T21:42:56.512Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37202026-08-11T21:42:56.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-08-11T21:42:57.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-08-11T21:42:57.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-08-11T21:42:57.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-08-11T21:42:57.086Z
37252026-08-11T21:42:57.087Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37262026-08-11T21:42:57.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-08-11T21:42:57.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-08-11T21:42:57.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-08-11T21:42:57.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37302026-08-11T21:42:57.664Z
37312026-08-11T21:42:57.664Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37322026-08-11T21:42:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-08-11T21:42:58.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-08-11T21:42:58.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-08-11T21:42:58.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37362026-08-11T21:42:58.246Z
37372026-08-11T21:42:58.246Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37382026-08-11T21:42:58.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-08-11T21:42:58.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-08-11T21:42:58.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-08-11T21:42:58.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37422026-08-11T21:42:58.823Z
37432026-08-11T21:42:58.823Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37442026-08-11T21:42:59.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-08-11T21:42:59.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-08-11T21:42:59.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-08-11T21:42:59.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37482026-08-11T21:42:59.397Z
37492026-08-11T21:42:59.397Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37502026-08-11T21:42:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-08-11T21:42:59.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-08-11T21:42:59.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-08-11T21:42:59.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37542026-08-11T21:42:59.977Z
37552026-08-11T21:42:59.977Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37562026-08-11T21:43:00.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-08-11T21:43:00.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-08-11T21:43:00.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-08-11T21:43:00.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37602026-08-11T21:43:00.573Z
37612026-08-11T21:43:00.573Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37622026-08-11T21:43:01.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-08-11T21:43:01.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-08-11T21:43:01.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-08-11T21:43:01.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37662026-08-11T21:43:01.159Z
37672026-08-11T21:43:01.159Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37682026-08-11T21:43:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-08-11T21:43:01.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-08-11T21:43:01.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-08-11T21:43:01.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37722026-08-11T21:43:01.726Z
37732026-08-11T21:43:01.727Zinfo: running `cargo check --bins` on dns-server (197/334)
37742026-08-11T21:43:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-08-11T21:43:02.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-08-11T21:43:02.361Z Compiling parking_lot_core v0.8.6
37772026-08-11T21:43:02.367Z Compiling git-stub v1.0.0
37782026-08-11T21:43:02.475Z Checking prefix-trie v0.7.0
37792026-08-11T21:43:02.479Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37802026-08-11T21:43:02.589Z Compiling git-stub-vcs v0.1.0
37812026-08-11T21:43:02.754Z Checking hickory-server v0.25.2
37822026-08-11T21:43:02.866Z Checking parking_lot v0.11.2
37832026-08-11T21:43:02.894Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37842026-08-11T21:43:03.027Z Checking sled v0.34.7
37852026-08-11T21:43:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
37862026-08-11T21:43:05.141Z
37872026-08-11T21:43:05.141Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37882026-08-11T21:43:05.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-08-11T21:43:05.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-08-11T21:43:05.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-08-11T21:43:05.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37922026-08-11T21:43:05.702Z
37932026-08-11T21:43:05.702Zinfo: running `cargo check --bins` on nexus-client (199/334)
37942026-08-11T21:43:06.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-11T21:43:06.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-11T21:43:06.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-11T21:43:06.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-08-11T21:43:06.312Z
37992026-08-11T21:43:06.312Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
38002026-08-11T21:43:06.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-11T21:43:06.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-11T21:43:06.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-11T21:43:06.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38042026-08-11T21:43:06.866Z
38052026-08-11T21:43:06.866Zinfo: running `cargo check --bins` on sp-sim (201/334)
38062026-08-11T21:43:07.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-11T21:43:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-11T21:43:07.565Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38092026-08-11T21:43:08.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38102026-08-11T21:43:08.256Z
38112026-08-11T21:43:08.256Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38122026-08-11T21:43:08.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-11T21:43:08.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-11T21:43:09.059Z Compiling salty v0.3.0
38152026-08-11T21:43:09.064Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38162026-08-11T21:43:09.208Z Checking libscf-sys v1.2.0
38172026-08-11T21:43:09.208Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38182026-08-11T21:43:09.223Z Checking rfc6979 v0.4.0
38192026-08-11T21:43:09.229Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38202026-08-11T21:43:09.236Z Checking primeorder v0.13.6
38212026-08-11T21:43:09.256Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38222026-08-11T21:43:09.317Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38232026-08-11T21:43:09.333Z Checking ecdsa v0.16.9
38242026-08-11T21:43:09.388Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38252026-08-11T21:43:09.468Z Checking papergrid v0.18.0
38262026-08-11T21:43:09.560Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38272026-08-11T21:43:09.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38282026-08-11T21:43:09.654Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-08-11T21:43:09.670Z Checking p384 v0.13.1
38302026-08-11T21:43:09.745Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38312026-08-11T21:43:09.816Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38322026-08-11T21:43:09.827Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-08-11T21:43:10.018Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38342026-08-11T21:43:10.073Z Compiling unicase v2.9.0
38352026-08-11T21:43:10.092Z Checking corncobs v0.1.4
38362026-08-11T21:43:10.122Z Compiling illumos-nvpair-sys v0.2.0
38372026-08-11T21:43:10.199Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-08-11T21:43:10.212Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38392026-08-11T21:43:10.219Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38402026-08-11T21:43:10.238Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38412026-08-11T21:43:10.247Z Checking tabled v0.21.0
38422026-08-11T21:43:10.268Z Compiling mime_guess v2.0.5
38432026-08-11T21:43:10.333Z Compiling progenitor-impl v0.13.0
38442026-08-11T21:43:10.373Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38452026-08-11T21:43:10.458Z Checking secrecy v0.8.0
38462026-08-11T21:43:10.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38472026-08-11T21:43:10.516Z Checking crc8 v0.1.1
38482026-08-11T21:43:10.609Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38492026-08-11T21:43:10.832Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38502026-08-11T21:43:11.143Z Checking progenitor-client v0.13.0
38512026-08-11T21:43:11.200Z Checking http-range v0.1.5
38522026-08-11T21:43:11.237Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38532026-08-11T21:43:11.521Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38542026-08-11T21:43:11.532Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-08-11T21:43:11.549Z Checking illumos-nvpair v0.3.0
38562026-08-11T21:43:11.703Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38572026-08-11T21:43:11.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38582026-08-11T21:43:11.735Z Checking scuffle v0.1.0
38592026-08-11T21:43:11.785Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38602026-08-11T21:43:11.804Z Checking nanorand v0.7.0
38612026-08-11T21:43:12.005Z Checking flume v0.11.1
38622026-08-11T21:43:12.088Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38632026-08-11T21:43:12.250Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38642026-08-11T21:43:12.303Z Checking hyper-staticfile v0.10.1
38652026-08-11T21:43:12.378Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38662026-08-11T21:43:12.421Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38672026-08-11T21:43:12.457Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38682026-08-11T21:43:12.598Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38692026-08-11T21:43:12.670Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38702026-08-11T21:43:12.716Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38712026-08-11T21:43:12.779Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38722026-08-11T21:43:12.936Z Compiling progenitor-macro v0.13.0
38732026-08-11T21:43:12.983Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38742026-08-11T21:43:13.069Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38752026-08-11T21:43:13.089Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38762026-08-11T21:43:13.393Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38772026-08-11T21:43:13.974Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38782026-08-11T21:43:14.424Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38792026-08-11T21:43:15.720Z Checking progenitor v0.13.0
38802026-08-11T21:43:15.856Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38812026-08-11T21:43:17.473Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38822026-08-11T21:43:18.239Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38832026-08-11T21:43:31.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.40s
38842026-08-11T21:43:31.873Z
38852026-08-11T21:43:31.873Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38862026-08-11T21:43:32.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-11T21:43:32.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-11T21:43:32.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-08-11T21:43:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38902026-08-11T21:43:43.429Z
38912026-08-11T21:43:43.429Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38922026-08-11T21:43:43.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-11T21:43:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-11T21:43:44.190Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-11T21:43:54.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38962026-08-11T21:43:54.916Z
38972026-08-11T21:43:54.916Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
38982026-08-11T21:43:55.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-11T21:43:55.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-11T21:43:55.669Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-11T21:44:06.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39022026-08-11T21:44:06.498Z
39032026-08-11T21:44:06.498Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39042026-08-11T21:44:07.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-11T21:44:07.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-11T21:44:07.258Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39072026-08-11T21:44:17.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
39082026-08-11T21:44:18.064Z
39092026-08-11T21:44:18.064Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39102026-08-11T21:44:18.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-11T21:44:18.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-11T21:44:18.821Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39132026-08-11T21:44:29.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39142026-08-11T21:44:29.616Z
39152026-08-11T21:44:29.616Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39162026-08-11T21:44:30.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-08-11T21:44:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-08-11T21:44:30.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-08-11T21:44:40.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39202026-08-11T21:44:41.179Z
39212026-08-11T21:44:41.179Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39222026-08-11T21:44:41.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-08-11T21:44:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-08-11T21:44:41.932Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39252026-08-11T21:44:52.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39262026-08-11T21:44:52.700Z
39272026-08-11T21:44:52.700Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39282026-08-11T21:44:53.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-08-11T21:44:53.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-08-11T21:44:53.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-08-11T21:44:53.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39322026-08-11T21:44:53.273Z
39332026-08-11T21:44:53.273Zinfo: running `cargo check --bins` on installinator-common (211/334)
39342026-08-11T21:44:53.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-08-11T21:44:53.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-08-11T21:44:53.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-08-11T21:44:53.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39382026-08-11T21:44:53.860Z
39392026-08-11T21:44:53.860Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39402026-08-11T21:44:54.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-08-11T21:44:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-08-11T21:44:54.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-08-11T21:44:54.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39442026-08-11T21:44:54.412Z
39452026-08-11T21:44:54.412Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39462026-08-11T21:44:54.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-08-11T21:44:54.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-08-11T21:44:54.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-08-11T21:44:54.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39502026-08-11T21:44:55.016Z
39512026-08-11T21:44:55.016Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39522026-08-11T21:44:55.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-11T21:44:55.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-11T21:44:55.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-08-11T21:44:55.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39562026-08-11T21:44:55.590Z
39572026-08-11T21:44:55.590Zinfo: running `cargo check --bins` on range-requests (215/334)
39582026-08-11T21:44:56.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-08-11T21:44:56.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-08-11T21:44:56.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-08-11T21:44:56.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39622026-08-11T21:44:56.155Z
39632026-08-11T21:44:56.155Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39642026-08-11T21:44:56.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-08-11T21:44:56.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-08-11T21:44:56.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-08-11T21:44:56.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39682026-08-11T21:44:56.718Z
39692026-08-11T21:44:56.718Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39702026-08-11T21:44:57.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-08-11T21:44:57.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-08-11T21:44:57.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-08-11T21:44:57.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39742026-08-11T21:44:57.268Z
39752026-08-11T21:44:57.268Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39762026-08-11T21:44:57.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-08-11T21:44:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-08-11T21:44:57.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-08-11T21:44:57.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39802026-08-11T21:44:57.858Z
39812026-08-11T21:44:57.859Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39822026-08-11T21:44:58.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-08-11T21:44:58.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-08-11T21:44:58.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-08-11T21:44:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39862026-08-11T21:44:58.449Z
39872026-08-11T21:44:58.449Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39882026-08-11T21:44:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-08-11T21:44:58.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-08-11T21:44:58.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-08-11T21:44:58.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39922026-08-11T21:44:59.040Z
39932026-08-11T21:44:59.040Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
39942026-08-11T21:44:59.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-08-11T21:44:59.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-08-11T21:44:59.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-08-11T21:44:59.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39982026-08-11T21:44:59.635Z
39992026-08-11T21:44:59.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
40002026-08-11T21:45:00.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-08-11T21:45:00.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-08-11T21:45:00.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-08-11T21:45:00.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40042026-08-11T21:45:00.237Z
40052026-08-11T21:45:00.237Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40062026-08-11T21:45:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-08-11T21:45:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-08-11T21:45:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-08-11T21:45:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40102026-08-11T21:45:00.822Z
40112026-08-11T21:45:00.822Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40122026-08-11T21:45:01.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-08-11T21:45:01.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-08-11T21:45:01.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-08-11T21:45:01.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40162026-08-11T21:45:01.418Z
40172026-08-11T21:45:01.418Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40182026-08-11T21:45:01.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-08-11T21:45:01.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-08-11T21:45:01.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-08-11T21:45:01.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40222026-08-11T21:45:02.015Z
40232026-08-11T21:45:02.015Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40242026-08-11T21:45:02.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-08-11T21:45:02.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-08-11T21:45:02.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-08-11T21:45:02.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40282026-08-11T21:45:02.610Z
40292026-08-11T21:45:02.610Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40302026-08-11T21:45:03.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-08-11T21:45:03.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-08-11T21:45:03.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-08-11T21:45:03.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40342026-08-11T21:45:03.203Z
40352026-08-11T21:45:03.203Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40362026-08-11T21:45:03.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-08-11T21:45:03.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-08-11T21:45:03.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-08-11T21:45:03.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40402026-08-11T21:45:03.827Z
40412026-08-11T21:45:03.827Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40422026-08-11T21:45:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-08-11T21:45:04.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-08-11T21:45:04.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-08-11T21:45:04.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40462026-08-11T21:45:04.429Z
40472026-08-11T21:45:04.429Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40482026-08-11T21:45:04.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-08-11T21:45:04.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-08-11T21:45:04.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-08-11T21:45:04.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40522026-08-11T21:45:05.039Z
40532026-08-11T21:45:05.039Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40542026-08-11T21:45:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-08-11T21:45:05.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-08-11T21:45:05.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-08-11T21:45:05.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40582026-08-11T21:45:05.662Z
40592026-08-11T21:45:05.662Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40602026-08-11T21:45:06.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-08-11T21:45:06.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-08-11T21:45:06.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-08-11T21:45:06.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-08-11T21:45:06.282Z
40652026-08-11T21:45:06.282Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40662026-08-11T21:45:06.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-08-11T21:45:06.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-08-11T21:45:06.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-08-11T21:45:06.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40702026-08-11T21:45:06.843Z
40712026-08-11T21:45:06.843Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40722026-08-11T21:45:07.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-08-11T21:45:07.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-08-11T21:45:07.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-08-11T21:45:07.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40762026-08-11T21:45:07.428Z
40772026-08-11T21:45:07.428Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40782026-08-11T21:45:07.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-11T21:45:07.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-11T21:45:07.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-11T21:45:07.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-08-11T21:45:08.022Z
40832026-08-11T21:45:08.022Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40842026-08-11T21:45:08.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-11T21:45:08.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-11T21:45:08.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-11T21:45:08.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-08-11T21:45:08.617Z
40892026-08-11T21:45:08.617Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40902026-08-11T21:45:09.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-11T21:45:09.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-11T21:45:09.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-11T21:45:09.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40942026-08-11T21:45:09.175Z
40952026-08-11T21:45:09.175Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
40962026-08-11T21:45:09.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-11T21:45:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-11T21:45:09.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-11T21:45:09.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41002026-08-11T21:45:09.729Z
41012026-08-11T21:45:09.729Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
41022026-08-11T21:45:10.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-11T21:45:10.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-11T21:45:10.427Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41052026-08-11T21:45:10.846Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41062026-08-11T21:45:12.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
41072026-08-11T21:45:12.240Z
41082026-08-11T21:45:12.240Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41092026-08-11T21:45:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-11T21:45:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-11T21:45:12.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-08-11T21:45:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41132026-08-11T21:45:12.807Z
41142026-08-11T21:45:12.807Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41152026-08-11T21:45:13.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-11T21:45:13.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-11T21:45:13.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-11T21:45:13.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41192026-08-11T21:45:13.379Z
41202026-08-11T21:45:13.379Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41212026-08-11T21:45:13.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-11T21:45:13.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-11T21:45:13.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-11T21:45:13.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41252026-08-11T21:45:13.956Z
41262026-08-11T21:45:13.957Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41272026-08-11T21:45:14.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-11T21:45:14.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-11T21:45:14.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-11T21:45:14.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41312026-08-11T21:45:14.531Z
41322026-08-11T21:45:14.531Zinfo: running `cargo check --bins` on installinator-client (244/334)
41332026-08-11T21:45:15.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-11T21:45:15.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-11T21:45:15.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-11T21:45:15.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41372026-08-11T21:45:15.103Z
41382026-08-11T21:45:15.103Zinfo: running `cargo check --bins` on oxide-client (245/334)
41392026-08-11T21:45:15.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-11T21:45:15.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-11T21:45:15.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-11T21:45:15.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41432026-08-11T21:45:15.657Z
41442026-08-11T21:45:15.657Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41452026-08-11T21:45:16.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-11T21:45:16.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-11T21:45:16.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-11T21:45:16.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41492026-08-11T21:45:16.226Z
41502026-08-11T21:45:16.226Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41512026-08-11T21:45:16.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-11T21:45:16.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-11T21:45:16.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-11T21:45:16.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41552026-08-11T21:45:16.815Z
41562026-08-11T21:45:16.815Zinfo: running `cargo check --bins` on wicket-common (248/334)
41572026-08-11T21:45:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-11T21:45:17.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-11T21:45:17.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-11T21:45:17.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41612026-08-11T21:45:17.402Z
41622026-08-11T21:45:17.402Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41632026-08-11T21:45:17.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-11T21:45:17.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-11T21:45:17.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-11T21:45:17.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41672026-08-11T21:45:17.978Z
41682026-08-11T21:45:17.978Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41692026-08-11T21:45:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-11T21:45:18.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-11T21:45:18.647Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41722026-08-11T21:45:18.650Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41732026-08-11T21:45:19.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41742026-08-11T21:45:20.021Z
41752026-08-11T21:45:20.021Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41762026-08-11T21:45:20.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-08-11T21:45:20.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-08-11T21:45:20.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-08-11T21:45:20.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41802026-08-11T21:45:20.589Z
41812026-08-11T21:45:20.589Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41822026-08-11T21:45:21.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-08-11T21:45:21.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-08-11T21:45:21.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-08-11T21:45:21.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41862026-08-11T21:45:21.251Z
41872026-08-11T21:45:21.251Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41882026-08-11T21:45:21.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-11T21:45:21.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-11T21:45:21.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-08-11T21:45:21.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41922026-08-11T21:45:21.899Z
41932026-08-11T21:45:21.899Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
41942026-08-11T21:45:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-11T21:45:22.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-11T21:45:22.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-08-11T21:45:22.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41982026-08-11T21:45:22.527Z
41992026-08-11T21:45:22.527Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
42002026-08-11T21:45:23.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-08-11T21:45:23.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-08-11T21:45:23.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-08-11T21:45:23.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42042026-08-11T21:45:23.158Z
42052026-08-11T21:45:23.158Zinfo: running `cargo check --bins` on db-macros (256/334)
42062026-08-11T21:45:23.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-08-11T21:45:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-08-11T21:45:23.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-08-11T21:45:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42102026-08-11T21:45:23.714Z
42112026-08-11T21:45:23.714Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42122026-08-11T21:45:24.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-11T21:45:24.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-11T21:45:24.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-08-11T21:45:24.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42162026-08-11T21:45:24.270Z
42172026-08-11T21:45:24.270Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42182026-08-11T21:45:24.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-11T21:45:24.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-11T21:45:24.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-08-11T21:45:24.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42222026-08-11T21:45:24.896Z
42232026-08-11T21:45:24.896Zinfo: running `cargo check --bins` on authz-macros (259/334)
42242026-08-11T21:45:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-08-11T21:45:25.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-08-11T21:45:25.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-08-11T21:45:25.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42282026-08-11T21:45:25.454Z
42292026-08-11T21:45:25.454Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42302026-08-11T21:45:25.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-08-11T21:45:25.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-08-11T21:45:25.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-08-11T21:45:25.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42342026-08-11T21:45:26.071Z
42352026-08-11T21:45:26.071Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42362026-08-11T21:45:26.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-11T21:45:26.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-11T21:45:26.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-08-11T21:45:26.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42402026-08-11T21:45:26.685Z
42412026-08-11T21:45:26.685Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42422026-08-11T21:45:27.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-11T21:45:27.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-11T21:45:27.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-08-11T21:45:27.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42462026-08-11T21:45:27.245Z
42472026-08-11T21:45:27.245Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42482026-08-11T21:45:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-08-11T21:45:27.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-08-11T21:45:27.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-08-11T21:45:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42522026-08-11T21:45:27.815Z
42532026-08-11T21:45:27.815Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42542026-08-11T21:45:28.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-08-11T21:45:28.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-08-11T21:45:28.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-08-11T21:45:28.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42582026-08-11T21:45:28.375Z
42592026-08-11T21:45:28.375Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42602026-08-11T21:45:28.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-08-11T21:45:28.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-08-11T21:45:28.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-08-11T21:45:28.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42642026-08-11T21:45:29.005Z
42652026-08-11T21:45:29.005Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42662026-08-11T21:45:29.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-08-11T21:45:29.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-08-11T21:45:29.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-08-11T21:45:29.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42702026-08-11T21:45:29.634Z
42712026-08-11T21:45:29.637Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42722026-08-11T21:45:30.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-08-11T21:45:30.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-08-11T21:45:30.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-08-11T21:45:30.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-08-11T21:45:30.267Z
42772026-08-11T21:45:30.267Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42782026-08-11T21:45:30.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-11T21:45:30.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-11T21:45:30.986Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42812026-08-11T21:45:30.989Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42822026-08-11T21:45:31.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42832026-08-11T21:45:33.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
42842026-08-11T21:45:33.602Z
42852026-08-11T21:45:33.602Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42862026-08-11T21:45:34.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-11T21:45:34.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-11T21:45:34.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-11T21:45:34.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42902026-08-11T21:45:34.176Z
42912026-08-11T21:45:34.176Zinfo: running `cargo check --bins` on cert-dev (270/334)
42922026-08-11T21:45:34.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-11T21:45:34.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-11T21:45:34.775Z Checking yasna v0.5.2
42952026-08-11T21:45:35.179Z Checking rcgen v0.12.1
42962026-08-11T21:45:35.432Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42972026-08-11T21:45:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
42982026-08-11T21:45:35.795Z
42992026-08-11T21:45:35.795Zinfo: running `cargo check --bins` on clickana (271/334)
43002026-08-11T21:45:36.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-11T21:45:36.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-11T21:45:36.433Z Compiling instability v0.3.11
43032026-08-11T21:45:36.439Z Checking castaway v0.2.4
43042026-08-11T21:45:36.439Z Compiling indoc v2.0.7
43052026-08-11T21:45:36.552Z Checking unicode-truncate v1.1.0
43062026-08-11T21:45:36.557Z Checking lru v0.12.5
43072026-08-11T21:45:36.560Z Checking cassowary v0.3.0
43082026-08-11T21:45:36.633Z Checking compact_str v0.8.1
43092026-08-11T21:45:37.425Z Checking ratatui v0.29.0
43102026-08-11T21:45:38.479Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43112026-08-11T21:45:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
43122026-08-11T21:45:39.385Z
43132026-08-11T21:45:39.385Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43142026-08-11T21:45:39.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-08-11T21:45:39.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-08-11T21:45:40.102Z Checking headers-core v0.3.0
43172026-08-11T21:45:40.105Z Checking port-file v0.1.0
43182026-08-11T21:45:40.105Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43192026-08-11T21:45:40.299Z Checking headers v0.4.1
43202026-08-11T21:45:40.666Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43212026-08-11T21:45:41.636Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43222026-08-11T21:45:42.162Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43232026-08-11T21:45:42.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
43242026-08-11T21:45:42.799Z
43252026-08-11T21:45:42.799Zinfo: running `cargo check --bins` on ch-dev (273/334)
43262026-08-11T21:45:43.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-08-11T21:45:43.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-08-11T21:45:43.510Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43292026-08-11T21:45:44.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43302026-08-11T21:45:44.465Z
43312026-08-11T21:45:44.465Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43322026-08-11T21:45:44.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-08-11T21:45:44.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-08-11T21:45:44.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-08-11T21:45:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43362026-08-11T21:45:44.884Z
43372026-08-11T21:45:44.884Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43382026-08-11T21:45:45.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-08-11T21:45:45.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-08-11T21:45:45.504Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43412026-08-11T21:45:45.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43422026-08-11T21:45:46.052Z
43432026-08-11T21:45:46.052Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43442026-08-11T21:45:46.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-08-11T21:45:46.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-08-11T21:45:46.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-08-11T21:45:47.867Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43482026-08-11T21:45:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
43492026-08-11T21:45:48.425Z
43502026-08-11T21:45:48.425Zinfo: running `cargo check --bins` on db-dev (277/334)
43512026-08-11T21:45:48.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-08-11T21:45:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-08-11T21:45:49.144Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43542026-08-11T21:45:49.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
43552026-08-11T21:45:50.106Z
43562026-08-11T21:45:50.106Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43572026-08-11T21:45:50.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-11T21:45:50.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-11T21:45:50.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-11T21:45:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43612026-08-11T21:45:50.729Z
43622026-08-11T21:45:50.729Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43632026-08-11T21:45:51.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-11T21:45:51.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-11T21:45:51.341Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43662026-08-11T21:45:52.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43672026-08-11T21:45:52.199Z
43682026-08-11T21:45:52.199Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43692026-08-11T21:45:52.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-11T21:45:52.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-11T21:45:52.944Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43722026-08-11T21:45:52.947Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43732026-08-11T21:45:52.948Z Checking git-stub v1.0.0
43742026-08-11T21:45:52.948Z Compiling trait-variant v0.1.2
43752026-08-11T21:45:53.063Z Checking is_ci v1.2.0
43762026-08-11T21:45:53.072Z Checking maplit v1.0.2
43772026-08-11T21:45:53.096Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43782026-08-11T21:45:53.107Z Checking drift v0.2.0
43792026-08-11T21:45:53.150Z Checking supports-color v3.0.2
43802026-08-11T21:45:53.163Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43812026-08-11T21:45:53.247Z Checking git-stub-vcs v0.1.0
43822026-08-11T21:45:53.270Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43832026-08-11T21:45:53.284Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43842026-08-11T21:45:53.319Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43852026-08-11T21:45:53.440Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43862026-08-11T21:45:53.453Z Checking dropshot-api-manager v0.7.2
43872026-08-11T21:45:53.506Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43882026-08-11T21:45:53.602Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43892026-08-11T21:45:53.812Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43902026-08-11T21:45:54.320Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43912026-08-11T21:45:55.271Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43922026-08-11T21:45:56.289Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43932026-08-11T21:45:57.013Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43942026-08-11T21:45:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
43952026-08-11T21:45:57.667Z
43962026-08-11T21:45:57.667Zinfo: running `cargo check --bins` on installinator-api (281/334)
43972026-08-11T21:45:58.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-11T21:45:58.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-11T21:45:58.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-08-11T21:45:58.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44012026-08-11T21:45:58.246Z
44022026-08-11T21:45:58.246Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44032026-08-11T21:45:58.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-11T21:45:58.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-11T21:45:58.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-11T21:45:58.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44072026-08-11T21:45:58.863Z
44082026-08-11T21:45:58.864Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44092026-08-11T21:45:59.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-11T21:45:59.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-11T21:45:59.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-11T21:45:59.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-08-11T21:45:59.480Z
44142026-08-11T21:45:59.480Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44152026-08-11T21:45:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-11T21:46:00.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-11T21:46:00.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-11T21:46:00.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44192026-08-11T21:46:00.096Z
44202026-08-11T21:46:00.096Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44212026-08-11T21:46:00.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-11T21:46:00.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-11T21:46:00.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-11T21:46:00.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44252026-08-11T21:46:00.674Z
44262026-08-11T21:46:00.675Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44272026-08-11T21:46:01.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-11T21:46:01.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-11T21:46:01.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-11T21:46:01.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44312026-08-11T21:46:01.233Z
44322026-08-11T21:46:01.233Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44332026-08-11T21:46:01.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-11T21:46:01.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-11T21:46:01.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-11T21:46:01.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-08-11T21:46:01.824Z
44382026-08-11T21:46:01.825Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44392026-08-11T21:46:02.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-11T21:46:02.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-11T21:46:02.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-11T21:46:02.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44432026-08-11T21:46:02.410Z
44442026-08-11T21:46:02.410Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44452026-08-11T21:46:02.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-11T21:46:02.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-11T21:46:03.034Z Compiling blake3 v1.8.5
44482026-08-11T21:46:03.144Z Checking arrayvec v0.7.6
44492026-08-11T21:46:03.156Z Checking constant_time_eq v0.4.2
44502026-08-11T21:46:03.159Z Checking arrayref v0.3.9
44512026-08-11T21:46:03.171Z Checking cargo-platform v0.3.2
44522026-08-11T21:46:03.176Z Checking topological-sort v0.2.2
44532026-08-11T21:46:03.176Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44542026-08-11T21:46:03.326Z Checking cargo_metadata v0.23.1
44552026-08-11T21:46:04.028Z Checking omicron-zone-package v0.12.3
44562026-08-11T21:46:04.744Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44572026-08-11T21:46:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44582026-08-11T21:46:05.760Z
44592026-08-11T21:46:05.760Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44602026-08-11T21:46:06.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-08-11T21:46:06.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-08-11T21:46:06.491Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44632026-08-11T21:46:07.129Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44642026-08-11T21:46:07.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
44652026-08-11T21:46:07.843Z
44662026-08-11T21:46:07.843Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44672026-08-11T21:46:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-11T21:46:08.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-11T21:46:08.817Z Compiling darling_core v0.21.3
44702026-08-11T21:46:08.817Z Compiling vergen-lib v0.1.6
44712026-08-11T21:46:08.817Z Compiling diesel_derives v2.3.7
44722026-08-11T21:46:08.817Z Checking scheduled-thread-pool v0.2.7
44732026-08-11T21:46:08.820Z Compiling vergen-gitcl v1.0.8
44742026-08-11T21:46:08.820Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44752026-08-11T21:46:08.820Z Compiling diesel_table_macro_syntax v0.3.0
44762026-08-11T21:46:09.039Z Compiling dirs-sys-next v0.1.2
44772026-08-11T21:46:09.093Z Compiling glob v0.3.3
44782026-08-11T21:46:09.147Z Compiling crunchy v0.2.4
44792026-08-11T21:46:09.201Z Compiling dirs-next v2.0.0
44802026-08-11T21:46:09.244Z Checking r2d2 v0.8.10
44812026-08-11T21:46:09.318Z Compiling tiny-keccak v2.0.2
44822026-08-11T21:46:09.334Z Checking downcast-rs v2.0.2
44832026-08-11T21:46:09.459Z Compiling term v0.7.0
44842026-08-11T21:46:09.474Z Compiling clang-sys v1.8.1
44852026-08-11T21:46:09.521Z Compiling bit-vec v0.6.3
44862026-08-11T21:46:09.537Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44872026-08-11T21:46:09.721Z Compiling ascii-canvas v3.0.0
44882026-08-11T21:46:09.740Z Compiling bit-set v0.5.3
44892026-08-11T21:46:09.851Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44902026-08-11T21:46:09.898Z Compiling itertools v0.10.5
44912026-08-11T21:46:09.965Z Compiling ena v0.14.4
44922026-08-11T21:46:09.968Z Compiling libloading v0.8.9
44932026-08-11T21:46:09.996Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44942026-08-11T21:46:10.000Z Compiling regex-syntax v0.6.29
44952026-08-11T21:46:10.030Z Compiling bindgen v0.71.1
44962026-08-11T21:46:10.173Z Compiling diff v0.1.13
44972026-08-11T21:46:10.450Z Compiling cexpr v0.6.0
44982026-08-11T21:46:10.470Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44992026-08-11T21:46:10.657Z Compiling rustc-hash v2.1.1
45002026-08-11T21:46:10.796Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45012026-08-11T21:46:10.960Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45022026-08-11T21:46:10.989Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45032026-08-11T21:46:11.141Z Compiling libxml v0.3.3
45042026-08-11T21:46:11.159Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45052026-08-11T21:46:11.287Z Compiling strum_macros v0.24.3
45062026-08-11T21:46:11.349Z Compiling lalrpop v0.19.12
45072026-08-11T21:46:11.403Z Compiling indoc v1.0.9
45082026-08-11T21:46:11.569Z Compiling darling_macro v0.21.3
45092026-08-11T21:46:12.086Z Compiling darling v0.21.3
45102026-08-11T21:46:12.181Z Compiling dsl_auto_type v0.2.0
45112026-08-11T21:46:12.300Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45122026-08-11T21:46:12.491Z Checking derive_builder v0.20.2
45132026-08-11T21:46:12.613Z Compiling oso-derive v0.27.3
45142026-08-11T21:46:12.636Z Checking quick-xml v0.37.5
45152026-08-11T21:46:12.674Z Compiling impl-trait-for-tuples v0.2.3
45162026-08-11T21:46:13.119Z Checking openssl-probe v0.1.6
45172026-08-11T21:46:13.264Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45182026-08-11T21:46:13.501Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45192026-08-11T21:46:13.699Z Checking bb8 v0.8.6
45202026-08-11T21:46:13.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45212026-08-11T21:46:13.988Z Checking nonempty v0.12.0
45222026-08-11T21:46:14.006Z Compiling libz-sys v1.1.24
45232026-08-11T21:46:14.058Z Compiling strsim v0.10.0
45242026-08-11T21:46:14.159Z Compiling libgit2-sys v0.18.3+1.9.2
45252026-08-11T21:46:14.225Z Compiling vergen-git2 v9.1.0
45262026-08-11T21:46:14.400Z Compiling darling_core v0.13.4
45272026-08-11T21:46:14.446Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45282026-08-11T21:46:14.592Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45292026-08-11T21:46:14.664Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45302026-08-11T21:46:14.882Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45312026-08-11T21:46:15.071Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45322026-08-11T21:46:15.258Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45332026-08-11T21:46:15.447Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45342026-08-11T21:46:15.572Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45352026-08-11T21:46:15.640Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45362026-08-11T21:46:15.830Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45372026-08-11T21:46:16.056Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45382026-08-11T21:46:16.249Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45392026-08-11T21:46:16.349Z Compiling darling_macro v0.13.4
45402026-08-11T21:46:16.635Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45412026-08-11T21:46:16.838Z Compiling darling v0.13.4
45422026-08-11T21:46:16.934Z Compiling serde_with_macros v1.5.2
45432026-08-11T21:46:17.031Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45442026-08-11T21:46:17.623Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45452026-08-11T21:46:17.703Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45462026-08-11T21:46:17.791Z Compiling serde_with v1.14.0
45472026-08-11T21:46:17.814Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45482026-08-11T21:46:18.149Z Checking diesel v2.3.7
45492026-08-11T21:46:18.947Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45502026-08-11T21:46:19.422Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45512026-08-11T21:46:19.623Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45522026-08-11T21:46:20.345Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45532026-08-11T21:46:20.565Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45542026-08-11T21:46:21.036Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45552026-08-11T21:46:21.055Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45562026-08-11T21:46:21.119Z Checking twox-hash v2.1.2
45572026-08-11T21:46:21.430Z Checking libsw-core v0.3.2
45582026-08-11T21:46:21.595Z Checking atty v0.2.14
45592026-08-11T21:46:21.708Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45602026-08-11T21:46:21.892Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45612026-08-11T21:46:22.143Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45622026-08-11T21:46:22.210Z Checking libsw v3.5.0
45632026-08-11T21:46:22.300Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45642026-08-11T21:46:22.377Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45652026-08-11T21:46:23.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45662026-08-11T21:46:23.619Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45672026-08-11T21:46:24.265Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45682026-08-11T21:46:24.464Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45692026-08-11T21:46:24.981Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45702026-08-11T21:46:25.172Z Checking console v0.16.2
45712026-08-11T21:46:25.445Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45722026-08-11T21:46:25.497Z Checking fatfs v0.3.6
45732026-08-11T21:46:25.595Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45742026-08-11T21:46:25.948Z Compiling seq-macro v0.3.6
45752026-08-11T21:46:26.457Z Checking unit-prefix v0.5.2
45762026-08-11T21:46:26.597Z Checking indicatif v0.18.4
45772026-08-11T21:46:26.840Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45782026-08-11T21:46:26.948Z Checking oxide-update-engine-display v0.1.2
45792026-08-11T21:46:26.984Z Checking support-bundle-viewer v0.1.2
45802026-08-11T21:46:27.227Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45812026-08-11T21:46:27.252Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45822026-08-11T21:46:27.488Z Checking multimap v0.10.1
45832026-08-11T21:46:33.286Z Checking diesel-dtrace v0.5.0
45842026-08-11T21:46:33.538Z Checking async-bb8-diesel v0.2.1
45852026-08-11T21:46:36.755Z Compiling samael v0.0.19
45862026-08-11T21:46:44.097Z Compiling git2 v0.20.4
45872026-08-11T21:46:44.145Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45882026-08-11T21:46:44.145Z Compiling polar-core v0.27.3
45892026-08-11T21:46:44.145Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45902026-08-11T21:46:48.383Z Checking oso v0.27.3
45912026-08-11T21:47:20.456Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45922026-08-11T21:48:35.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45932026-08-11T21:48:35.635Z
45942026-08-11T21:48:35.635Zinfo: running `cargo check --bins` on nexus-networking (292/334)
45952026-08-11T21:48:36.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-11T21:48:36.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-11T21:48:36.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-11T21:48:36.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45992026-08-11T21:48:36.321Z
46002026-08-11T21:48:36.321Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
46012026-08-11T21:48:36.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-11T21:48:36.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-11T21:48:36.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-11T21:48:36.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46052026-08-11T21:48:36.942Z
46062026-08-11T21:48:36.942Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46072026-08-11T21:48:37.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-11T21:48:37.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-11T21:48:37.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46102026-08-11T21:48:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46112026-08-11T21:48:37.563Z
46122026-08-11T21:48:37.563Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46132026-08-11T21:48:38.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-11T21:48:38.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-11T21:48:38.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-08-11T21:48:38.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46172026-08-11T21:48:38.112Z
46182026-08-11T21:48:38.112Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46192026-08-11T21:48:38.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-08-11T21:48:38.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-08-11T21:48:38.933Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46222026-08-11T21:48:39.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46232026-08-11T21:48:39.889Z
46242026-08-11T21:48:39.889Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46252026-08-11T21:48:40.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-11T21:48:40.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-11T21:48:40.702Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46282026-08-11T21:49:19.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.63s
46292026-08-11T21:49:19.734Z
46302026-08-11T21:49:19.734Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46312026-08-11T21:49:20.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-11T21:49:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-11T21:49:20.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46342026-08-11T21:49:20.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46352026-08-11T21:49:20.286Z
46362026-08-11T21:49:20.286Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46372026-08-11T21:49:20.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-11T21:49:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-11T21:49:20.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-08-11T21:49:20.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46412026-08-11T21:49:20.838Z
46422026-08-11T21:49:20.838Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46432026-08-11T21:49:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-11T21:49:21.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-11T21:49:21.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-11T21:49:21.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46472026-08-11T21:49:21.445Z
46482026-08-11T21:49:21.445Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46492026-08-11T21:49:21.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-11T21:49:21.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-11T21:49:21.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-11T21:49:21.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46532026-08-11T21:49:22.067Z
46542026-08-11T21:49:22.067Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46552026-08-11T21:49:22.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-11T21:49:22.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-11T21:49:22.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46582026-08-11T21:49:22.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46592026-08-11T21:49:22.688Z
46602026-08-11T21:49:22.688Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46612026-08-11T21:49:23.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-11T21:49:23.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-11T21:49:23.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-11T21:49:23.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46652026-08-11T21:49:23.298Z
46662026-08-11T21:49:23.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46672026-08-11T21:49:23.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-11T21:49:23.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-11T21:49:23.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46702026-08-11T21:49:23.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46712026-08-11T21:49:23.920Z
46722026-08-11T21:49:23.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46732026-08-11T21:49:24.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-11T21:49:24.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-11T21:49:24.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-08-11T21:49:24.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46772026-08-11T21:49:24.539Z
46782026-08-11T21:49:24.539Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46792026-08-11T21:49:25.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-11T21:49:25.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-11T21:49:25.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-08-11T21:49:25.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46832026-08-11T21:49:25.135Z
46842026-08-11T21:49:25.135Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46852026-08-11T21:49:25.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-11T21:49:25.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-11T21:49:25.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-11T21:49:25.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46892026-08-11T21:49:25.760Z
46902026-08-11T21:49:25.761Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46912026-08-11T21:49:26.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-11T21:49:26.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-11T21:49:26.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-08-11T21:49:26.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46952026-08-11T21:49:26.381Z
46962026-08-11T21:49:26.381Zinfo: running `cargo check --bins` on omicron-dev (309/334)
46972026-08-11T21:49:26.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-11T21:49:26.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-11T21:49:27.260Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47002026-08-11T21:49:27.260Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47012026-08-11T21:49:27.446Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47022026-08-11T21:49:27.475Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47032026-08-11T21:49:27.491Z Checking diff v0.1.13
47042026-08-11T21:49:27.494Z Checking yansi v1.0.1
47052026-08-11T21:49:27.522Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47062026-08-11T21:49:27.525Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47072026-08-11T21:49:27.730Z Checking pretty_assertions v1.4.1
47082026-08-11T21:49:28.521Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47092026-08-11T21:49:28.560Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47102026-08-11T21:49:53.510Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47112026-08-11T21:49:53.510Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47122026-08-11T21:49:53.513Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47132026-08-11T21:49:53.513Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47142026-08-11T21:49:53.513Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47152026-08-11T21:49:53.513Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47162026-08-11T21:49:53.513Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47172026-08-11T21:49:54.436Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47182026-08-11T21:49:54.436Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47192026-08-11T21:49:55.714Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47202026-08-11T21:50:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47212026-08-11T21:50:34.621Z
47222026-08-11T21:50:34.621Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47232026-08-11T21:50:35.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-08-11T21:50:35.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-08-11T21:50:35.325Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47262026-08-11T21:50:35.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47272026-08-11T21:50:36.173Z
47282026-08-11T21:50:36.173Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47292026-08-11T21:50:36.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-11T21:50:36.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-11T21:50:36.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-08-11T21:50:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47332026-08-11T21:50:36.729Z
47342026-08-11T21:50:36.729Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47352026-08-11T21:50:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-11T21:50:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-11T21:50:37.513Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47382026-08-11T21:50:37.627Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47392026-08-11T21:50:37.637Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47402026-08-11T21:51:04.568Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47412026-08-11T21:51:04.982Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47422026-08-11T21:51:10.471Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47432026-08-11T21:51:10.890Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47442026-08-11T21:51:10.931Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47452026-08-11T21:51:34.415Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47462026-08-11T21:51:35.162Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47472026-08-11T21:51:36.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47482026-08-11T21:51:37.078Z
47492026-08-11T21:51:37.078Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47502026-08-11T21:51:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-08-11T21:51:37.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-08-11T21:51:37.787Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47532026-08-11T21:51:38.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47542026-08-11T21:51:38.678Z
47552026-08-11T21:51:38.678Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47562026-08-11T21:51:39.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-08-11T21:51:39.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-08-11T21:51:39.295Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47592026-08-11T21:51:39.298Z Compiling fs-err v2.11.0
47602026-08-11T21:51:39.414Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47612026-08-11T21:51:39.425Z Checking parse-size v1.1.0
47622026-08-11T21:51:39.434Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47632026-08-11T21:51:39.438Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47642026-08-11T21:51:39.438Z Checking shell-words v1.1.1
47652026-08-11T21:51:39.523Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47662026-08-11T21:51:39.866Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47672026-08-11T21:51:40.045Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47682026-08-11T21:51:40.721Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47692026-08-11T21:51:41.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
47702026-08-11T21:51:41.861Z
47712026-08-11T21:51:41.861Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47722026-08-11T21:51:42.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-11T21:51:42.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-11T21:51:42.490Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47752026-08-11T21:51:42.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47762026-08-11T21:51:43.173Z
47772026-08-11T21:51:43.173Zinfo: running `cargo check --bins` on schema (316/334)
47782026-08-11T21:51:43.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-11T21:51:43.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-11T21:51:43.891Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47812026-08-11T21:51:44.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47822026-08-11T21:51:44.785Z
47832026-08-11T21:51:44.785Zinfo: running `cargo check --bins` on xtask (317/334)
47842026-08-11T21:51:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-08-11T21:51:45.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-08-11T21:51:45.192Z Checking serde_core v1.0.228
47872026-08-11T21:51:45.192Z Checking libc v0.2.185
47882026-08-11T21:51:45.273Z Checking bitflags v2.11.0
47892026-08-11T21:51:45.280Z Checking scroll v0.12.0
47902026-08-11T21:51:45.285Z Checking thiserror v1.0.69
47912026-08-11T21:51:45.294Z Checking log v0.4.29
47922026-08-11T21:51:45.297Z Checking indexmap v2.14.0
47932026-08-11T21:51:45.301Z Checking zerocopy v0.7.35
47942026-08-11T21:51:45.377Z Checking syn v2.0.117
47952026-08-11T21:51:45.413Z Checking dtrace-parser v0.2.0
47962026-08-11T21:51:45.440Z Checking once_cell v1.21.3
47972026-08-11T21:51:45.500Z Checking goblin v0.8.2
47982026-08-11T21:51:45.553Z Checking errno v0.3.14
47992026-08-11T21:51:45.612Z Checking thread-id v4.2.2
48002026-08-11T21:51:45.654Z Checking getrandom v0.4.1
48012026-08-11T21:51:45.668Z Checking rustix v1.1.3
48022026-08-11T21:51:45.686Z Checking memmap v0.7.0
48032026-08-11T21:51:45.781Z Checking thiserror v2.0.18
48042026-08-11T21:51:45.807Z Checking fs-err v3.3.0
48052026-08-11T21:51:45.807Z Checking tabled v0.15.0
48062026-08-11T21:51:45.833Z Checking anyhow v1.0.102
48072026-08-11T21:51:46.441Z Checking terminal_size v0.4.3
48082026-08-11T21:51:46.441Z Checking tempfile v3.25.0
48092026-08-11T21:51:46.552Z Checking clap_builder v4.6.0
48102026-08-11T21:51:46.555Z Checking textwrap v0.16.2
48112026-08-11T21:51:46.733Z Checking serde v1.0.228
48122026-08-11T21:51:46.733Z Checking serde_json v1.0.151
48132026-08-11T21:51:46.733Z Checking camino v1.2.2
48142026-08-11T21:51:46.760Z Checking semver v1.0.28
48152026-08-11T21:51:46.902Z Checking cargo-platform v0.3.2
48162026-08-11T21:51:46.983Z Checking camino-tempfile v1.4.1
48172026-08-11T21:51:47.153Z Checking toml_datetime v0.6.11
48182026-08-11T21:51:47.153Z Checking serde_spanned v0.6.9
48192026-08-11T21:51:47.156Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48202026-08-11T21:51:47.156Z Checking macaddr v1.0.1
48212026-08-11T21:51:47.331Z Checking dof v0.3.0
48222026-08-11T21:51:47.331Z Checking cargo_metadata v0.23.1
48232026-08-11T21:51:47.349Z Checking toml_edit v0.22.27
48242026-08-11T21:51:47.592Z Checking usdt-impl v0.5.0
48252026-08-11T21:51:47.731Z Checking clap v4.6.1
48262026-08-11T21:51:47.849Z Checking usdt v0.5.0
48272026-08-11T21:51:48.340Z Checking toml v0.8.23
48282026-08-11T21:51:48.598Z Checking cargo_toml v0.21.0
48292026-08-11T21:51:49.237Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48302026-08-11T21:51:49.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
48312026-08-11T21:51:49.728Z
48322026-08-11T21:51:49.729Zinfo: running `cargo check --bins` on dnsadm (318/334)
48332026-08-11T21:51:50.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-08-11T21:51:50.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-08-11T21:51:50.357Z Checking arc-swap v1.8.2
48362026-08-11T21:51:50.641Z Checking slog-scope v4.4.1
48372026-08-11T21:51:50.751Z Checking slog-stdlog v4.1.1
48382026-08-11T21:51:50.874Z Checking slog-envlogger v2.2.0
48392026-08-11T21:51:50.997Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48402026-08-11T21:51:51.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48412026-08-11T21:51:51.570Z
48422026-08-11T21:51:51.570Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48432026-08-11T21:51:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-08-11T21:51:52.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-08-11T21:51:52.366Z Checking cpubits v0.1.1
48462026-08-11T21:51:52.494Z Checking pem-rfc7468 v1.0.0
48472026-08-11T21:51:52.505Z Checking hmac v0.13.0
48482026-08-11T21:51:52.508Z Checking universal-hash v0.6.1
48492026-08-11T21:51:52.528Z Checking ctr v0.10.1
48502026-08-11T21:51:52.528Z Checking aead v0.6.1
48512026-08-11T21:51:52.559Z Checking aes v0.9.1
48522026-08-11T21:51:52.559Z Checking crypto-bigint v0.7.5
48532026-08-11T21:51:52.584Z Checking salsa20 v0.11.0
48542026-08-11T21:51:52.617Z Checking polyval v0.7.1
48552026-08-11T21:51:52.634Z Checking der v0.8.0
48562026-08-11T21:51:52.656Z Checking pbkdf2 v0.13.0
48572026-08-11T21:51:52.672Z Checking cbc v0.2.1
48582026-08-11T21:51:52.709Z Checking ff v0.14.0
48592026-08-11T21:51:52.739Z Checking signature v3.0.0
48602026-08-11T21:51:52.779Z Checking scrypt v0.12.0
48612026-08-11T21:51:52.783Z Checking ghash v0.6.0
48622026-08-11T21:51:52.815Z Checking base16ct v1.0.0
48632026-08-11T21:51:52.879Z Checking group v0.14.0
48642026-08-11T21:51:52.908Z Checking hkdf v0.13.0
48652026-08-11T21:51:52.928Z Compiling curve25519-dalek v5.0.0
48662026-08-11T21:51:52.944Z Checking aes-gcm v0.11.0
48672026-08-11T21:51:52.959Z Checking keccak v0.2.0
48682026-08-11T21:51:52.976Z Checking poly1305 v0.9.0
48692026-08-11T21:51:53.022Z Checking wnaf v0.14.0
48702026-08-11T21:51:53.037Z Checking blowfish v0.10.0
48712026-08-11T21:51:53.100Z Checking blake2 v0.11.0-rc.6
48722026-08-11T21:51:53.116Z Checking sha3 v0.11.0
48732026-08-11T21:51:53.183Z Checking bcrypt-pbkdf v0.11.0
48742026-08-11T21:51:53.203Z Checking kem v0.3.0
48752026-08-11T21:51:53.241Z Checking module-lattice v0.2.3
48762026-08-11T21:51:53.315Z Checking sponge-cursor v0.1.0
48772026-08-11T21:51:53.347Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48782026-08-11T21:51:53.362Z Checking argon2 v0.6.0-rc.8
48792026-08-11T21:51:53.424Z Checking spki v0.8.0
48802026-08-11T21:51:53.444Z Checking sec1 v0.8.1
48812026-08-11T21:51:53.457Z Checking sha3 v0.12.0
48822026-08-11T21:51:53.461Z Checking ml-kem v0.3.2
48832026-08-11T21:51:53.525Z Checking internal-russh-num-bigint v0.5.0
48842026-08-11T21:51:53.592Z Checking pkcs5 v0.8.1
48852026-08-11T21:51:53.638Z Checking pkcs1 v0.8.0-rc.4
48862026-08-11T21:51:53.653Z Checking num-bigint v0.4.6
48872026-08-11T21:51:53.668Z Checking generic-array v1.4.3
48882026-08-11T21:51:53.848Z Checking russh-util v0.52.0
48892026-08-11T21:51:53.882Z Checking pkcs8 v0.11.0
48902026-08-11T21:51:53.973Z Compiling enum_dispatch v0.3.13
48912026-08-11T21:51:54.062Z Compiling delegate v0.13.5
48922026-08-11T21:51:54.083Z Checking ed25519 v3.0.0
48932026-08-11T21:51:54.225Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48942026-08-11T21:51:54.240Z Checking md5 v0.8.0
48952026-08-11T21:51:54.276Z Checking ed25519-dalek v3.0.0
48962026-08-11T21:51:54.371Z Checking hex-literal v1.1.0
48972026-08-11T21:51:54.431Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48982026-08-11T21:51:54.472Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48992026-08-11T21:51:54.497Z Checking socket2 v0.5.10
49002026-08-11T21:51:54.563Z Checking internet-checksum v0.2.1
49012026-08-11T21:51:54.604Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49022026-08-11T21:51:54.784Z Checking elliptic-curve v0.14.1
49032026-08-11T21:51:54.784Z Checking rfc6979 v0.6.0
49042026-08-11T21:51:54.787Z Checking primefield v0.14.0
49052026-08-11T21:51:54.787Z Checking ssh-encoding v0.3.0
49062026-08-11T21:51:54.900Z Checking crypto-primes v0.7.2
49072026-08-11T21:51:55.008Z Checking ssh-cipher v0.3.0
49082026-08-11T21:51:55.008Z Checking russh-cryptovec v0.62.0
49092026-08-11T21:51:55.199Z Checking primeorder v0.14.0
49102026-08-11T21:51:55.202Z Checking ecdsa v0.17.0
49112026-08-11T21:51:55.568Z Checking p384 v0.14.0
49122026-08-11T21:51:55.568Z Checking p256 v0.14.0
49132026-08-11T21:51:55.571Z Checking p521 v0.14.0
49142026-08-11T21:51:55.835Z Checking rsa v0.10.0-rc.18
49152026-08-11T21:51:58.438Z Checking ssh-key v0.7.0-rc.11
49162026-08-11T21:51:59.185Z Checking russh v0.62.4
49172026-08-11T21:52:12.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.01s
49182026-08-11T21:52:12.798Z
49192026-08-11T21:52:12.798Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49202026-08-11T21:52:13.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-11T21:52:13.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-11T21:52:13.432Z Checking termios v0.3.3
49232026-08-11T21:52:13.624Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49242026-08-11T21:52:14.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49252026-08-11T21:52:14.405Z
49262026-08-11T21:52:14.405Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49272026-08-11T21:52:14.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-11T21:52:14.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-11T21:52:15.079Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49302026-08-11T21:52:15.781Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49312026-08-11T21:52:17.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
49322026-08-11T21:52:17.563Z
49332026-08-11T21:52:17.564Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49342026-08-11T21:52:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-11T21:52:18.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-11T21:52:18.189Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49372026-08-11T21:52:18.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
49382026-08-11T21:52:18.792Z
49392026-08-11T21:52:18.792Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49402026-08-11T21:52:19.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-11T21:52:19.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-11T21:52:19.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-11T21:52:19.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49442026-08-11T21:52:19.341Z
49452026-08-11T21:52:19.342Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49462026-08-11T21:52:19.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-11T21:52:19.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-11T21:52:19.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49492026-08-11T21:52:19.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49502026-08-11T21:52:19.891Z
49512026-08-11T21:52:19.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49522026-08-11T21:52:20.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-11T21:52:20.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-11T21:52:20.624Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49552026-08-11T21:52:21.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
49562026-08-11T21:52:21.401Z
49572026-08-11T21:52:21.401Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49582026-08-11T21:52:21.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-11T21:52:21.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-11T21:52:22.038Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49612026-08-11T21:52:22.038Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49622026-08-11T21:52:22.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
49632026-08-11T21:52:23.127Z
49642026-08-11T21:52:23.127Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49652026-08-11T21:52:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49662026-08-11T21:52:23.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49672026-08-11T21:52:23.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49682026-08-11T21:52:23.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49692026-08-11T21:52:23.679Z
49702026-08-11T21:52:23.680Zinfo: running `cargo check --bins` on omicron-package (328/334)
49712026-08-11T21:52:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49722026-08-11T21:52:24.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49732026-08-11T21:52:24.341Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49742026-08-11T21:52:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
49752026-08-11T21:52:25.614Z
49762026-08-11T21:52:25.614Zinfo: running `cargo check --bins` on tqdb (329/334)
49772026-08-11T21:52:26.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49782026-08-11T21:52:26.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49792026-08-11T21:52:26.376Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49802026-08-11T21:52:26.727Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49812026-08-11T21:52:27.237Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49822026-08-11T21:52:27.237Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49832026-08-11T21:52:33.433Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49842026-08-11T21:52:33.433Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49852026-08-11T21:52:33.438Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49862026-08-11T21:52:34.061Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49872026-08-11T21:52:34.065Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49882026-08-11T21:52:34.065Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49892026-08-11T21:52:34.819Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49902026-08-11T21:52:35.300Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49912026-08-11T21:52:35.532Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49922026-08-11T21:52:35.919Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49932026-08-11T21:52:36.755Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
49942026-08-11T21:52:37.406Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
49952026-08-11T21:52:42.179Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49962026-08-11T21:52:49.207Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49972026-08-11T21:52:49.235Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49982026-08-11T21:52:49.235Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49992026-08-11T21:52:49.235Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50002026-08-11T21:52:50.715Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50012026-08-11T21:52:51.983Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50022026-08-11T21:52:52.656Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50032026-08-11T21:52:53.922Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50042026-08-11T21:52:54.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.85s
50052026-08-11T21:52:54.673Z
50062026-08-11T21:52:54.673Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50072026-08-11T21:52:55.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-11T21:52:55.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-11T21:52:55.371Z Checking rtoolbox v0.0.3
50102026-08-11T21:52:55.375Z Checking tui-tree-widget v0.23.1
50112026-08-11T21:52:55.526Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50122026-08-11T21:52:55.529Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50132026-08-11T21:52:55.590Z Checking rpassword v7.5.4
50142026-08-11T21:52:58.412Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50152026-08-11T21:53:00.244Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50162026-08-11T21:53:01.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s
50172026-08-11T21:53:01.362Z
50182026-08-11T21:53:01.362Zinfo: running `cargo check --bins` on wicket (331/334)
50192026-08-11T21:53:01.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50202026-08-11T21:53:01.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50212026-08-11T21:53:02.047Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50222026-08-11T21:53:02.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50232026-08-11T21:53:02.591Z
50242026-08-11T21:53:02.591Zinfo: running `cargo check --bins` on wicketd (332/334)
50252026-08-11T21:53:03.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50262026-08-11T21:53:03.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50272026-08-11T21:53:03.281Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50282026-08-11T21:53:06.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
50292026-08-11T21:53:07.089Z
50302026-08-11T21:53:07.089Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50312026-08-11T21:53:07.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50322026-08-11T21:53:07.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50332026-08-11T21:53:07.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50342026-08-11T21:53:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50352026-08-11T21:53:07.647Z
50362026-08-11T21:53:07.647Zinfo: running `cargo check --bins` on zone-setup (334/334)
50372026-08-11T21:53:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50382026-08-11T21:53:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50392026-08-11T21:53:08.310Z Checking uzers v0.12.2
50402026-08-11T21:53:08.577Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50412026-08-11T21:53:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
50422026-08-11T21:53:09.555Z
50432026-08-11T21:53:09.555Zreal 14:00.304538264
50442026-08-11T21:53:09.555Zuser 21:07.867864596
50452026-08-11T21:53:09.555Zsys 4:17.940892023
50462026-08-11T21:53:09.555Ztrap 0.331512375
50472026-08-11T21:53:09.555Ztflt 0.601369620
50482026-08-11T21:53:09.555Zdflt 0.851613666
50492026-08-11T21:53:09.555Zkflt 0.004817587
50502026-08-11T21:53:09.555Zlock 1:26:22.654186506
50512026-08-11T21:53:09.555Zslp 1:40:32.200744193
50522026-08-11T21:53:09.555Zlat 53.180119345
50532026-08-11T21:53:09.555Zstop 3:54.529898297
50542026-08-11T21:53:09.558Zprocess exited: duration 998406 ms, exit code 0
 
50552026-08-11T21:53:09.565Zfound 0 output files