01KYQR5K2075SATMCNNZ2VQEJG: 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: 01KYQR6VYVKFNVDZF468QY3NAP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T20:14:58.972Zjob assigned to worker 01KYQR6ZSDVR2TZHGXDGHJTYDM [factory aws, i-09a0b19267c554011] (queued for 44 s)
 
22026-07-29T20:15:05.688Zstarting task 0: "setup"
32026-07-29T20:15:05.693Z++ uname -s
42026-07-29T20:15:05.696Z+ kern=SunOS
52026-07-29T20:15:05.696Z+ build_user=build
62026-07-29T20:15:05.696Z+ build_uid=12345
72026-07-29T20:15:05.696Z+ work_dir=/work
82026-07-29T20:15:05.696Z+ input_dir=/input
92026-07-29T20:15:05.696Z+ [[ 0 == 12345 ]]
102026-07-29T20:15:05.696Z+ case "$kern" in
112026-07-29T20:15:05.696Z+ groupadd -g 12345 build
122026-07-29T20:15:05.700Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T20:15:07.702Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T20:15:07.760Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T20:15:07.763Z+ home_fs=zfs
162026-07-29T20:15:07.763Z+ [[ zfs == autofs ]]
172026-07-29T20:15:07.763Z+ mkdir -p /home/build
182026-07-29T20:15:07.763Z+ chown build:build /home/build /work
192026-07-29T20:15:09.765Z+ chmod 0700 /home/build /work
202026-07-29T20:15:09.780Zprocess exited: duration 4077 ms, exit code 0
 
212026-07-29T20:15:09.811Zstarting task 1: "rust-toolchain"
222026-07-29T20:15:09.846Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T20:15:09.846Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-29T20:15:09.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-29T20:15:09.846Z * rust toolchain channel = "1.97.1"
262026-07-29T20:15:09.846Z * rust toolchain profile = "default"
272026-07-29T20:15:09.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T20:15:09.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T20:15:09.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T20:15:09.929Zinfo: downloading installer
312026-07-29T20:15:11.243Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T20:15:11.243Zwarn: /home/build/.rustup/settings.toml
332026-07-29T20:15:11.243Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T20:15:11.243Zwarn: instead of the one inferred from the default host triple.
352026-07-29T20:15:11.256Zinfo: profile set to default
362026-07-29T20:15:11.256Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T20:15:11.260Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T20:15:11.398Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T20:15:11.401Zinfo: downloading 6 components
402026-07-29T20:15:27.836Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T20:15:27.836Z
422026-07-29T20:15:27.863Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T20:15:27.863Z
442026-07-29T20:15:27.866Z
452026-07-29T20:15:27.866ZRust is installed now. Great!
462026-07-29T20:15:27.866Z
472026-07-29T20:15:27.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T20:15:27.866Zenvironment variable. This has not been done automatically.
492026-07-29T20:15:27.866Z
502026-07-29T20:15:27.866ZTo configure your current shell, you need to source
512026-07-29T20:15:27.866Zthe corresponding env file under $HOME/.cargo.
522026-07-29T20:15:27.866Z
532026-07-29T20:15:27.867ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T20:15:27.867Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T20:15:27.867Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T20:15:27.867Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T20:15:27.868Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T20:15:27.868Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T20:15:27.868Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T20:15:27.868Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T20:15:27.868Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T20:15:27.959Z+ rustup --version
632026-07-29T20:15:27.968Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T20:15:27.971Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T20:15:27.988Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T20:15:27.991Z+ cargo --version
672026-07-29T20:15:28.006Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T20:15:28.009Z+ rustc --version
692026-07-29T20:15:28.028Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T20:15:28.031Zprocess exited: duration 18224 ms, exit code 0
 
712026-07-29T20:15:28.037Zstarting task 2: "authentication"
722026-07-29T20:15:28.054Zprocess exited: duration 16 ms, exit code 0
 
732026-07-29T20:15:28.060Zstarting task 3: "clone repository"
742026-07-29T20:15:28.063Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T20:15:28.066Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T20:15:28.096ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T20:15:39.202Z+ cd /work/oxidecomputer/omicron
782026-07-29T20:15:39.202Z+ git fetch origin a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
792026-07-29T20:15:39.515ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T20:15:39.515Z * branch a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 -> FETCH_HEAD
812026-07-29T20:15:39.528Z+ [[ -n iliana/tufaceous-v2/20.wicket ]]
822026-07-29T20:15:39.531Z++ git branch --show-current
832026-07-29T20:15:39.531Z+ current=main
842026-07-29T20:15:39.531Z+ [[ main != iliana/tufaceous-v2/20.wicket ]]
852026-07-29T20:15:39.531Z+ git branch -f iliana/tufaceous-v2/20.wicket a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
862026-07-29T20:15:39.535Z+ git checkout -f iliana/tufaceous-v2/20.wicket
872026-07-29T20:15:39.793ZSwitched to branch 'iliana/tufaceous-v2/20.wicket'
882026-07-29T20:15:39.796Z+ git reset --hard a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
892026-07-29T20:15:39.823ZHEAD is now at a7c28c9ee get_rot_rkth returns RotKeyTableHash
902026-07-29T20:15:39.827Zprocess exited: duration 11763 ms, exit code 0
 
912026-07-29T20:15:39.833Zstarting task 4: "build"
922026-07-29T20:15:39.837Z+ source .github/buildomat/ci-env.sh
932026-07-29T20:15:39.840Z++ export CARGO_TERM_COLOR=always
942026-07-29T20:15:39.840Z++ CARGO_TERM_COLOR=always
952026-07-29T20:15:39.840Z+++ uname -s
962026-07-29T20:15:39.840Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T20:15:39.840Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T20:15:39.843Z+ cargo --version
992026-07-29T20:15:39.849Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T20:15:39.852Z+ rustc --version
1012026-07-29T20:15:39.872Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T20:15:39.875Z+ source ./env.sh
1032026-07-29T20:15:39.875Z++ OLD_SHELL_OPTS=ehxB
1042026-07-29T20:15:39.875Z++ set -o xtrace
1052026-07-29T20:15:39.878Z++++ dirname ./env.sh
1062026-07-29T20:15:39.884Z+++ readlink -f .
1072026-07-29T20:15:39.884Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-29T20:15:39.884Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-29T20:15:39.884Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-29T20:15:39.884Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-29T20:15:39.884Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-29T20:15:39.885Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-29T20:15:39.885Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-29T20:15:39.885Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-29T20:15:39.885Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-29T20:15:39.885Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-29T20:15:39.885Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-29T20:15:39.885Z++ case $OLD_SHELL_OPTS in
1192026-07-29T20:15:39.885Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-29T20:15:39.886Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-29T20:15:39.886Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-29T20:15:39.886Z+ banner prerequisites
1232026-07-29T20:15:39.890Z
1242026-07-29T20:15:39.890Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-29T20:15:39.890Z # # # # # # # # # # # # # # #
1262026-07-29T20:15:39.890Z # # # # ##### # # ##### # # # # # #### #
1272026-07-29T20:15:39.890Z ##### ##### # ##### # # # # # # # # #
1282026-07-29T20:15:39.890Z # # # # # # # # # # # # # # #
1292026-07-29T20:15:39.890Z # # # ###### # # ###### ### # #### # #### #
1302026-07-29T20:15:39.890Z
1312026-07-29T20:15:39.890Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-29T20:15:41.569Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-29T20:15:41.804Z Startup: Caching catalogs ... Done
1342026-07-29T20:15:42.976ZPlanning: Solver setup ... Done (1.092s)
1352026-07-29T20:15:43.021ZPlanning: Running solver ... Done (0.044s)
1362026-07-29T20:15:43.051ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-29T20:15:43.062ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-29T20:15:43.082ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-29T20:15:43.096ZPlanning: Package planning ... Done (0.013s)
1402026-07-29T20:15:43.099ZPlanning: Merging actions ... Done (0.001s)
1412026-07-29T20:15:43.310ZPlanning: Checking for conflicting actions ... Done (0.212s)
1422026-07-29T20:15:43.314ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-29T20:15:44.085ZPlanning: Evaluating mediators ... Done (0.774s)
1442026-07-29T20:15:44.089ZPlanning: Planning completed in 2.25 seconds
1452026-07-29T20:15:44.094Z Packages to install: 2
1462026-07-29T20:15:44.094Z Estimated space available: 156.02 GB
1472026-07-29T20:15:44.094ZEstimated space to be consumed: 55.05 MB
1482026-07-29T20:15:44.098Z Create boot environment: No
1492026-07-29T20:15:44.098ZCreate backup boot environment: No
1502026-07-29T20:15:44.098Z Rebuild boot archive: No
1512026-07-29T20:15:44.098Z
1522026-07-29T20:15:44.098ZChanged packages:
1532026-07-29T20:15:44.098Zhelios
1542026-07-29T20:15:44.098Z developer/build-essential
1552026-07-29T20:15:44.098Z None -> 11-3.0
1562026-07-29T20:15:44.098Z library/libxmlsec1
1572026-07-29T20:15:44.098Z None -> 1.2.35-3.0
1582026-07-29T20:15:44.119Z
1592026-07-29T20:15:44.119ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-29T20:15:44.196ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1612026-07-29T20:15:44.297Z Actions: 1/268 actions (Installing new actions)
1622026-07-29T20:15:44.338Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-29T20:15:44.359ZFinalize: Updating package state database ... Done (0.024s)
1642026-07-29T20:15:44.363ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-29T20:15:44.418ZFinalize: Updating image state ... Done (0.059s)
1662026-07-29T20:15:46.834ZFinalize: Creating fast lookup database ... Done (2.377s)
1672026-07-29T20:15:46.903ZFinalize: Reading search index ... Done (0.012s)
1682026-07-29T20:15:46.906ZFinalize: Updating search index ... Done (0.000s)
1692026-07-29T20:15:47.011ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-29T20:15:47.355ZPlanning: Evaluating mediator changes ... Done
1712026-07-29T20:15:47.463ZPlanning: Checking for conflicting actions ... Done
1722026-07-29T20:15:47.467ZPlanning: Consolidating action changes ... Done
1732026-07-29T20:15:47.621ZPlanning: Evaluating mediators ... Done
1742026-07-29T20:15:47.625ZPlanning: Planning completed in 0.27 seconds
1752026-07-29T20:15:47.644Z Mediators to change: 2
1762026-07-29T20:15:47.644Z Create boot environment: No
1772026-07-29T20:15:47.649ZCreate backup boot environment: No
1782026-07-29T20:15:47.686ZFinalize: Updating package state database ... Done
1792026-07-29T20:15:47.686ZFinalize: Updating package cache ... Done
1802026-07-29T20:15:47.721ZFinalize: Updating image state ... Done
1812026-07-29T20:15:49.669ZFinalize: Creating fast lookup database ... Done
1822026-07-29T20:15:49.731ZFinalize: Reading search index ... Done
1832026-07-29T20:15:49.767ZFinalize: Updating search index ... Done
1842026-07-29T20:15:49.794ZFinalize: Updating package cache ... Done
1852026-07-29T20:15:50.081ZPlanning: Evaluating mediator changes ... Done
1862026-07-29T20:15:50.187ZPlanning: Checking for conflicting actions ... Done
1872026-07-29T20:15:50.190ZPlanning: Consolidating action changes ... Done
1882026-07-29T20:15:50.344ZPlanning: Evaluating mediators ... Done
1892026-07-29T20:15:50.348ZPlanning: Planning completed in 0.26 seconds
1902026-07-29T20:15:50.368Z Mediators to change: 1
1912026-07-29T20:15:50.368Z Create boot environment: No
1922026-07-29T20:15:50.371ZCreate backup boot environment: No
1932026-07-29T20:15:50.404ZFinalize: Updating package state database ... Done
1942026-07-29T20:15:50.404ZFinalize: Updating package cache ... Done
1952026-07-29T20:15:50.437ZFinalize: Updating image state ... Done
1962026-07-29T20:15:52.370ZFinalize: Creating fast lookup database ... Done
1972026-07-29T20:15:52.429ZFinalize: Reading search index ... Done
1982026-07-29T20:15:52.435ZFinalize: Updating search index ... Done
1992026-07-29T20:15:52.499ZFinalize: Updating package cache ... Done
2002026-07-29T20:15:52.810ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-29T20:15:52.811Zapache system 2.4 system
2022026-07-29T20:15:52.811Zclang system 15 system
2032026-07-29T20:15:52.811Zcsh system system illumos
2042026-07-29T20:15:52.811Zctags system system illumos
2052026-07-29T20:15:52.811Zfile vendor vendor darwinsys
2062026-07-29T20:15:52.811Zfile system system illumos
2072026-07-29T20:15:52.811Zgcc vendor 14 vendor
2082026-07-29T20:15:52.811Zgcc system 13 system
2092026-07-29T20:15:52.811Zgcc system 10 system
2102026-07-29T20:15:52.811Zgo system 1.25 system
2112026-07-29T20:15:52.811Zllvm system 15 system
2122026-07-29T20:15:52.811Zmariadb system 11.4 system
2132026-07-29T20:15:52.811Zmta vendor vendor dma
2142026-07-29T20:15:52.811Zopenjdk system 17 system
2152026-07-29T20:15:52.811Zopenjdk system 11 system
2162026-07-29T20:15:52.811Zopenssl vendor 3 vendor
2172026-07-29T20:15:52.811Zperl system 5.40 system
2182026-07-29T20:15:52.811Zpostgresql system 18 system
2192026-07-29T20:15:52.811Zpostgresql system 17 system
2202026-07-29T20:15:52.811Zpython vendor 3 vendor
2212026-07-29T20:15:52.811Zpython system 2 system
2222026-07-29T20:15:52.811Zpython3 vendor 3.13 vendor
2232026-07-29T20:15:52.811Zruby system 3.4 system
2242026-07-29T20:15:52.811Zruby system 3.0 system
2252026-07-29T20:15:52.811Zwords vendor vendor american-english
2262026-07-29T20:15:52.811Zwords system system australian-english
2272026-07-29T20:15:52.814Zwords system system british-english
2282026-07-29T20:15:52.814Zwords system system canadian-english
2292026-07-29T20:15:52.814Zwords system system french
2302026-07-29T20:15:52.814Zwords system system italian
2312026-07-29T20:15:52.814Zwords system system ngerman
2322026-07-29T20:15:52.814Zwords system system ogerman
2332026-07-29T20:15:52.814Zwords system system spanish
2342026-07-29T20:15:53.058ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-29T20:15:53.058Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-29T20:15:53.453ZFMRI IFO
2372026-07-29T20:15:53.453Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-29T20:15:53.453Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-29T20:15:53.453Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-29T20:15:53.453Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-29T20:15:53.453Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-29T20:15:53.453Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-29T20:15:53.453Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-29T20:15:53.453Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-29T20:15:53.453Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-29T20:15:53.753Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-29T20:15:54.005Z Updating crates.io index
2482026-07-29T20:15:54.009Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-29T20:15:54.236Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-29T20:15:54.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-29T20:15:54.924Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-29T20:15:55.851Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-29T20:15:56.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-29T20:15:58.392Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-29T20:15:59.202Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-29T20:15:59.452Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-29T20:16:00.099Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-29T20:16:01.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-29T20:16:01.764Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-29T20:16:02.092Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-29T20:16:02.380Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-29T20:16:02.871Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-29T20:16:03.391Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-29T20:16:03.650Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-29T20:16:03.862Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-29T20:16:04.124Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-29T20:16:04.419Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-29T20:16:04.791Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-29T20:16:05.069Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-29T20:16:05.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-29T20:16:05.711Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-29T20:16:06.030Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-29T20:16:06.277Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-29T20:16:06.672Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-29T20:16:06.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-29T20:16:07.485Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-29T20:16:07.721Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-29T20:16:07.994Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-07-29T20:16:08.224Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-07-29T20:16:08.545Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-07-29T20:16:08.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-07-29T20:16:09.177Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-29T20:16:09.453Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-29T20:16:09.718Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-29T20:16:10.003Z Updating git repository `https://github.com/oxidecomputer/tough`
2862026-07-29T20:16:10.717Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-07-29T20:16:10.967Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-07-29T20:16:11.219Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-07-29T20:16:11.441Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-07-29T20:16:14.287Z Downloading crates ...
2912026-07-29T20:16:14.337Z Downloaded dtrace-parser v0.2.0
2922026-07-29T20:16:14.345Z Downloaded bytecount v0.6.9
2932026-07-29T20:16:14.345Z Downloaded serde_spanned v0.6.9
2942026-07-29T20:16:14.345Z Downloaded anstream v1.0.0
2952026-07-29T20:16:14.345Z Downloaded tabled_derive v0.7.0
2962026-07-29T20:16:14.352Z Downloaded zmij v1.0.21
2972026-07-29T20:16:14.352Z Downloaded ucd-trie v0.1.7
2982026-07-29T20:16:14.352Z Downloaded equivalent v1.0.2
2992026-07-29T20:16:14.358Z Downloaded byteorder v1.5.0
3002026-07-29T20:16:14.359Z Downloaded anstyle v1.0.14
3012026-07-29T20:16:14.370Z Downloaded zerocopy v0.7.35
3022026-07-29T20:16:14.370Z Downloaded heck v0.5.0
3032026-07-29T20:16:14.370Z Downloaded anstyle-query v1.1.5
3042026-07-29T20:16:14.370Z Downloaded textwrap v0.16.2
3052026-07-29T20:16:14.373Z Downloaded clap_derive v4.6.1
3062026-07-29T20:16:14.373Z Downloaded block-buffer v0.10.4
3072026-07-29T20:16:14.374Z Downloaded memmap v0.7.0
3082026-07-29T20:16:14.374Z Downloaded cargo_toml v0.21.0
3092026-07-29T20:16:14.374Z Downloaded errno v0.3.14
3102026-07-29T20:16:14.374Z Downloaded dof v0.3.0
3112026-07-29T20:16:14.382Z Downloaded colorchoice v1.0.4
3122026-07-29T20:16:14.390Z Downloaded is_terminal_polyfill v1.70.2
3132026-07-29T20:16:14.390Z Downloaded version_check v0.9.5
3142026-07-29T20:16:14.394Z Downloaded utf8parse v0.2.2
3152026-07-29T20:16:14.394Z Downloaded itoa v1.0.17
3162026-07-29T20:16:14.394Z Downloaded usdt v0.5.0
3172026-07-29T20:16:14.394Z Downloaded cargo-platform v0.3.2
3182026-07-29T20:16:14.400Z Downloaded fastrand v2.3.0
3192026-07-29T20:16:14.401Z Downloaded anyhow v1.0.102
3202026-07-29T20:16:14.401Z Downloaded camino-tempfile v1.4.1
3212026-07-29T20:16:14.406Z Downloaded pretty-hex v0.4.1
3222026-07-29T20:16:14.406Z Downloaded generic-array v0.14.7
3232026-07-29T20:16:14.406Z Downloaded crypto-common v0.1.7
3242026-07-29T20:16:14.416Z Downloaded thread-id v4.2.2
3252026-07-29T20:16:14.416Z Downloaded fnv v1.0.7
3262026-07-29T20:16:14.416Z Downloaded terminal_size v0.4.3
3272026-07-29T20:16:14.423Z Downloaded toml_write v0.1.2
3282026-07-29T20:16:14.423Z Downloaded macaddr v1.0.1
3292026-07-29T20:16:14.423Z Downloaded usdt-macro v0.5.0
3302026-07-29T20:16:14.423Z Downloaded smawk v0.3.2
3312026-07-29T20:16:14.428Z Downloaded anstyle-parse v1.0.0
3322026-07-29T20:16:14.428Z Downloaded clap_lex v1.0.0
3332026-07-29T20:16:14.428Z Downloaded cpufeatures v0.2.17
3342026-07-29T20:16:14.437Z Downloaded plain v0.2.3
3352026-07-29T20:16:14.441Z Downloaded strsim v0.11.1
3362026-07-29T20:16:14.441Z Downloaded usdt-attr-macro v0.5.0
3372026-07-29T20:16:14.451Z Downloaded heck v0.4.1
3382026-07-29T20:16:14.452Z Downloaded unicode-linebreak v0.1.5
3392026-07-29T20:16:14.455Z Downloaded scroll_derive v0.12.1
3402026-07-29T20:16:14.455Z Downloaded proc-macro-error-attr v1.0.4
3412026-07-29T20:16:14.455Z Downloaded swrite v0.1.0
3422026-07-29T20:16:14.463Z Downloaded thiserror-impl v1.0.69
3432026-07-29T20:16:14.463Z Downloaded papergrid v0.11.0
3442026-07-29T20:16:14.467Z Downloaded cfg-if v1.0.4
3452026-07-29T20:16:14.468Z Downloaded sha2 v0.10.9
3462026-07-29T20:16:14.468Z Downloaded cargo_metadata v0.23.1
3472026-07-29T20:16:14.475Z Downloaded quote v1.0.45
3482026-07-29T20:16:14.475Z Downloaded usdt-impl v0.5.0
3492026-07-29T20:16:14.478Z Downloaded proc-macro-error v1.0.4
3502026-07-29T20:16:14.478Z Downloaded once_cell v1.21.3
3512026-07-29T20:16:14.487Z Downloaded fs-err v3.3.0
3522026-07-29T20:16:14.495Z Downloaded serde_tokenstream v0.2.3
3532026-07-29T20:16:14.495Z Downloaded autocfg v1.5.0
3542026-07-29T20:16:14.501Z Downloaded scroll v0.12.0
3552026-07-29T20:16:14.501Z Downloaded thiserror v1.0.69
3562026-07-29T20:16:14.507Z Downloaded thiserror v2.0.18
3572026-07-29T20:16:14.511Z Downloaded toml_datetime v0.6.11
3582026-07-29T20:16:14.517Z Downloaded getrandom v0.4.1
3592026-07-29T20:16:14.518Z Downloaded semver v1.0.28
3602026-07-29T20:16:14.518Z Downloaded serde_derive v1.0.228
3612026-07-29T20:16:14.527Z Downloaded digest v0.10.7
3622026-07-29T20:16:14.531Z Downloaded zerocopy-derive v0.7.35
3632026-07-29T20:16:14.534Z Downloaded indexmap v2.14.0
3642026-07-29T20:16:14.540Z Downloaded thiserror-impl v2.0.18
3652026-07-29T20:16:14.540Z Downloaded bitflags v2.11.0
3662026-07-29T20:16:14.546Z Downloaded pest_meta v2.8.6
3672026-07-29T20:16:14.546Z Downloaded clap v4.6.1
3682026-07-29T20:16:14.549Z Downloaded pest_generator v2.8.6
3692026-07-29T20:16:14.549Z Downloaded camino v1.2.2
3702026-07-29T20:16:14.550Z Downloaded unicode-ident v1.0.24
3712026-07-29T20:16:14.554Z Downloaded tempfile v3.25.0
3722026-07-29T20:16:14.554Z Downloaded proc-macro2 v1.0.106
3732026-07-29T20:16:14.563Z Downloaded log v0.4.29
3742026-07-29T20:16:14.567Z Downloaded serde_core v1.0.228
3752026-07-29T20:16:14.567Z Downloaded toml v0.8.23
3762026-07-29T20:16:14.570Z Downloaded pest_derive v2.8.6
3772026-07-29T20:16:14.570Z Downloaded toml_edit v0.22.27
3782026-07-29T20:16:14.579Z Downloaded memchr v2.8.0
3792026-07-29T20:16:14.587Z Downloaded serde v1.0.228
3802026-07-29T20:16:14.596Z Downloaded typenum v1.20.1
3812026-07-29T20:16:14.617Z Downloaded unicode-width v0.1.14
3822026-07-29T20:16:14.623Z Downloaded pest v2.8.6
3832026-07-29T20:16:14.626Z Downloaded syn v1.0.109
3842026-07-29T20:16:14.637Z Downloaded hashbrown v0.17.0
3852026-07-29T20:16:14.641Z Downloaded goblin v0.8.2
3862026-07-29T20:16:14.645Z Downloaded serde_json v1.0.151
3872026-07-29T20:16:14.648Z Downloaded clap_builder v4.6.0
3882026-07-29T20:16:14.652Z Downloaded winnow v0.7.14
3892026-07-29T20:16:14.667Z Downloaded tabled v0.15.0
3902026-07-29T20:16:14.677Z Downloaded unicode-width v0.2.0
3912026-07-29T20:16:14.685Z Downloaded syn v2.0.117
3922026-07-29T20:16:14.697Z Downloaded rustix v1.1.3
3932026-07-29T20:16:14.728Z Downloaded libc v0.2.185
3942026-07-29T20:16:14.791Z Compiling proc-macro2 v1.0.106
3952026-07-29T20:16:14.791Z Compiling unicode-ident v1.0.24
3962026-07-29T20:16:14.791Z Compiling quote v1.0.45
3972026-07-29T20:16:14.795Z Compiling serde_core v1.0.228
3982026-07-29T20:16:14.795Z Compiling libc v0.2.185
3992026-07-29T20:16:14.795Z Compiling version_check v0.9.5
4002026-07-29T20:16:14.795Z Compiling memchr v2.8.0
4012026-07-29T20:16:14.795Z Compiling serde v1.0.228
4022026-07-29T20:16:15.182Z Compiling zmij v1.0.21
4032026-07-29T20:16:15.396Z Compiling thiserror v1.0.69
4042026-07-29T20:16:15.429Z Compiling ucd-trie v0.1.7
4052026-07-29T20:16:15.591Z Compiling itoa v1.0.17
4062026-07-29T20:16:15.701Z Compiling pest v2.8.6
4072026-07-29T20:16:15.781Z Compiling rustix v1.1.3
4082026-07-29T20:16:15.784Z Compiling byteorder v1.5.0
4092026-07-29T20:16:15.857Z Compiling errno v0.3.14
4102026-07-29T20:16:16.026Z Compiling bitflags v2.11.0
4112026-07-29T20:16:16.164Z Compiling serde_json v1.0.151
4122026-07-29T20:16:16.243Z Compiling syn v2.0.117
4132026-07-29T20:16:16.277Z Compiling thread-id v4.2.2
4142026-07-29T20:16:16.372Z Compiling proc-macro-error-attr v1.0.4
4152026-07-29T20:16:16.406Z Compiling usdt-impl v0.5.0
4162026-07-29T20:16:16.467Z Compiling syn v1.0.109
4172026-07-29T20:16:16.562Z Compiling camino v1.2.2
4182026-07-29T20:16:16.725Z Compiling pest_meta v2.8.6
4192026-07-29T20:16:16.895Z Compiling proc-macro-error v1.0.4
4202026-07-29T20:16:16.940Z Compiling hashbrown v0.17.0
4212026-07-29T20:16:16.966Z Compiling utf8parse v0.2.2
4222026-07-29T20:16:17.056Z Compiling plain v0.2.3
4232026-07-29T20:16:17.088Z Compiling log v0.4.29
4242026-07-29T20:16:17.278Z Compiling equivalent v1.0.2
4252026-07-29T20:16:17.294Z Compiling getrandom v0.4.1
4262026-07-29T20:16:17.359Z Compiling terminal_size v0.4.3
4272026-07-29T20:16:17.429Z Compiling indexmap v2.14.0
4282026-07-29T20:16:17.701Z Compiling anstyle-parse v1.0.0
4292026-07-29T20:16:18.200Z Compiling colorchoice v1.0.4
4302026-07-29T20:16:18.291Z Compiling autocfg v1.5.0
4312026-07-29T20:16:18.319Z Compiling anstyle v1.0.14
4322026-07-29T20:16:18.341Z Compiling toml_write v0.1.2
4332026-07-29T20:16:18.356Z Compiling cfg-if v1.0.4
4342026-07-29T20:16:18.433Z Compiling winnow v0.7.14
4352026-07-29T20:16:18.471Z Compiling anstyle-query v1.1.5
4362026-07-29T20:16:18.553Z Compiling thiserror v2.0.18
4372026-07-29T20:16:18.559Z Compiling pretty-hex v0.4.1
4382026-07-29T20:16:18.581Z Compiling is_terminal_polyfill v1.70.2
4392026-07-29T20:16:18.646Z Compiling pest_generator v2.8.6
4402026-07-29T20:16:18.684Z Compiling anstream v1.0.0
4412026-07-29T20:16:18.721Z Compiling fs-err v3.3.0
4422026-07-29T20:16:18.917Z Compiling anyhow v1.0.102
4432026-07-29T20:16:18.992Z Compiling clap_lex v1.0.0
4442026-07-29T20:16:19.004Z Compiling heck v0.5.0
4452026-07-29T20:16:19.233Z Compiling fnv v1.0.7
4462026-07-29T20:16:19.248Z Compiling unicode-width v0.1.14
4472026-07-29T20:16:19.287Z Compiling strsim v0.11.1
4482026-07-29T20:16:19.327Z Compiling bytecount v0.6.9
4492026-07-29T20:16:19.343Z Compiling once_cell v1.21.3
4502026-07-29T20:16:19.400Z Compiling fastrand v2.3.0
4512026-07-29T20:16:19.458Z Compiling heck v0.4.1
4522026-07-29T20:16:19.520Z Compiling clap_builder v4.6.0
4532026-07-29T20:16:19.560Z Compiling papergrid v0.11.0
4542026-07-29T20:16:19.600Z Compiling tempfile v3.25.0
4552026-07-29T20:16:19.803Z Compiling semver v1.0.28
4562026-07-29T20:16:19.908Z Compiling cargo-platform v0.3.2
4572026-07-29T20:16:19.929Z Compiling memmap v0.7.0
4582026-07-29T20:16:19.995Z Compiling tabled_derive v0.7.0
4592026-07-29T20:16:20.005Z Compiling smawk v0.3.2
4602026-07-29T20:16:20.171Z Compiling unicode-linebreak v0.1.5
4612026-07-29T20:16:20.269Z Compiling unicode-width v0.2.0
4622026-07-29T20:16:20.270Z Compiling camino-tempfile v1.4.1
4632026-07-29T20:16:20.324Z Compiling serde_derive v1.0.228
4642026-07-29T20:16:20.377Z Compiling thiserror-impl v1.0.69
4652026-07-29T20:16:20.430Z Compiling zerocopy-derive v0.7.35
4662026-07-29T20:16:20.481Z Compiling pest_derive v2.8.6
4672026-07-29T20:16:20.527Z Compiling scroll_derive v0.12.1
4682026-07-29T20:16:20.909Z Compiling thiserror-impl v2.0.18
4692026-07-29T20:16:20.972Z Compiling clap_derive v4.6.1
4702026-07-29T20:16:21.021Z Compiling tabled v0.15.0
4712026-07-29T20:16:21.205Z Compiling scroll v0.12.0
4722026-07-29T20:16:21.308Z Compiling zerocopy v0.7.35
4732026-07-29T20:16:21.440Z Compiling goblin v0.8.2
4742026-07-29T20:16:21.730Z Compiling dtrace-parser v0.2.0
4752026-07-29T20:16:21.856Z Compiling textwrap v0.16.2
4762026-07-29T20:16:22.327Z Compiling swrite v0.1.0
4772026-07-29T20:16:22.634Z Compiling clap v4.6.1
4782026-07-29T20:16:23.438Z Compiling serde_spanned v0.6.9
4792026-07-29T20:16:23.440Z Compiling toml_datetime v0.6.11
4802026-07-29T20:16:23.445Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-29T20:16:23.445Z Compiling cargo_metadata v0.23.1
4822026-07-29T20:16:23.445Z Compiling macaddr v1.0.1
4832026-07-29T20:16:23.518Z Compiling dof v0.3.0
4842026-07-29T20:16:23.536Z Compiling serde_tokenstream v0.2.3
4852026-07-29T20:16:23.660Z Compiling toml_edit v0.22.27
4862026-07-29T20:16:24.323Z Compiling usdt-macro v0.5.0
4872026-07-29T20:16:24.323Z Compiling usdt-attr-macro v0.5.0
4882026-07-29T20:16:24.929Z Compiling usdt v0.5.0
4892026-07-29T20:16:24.991Z Compiling toml v0.8.23
4902026-07-29T20:16:25.323Z Compiling cargo_toml v0.21.0
4912026-07-29T20:16:26.574Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-07-29T20:16:28.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s
4932026-07-29T20:16:28.854Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-07-29T20:16:29.363Z Downloading crates ...
4952026-07-29T20:16:29.414Z Downloaded bitfield v0.19.4
4962026-07-29T20:16:29.417Z Downloaded adler2 v2.0.1
4972026-07-29T20:16:29.423Z Downloaded ciborium v0.2.2
4982026-07-29T20:16:29.430Z Downloaded float-cmp v0.10.0
4992026-07-29T20:16:29.438Z Downloaded async-stream-impl v0.3.6
5002026-07-29T20:16:29.441Z Downloaded bcrypt-pbkdf v0.11.0
5012026-07-29T20:16:29.441Z Downloaded cmake v0.1.57
5022026-07-29T20:16:29.441Z Downloaded hmac v0.13.0
5032026-07-29T20:16:29.446Z Downloaded convert_case v0.4.0
5042026-07-29T20:16:29.449Z Downloaded atty v0.2.14
5052026-07-29T20:16:29.449Z Downloaded arrayref v0.3.9
5062026-07-29T20:16:29.450Z Downloaded atomic-waker v1.1.2
5072026-07-29T20:16:29.450Z Downloaded ascii-canvas v3.0.0
5082026-07-29T20:16:29.453Z Downloaded hashbrown v0.15.5
5092026-07-29T20:16:29.456Z Downloaded backoff v0.4.0
5102026-07-29T20:16:29.457Z Downloaded endian-type v0.1.2
5112026-07-29T20:16:29.457Z Downloaded getrandom v0.3.4
5122026-07-29T20:16:29.461Z Downloaded anstyle-parse v0.2.7
5132026-07-29T20:16:29.461Z Downloaded argon2 v0.6.0-rc.8
5142026-07-29T20:16:29.462Z Downloaded foldhash v0.1.5
5152026-07-29T20:16:29.462Z Downloaded futures-io v0.3.32
5162026-07-29T20:16:29.462Z Downloaded assert_matches v1.5.0
5172026-07-29T20:16:29.464Z Downloaded filetime v0.2.27
5182026-07-29T20:16:29.465Z Downloaded getrandom v0.2.17
5192026-07-29T20:16:29.465Z Downloaded futures v0.3.32
5202026-07-29T20:16:29.467Z Downloaded float-ord v0.3.2
5212026-07-29T20:16:29.467Z Downloaded foreign-types-macros v0.2.3
5222026-07-29T20:16:29.471Z Downloaded futures-sink v0.3.32
5232026-07-29T20:16:29.471Z Downloaded ghash v0.6.0
5242026-07-29T20:16:29.471Z Downloaded aead v0.5.2
5252026-07-29T20:16:29.471Z Downloaded bit-set v0.5.3
5262026-07-29T20:16:29.471Z Downloaded async-recursion v1.1.1
5272026-07-29T20:16:29.474Z Downloaded bitfield-macros v0.19.4
5282026-07-29T20:16:29.474Z Downloaded hash32 v0.3.1
5292026-07-29T20:16:29.474Z Downloaded foldhash v0.2.0
5302026-07-29T20:16:29.474Z Downloaded form_urlencoded v1.2.2
5312026-07-29T20:16:29.477Z Downloaded array-init v0.0.4
5322026-07-29T20:16:29.477Z Downloaded atomicwrites v0.4.4
5332026-07-29T20:16:29.480Z Downloaded flagset v0.4.7
5342026-07-29T20:16:29.483Z Downloaded enum-as-inner v0.6.1
5352026-07-29T20:16:29.483Z Downloaded arrayvec v0.7.6
5362026-07-29T20:16:29.486Z Downloaded async-stream v0.3.6
5372026-07-29T20:16:29.490Z Downloaded expectorate v1.2.0
5382026-07-29T20:16:29.490Z Downloaded hashbrown v0.16.1
5392026-07-29T20:16:29.494Z Downloaded fixedbitset v0.4.2
5402026-07-29T20:16:29.494Z Downloaded fallible-iterator v0.2.0
5412026-07-29T20:16:29.497Z Downloaded base16ct v1.0.0
5422026-07-29T20:16:29.497Z Downloaded git-stub v1.0.0
5432026-07-29T20:16:29.500Z Downloaded bb8 v0.8.6
5442026-07-29T20:16:29.500Z Downloaded base16ct v0.2.0
5452026-07-29T20:16:29.500Z Downloaded ff v0.14.0
5462026-07-29T20:16:29.500Z Downloaded http-body-util v0.1.3
5472026-07-29T20:16:29.503Z Downloaded anstream v0.6.21
5482026-07-29T20:16:29.506Z Downloaded bit-vec v0.6.3
5492026-07-29T20:16:29.506Z Downloaded globset v0.4.18
5502026-07-29T20:16:29.506Z Downloaded home v0.5.12
5512026-07-29T20:16:29.506Z Downloaded bit-set v0.8.0
5522026-07-29T20:16:29.509Z Downloaded foreign-types v0.3.2
5532026-07-29T20:16:29.509Z Downloaded futures-core v0.3.32
5542026-07-29T20:16:29.509Z Downloaded hostname v0.4.2
5552026-07-29T20:16:29.509Z Downloaded hubpack v0.1.2
5562026-07-29T20:16:29.512Z Downloaded bitfield-struct v0.6.2
5572026-07-29T20:16:29.515Z Downloaded funty v2.0.0
5582026-07-29T20:16:29.515Z Downloaded hex-literal v1.1.0
5592026-07-29T20:16:29.515Z Downloaded foreign-types v0.5.0
5602026-07-29T20:16:29.515Z Downloaded foreign-types-shared v0.3.1
5612026-07-29T20:16:29.518Z Downloaded fxhash v0.2.1
5622026-07-29T20:16:29.521Z Downloaded http-range v0.1.5
5632026-07-29T20:16:29.524Z Downloaded ciborium-ll v0.2.2
5642026-07-29T20:16:29.524Z Downloaded ciborium-io v0.2.2
5652026-07-29T20:16:29.524Z Downloaded block-padding v0.4.2
5662026-07-29T20:16:29.524Z Downloaded hyper-tls v0.6.0
5672026-07-29T20:16:29.527Z Downloaded futures-task v0.3.32
5682026-07-29T20:16:29.530Z Downloaded cfg_aliases v0.1.1
5692026-07-29T20:16:29.533Z Downloaded const-oid v0.10.2
5702026-07-29T20:16:29.533Z Downloaded futures-macro v0.3.32
5712026-07-29T20:16:29.533Z Downloaded hex v0.4.3
5722026-07-29T20:16:29.533Z Downloaded ahash v0.8.12
5732026-07-29T20:16:29.536Z Downloaded base64ct v1.8.3
5742026-07-29T20:16:29.536Z Downloaded allocator-api2 v0.2.21
5752026-07-29T20:16:29.539Z Downloaded bit-vec v0.8.0
5762026-07-29T20:16:29.539Z Downloaded fd-lock v4.0.4
5772026-07-29T20:16:29.539Z Downloaded env_filter v1.0.0
5782026-07-29T20:16:29.539Z Downloaded erased-serde v0.3.31
5792026-07-29T20:16:29.542Z Downloaded cobs v0.3.0
5802026-07-29T20:16:29.542Z Downloaded fs-err v2.11.0
5812026-07-29T20:16:29.542Z Downloaded futures-executor v0.3.32
5822026-07-29T20:16:29.545Z Downloaded hubpack_derive v0.1.1
5832026-07-29T20:16:29.545Z Downloaded headers-core v0.3.0
5842026-07-29T20:16:29.545Z Downloaded castaway v0.2.4
5852026-07-29T20:16:29.548Z Downloaded compression-core v0.4.31
5862026-07-29T20:16:29.548Z Downloaded cfg_aliases v0.2.1
5872026-07-29T20:16:29.548Z Downloaded hostname v0.3.1
5882026-07-29T20:16:29.549Z Downloaded httpdate v1.0.3
5892026-07-29T20:16:29.552Z Downloaded globwalk v0.9.1
5902026-07-29T20:16:29.552Z Downloaded foreign-types-shared v0.1.1
5912026-07-29T20:16:29.556Z Downloaded block-buffer v0.12.1
5922026-07-29T20:16:29.556Z Downloaded hash32 v0.2.1
5932026-07-29T20:16:29.559Z Downloaded num-iter v0.1.45
5942026-07-29T20:16:29.563Z Downloaded num-conv v0.2.0
5952026-07-29T20:16:29.566Z Downloaded gethostname v0.5.0
5962026-07-29T20:16:29.566Z Downloaded http-body v1.0.1
5972026-07-29T20:16:29.566Z Downloaded aead v0.6.1
5982026-07-29T20:16:29.569Z Downloaded openssl-probe v0.1.6
5992026-07-29T20:16:29.569Z Downloaded peg-runtime v0.8.5
6002026-07-29T20:16:29.569Z Downloaded potential_utf v0.1.4
6012026-07-29T20:16:29.572Z Downloaded oso-derive v0.27.3
6022026-07-29T20:16:29.572Z Downloaded parse-size v1.1.0
6032026-07-29T20:16:29.575Z Downloaded num_enum_derive v0.5.11
6042026-07-29T20:16:29.578Z Downloaded opaque-debug v0.3.1
6052026-07-29T20:16:29.578Z Downloaded fixedbitset v0.5.7
6062026-07-29T20:16:29.581Z Downloaded glob v0.3.3
6072026-07-29T20:16:29.584Z Downloaded group v0.13.0
6082026-07-29T20:16:29.587Z Downloaded find-msvc-tools v0.1.9
6092026-07-29T20:16:29.590Z Downloaded quick-error v1.2.3
6102026-07-29T20:16:29.593Z Downloaded argon2 v0.5.3
6112026-07-29T20:16:29.599Z Downloaded enum_dispatch v0.3.13
6122026-07-29T20:16:29.602Z Downloaded env_logger v0.11.9
6132026-07-29T20:16:29.602Z Downloaded bcs v0.1.6
6142026-07-29T20:16:29.605Z Downloaded cipher v0.5.2
6152026-07-29T20:16:29.605Z Downloaded rtoolbox v0.0.3
6162026-07-29T20:16:29.605Z Downloaded cexpr v0.6.0
6172026-07-29T20:16:29.610Z Downloaded cmov v0.5.4
6182026-07-29T20:16:29.610Z Downloaded bitflags v1.3.2
6192026-07-29T20:16:29.610Z Downloaded blowfish v0.10.0
6202026-07-29T20:16:29.626Z Downloaded bs58 v0.5.1
6212026-07-29T20:16:29.626Z Downloaded cassowary v0.3.0
6222026-07-29T20:16:29.626Z Downloaded rustc-hash v2.1.1
6232026-07-29T20:16:29.626Z Downloaded progenitor-client v0.14.0
6242026-07-29T20:16:29.626Z Downloaded signature v2.2.0
6252026-07-29T20:16:29.627Z Downloaded signal-hook-tokio v0.3.1
6262026-07-29T20:16:29.627Z Downloaded bumpalo v3.20.2
6272026-07-29T20:16:29.633Z Downloaded camino-tempfile-ext v0.3.3
6282026-07-29T20:16:29.633Z Downloaded serde_bytes v0.11.19
6292026-07-29T20:16:29.633Z Downloaded constant_time_eq v0.4.2
6302026-07-29T20:16:29.633Z Downloaded group v0.14.0
6312026-07-29T20:16:29.633Z Downloaded cipher v0.4.4
6322026-07-29T20:16:29.638Z Downloaded hyper-staticfile v0.10.1
6332026-07-29T20:16:29.638Z Downloaded humantime v2.3.0
6342026-07-29T20:16:29.638Z Downloaded pin-project-lite v0.2.17
6352026-07-29T20:16:29.642Z Downloaded pkcs8 v0.10.2
6362026-07-29T20:16:29.642Z Downloaded cbc v0.2.1
6372026-07-29T20:16:29.645Z Downloaded supports-color v3.0.2
6382026-07-29T20:16:29.645Z Downloaded tagptr v0.2.0
6392026-07-29T20:16:29.645Z Downloaded tabwriter v1.4.1
6402026-07-29T20:16:29.645Z Downloaded const_format_proc_macros v0.2.34
6412026-07-29T20:16:29.648Z Downloaded tower-layer v0.3.3
6422026-07-29T20:16:29.648Z Downloaded nu-ansi-term v0.50.3
6432026-07-29T20:16:29.651Z Downloaded chacha20 v0.9.1
6442026-07-29T20:16:29.651Z Downloaded slog-bunyan v2.5.0
6452026-07-29T20:16:29.651Z Downloaded strum v0.26.3
6462026-07-29T20:16:29.651Z Downloaded ff v0.13.1
6472026-07-29T20:16:29.651Z Downloaded pem v3.0.6
6482026-07-29T20:16:29.654Z Downloaded hmac v0.12.1
6492026-07-29T20:16:29.654Z Downloaded futures-channel v0.3.32
6502026-07-29T20:16:29.657Z Downloaded git-stub-vcs v0.1.0
6512026-07-29T20:16:29.657Z Downloaded predicates v3.1.4
6522026-07-29T20:16:29.657Z Downloaded byte-wrapper v0.1.0
6532026-07-29T20:16:29.661Z Downloaded buf-list v1.1.2
6542026-07-29T20:16:29.664Z Downloaded usdt-macro v0.6.0
6552026-07-29T20:16:29.664Z Downloaded hybrid-array v0.4.13
6562026-07-29T20:16:29.668Z Downloaded async-trait v0.1.89
6572026-07-29T20:16:29.668Z Downloaded primefield v0.14.0
6582026-07-29T20:16:29.668Z Downloaded primeorder v0.13.6
6592026-07-29T20:16:29.669Z Downloaded rand_core v0.9.5
6602026-07-29T20:16:29.669Z Downloaded packed_struct_codegen v0.10.1
6612026-07-29T20:16:29.673Z Downloaded compression-codecs v0.4.37
6622026-07-29T20:16:29.673Z Downloaded num_enum v0.7.6
6632026-07-29T20:16:29.679Z Downloaded oxide-update-engine v0.1.2
6642026-07-29T20:16:29.679Z Downloaded usdt v0.6.0
6652026-07-29T20:16:29.679Z Downloaded rand_core v0.6.4
6662026-07-29T20:16:29.679Z Downloaded want v0.3.1
6672026-07-29T20:16:29.679Z Downloaded poly1305 v0.8.0
6682026-07-29T20:16:29.679Z Downloaded tabled_derive v0.11.0
6692026-07-29T20:16:29.680Z Downloaded testing_table v0.3.0
6702026-07-29T20:16:29.680Z Downloaded thiserror-impl-no-std v2.0.2
6712026-07-29T20:16:29.680Z Downloaded sec1 v0.7.3
6722026-07-29T20:16:29.684Z Downloaded signal-hook-registry v1.4.8
6732026-07-29T20:16:29.684Z Downloaded unarray v0.1.4
6742026-07-29T20:16:29.684Z Downloaded unicode-xid v0.2.6
6752026-07-29T20:16:29.689Z Downloaded zone v0.3.1
6762026-07-29T20:16:29.689Z Downloaded paste v1.0.15
6772026-07-29T20:16:29.694Z Downloaded colored v3.1.1
6782026-07-29T20:16:29.694Z Downloaded crunchy v0.2.4
6792026-07-29T20:16:29.698Z Downloaded async-bb8-diesel v0.2.1
6802026-07-29T20:16:29.702Z Downloaded slog-stdlog v4.1.1
6812026-07-29T20:16:29.706Z Downloaded half v1.8.3
6822026-07-29T20:16:29.711Z Downloaded highway v1.3.0
6832026-07-29T20:16:29.714Z Downloaded yoke-derive v0.8.1
6842026-07-29T20:16:29.714Z Downloaded snafu-derive v0.8.9
6852026-07-29T20:16:29.714Z Downloaded ssh-encoding v0.3.0
6862026-07-29T20:16:29.717Z Downloaded strum_macros v0.27.2
6872026-07-29T20:16:29.717Z Downloaded schemars_derive v0.8.22
6882026-07-29T20:16:29.720Z Downloaded sqlformat v0.3.5
6892026-07-29T20:16:29.720Z Downloaded defmt-parser v1.0.0
6902026-07-29T20:16:29.720Z Downloaded fatfs v0.3.6
6912026-07-29T20:16:29.722Z Downloaded dtrace-parser v0.3.0
6922026-07-29T20:16:29.725Z Downloaded blake2 v0.10.6
6932026-07-29T20:16:29.725Z Downloaded console v0.15.11
6942026-07-29T20:16:29.728Z Downloaded chacha20 v0.10.0
6952026-07-29T20:16:29.728Z Downloaded hyper-rustls v0.27.7
6962026-07-29T20:16:29.731Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6972026-07-29T20:16:29.731Z Downloaded half v2.7.1
6982026-07-29T20:16:29.731Z Downloaded bzip2 v0.6.1
6992026-07-29T20:16:29.734Z Downloaded tokio-tungstenite v0.23.1
7002026-07-29T20:16:29.734Z Downloaded dof v0.4.0
7012026-07-29T20:16:29.734Z Downloaded cancel-safe-futures v0.1.5
7022026-07-29T20:16:29.737Z Downloaded colored v2.2.0
7032026-07-29T20:16:29.737Z Downloaded curve25519-dalek-derive v0.1.1
7042026-07-29T20:16:29.737Z Downloaded debug-ignore v1.0.5
7052026-07-29T20:16:29.737Z Downloaded tui-tree-widget v0.23.1
7062026-07-29T20:16:29.740Z Downloaded universal-hash v0.6.1
7072026-07-29T20:16:29.740Z Downloaded darling_macro v0.20.11
7082026-07-29T20:16:29.740Z Downloaded derive_builder_macro v0.20.2
7092026-07-29T20:16:29.740Z Downloaded indent_write v2.2.0
7102026-07-29T20:16:29.740Z Downloaded vergen-lib v9.1.0
7112026-07-29T20:16:29.743Z Downloaded embedded-io v0.4.0
7122026-07-29T20:16:29.743Z Downloaded sec1 v0.8.1
7132026-07-29T20:16:29.743Z Downloaded static_assertions v1.1.0
7142026-07-29T20:16:29.743Z Downloaded stringprep v0.1.5
7152026-07-29T20:16:29.748Z Downloaded wyz v0.5.1
7162026-07-29T20:16:29.753Z Downloaded zeroize v1.9.0
7172026-07-29T20:16:29.753Z Downloaded parking_lot v0.12.5
7182026-07-29T20:16:29.756Z Downloaded slog-scope v4.4.1
7192026-07-29T20:16:29.756Z Downloaded indoc v1.0.9
7202026-07-29T20:16:29.760Z Downloaded tls_codec v0.4.2
7212026-07-29T20:16:29.760Z Downloaded toml_writer v1.1.1+spec-1.1.0
7222026-07-29T20:16:29.765Z Downloaded keccak v0.1.6
7232026-07-29T20:16:29.765Z Downloaded match_cfg v0.1.0
7242026-07-29T20:16:29.765Z Downloaded md5 v0.8.0
7252026-07-29T20:16:29.768Z Downloaded backon v1.6.0
7262026-07-29T20:16:29.768Z Downloaded vergen-lib v0.1.6
7272026-07-29T20:16:29.768Z Downloaded critical-section v1.2.0
7282026-07-29T20:16:29.771Z Downloaded psm v0.1.30
7292026-07-29T20:16:29.774Z Downloaded console v0.16.2
7302026-07-29T20:16:29.774Z Downloaded httparse v1.10.1
7312026-07-29T20:16:29.777Z Downloaded async-compression v0.4.41
7322026-07-29T20:16:29.780Z Downloaded resolv-conf v0.7.6
7332026-07-29T20:16:29.783Z Downloaded fs_extra v1.3.0
7342026-07-29T20:16:29.788Z Downloaded generic-array v1.4.3
7352026-07-29T20:16:29.788Z Downloaded corncobs v0.1.4
7362026-07-29T20:16:29.788Z Downloaded newline-converter v0.3.0
7372026-07-29T20:16:29.793Z Downloaded num-derive v0.4.2
7382026-07-29T20:16:29.793Z Downloaded olpc-cjson v0.1.4
7392026-07-29T20:16:29.793Z Downloaded libscf-sys v1.1.0
7402026-07-29T20:16:29.796Z Downloaded percent-encoding v2.3.2
7412026-07-29T20:16:29.799Z Downloaded tokio-stream v0.1.18
7422026-07-29T20:16:29.802Z Downloaded ed25519 v2.2.3
7432026-07-29T20:16:29.806Z Downloaded precomputed-hash v0.1.1
7442026-07-29T20:16:29.806Z Downloaded twox-hash v2.1.2
7452026-07-29T20:16:29.809Z Downloaded const-oid v0.9.6
7462026-07-29T20:16:29.809Z Downloaded ctr v0.10.1
7472026-07-29T20:16:29.809Z Downloaded serde_cbor v0.11.2
7482026-07-29T20:16:29.809Z Downloaded sha2 v0.11.0
7492026-07-29T20:16:29.813Z Downloaded progenitor-macro v0.14.0
7502026-07-29T20:16:29.816Z Downloaded clang-sys v1.8.1
7512026-07-29T20:16:29.816Z Downloaded der_derive v0.7.3
7522026-07-29T20:16:29.819Z Downloaded rustls-platform-verifier v0.6.2
7532026-07-29T20:16:29.822Z Downloaded rand_pcg v0.10.2
7542026-07-29T20:16:29.826Z Downloaded const_format v0.2.35
7552026-07-29T20:16:29.835Z Downloaded ingot-types v0.2.0
7562026-07-29T20:16:29.839Z Downloaded libefi-sys v0.1.0
7572026-07-29T20:16:29.842Z Downloaded secrecy v0.8.0
7582026-07-29T20:16:29.842Z Downloaded tls_codec_derive v0.4.2
7592026-07-29T20:16:29.842Z Downloaded unicode-properties v0.1.4
7602026-07-29T20:16:29.842Z Downloaded structmeta v0.3.0
7612026-07-29T20:16:29.847Z Downloaded strsim v0.10.0
7622026-07-29T20:16:29.851Z Downloaded headers v0.4.1
7632026-07-29T20:16:29.851Z Downloaded darling v0.21.3
7642026-07-29T20:16:29.857Z Downloaded ar_archive_writer v0.5.1
7652026-07-29T20:16:29.863Z Downloaded flume v0.11.1
7662026-07-29T20:16:29.867Z Downloaded heapless v0.7.17
7672026-07-29T20:16:29.867Z Downloaded serde_urlencoded v0.7.1
7682026-07-29T20:16:29.870Z Downloaded sha1 v0.11.0
7692026-07-29T20:16:29.870Z Downloaded darling v0.20.11
7702026-07-29T20:16:29.870Z Downloaded base64 v0.22.1
7712026-07-29T20:16:29.874Z Downloaded ron v0.8.1
7722026-07-29T20:16:29.877Z Downloaded heapless v0.8.0
7732026-07-29T20:16:29.877Z Downloaded pretty_assertions v1.4.1
7742026-07-29T20:16:29.880Z Downloaded flate2 v1.1.9
7752026-07-29T20:16:29.880Z Downloaded trait-variant v0.1.2
7762026-07-29T20:16:29.880Z Downloaded libsw v3.5.0
7772026-07-29T20:16:29.885Z Downloaded lock_api v0.4.14
7782026-07-29T20:16:29.885Z Downloaded peg v0.8.5
7792026-07-29T20:16:29.885Z Downloaded primeorder v0.14.0
7802026-07-29T20:16:29.889Z Downloaded usdt-attr-macro v0.6.0
7812026-07-29T20:16:29.889Z Downloaded num_enum v0.5.11
7822026-07-29T20:16:29.892Z Downloaded time-core v0.1.8
7832026-07-29T20:16:29.892Z Downloaded cstr-argument v0.1.2
7842026-07-29T20:16:29.900Z Downloaded tokio-macros v2.7.0
7852026-07-29T20:16:29.900Z Downloaded tower-service v0.3.3
7862026-07-29T20:16:29.900Z Downloaded rpassword v7.5.4
7872026-07-29T20:16:29.903Z Downloaded void v1.0.2
7882026-07-29T20:16:29.903Z Downloaded pin-project-internal v1.1.11
7892026-07-29T20:16:29.903Z Downloaded progenitor v0.13.0
7902026-07-29T20:16:29.906Z Downloaded bzip2 v0.4.4
7912026-07-29T20:16:29.910Z Downloaded deranged v0.5.8
7922026-07-29T20:16:29.910Z Downloaded postgres-protocol v0.6.10
7932026-07-29T20:16:30.918Z Downloaded proc-macro-error2 v2.0.1
7942026-07-29T20:16:30.927Z Downloaded nanorand v0.7.0
7952026-07-29T20:16:30.927Z Downloaded shell-words v1.1.1
7962026-07-29T20:16:30.927Z Downloaded crc-catalog v2.4.0
7972026-07-29T20:16:30.927Z Downloaded scroll v0.13.0
7982026-07-29T20:16:30.927Z Downloaded xshell-macros v0.2.7
7992026-07-29T20:16:30.927Z Downloaded base64 v0.21.7
8002026-07-29T20:16:30.928Z Downloaded shlex v1.3.0
8012026-07-29T20:16:30.928Z Downloaded blake2 v0.11.0-rc.6
8022026-07-29T20:16:30.928Z Downloaded chacha20poly1305 v0.10.1
8032026-07-29T20:16:30.928Z Downloaded darling_macro v0.23.0
8042026-07-29T20:16:30.928Z Downloaded ecdsa v0.17.0
8052026-07-29T20:16:30.928Z Downloaded p256 v0.14.0
8062026-07-29T20:16:30.928Z Downloaded slog-dtrace v0.3.0
8072026-07-29T20:16:30.928Z Downloaded tinystr v0.8.2
8082026-07-29T20:16:30.928Z Downloaded iana-time-zone v0.1.65
8092026-07-29T20:16:30.929Z Downloaded zeroize_derive v1.5.0
8102026-07-29T20:16:30.929Z Downloaded hickory-resolver v0.25.2
8112026-07-29T20:16:30.929Z Downloaded prettyplease v0.2.37
8122026-07-29T20:16:30.929Z Downloaded dirs-next v2.0.0
8132026-07-29T20:16:30.929Z Downloaded digest-io v0.1.0
8142026-07-29T20:16:30.929Z Downloaded ml-kem v0.3.2
8152026-07-29T20:16:30.929Z Downloaded arc-swap v1.8.2
8162026-07-29T20:16:30.929Z Downloaded rayon-core v1.13.0
8172026-07-29T20:16:30.929Z Downloaded compact_str v0.8.1
8182026-07-29T20:16:30.929Z Downloaded serde-hex v0.1.0
8192026-07-29T20:16:30.929Z Downloaded serde_derive_internals v0.29.1
8202026-07-29T20:16:30.929Z Downloaded smallvec v0.6.14
8212026-07-29T20:16:30.929Z Downloaded idna_adapter v1.2.1
8222026-07-29T20:16:30.929Z Downloaded dunce v1.0.5
8232026-07-29T20:16:30.929Z Downloaded http v1.4.2
8242026-07-29T20:16:30.929Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8252026-07-29T20:16:30.929Z Downloaded usdt-impl v0.6.0
8262026-07-29T20:16:30.929Z Downloaded zstd v0.13.3
8272026-07-29T20:16:30.929Z Downloaded zstd-safe v7.2.4
8282026-07-29T20:16:30.929Z Downloaded internet-checksum v0.2.1
8292026-07-29T20:16:30.929Z Downloaded whoami v2.1.0
8302026-07-29T20:16:30.929Z Downloaded lalrpop-util v0.19.12
8312026-07-29T20:16:30.929Z Downloaded lru v0.12.5
8322026-07-29T20:16:30.929Z Downloaded support-bundle-viewer v0.1.2
8332026-07-29T20:16:30.929Z Downloaded crc-any v2.5.0
8342026-07-29T20:16:30.929Z Downloaded litrs v1.0.0
8352026-07-29T20:16:30.929Z Downloaded oxnet v0.1.6
8362026-07-29T20:16:30.930Z Downloaded lru-cache v0.1.2
8372026-07-29T20:16:30.930Z Downloaded normalize-line-endings v0.3.0
8382026-07-29T20:16:30.930Z Downloaded synstructure v0.13.2
8392026-07-29T20:16:30.930Z Downloaded instant v0.1.13
8402026-07-29T20:16:30.930Z Downloaded pkcs1 v0.7.5
8412026-07-29T20:16:30.930Z Downloaded schemars v0.8.22
8422026-07-29T20:16:30.930Z Downloaded tokio-native-tls v0.3.1
8432026-07-29T20:16:30.930Z Downloaded unicase v2.9.0
8442026-07-29T20:16:30.930Z Downloaded samael v0.0.19
8452026-07-29T20:16:30.930Z Downloaded bytes v1.11.1
8462026-07-29T20:16:30.930Z Downloaded cc v1.2.56
8472026-07-29T20:16:30.930Z Downloaded derive_more v0.99.20
8482026-07-29T20:16:30.930Z Downloaded quinn-udp v0.5.14
8492026-07-29T20:16:30.930Z Downloaded vergen-gitcl v1.0.8
8502026-07-29T20:16:30.930Z Downloaded writeable v0.6.2
8512026-07-29T20:16:30.930Z Downloaded salsa20 v0.11.0
8522026-07-29T20:16:30.930Z Downloaded darling v0.13.4
8532026-07-29T20:16:30.930Z Downloaded defmt-macros v1.0.1
8542026-07-29T20:16:30.930Z Downloaded delegate v0.13.5
8552026-07-29T20:16:30.931Z Downloaded proc-macro-crate v3.4.0
8562026-07-29T20:16:30.932Z Downloaded snafu v0.8.9
8572026-07-29T20:16:30.932Z Downloaded hashbrown v0.12.3
8582026-07-29T20:16:30.932Z Downloaded omicron-zone-package v0.12.3
8592026-07-29T20:16:30.932Z Downloaded progenitor-macro v0.13.0
8602026-07-29T20:16:30.932Z Downloaded phf_shared v0.13.1
8612026-07-29T20:16:30.932Z Downloaded ignore v0.4.25
8622026-07-29T20:16:30.932Z Downloaded hickory-resolver v0.24.4
8632026-07-29T20:16:30.932Z Downloaded rand v0.9.2
8642026-07-29T20:16:30.932Z Downloaded slab v0.4.12
8652026-07-29T20:16:30.933Z Downloaded spin v0.9.8
8662026-07-29T20:16:30.933Z Downloaded ref-cast-impl v1.0.25
8672026-07-29T20:16:30.933Z Downloaded libloading v0.8.9
8682026-07-29T20:16:30.933Z Downloaded rustc_version v0.4.1
8692026-07-29T20:16:30.933Z Downloaded serde-big-array v0.5.1
8702026-07-29T20:16:30.933Z Downloaded slog-envlogger v2.2.0
8712026-07-29T20:16:30.933Z Downloaded strum v0.27.2
8722026-07-29T20:16:30.933Z Downloaded jobserver v0.1.34
8732026-07-29T20:16:30.933Z Downloaded termtree v0.5.1
8742026-07-29T20:16:30.933Z Downloaded parking_lot_core v0.8.6
8752026-07-29T20:16:30.933Z Downloaded aws-lc-rs v1.16.3
8762026-07-29T20:16:30.933Z Downloaded crossbeam-utils v0.8.21
8772026-07-29T20:16:30.934Z Downloaded oxide-update-engine-types v0.1.2
8782026-07-29T20:16:30.934Z Downloaded semver v0.1.20
8792026-07-29T20:16:30.934Z Downloaded zip v0.6.6
8802026-07-29T20:16:30.934Z Downloaded secrecy v0.10.3
8812026-07-29T20:16:30.935Z Downloaded seq-macro v0.3.6
8822026-07-29T20:16:30.935Z Downloaded subtle v2.6.1
8832026-07-29T20:16:30.935Z Downloaded take_mut v0.2.2
8842026-07-29T20:16:30.935Z Downloaded num-complex v0.4.6
8852026-07-29T20:16:30.935Z Downloaded num_enum_derive v0.7.6
8862026-07-29T20:16:30.935Z Downloaded pin-project v1.1.11
8872026-07-29T20:16:30.935Z Downloaded peg-macros v0.8.5
8882026-07-29T20:16:30.935Z Downloaded universal-hash v0.5.1
8892026-07-29T20:16:30.936Z Downloaded wait-timeout v0.2.1
8902026-07-29T20:16:30.936Z Downloaded zerofrom-derive v0.1.6
8912026-07-29T20:16:30.936Z Downloaded crossbeam-channel v0.5.15
8922026-07-29T20:16:30.936Z Downloaded tinyvec_macros v0.1.1
8932026-07-29T20:16:30.936Z Downloaded newtype-uuid v1.3.2
8942026-07-29T20:16:30.943Z Downloaded pkg-config v0.3.32
8952026-07-29T20:16:30.943Z Downloaded term v1.2.1
8962026-07-29T20:16:30.943Z Downloaded unit-prefix v0.5.2
8972026-07-29T20:16:30.943Z Downloaded icu_normalizer_data v2.1.1
8982026-07-29T20:16:30.943Z Downloaded oxide-update-engine-display v0.1.2
8992026-07-29T20:16:30.944Z Downloaded test-strategy v0.4.5
9002026-07-29T20:16:30.944Z Downloaded xattr v1.6.1
9012026-07-29T20:16:30.944Z Downloaded crc v3.4.0
9022026-07-29T20:16:30.944Z Downloaded darling_macro v0.13.4
9032026-07-29T20:16:30.944Z Downloaded des v0.9.0
9042026-07-29T20:16:30.944Z Downloaded unsafe-libyaml v0.2.11
9052026-07-29T20:16:30.944Z Downloaded crossbeam-epoch v0.9.18
9062026-07-29T20:16:30.944Z Downloaded ingot-macros v0.2.0
9072026-07-29T20:16:30.944Z Downloaded rustversion v1.0.22
9082026-07-29T20:16:30.944Z Downloaded slog-async v2.8.0
9092026-07-29T20:16:30.944Z Downloaded socket2 v0.6.3
9102026-07-29T20:16:30.944Z Downloaded proc-macro-crate v1.3.1
9112026-07-29T20:16:30.944Z Downloaded is-terminal v0.4.17
9122026-07-29T20:16:30.944Z Downloaded jiff-static v0.2.34
9132026-07-29T20:16:30.944Z Downloaded lzss v0.8.2
9142026-07-29T20:16:30.944Z Downloaded aes v0.9.1
9152026-07-29T20:16:30.944Z Downloaded md-5 v0.10.6
9162026-07-29T20:16:30.944Z Downloaded rand_core v0.10.0
9172026-07-29T20:16:30.944Z Downloaded x509-cert v0.2.5
9182026-07-29T20:16:30.944Z Downloaded zerocopy-derive v0.8.40
9192026-07-29T20:16:30.944Z Downloaded serde_with v1.14.0
9202026-07-29T20:16:30.944Z Downloaded inout v0.2.2
9212026-07-29T20:16:30.944Z Downloaded parking_lot_core v0.9.12
9222026-07-29T20:16:30.945Z Downloaded socket2 v0.5.10
9232026-07-29T20:16:30.945Z Downloaded p384 v0.14.0
9242026-07-29T20:16:30.945Z Downloaded rustls-pemfile v2.2.0
9252026-07-29T20:16:30.945Z Downloaded uzers v0.12.2
9262026-07-29T20:16:30.945Z Downloaded hashbrown v0.13.2
9272026-07-29T20:16:30.945Z Downloaded num v0.4.3
9282026-07-29T20:16:30.945Z Downloaded elliptic-curve v0.14.1
9292026-07-29T20:16:30.945Z Downloaded derive_more v2.1.1
9302026-07-29T20:16:30.945Z Downloaded spki v0.8.0
9312026-07-29T20:16:30.945Z Downloaded nibble_vec v0.1.0
9322026-07-29T20:16:30.945Z Downloaded indexmap v1.9.3
9332026-07-29T20:16:30.945Z Downloaded phf_shared v0.11.3
9342026-07-29T20:16:30.945Z Downloaded predicates-tree v1.0.13
9352026-07-29T20:16:30.945Z Downloaded recursive v0.1.1
9362026-07-29T20:16:30.945Z Downloaded toml v1.1.2+spec-1.1.0
9372026-07-29T20:16:30.945Z Downloaded phf v0.12.1
9382026-07-29T20:16:30.945Z Downloaded serde_path_to_error v0.1.20
9392026-07-29T20:16:30.945Z Downloaded linear-map v1.2.0
9402026-07-29T20:16:30.945Z Downloaded signature v3.0.0
9412026-07-29T20:16:30.945Z Downloaded sqlparser_derive v0.5.0
9422026-07-29T20:16:30.945Z Downloaded sponge-cursor v0.1.0
9432026-07-29T20:16:30.945Z Downloaded sync-ptr v0.1.4
9442026-07-29T20:16:30.945Z Downloaded serde_repr v0.1.20
9452026-07-29T20:16:30.946Z Downloaded postcard v1.1.3
9462026-07-29T20:16:30.946Z Downloaded module-lattice v0.2.3
9472026-07-29T20:16:30.946Z Downloaded port-file v0.1.0
9482026-07-29T20:16:30.946Z Downloaded num-rational v0.4.2
9492026-07-29T20:16:30.946Z Downloaded darling_core v0.21.3
9502026-07-29T20:16:30.946Z Downloaded ed25519 v3.0.0
9512026-07-29T20:16:30.946Z Downloaded illumos-nvpair v0.3.0
9522026-07-29T20:16:30.946Z Downloaded derive-ex v0.1.8
9532026-07-29T20:16:30.946Z Downloaded same-file v1.0.6
9542026-07-29T20:16:30.947Z Downloaded sapling-renderdag v0.1.0
9552026-07-29T20:16:30.947Z Downloaded serde_plain v1.0.2
9562026-07-29T20:16:30.947Z Downloaded rsa v0.9.10
9572026-07-29T20:16:30.947Z Downloaded tracing-attributes v0.1.31
9582026-07-29T20:16:30.947Z Downloaded rustls-pki-types v1.14.0
9592026-07-29T20:16:30.947Z Downloaded rustyline v14.0.0
9602026-07-29T20:16:30.947Z Downloaded hickory-server v0.25.2
9612026-07-29T20:16:30.947Z Downloaded try-lock v0.2.5
9622026-07-29T20:16:30.947Z Downloaded utf8_iter v1.0.4
9632026-07-29T20:16:30.947Z Downloaded utf-8 v0.7.6
9642026-07-29T20:16:30.947Z Downloaded minimal-lexical v0.2.1
9652026-07-29T20:16:30.947Z Downloaded num-bigint v0.4.6
9662026-07-29T20:16:30.947Z Downloaded yoke v0.8.1
9672026-07-29T20:16:30.947Z Downloaded unicode-bidi v0.3.18
9682026-07-29T20:16:30.947Z Downloaded zone_cfg_derive v0.3.1
9692026-07-29T20:16:30.947Z Downloaded crc8 v0.1.1
9702026-07-29T20:16:30.948Z Downloaded defmt v0.3.100
9712026-07-29T20:16:30.948Z Downloaded derive_more-impl v2.1.1
9722026-07-29T20:16:30.948Z Downloaded native-tls v0.2.18
9732026-07-29T20:16:30.948Z Downloaded ssh-cipher v0.3.0
9742026-07-29T20:16:30.948Z Downloaded owo-colors v4.3.0
9752026-07-29T20:16:30.948Z Downloaded ctutils v0.4.2
9762026-07-29T20:16:30.948Z Downloaded dirs-sys-next v0.1.2
9772026-07-29T20:16:30.949Z Downloaded dropshot-api-manager-types v0.7.2
9782026-07-29T20:16:30.949Z Downloaded memmap2 v0.9.10
9792026-07-29T20:16:30.949Z Downloaded password-hash v0.5.0
9802026-07-29T20:16:30.950Z Downloaded rand_chacha v0.9.0
9812026-07-29T20:16:30.950Z Downloaded illumos-nvpair-sys v0.2.0
9822026-07-29T20:16:30.950Z Downloaded hyper v1.10.1
9832026-07-29T20:16:30.950Z Downloaded oso v0.27.3
9842026-07-29T20:16:30.950Z Downloaded cookie v0.18.1
9852026-07-29T20:16:30.950Z Downloaded r2d2 v0.8.10
9862026-07-29T20:16:30.950Z Downloaded slog-term v2.9.2
9872026-07-29T20:16:30.950Z Downloaded defmt v1.0.1
9882026-07-29T20:16:30.950Z Downloaded managed v0.8.0
9892026-07-29T20:16:30.950Z Downloaded multimap v0.10.1
9902026-07-29T20:16:30.950Z Downloaded parse-display v0.10.0
9912026-07-29T20:16:30.950Z Downloaded mime v0.3.17
9922026-07-29T20:16:30.950Z Downloaded miniz_oxide v0.8.9
9932026-07-29T20:16:30.950Z Downloaded rand v0.10.1
9942026-07-29T20:16:30.955Z Downloaded rustls-webpki v0.103.13
9952026-07-29T20:16:30.955Z Downloaded internal-russh-num-bigint v0.5.0
9962026-07-29T20:16:30.955Z Downloaded rcgen v0.12.1
9972026-07-29T20:16:30.955Z Downloaded rsa v0.10.0-rc.18
9982026-07-29T20:16:30.956Z Downloaded rfc6979 v0.4.0
9992026-07-29T20:16:30.956Z Downloaded pem-rfc7468 v0.7.0
10002026-07-29T20:16:30.956Z Downloaded pkcs8 v0.11.0
10012026-07-29T20:16:30.956Z Downloaded phf_shared v0.12.1
10022026-07-29T20:16:30.956Z Downloaded vte v0.14.1
10032026-07-29T20:16:30.956Z Downloaded recursive-proc-macro-impl v0.1.1
10042026-07-29T20:16:30.956Z Downloaded scheduled-thread-pool v0.2.7
10052026-07-29T20:16:30.956Z Downloaded rustc_version v0.1.7
10062026-07-29T20:16:30.956Z Downloaded hkdf v0.13.0
10072026-07-29T20:16:30.956Z Downloaded whoami v1.6.1
10082026-07-29T20:16:30.956Z Downloaded xshell v0.2.7
10092026-07-29T20:16:30.956Z Downloaded postgres-types v0.2.12
10102026-07-29T20:16:30.956Z Downloaded siphasher v1.0.2
10112026-07-29T20:16:30.956Z Downloaded qorb v0.4.1
10122026-07-29T20:16:30.956Z Downloaded keccak v0.2.0
10132026-07-29T20:16:30.957Z Downloaded digest v0.11.3
10142026-07-29T20:16:30.957Z Downloaded sync_wrapper v1.0.2
10152026-07-29T20:16:30.957Z Downloaded num-derive v0.3.3
10162026-07-29T20:16:30.957Z Downloaded tokio-dtrace v0.1.1
10172026-07-29T20:16:30.957Z Downloaded zerofrom v0.1.6
10182026-07-29T20:16:30.957Z Downloaded waitgroup v0.1.2
10192026-07-29T20:16:30.957Z Downloaded wnaf v0.14.0
10202026-07-29T20:16:30.957Z Downloaded diesel_table_macro_syntax v0.3.0
10212026-07-29T20:16:30.957Z Downloaded ipnetwork v0.21.1
10222026-07-29T20:16:30.957Z Downloaded downcast-rs v2.0.2
10232026-07-29T20:16:30.957Z Downloaded dsl_auto_type v0.2.0
10242026-07-29T20:16:30.958Z Downloaded maplit v1.0.2
10252026-07-29T20:16:30.958Z Downloaded pbkdf2 v0.13.0
10262026-07-29T20:16:30.958Z Downloaded regex v1.12.3
10272026-07-29T20:16:30.958Z Downloaded polyval v0.7.1
10282026-07-29T20:16:30.958Z Downloaded progenitor-extras v0.2.0
10292026-07-29T20:16:30.958Z Downloaded crypto-common v0.2.2
10302026-07-29T20:16:30.958Z Downloaded kstat-rs v0.2.4
10312026-07-29T20:16:30.958Z Downloaded tungstenite v0.23.0
10322026-07-29T20:16:30.958Z Downloaded aes-gcm v0.11.0
10332026-07-29T20:16:30.958Z Downloaded futures-util v0.3.32
10342026-07-29T20:16:30.958Z Downloaded aho-corasick v1.1.4
10352026-07-29T20:16:30.958Z Downloaded radium v0.7.0
10362026-07-29T20:16:30.958Z Downloaded scroll_derive v0.13.1
10372026-07-29T20:16:30.958Z Downloaded hkdf v0.12.4
10382026-07-29T20:16:30.958Z Downloaded derive-where v1.6.0
10392026-07-29T20:16:30.958Z Downloaded h2 v0.4.15
10402026-07-29T20:16:30.958Z Downloaded zerotrie v0.2.3
10412026-07-29T20:16:30.958Z Downloaded progenitor-impl v0.14.0
10422026-07-29T20:16:30.958Z Downloaded ingot v0.2.1
10432026-07-29T20:16:30.958Z Downloaded inout v0.1.4
10442026-07-29T20:16:30.958Z Downloaded openssl-probe v0.2.1
10452026-07-29T20:16:30.958Z Downloaded term v0.7.0
10462026-07-29T20:16:30.959Z Downloaded document-features v0.2.12
10472026-07-29T20:16:30.959Z Downloaded openssl-macros v0.1.1
10482026-07-29T20:16:30.959Z Downloaded untrusted v0.9.0
10492026-07-29T20:16:30.959Z Downloaded termios v0.3.3
10502026-07-29T20:16:30.961Z Downloaded string_cache v0.8.9
10512026-07-29T20:16:30.961Z Downloaded tower-http v0.6.8
10522026-07-29T20:16:30.961Z Downloaded dropshot_endpoint v0.17.1
10532026-07-29T20:16:30.961Z Downloaded steno v0.4.1
10542026-07-29T20:16:30.961Z Downloaded prefix-trie v0.7.0
10552026-07-29T20:16:30.961Z Downloaded similar v2.7.0
10562026-07-29T20:16:30.961Z Downloaded cpufeatures v0.3.0
10572026-07-29T20:16:30.961Z Downloaded untrusted v0.7.1
10582026-07-29T20:16:30.961Z Downloaded simd-adler32 v0.3.8
10592026-07-29T20:16:30.961Z Downloaded papergrid v0.17.0
10602026-07-29T20:16:30.961Z Downloaded nom v8.0.0
10612026-07-29T20:16:30.961Z Downloaded itertools v0.12.1
10622026-07-29T20:16:30.961Z Downloaded tiny-keccak v2.0.2
10632026-07-29T20:16:30.962Z Downloaded rfc6979 v0.6.0
10642026-07-29T20:16:30.962Z Downloaded display-error-chain v0.2.2
10652026-07-29T20:16:30.962Z Downloaded dyn-clone v1.0.20
10662026-07-29T20:16:30.962Z Downloaded multer v3.1.0
10672026-07-29T20:16:30.962Z Downloaded poly1305 v0.9.0
10682026-07-29T20:16:30.962Z Downloaded tokio-tungstenite v0.21.0
10692026-07-29T20:16:30.962Z Downloaded toml v0.7.8
10702026-07-29T20:16:30.962Z Downloaded oxide-tokio-rt v0.1.4
10712026-07-29T20:16:30.962Z Downloaded password-hash v0.6.1
10722026-07-29T20:16:30.962Z Downloaded derive_builder v0.20.2
10732026-07-29T20:16:30.962Z Downloaded sigpipe v0.1.3
10742026-07-29T20:16:30.962Z Downloaded lru-slab v0.1.2
10752026-07-29T20:16:30.962Z Downloaded new_debug_unreachable v1.0.6
10762026-07-29T20:16:30.963Z Downloaded signal-hook-mio v0.2.5
10772026-07-29T20:16:30.963Z Downloaded smf v0.2.3
10782026-07-29T20:16:30.963Z Downloaded thiserror-no-std v2.0.2
10792026-07-29T20:16:30.963Z Downloaded strip-ansi-escapes v0.2.1
10802026-07-29T20:16:30.963Z Downloaded convert_case v0.10.0
10812026-07-29T20:16:30.963Z Downloaded displaydoc v0.2.5
10822026-07-29T20:16:30.963Z Downloaded unicode-truncate v1.1.0
10832026-07-29T20:16:30.963Z Downloaded typed-path v0.9.3
10842026-07-29T20:16:30.963Z Downloaded mio v1.2.0
10852026-07-29T20:16:30.963Z Downloaded darling v0.23.0
10862026-07-29T20:16:30.963Z Downloaded icu_normalizer v2.1.1
10872026-07-29T20:16:30.963Z Downloaded libsw-core v0.3.2
10882026-07-29T20:16:30.963Z Downloaded difflib v0.4.0
10892026-07-29T20:16:30.963Z Downloaded linked-hash-map v0.5.6
10902026-07-29T20:16:30.963Z Downloaded portable-atomic v1.13.1
10912026-07-29T20:16:30.963Z Downloaded ed25519-dalek v2.2.0
10922026-07-29T20:16:30.963Z Downloaded icu_collections v2.1.1
10932026-07-29T20:16:30.964Z Downloaded num-integer v0.1.46
10942026-07-29T20:16:30.977Z Downloaded nom v7.1.3
10952026-07-29T20:16:30.977Z Downloaded reedline v0.40.0
10962026-07-29T20:16:30.977Z Downloaded ppv-lite86 v0.2.21
10972026-07-29T20:16:30.977Z Downloaded toml_edit v0.23.10+spec-1.0.0
10982026-07-29T20:16:30.977Z Downloaded diesel-dtrace v0.5.0
10992026-07-29T20:16:30.977Z Downloaded is_ci v1.2.0
11002026-07-29T20:16:30.978Z Downloaded ref-cast v1.0.25
11012026-07-29T20:16:30.978Z Downloaded sha1 v0.10.6
11022026-07-29T20:16:30.978Z Downloaded serde_with_macros v3.21.0
11032026-07-29T20:16:30.978Z Downloaded daft v0.1.7
11042026-07-29T20:16:30.978Z Downloaded strum_macros v0.24.3
11052026-07-29T20:16:30.978Z Downloaded indoc v2.0.7
11062026-07-29T20:16:30.978Z Downloaded elliptic-curve v0.13.8
11072026-07-29T20:16:30.978Z Downloaded nonempty v0.12.0
11082026-07-29T20:16:30.978Z Downloaded toml_parser v1.1.2+spec-1.1.0
11092026-07-29T20:16:30.978Z Downloaded thread-id v5.1.0
11102026-07-29T20:16:30.978Z Downloaded topological-sort v0.2.2
11112026-07-29T20:16:30.978Z Downloaded cpubits v0.1.1
11122026-07-29T20:16:30.978Z Downloaded nodrop v0.1.14
11132026-07-29T20:16:30.978Z Downloaded path-slash v0.1.5
11142026-07-29T20:16:30.978Z Downloaded scrypt v0.12.0
11152026-07-29T20:16:30.978Z Downloaded icu_locale_core v2.1.1
11162026-07-29T20:16:30.978Z Downloaded uuid v1.23.4
11172026-07-29T20:16:30.978Z Downloaded predicates-core v1.0.10
11182026-07-29T20:16:30.978Z Downloaded proc-macro-error-attr2 v2.0.0
11192026-07-29T20:16:30.978Z Downloaded ident_case v1.0.1
11202026-07-29T20:16:30.978Z Downloaded toml_edit v0.19.15
11212026-07-29T20:16:30.978Z Downloaded smallvec v1.15.1
11222026-07-29T20:16:30.978Z Downloaded tokio-postgres v0.7.16
11232026-07-29T20:16:30.980Z Downloaded dropshot-api-manager v0.7.2
11242026-07-29T20:16:30.980Z Downloaded walkdir v2.5.0
11252026-07-29T20:16:30.980Z Downloaded libbz2-rs-sys v0.2.2
11262026-07-29T20:16:30.980Z Downloaded darling_core v0.13.4
11272026-07-29T20:16:30.980Z Downloaded drift v0.2.0
11282026-07-29T20:16:30.980Z Downloaded crucible-workspace-hack v0.1.0
11292026-07-29T20:16:30.980Z Downloaded structmeta-derive v0.3.0
11302026-07-29T20:16:30.980Z Downloaded tokio-test v0.4.5
11312026-07-29T20:16:30.980Z Downloaded csv-core v0.1.13
11322026-07-29T20:16:30.980Z Downloaded impl-trait-for-tuples v0.2.3
11332026-07-29T20:16:30.980Z Downloaded sha3 v0.12.0
11342026-07-29T20:16:30.980Z Downloaded cookie_store v0.22.1
11352026-07-29T20:16:30.980Z Downloaded crypto-primes v0.7.2
11362026-07-29T20:16:30.980Z Downloaded der v0.7.10
11372026-07-29T20:16:30.980Z Downloaded maybe-uninit v2.0.0
11382026-07-29T20:16:30.980Z Downloaded newtype_derive v0.1.6
11392026-07-29T20:16:30.980Z Downloaded phf v0.13.1
11402026-07-29T20:16:30.980Z Downloaded scopeguard v1.2.0
11412026-07-29T20:16:30.980Z Downloaded psl-types v2.0.11
11422026-07-29T20:16:30.980Z Downloaded russh-cryptovec v0.62.0
11432026-07-29T20:16:30.980Z Downloaded rand_seeder v0.4.0
11442026-07-29T20:16:30.981Z Downloaded serde_with_macros v1.5.2
11452026-07-29T20:16:30.981Z Downloaded serdect v0.4.3
11462026-07-29T20:16:30.981Z Downloaded tracing-core v0.1.36
11472026-07-29T20:16:30.981Z Downloaded winnow v0.6.26
11482026-07-29T20:16:30.981Z Downloaded pkcs5 v0.8.1
11492026-07-29T20:16:30.981Z Downloaded stable_deref_trait v1.2.1
11502026-07-29T20:16:30.981Z Downloaded embedded-io v0.6.1
11512026-07-29T20:16:30.981Z Downloaded vsss-rs v3.3.4
11522026-07-29T20:16:30.982Z Downloaded schemars v0.9.0
11532026-07-29T20:16:30.982Z Downloaded git2 v0.20.4
11542026-07-29T20:16:30.982Z Downloaded rustls-native-certs v0.8.3
11552026-07-29T20:16:30.982Z Downloaded ena v0.14.4
11562026-07-29T20:16:30.982Z Downloaded rusty-fork v0.3.1
11572026-07-29T20:16:30.982Z Downloaded subprocess v0.2.15
11582026-07-29T20:16:30.982Z Downloaded darling_core v0.20.11
11592026-07-29T20:16:30.982Z Downloaded parse-display-derive v0.10.0
11602026-07-29T20:16:30.982Z Downloaded num_threads v0.1.7
11612026-07-29T20:16:30.983Z Downloaded typify v0.6.2
11622026-07-29T20:16:30.983Z Downloaded crc32fast v1.5.0
11632026-07-29T20:16:30.983Z Downloaded memoffset v0.9.1
11642026-07-29T20:16:30.983Z Downloaded lazy_static v1.5.0
11652026-07-29T20:16:30.983Z Downloaded typify-macro v0.6.2
11662026-07-29T20:16:30.983Z Downloaded kem v0.3.0
11672026-07-29T20:16:30.983Z Downloaded newtype-uuid-macros v0.1.0
11682026-07-29T20:16:30.983Z Downloaded zip v4.6.1
11692026-07-29T20:16:30.983Z Downloaded serde_with v3.21.0
11702026-07-29T20:16:30.983Z Downloaded rawzip v0.4.4
11712026-07-29T20:16:30.983Z Downloaded iddqd v0.4.2
11722026-07-29T20:16:30.983Z Downloaded unicode_categories v0.1.1
11732026-07-29T20:16:30.983Z Downloaded derive_builder_core v0.20.2
11742026-07-29T20:16:30.983Z Downloaded icu_provider v2.1.1
11752026-07-29T20:16:30.984Z Downloaded time-macros v0.2.27
11762026-07-29T20:16:30.984Z Downloaded rand_chacha v0.3.1
11772026-07-29T20:16:30.984Z Downloaded tap v1.0.1
11782026-07-29T20:16:30.984Z Downloaded data-encoding v2.10.0
11792026-07-29T20:16:30.984Z Downloaded serde_spanned v1.1.1
11802026-07-29T20:16:30.984Z Downloaded darling_macro v0.21.3
11812026-07-29T20:16:30.984Z Downloaded openssl-sys v0.9.115
11822026-07-29T20:16:30.984Z Downloaded iri-string v0.7.10
11832026-07-29T20:16:30.985Z Downloaded powerfmt v0.2.0
11842026-07-29T20:16:30.985Z Downloaded russh-util v0.52.0
11852026-07-29T20:16:30.985Z Downloaded crypto-bigint v0.5.5
11862026-07-29T20:16:30.985Z Downloaded quick-xml v0.37.5
11872026-07-29T20:16:30.985Z Downloaded pkcs1 v0.8.0-rc.4
11882026-07-29T20:16:30.985Z Downloaded rand v0.8.6
11892026-07-29T20:16:30.985Z Downloaded instability v0.3.11
11902026-07-29T20:16:30.985Z Downloaded rand_xorshift v0.4.0
11912026-07-29T20:16:30.985Z Downloaded crossbeam-deque v0.8.6
11922026-07-29T20:16:30.985Z Downloaded signal-hook v0.3.18
11932026-07-29T20:16:30.985Z Downloaded slog-json v2.6.1
11942026-07-29T20:16:30.994Z Downloaded tokio-rustls v0.26.4
11952026-07-29T20:16:30.994Z Downloaded jiff-core v0.1.0
11962026-07-29T20:16:30.994Z Downloaded daft-derive v0.1.7
11972026-07-29T20:16:30.994Z Downloaded packed_struct v0.10.1
11982026-07-29T20:16:30.994Z Downloaded zerovec-derive v0.11.2
11992026-07-29T20:16:30.994Z Downloaded pem-rfc7468 v1.0.0
12002026-07-29T20:16:30.994Z Downloaded spki v0.7.3
12012026-07-29T20:16:30.994Z Downloaded tinyvec v1.10.0
12022026-07-29T20:16:30.994Z Downloaded salty v0.3.0
12032026-07-29T20:16:30.994Z Downloaded litemap v0.8.1
12042026-07-29T20:16:30.994Z Downloaded diff v0.1.13
12052026-07-29T20:16:30.994Z Downloaded thread_local v1.1.9
12062026-07-29T20:16:30.994Z Downloaded progenitor v0.14.0
12072026-07-29T20:16:30.995Z Downloaded reqwest v0.13.2
12082026-07-29T20:16:30.995Z Downloaded vergen-git2 v9.1.0
12092026-07-29T20:16:30.995Z Downloaded phc v0.6.1
12102026-07-29T20:16:30.995Z Downloaded stacker v0.1.23
12112026-07-29T20:16:30.995Z Downloaded goblin v0.10.5
12122026-07-29T20:16:30.995Z Downloaded strum_macros v0.26.4
12132026-07-29T20:16:30.995Z Downloaded either v1.15.0
12142026-07-29T20:16:30.995Z Downloaded progenitor-client v0.13.0
12152026-07-29T20:16:30.995Z Downloaded ecdsa v0.16.9
12162026-07-29T20:16:30.995Z Downloaded itertools v0.14.0
12172026-07-29T20:16:30.995Z Downloaded reqwest v0.12.28
12182026-07-29T20:16:30.995Z Downloaded vcpkg v0.2.15
12192026-07-29T20:16:30.995Z Downloaded ed25519-dalek v3.0.0
12202026-07-29T20:16:30.995Z Downloaded mime_guess v2.0.5
12212026-07-29T20:16:30.995Z Downloaded rayon v1.11.0
12222026-07-29T20:16:30.995Z Downloaded tar v0.4.46
12232026-07-29T20:16:30.995Z Downloaded progenitor-impl v0.13.0
12242026-07-29T20:16:30.995Z Downloaded quinn v0.11.9
12252026-07-29T20:16:30.995Z Downloaded darling_core v0.23.0
12262026-07-29T20:16:30.995Z Downloaded zerocopy v0.6.6
12272026-07-29T20:16:30.995Z Downloaded yasna v0.5.2
12282026-07-29T20:16:30.995Z Downloaded serde_yaml v0.9.34+deprecated
12292026-07-29T20:16:30.995Z Downloaded bindgen v0.71.1
12302026-07-29T20:16:30.995Z Downloaded parking_lot v0.11.2
12312026-07-29T20:16:30.995Z Downloaded vergen v9.1.0
12322026-07-29T20:16:30.995Z Downloaded unicode-normalization v0.1.25
12332026-07-29T20:16:30.996Z Downloaded yansi v1.0.1
12342026-07-29T20:16:30.996Z Downloaded crossterm v0.28.1
12352026-07-29T20:16:30.996Z Downloaded der v0.8.0
12362026-07-29T20:16:30.996Z Downloaded num-traits v0.2.19
12372026-07-29T20:16:30.996Z Downloaded icu_properties_data v2.1.2
12382026-07-29T20:16:30.996Z Downloaded p384 v0.13.1
12392026-07-29T20:16:30.996Z Downloaded zopfli v0.8.3
12402026-07-29T20:16:30.996Z Downloaded slog v2.8.2
12412026-07-29T20:16:30.996Z Downloaded ryu v1.0.23
12422026-07-29T20:16:30.996Z Downloaded petname v2.0.2
12432026-07-29T20:16:30.996Z Downloaded blake3 v1.8.5
12442026-07-29T20:16:30.996Z Downloaded bitvec v1.0.1
12452026-07-29T20:16:30.996Z Downloaded icu_properties v2.1.2
12462026-07-29T20:16:30.996Z Downloaded indicatif v0.18.4
12472026-07-29T20:16:30.996Z Downloaded ipnet v2.11.0
12482026-07-29T20:16:30.996Z Downloaded tungstenite v0.21.0
12492026-07-29T20:16:30.998Z Downloaded idna v1.1.0
12502026-07-29T20:16:30.998Z Downloaded ssh-key v0.7.0-rc.11
12512026-07-29T20:16:30.998Z Downloaded itertools v0.15.0
12522026-07-29T20:16:30.998Z Downloaded publicsuffix v2.3.0
12532026-07-29T20:16:30.998Z Downloaded chrono v0.4.45
12542026-07-29T20:16:30.998Z Downloaded libxml v0.3.3
12552026-07-29T20:16:30.998Z Downloaded tough v0.22.0
12562026-07-29T20:16:30.999Z Downloaded schemars v1.2.1
12572026-07-29T20:16:30.999Z Downloaded tabled v0.20.0
12582026-07-29T20:16:30.999Z Downloaded diesel_derives v2.3.7
12592026-07-29T20:16:30.999Z Downloaded itertools v0.10.5
12602026-07-29T20:16:30.999Z Downloaded num-bigint-dig v0.8.6
12612026-07-29T20:16:30.999Z Downloaded zerocopy v0.8.40
12622026-07-29T20:16:30.999Z Downloaded russh v0.62.4
12632026-07-29T20:16:30.999Z Downloaded url v2.5.8
12642026-07-29T20:16:30.999Z Downloaded lalrpop v0.19.12
12652026-07-29T20:16:30.999Z Downloaded tokio-util v0.7.18
12662026-07-29T20:16:30.999Z Downloaded tower v0.5.3
12672026-07-29T20:16:30.999Z Downloaded p521 v0.14.0
12682026-07-29T20:16:30.999Z Downloaded unicode-segmentation v1.12.0
12692026-07-29T20:16:30.999Z Downloaded zerovec v0.11.5
12702026-07-29T20:16:31.012Z Downloaded libm v0.2.16
12712026-07-29T20:16:31.016Z Downloaded regex-syntax v0.6.29
12722026-07-29T20:16:31.019Z Downloaded crossterm v0.29.0
12732026-07-29T20:16:31.025Z Downloaded hyper-util v0.1.20
12742026-07-29T20:16:31.025Z Downloaded proptest v1.10.0
12752026-07-29T20:16:31.034Z Downloaded zlib-rs v0.6.2
12762026-07-29T20:16:31.038Z Downloaded winnow v0.5.40
12772026-07-29T20:16:31.051Z Downloaded regress v0.10.5
12782026-07-29T20:16:31.059Z Downloaded object v0.30.4
12792026-07-29T20:16:31.065Z Downloaded hickory-proto v0.24.4
12802026-07-29T20:16:31.068Z Downloaded itertools v0.13.0
12812026-07-29T20:16:31.068Z Downloaded nix v0.27.1
12822026-07-29T20:16:31.074Z Downloaded radix_trie v0.2.1
12832026-07-29T20:16:31.082Z Downloaded time v0.3.47
12842026-07-29T20:16:31.086Z Downloaded winnow v1.0.3
12852026-07-29T20:16:31.089Z Downloaded moka v0.12.13
12862026-07-29T20:16:31.094Z Downloaded rustix v0.38.44
12872026-07-29T20:16:31.111Z Downloaded object v0.37.3
12882026-07-29T20:16:31.116Z Downloaded bstr v1.12.1
12892026-07-29T20:16:31.134Z Downloaded hickory-proto v0.25.2
12902026-07-29T20:16:31.142Z Downloaded smoltcp v0.11.0
12912026-07-29T20:16:31.152Z Downloaded curve25519-dalek v4.1.3
12922026-07-29T20:16:31.158Z Downloaded dropshot v0.17.1
12932026-07-29T20:16:31.170Z Downloaded curve25519-dalek v5.0.0
12942026-07-29T20:16:31.175Z Downloaded polar-core v0.27.3
12952026-07-29T20:16:31.182Z Downloaded smoltcp v0.9.1
12962026-07-29T20:16:31.191Z Downloaded openapiv3 v2.2.0
12972026-07-29T20:16:31.194Z Downloaded crypto-bigint v0.7.5
12982026-07-29T20:16:31.197Z Downloaded nix v0.28.0
12992026-07-29T20:16:31.208Z Downloaded quinn-proto v0.11.16
13002026-07-29T20:16:31.215Z Downloaded openssl v0.10.79
13012026-07-29T20:16:31.227Z Downloaded rustls v0.23.41
13022026-07-29T20:16:31.248Z Downloaded nix v0.31.2
13032026-07-29T20:16:31.262Z Downloaded regex-syntax v0.8.10
13042026-07-29T20:16:31.279Z Downloaded sqlparser v0.61.0
13052026-07-29T20:16:31.282Z Downloaded diesel v2.3.7
13062026-07-29T20:16:31.298Z Downloaded regress v0.11.1
13072026-07-29T20:16:31.405Z Downloaded typify-impl v0.6.2
13082026-07-29T20:16:31.411Z Downloaded sled v0.34.7
13092026-07-29T20:16:31.411Z Downloaded zerocopy-derive v0.6.6
13102026-07-29T20:16:31.411Z Downloaded tracing v0.1.44
13112026-07-29T20:16:31.411Z Downloaded jiff v0.2.34
13122026-07-29T20:16:31.411Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-07-29T20:16:31.411Z Downloaded sha3 v0.11.0
13142026-07-29T20:16:31.411Z Downloaded ratatui v0.29.0
13152026-07-29T20:16:31.415Z Downloaded petgraph v0.6.5
13162026-07-29T20:16:31.426Z Downloaded regex-automata v0.4.14
13172026-07-29T20:16:31.431Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-07-29T20:16:31.441Z Downloaded petgraph v0.8.3
13192026-07-29T20:16:31.456Z Downloaded chrono-tz v0.10.4
13202026-07-29T20:16:31.475Z Downloaded libz-sys v1.1.24
13212026-07-29T20:16:31.493Z Downloaded sha3 v0.10.8
13222026-07-29T20:16:31.502Z Downloaded tokio v1.52.1
13232026-07-29T20:16:31.524Z Downloaded csv v1.4.0
13242026-07-29T20:16:31.554Z Downloaded encoding_rs v0.8.35
13252026-07-29T20:16:31.585Z Downloaded ring v0.17.14
13262026-07-29T20:16:31.609Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-07-29T20:16:32.197Z Downloaded aws-lc-sys v0.40.0
13282026-07-29T20:16:32.450Z Compiling libc v0.2.185
13292026-07-29T20:16:32.450Z Compiling serde_core v1.0.228
13302026-07-29T20:16:32.450Z Compiling serde v1.0.228
13312026-07-29T20:16:32.477Z Compiling log v0.4.29
13322026-07-29T20:16:32.478Z Compiling smallvec v1.15.1
13332026-07-29T20:16:32.478Z Compiling shlex v1.3.0
13342026-07-29T20:16:32.588Z Compiling find-msvc-tools v0.1.9
13352026-07-29T20:16:32.592Z Compiling syn v2.0.117
13362026-07-29T20:16:32.814Z Compiling subtle v2.6.1
13372026-07-29T20:16:32.834Z Compiling scopeguard v1.2.0
13382026-07-29T20:16:32.848Z Compiling stable_deref_trait v1.2.1
13392026-07-29T20:16:32.896Z Compiling typenum v1.20.1
13402026-07-29T20:16:32.922Z Compiling lock_api v0.4.14
13412026-07-29T20:16:32.935Z Compiling zerocopy v0.8.40
13422026-07-29T20:16:32.950Z Compiling portable-atomic v1.13.1
13432026-07-29T20:16:32.989Z Compiling serde_json v1.0.151
13442026-07-29T20:16:33.158Z Compiling critical-section v1.2.0
13452026-07-29T20:16:33.202Z Compiling libm v0.2.16
13462026-07-29T20:16:33.274Z Compiling num-traits v0.2.19
13472026-07-29T20:16:33.398Z Compiling pkg-config v0.3.32
13482026-07-29T20:16:33.466Z Compiling errno v0.3.14
13492026-07-29T20:16:33.480Z Compiling jobserver v0.1.34
13502026-07-29T20:16:33.528Z Compiling getrandom v0.2.17
13512026-07-29T20:16:33.728Z Compiling cc v1.2.56
13522026-07-29T20:16:33.763Z Compiling rand_core v0.6.4
13532026-07-29T20:16:33.951Z Compiling once_cell v1.21.3
13542026-07-29T20:16:34.031Z Compiling generic-array v0.14.7
13552026-07-29T20:16:34.046Z Compiling parking_lot_core v0.9.12
13562026-07-29T20:16:34.058Z Compiling pin-project-lite v0.2.17
13572026-07-29T20:16:34.157Z Compiling getrandom v0.4.1
13582026-07-29T20:16:34.172Z Compiling const-oid v0.9.6
13592026-07-29T20:16:34.275Z Compiling rand_core v0.10.0
13602026-07-29T20:16:34.605Z Compiling signal-hook-registry v1.4.8
13612026-07-29T20:16:34.761Z Compiling bitflags v2.11.0
13622026-07-29T20:16:34.868Z Compiling litemap v0.8.1
13632026-07-29T20:16:34.909Z Compiling percent-encoding v2.3.2
13642026-07-29T20:16:34.943Z Compiling futures-core v0.3.32
13652026-07-29T20:16:34.997Z Compiling writeable v0.6.2
13662026-07-29T20:16:35.063Z Compiling semver v1.0.28
13672026-07-29T20:16:35.090Z Compiling parking_lot v0.12.5
13682026-07-29T20:16:35.103Z Compiling mio v1.2.0
13692026-07-29T20:16:35.106Z Compiling icu_properties_data v2.1.2
13702026-07-29T20:16:35.195Z Compiling icu_normalizer_data v2.1.1
13712026-07-29T20:16:35.336Z Compiling socket2 v0.6.3
13722026-07-29T20:16:35.398Z Compiling getrandom v0.3.4
13732026-07-29T20:16:35.454Z Compiling futures-sink v0.3.32
13742026-07-29T20:16:35.471Z Compiling indexmap v2.14.0
13752026-07-29T20:16:35.490Z Compiling rustix v1.1.3
13762026-07-29T20:16:35.559Z Compiling synstructure v0.13.2
13772026-07-29T20:16:35.574Z Compiling futures-channel v0.3.32
13782026-07-29T20:16:35.740Z Compiling utf8_iter v1.0.4
13792026-07-29T20:16:35.807Z Compiling futures-task v0.3.32
13802026-07-29T20:16:35.838Z Compiling futures-io v0.3.32
13812026-07-29T20:16:35.892Z Compiling slab v0.4.12
13822026-07-29T20:16:35.986Z Compiling form_urlencoded v1.2.2
13832026-07-29T20:16:36.003Z Compiling rustversion v1.0.22
13842026-07-29T20:16:36.074Z Compiling base64ct v1.8.3
13852026-07-29T20:16:36.141Z Compiling iana-time-zone v0.1.65
13862026-07-29T20:16:36.162Z Compiling cmake v0.1.57
13872026-07-29T20:16:36.162Z Compiling ident_case v1.0.1
13882026-07-29T20:16:36.270Z Compiling flagset v0.4.7
13892026-07-29T20:16:36.303Z Compiling pem-rfc7468 v0.7.0
13902026-07-29T20:16:36.334Z Compiling fs_extra v1.3.0
13912026-07-29T20:16:36.365Z Compiling dunce v1.0.5
13922026-07-29T20:16:36.406Z Compiling regex-syntax v0.8.10
13932026-07-29T20:16:36.461Z Compiling rand_core v0.9.5
13942026-07-29T20:16:36.565Z Compiling uuid v1.23.4
13952026-07-29T20:16:36.601Z Compiling aws-lc-sys v0.40.0
13962026-07-29T20:16:36.619Z Compiling base64 v0.22.1
13972026-07-29T20:16:36.751Z Compiling syn v1.0.109
13982026-07-29T20:16:36.941Z Compiling vcpkg v0.2.15
13992026-07-29T20:16:36.999Z Compiling serde_derive_internals v0.29.1
14002026-07-29T20:16:37.108Z Compiling rustc_version v0.4.1
14012026-07-29T20:16:37.268Z Compiling tracing-core v0.1.36
14022026-07-29T20:16:37.283Z Compiling serde_derive v1.0.228
14032026-07-29T20:16:37.298Z Compiling zeroize_derive v1.5.0
14042026-07-29T20:16:37.453Z Compiling zerofrom-derive v0.1.6
14052026-07-29T20:16:37.733Z Compiling zerocopy-derive v0.8.40
14062026-07-29T20:16:37.829Z Compiling yoke-derive v0.8.1
14072026-07-29T20:16:37.972Z Compiling zeroize v1.9.0
14082026-07-29T20:16:37.972Z Compiling zerovec-derive v0.11.2
14092026-07-29T20:16:38.187Z Compiling displaydoc v0.2.5
14102026-07-29T20:16:38.912Z Compiling zerofrom v0.1.6
14112026-07-29T20:16:38.950Z Compiling tokio-macros v2.7.0
14122026-07-29T20:16:38.994Z Compiling futures-macro v0.3.32
14132026-07-29T20:16:39.036Z Compiling yoke v0.8.1
14142026-07-29T20:16:39.104Z Compiling der_derive v0.7.3
14152026-07-29T20:16:39.220Z Compiling zerovec v0.11.5
14162026-07-29T20:16:39.420Z Compiling zerotrie v0.2.3
14172026-07-29T20:16:39.672Z Compiling tinystr v0.8.2
14182026-07-29T20:16:39.719Z Compiling potential_utf v0.1.4
14192026-07-29T20:16:39.734Z Compiling block-buffer v0.10.4
14202026-07-29T20:16:39.800Z Compiling crypto-common v0.1.7
14212026-07-29T20:16:39.877Z Compiling icu_locale_core v2.1.1
14222026-07-29T20:16:39.881Z Compiling icu_collections v2.1.1
14232026-07-29T20:16:39.905Z Compiling futures-util v0.3.32
14242026-07-29T20:16:39.950Z Compiling digest v0.10.7
14252026-07-29T20:16:40.074Z Compiling thiserror-impl v2.0.18
14262026-07-29T20:16:40.202Z Compiling der v0.7.10
14272026-07-29T20:16:40.363Z Compiling openssl-sys v0.9.115
14282026-07-29T20:16:40.747Z Compiling bytes v1.11.1
14292026-07-29T20:16:40.776Z Compiling icu_provider v2.1.1
14302026-07-29T20:16:40.882Z Compiling chrono v0.4.45
14312026-07-29T20:16:41.075Z Compiling icu_normalizer v2.1.1
14322026-07-29T20:16:41.378Z Compiling tokio v1.52.1
14332026-07-29T20:16:41.393Z Compiling icu_properties v2.1.2
14342026-07-29T20:16:41.396Z Compiling thiserror v2.0.18
14352026-07-29T20:16:41.516Z Compiling http v1.4.2
14362026-07-29T20:16:41.605Z Compiling spki v0.7.3
14372026-07-29T20:16:41.816Z Compiling tracing-attributes v0.1.31
14382026-07-29T20:16:42.210Z Compiling ppv-lite86 v0.2.21
14392026-07-29T20:16:42.242Z Compiling idna_adapter v1.2.1
14402026-07-29T20:16:42.245Z Compiling aws-lc-rs v1.16.3
14412026-07-29T20:16:42.382Z Compiling idna v1.1.0
14422026-07-29T20:16:42.410Z Compiling cpufeatures v0.2.17
14432026-07-29T20:16:42.483Z Compiling dyn-clone v1.0.20
14442026-07-29T20:16:42.561Z Compiling rand_chacha v0.9.0
14452026-07-29T20:16:42.586Z Compiling schemars v0.8.22
14462026-07-29T20:16:42.600Z Compiling http-body v1.0.1
14472026-07-29T20:16:42.666Z Compiling pkcs8 v0.10.2
14482026-07-29T20:16:42.752Z Compiling url v2.5.8
14492026-07-29T20:16:42.804Z Compiling rand v0.9.2
14502026-07-29T20:16:42.997Z Compiling rustls-pki-types v1.14.0
14512026-07-29T20:16:43.095Z Compiling schemars_derive v0.8.22
14522026-07-29T20:16:43.195Z Compiling tracing v0.1.44
14532026-07-29T20:16:43.463Z Compiling spin v0.9.8
14542026-07-29T20:16:43.478Z Compiling httparse v1.10.1
14552026-07-29T20:16:43.554Z Compiling tinyvec_macros v0.1.1
14562026-07-29T20:16:43.569Z Compiling openssl-probe v0.2.1
14572026-07-29T20:16:43.624Z Compiling crc32fast v1.5.0
14582026-07-29T20:16:43.673Z Compiling cmov v0.5.4
14592026-07-29T20:16:43.743Z Compiling tempfile v3.25.0
14602026-07-29T20:16:43.856Z Compiling ctutils v0.4.2
14612026-07-29T20:16:43.881Z Compiling tinyvec v1.10.0
14622026-07-29T20:16:43.930Z Compiling pest_generator v2.8.6
14632026-07-29T20:16:44.095Z Compiling sha2 v0.10.9
14642026-07-29T20:16:44.111Z Compiling aho-corasick v1.1.4
14652026-07-29T20:16:44.245Z Compiling untrusted v0.7.1
14662026-07-29T20:16:44.368Z Compiling try-lock v0.2.5
14672026-07-29T20:16:44.477Z Compiling radium v0.7.0
14682026-07-29T20:16:44.607Z Compiling tower-service v0.3.3
14692026-07-29T20:16:44.705Z Compiling atomic-waker v1.1.2
14702026-07-29T20:16:44.721Z Compiling tower-layer v0.3.3
14712026-07-29T20:16:44.850Z Compiling pest_derive v2.8.6
14722026-07-29T20:16:44.883Z Compiling want v0.3.1
14732026-07-29T20:16:45.050Z Compiling regex-automata v0.4.14
14742026-07-29T20:16:45.287Z Compiling tokio-util v0.7.18
14752026-07-29T20:16:45.387Z Compiling hybrid-array v0.4.13
14762026-07-29T20:16:45.769Z Compiling ipnet v2.11.0
14772026-07-29T20:16:46.029Z Compiling h2 v0.4.15
14782026-07-29T20:16:46.140Z Compiling scroll_derive v0.13.1
14792026-07-29T20:16:46.250Z Compiling darling_core v0.20.11
14802026-07-29T20:16:46.297Z Compiling simd-adler32 v0.3.8
14812026-07-29T20:16:46.544Z Compiling maybe-uninit v2.0.0
14822026-07-29T20:16:46.808Z Compiling untrusted v0.9.0
14832026-07-29T20:16:46.931Z Compiling foreign-types-shared v0.1.1
14842026-07-29T20:16:46.946Z Compiling openssl v0.10.79
14852026-07-29T20:16:47.022Z Compiling tap v1.0.1
14862026-07-29T20:16:47.054Z Compiling httpdate v1.0.3
14872026-07-29T20:16:47.130Z Compiling rustls v0.23.41
14882026-07-29T20:16:47.145Z Compiling wyz v0.5.1
14892026-07-29T20:16:47.187Z Compiling foreign-types v0.3.2
14902026-07-29T20:16:47.259Z Compiling scroll v0.13.0
14912026-07-29T20:16:47.323Z Compiling unicode-normalization v0.1.25
14922026-07-29T20:16:47.533Z Compiling rand_chacha v0.3.1
14932026-07-29T20:16:47.563Z Compiling hex v0.4.3
14942026-07-29T20:16:47.770Z Compiling signature v2.2.0
14952026-07-29T20:16:47.823Z Compiling thiserror-impl v1.0.69
14962026-07-29T20:16:47.837Z Compiling openssl-macros v0.1.1
14972026-07-29T20:16:47.951Z Compiling terminal_size v0.4.3
14982026-07-29T20:16:48.092Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-07-29T20:16:48.234Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-07-29T20:16:48.318Z Compiling num-integer v0.1.46
15012026-07-29T20:16:48.372Z Compiling wait-timeout v0.2.1
15022026-07-29T20:16:48.549Z Compiling darling_macro v0.20.11
15032026-07-29T20:16:48.623Z Compiling ahash v0.8.12
15042026-07-29T20:16:48.642Z Compiling powerfmt v0.2.0
15052026-07-29T20:16:48.657Z Compiling packed_struct v0.10.1
15062026-07-29T20:16:48.824Z Compiling adler2 v2.0.1
15072026-07-29T20:16:48.847Z Compiling time-core v0.1.8
15082026-07-29T20:16:48.890Z Compiling num-bigint-dig v0.8.6
15092026-07-29T20:16:48.960Z Compiling quick-error v1.2.3
15102026-07-29T20:16:48.997Z Compiling bit-vec v0.8.0
15112026-07-29T20:16:49.030Z Compiling funty v2.0.0
15122026-07-29T20:16:49.066Z Compiling native-tls v0.2.18
15132026-07-29T20:16:49.079Z Compiling num-conv v0.2.0
15142026-07-29T20:16:49.092Z Compiling thiserror v1.0.69
15152026-07-29T20:16:49.134Z Compiling rusty-fork v0.3.1
15162026-07-29T20:16:49.194Z Compiling hyper v1.10.1
15172026-07-29T20:16:49.209Z Compiling time-macros v0.2.27
15182026-07-29T20:16:49.223Z Compiling bit-set v0.8.0
15192026-07-29T20:16:49.276Z Compiling darling v0.20.11
15202026-07-29T20:16:49.364Z Compiling bitvec v1.0.1
15212026-07-29T20:16:49.398Z Compiling miniz_oxide v0.8.9
15222026-07-29T20:16:49.517Z Compiling deranged v0.5.8
15232026-07-29T20:16:49.602Z Compiling clap_builder v4.6.0
15242026-07-29T20:16:50.207Z Compiling num-iter v0.1.45
15252026-07-29T20:16:50.325Z Compiling hyper-util v0.1.20
15262026-07-29T20:16:50.790Z Compiling rand v0.8.6
15272026-07-29T20:16:50.805Z Compiling goblin v0.10.5
15282026-07-29T20:16:51.102Z Compiling packed_struct_codegen v0.10.1
15292026-07-29T20:16:51.590Z Compiling lazy_static v1.5.0
15302026-07-29T20:16:51.688Z Compiling toml_datetime v0.6.11
15312026-07-29T20:16:51.947Z Compiling serde_spanned v0.6.9
15322026-07-29T20:16:52.045Z Compiling hmac v0.12.1
15332026-07-29T20:16:52.094Z Compiling clap_derive v4.6.1
15342026-07-29T20:16:52.155Z Compiling zerocopy-derive v0.6.6
15352026-07-29T20:16:52.204Z Compiling bitfield-macros v0.19.4
15362026-07-29T20:16:52.623Z Compiling anstyle-parse v0.2.7
15372026-07-29T20:16:52.812Z Compiling rand_xorshift v0.4.0
15382026-07-29T20:16:52.956Z Compiling sync_wrapper v1.0.2
15392026-07-29T20:16:52.982Z Compiling indexmap v1.9.3
15402026-07-29T20:16:53.053Z Compiling unarray v0.1.4
15412026-07-29T20:16:53.067Z Compiling nodrop v0.1.14
15422026-07-29T20:16:53.163Z Compiling paste v1.0.15
15432026-07-29T20:16:53.177Z Compiling siphasher v1.0.2
15442026-07-29T20:16:53.180Z Compiling num_threads v0.1.7
15452026-07-29T20:16:53.291Z Compiling usdt-impl v0.6.0
15462026-07-29T20:16:53.368Z Compiling crossbeam-utils v0.8.21
15472026-07-29T20:16:53.431Z Compiling crc-catalog v2.4.0
15482026-07-29T20:16:53.501Z Compiling zlib-rs v0.6.2
15492026-07-29T20:16:53.527Z Compiling crc v3.4.0
15502026-07-29T20:16:53.612Z Compiling dof v0.4.0
15512026-07-29T20:16:53.679Z Compiling time v0.3.47
15522026-07-29T20:16:53.752Z Compiling proptest v1.10.0
15532026-07-29T20:16:53.874Z Compiling clap v4.6.1
15542026-07-29T20:16:53.958Z Compiling array-init v0.0.4
15552026-07-29T20:16:54.297Z Compiling zerocopy v0.6.6
15562026-07-29T20:16:54.622Z Compiling tower v0.5.3
15572026-07-29T20:16:54.764Z Compiling bitfield v0.19.4
15582026-07-29T20:16:55.061Z Compiling anstream v0.6.21
15592026-07-29T20:16:55.348Z Compiling smallvec v0.6.14
15602026-07-29T20:16:55.546Z Compiling derive_builder_core v0.20.2
15612026-07-29T20:16:55.706Z Compiling dtrace-parser v0.3.0
15622026-07-29T20:16:56.374Z Compiling flate2 v1.1.9
15632026-07-29T20:16:56.391Z Compiling ipnetwork v0.21.1
15642026-07-29T20:16:56.404Z Compiling pkcs1 v0.7.5
15652026-07-29T20:16:56.440Z Compiling http-body-util v0.1.3
15662026-07-29T20:16:56.692Z Compiling heapless v0.7.17
15672026-07-29T20:16:56.712Z Compiling scroll_derive v0.12.1
15682026-07-29T20:16:56.775Z Compiling structmeta-derive v0.3.0
15692026-07-29T20:16:56.790Z Compiling slog v2.8.2
15702026-07-29T20:16:56.793Z Compiling darling_core v0.23.0
15712026-07-29T20:16:56.933Z Compiling thread-id v5.1.0
15722026-07-29T20:16:56.982Z Compiling cookie v0.18.1
15732026-07-29T20:16:57.021Z Compiling env_filter v1.0.0
15742026-07-29T20:16:57.167Z Compiling base64 v0.21.7
15752026-07-29T20:16:57.326Z Compiling ryu v1.0.23
15762026-07-29T20:16:57.388Z Compiling signal-hook v0.3.18
15772026-07-29T20:16:57.520Z Compiling iri-string v0.7.10
15782026-07-29T20:16:57.535Z Compiling hashbrown v0.12.3
15792026-07-29T20:16:57.608Z Compiling zstd-safe v7.2.4
15802026-07-29T20:16:57.808Z Compiling allocator-api2 v0.2.21
15812026-07-29T20:16:57.924Z Compiling unicode-properties v0.1.4
15822026-07-29T20:16:58.034Z Compiling unicode-bidi v0.3.18
15832026-07-29T20:16:58.141Z Compiling anyhow v1.0.102
15842026-07-29T20:16:58.181Z Compiling winnow v0.5.40
15852026-07-29T20:16:58.581Z Compiling stringprep v0.1.5
15862026-07-29T20:16:59.030Z Compiling tower-http v0.6.8
15872026-07-29T20:16:59.063Z Compiling structmeta v0.3.0
15882026-07-29T20:16:59.154Z Compiling serde_urlencoded v0.7.1
15892026-07-29T20:16:59.284Z Compiling ron v0.8.1
15902026-07-29T20:16:59.422Z Compiling scroll v0.12.0
15912026-07-29T20:16:59.427Z Compiling darling_macro v0.23.0
15922026-07-29T20:16:59.441Z Compiling env_logger v0.11.9
15932026-07-29T20:16:59.665Z Compiling toml_edit v0.19.15
15942026-07-29T20:16:59.868Z Compiling rsa v0.9.10
15952026-07-29T20:16:59.921Z Compiling oxnet v0.1.6
15962026-07-29T20:17:00.314Z Compiling derive_builder_macro v0.20.2
15972026-07-29T20:17:00.369Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15982026-07-29T20:17:00.383Z Compiling newtype-uuid v1.3.2
15992026-07-29T20:17:00.721Z Compiling hashbrown v0.13.2
16002026-07-29T20:17:00.785Z Compiling serde-hex v0.1.0
16012026-07-29T20:17:00.790Z Compiling bzip2 v0.4.4
16022026-07-29T20:17:00.996Z Compiling tokio-native-tls v0.3.1
16032026-07-29T20:17:01.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-07-29T20:17:01.205Z Compiling camino v1.2.2
16052026-07-29T20:17:01.876Z Compiling bstr v1.12.1
16062026-07-29T20:17:02.096Z Compiling crypto-common v0.2.2
16072026-07-29T20:17:02.312Z Compiling block-padding v0.4.2
16082026-07-29T20:17:02.522Z Compiling block-buffer v0.12.1
16092026-07-29T20:17:02.566Z Compiling rustls-native-certs v0.8.3
16102026-07-29T20:17:02.569Z Compiling x509-cert v0.2.5
16112026-07-29T20:17:02.732Z Compiling erased-serde v0.3.31
16122026-07-29T20:17:02.884Z Compiling serde_tokenstream v0.2.3
16132026-07-29T20:17:02.954Z Compiling md-5 v0.10.6
16142026-07-29T20:17:03.124Z Compiling curve25519-dalek v4.1.3
16152026-07-29T20:17:03.199Z Compiling zerocopy-derive v0.7.35
16162026-07-29T20:17:03.242Z Compiling daft-derive v0.1.7
16172026-07-29T20:17:03.462Z Compiling pin-project-internal v1.1.11
16182026-07-29T20:17:03.910Z Compiling async-trait v0.1.89
16192026-07-29T20:17:03.986Z Compiling vergen-lib v9.1.0
16202026-07-29T20:17:04.101Z Compiling hash32 v0.2.1
16212026-07-29T20:17:04.169Z Compiling memoffset v0.9.1
16222026-07-29T20:17:04.242Z Compiling encoding_rs v0.8.35
16232026-07-29T20:17:04.297Z Compiling crc-any v2.5.0
16242026-07-29T20:17:04.369Z Compiling cfg_aliases v0.2.1
16252026-07-29T20:17:04.449Z Compiling fallible-iterator v0.2.0
16262026-07-29T20:17:04.543Z Compiling ref-cast v1.0.25
16272026-07-29T20:17:04.593Z Compiling litrs v1.0.0
16282026-07-29T20:17:04.767Z Compiling rustix v0.38.44
16292026-07-29T20:17:04.826Z Compiling smoltcp v0.9.1
16302026-07-29T20:17:04.845Z Compiling psl-types v2.0.11
16312026-07-29T20:17:04.949Z Compiling mime v0.3.17
16322026-07-29T20:17:04.974Z Compiling publicsuffix v2.3.0
16332026-07-29T20:17:05.095Z Compiling document-features v0.2.12
16342026-07-29T20:17:05.142Z Compiling postgres-protocol v0.6.10
16352026-07-29T20:17:05.171Z Compiling pin-project v1.1.11
16362026-07-29T20:17:05.193Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16372026-07-29T20:17:05.201Z Compiling nix v0.31.2
16382026-07-29T20:17:05.329Z Compiling zerocopy v0.7.35
16392026-07-29T20:17:05.588Z Compiling daft v0.1.7
16402026-07-29T20:17:05.731Z Compiling inout v0.2.2
16412026-07-29T20:17:05.745Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-07-29T20:17:05.758Z Compiling object v0.30.4
16432026-07-29T20:17:05.842Z Compiling hyper-tls v0.6.0
16442026-07-29T20:17:05.876Z Compiling toml v0.7.8
16452026-07-29T20:17:05.907Z Compiling zip v0.6.6
16462026-07-29T20:17:06.022Z Compiling derive_builder v0.20.2
16472026-07-29T20:17:06.066Z Compiling darling v0.23.0
16482026-07-29T20:17:06.159Z Compiling goblin v0.8.2
16492026-07-29T20:17:06.267Z Compiling derive-ex v0.1.8
16502026-07-29T20:17:06.671Z Compiling phf_shared v0.13.1
16512026-07-29T20:17:06.762Z Compiling regex v1.12.3
16522026-07-29T20:17:06.834Z Compiling hubpack_derive v0.1.1
16532026-07-29T20:17:06.917Z Compiling futures-executor v0.3.32
16542026-07-29T20:17:07.181Z Compiling strum_macros v0.27.2
16552026-07-29T20:17:07.198Z Compiling snafu-derive v0.8.9
16562026-07-29T20:17:07.302Z Compiling curve25519-dalek-derive v0.1.1
16572026-07-29T20:17:08.001Z Compiling ref-cast-impl v1.0.25
16582026-07-29T20:17:08.018Z Compiling vergen v9.1.0
16592026-07-29T20:17:08.201Z Compiling cargo-platform v0.3.2
16602026-07-29T20:17:08.502Z Compiling ff v0.13.1
16612026-07-29T20:17:08.569Z Compiling fs-err v3.3.0
16622026-07-29T20:17:08.645Z Compiling bumpalo v3.20.2
16632026-07-29T20:17:08.729Z Compiling managed v0.8.0
16642026-07-29T20:17:08.757Z Compiling libbz2-rs-sys v0.2.2
16652026-07-29T20:17:08.902Z Compiling same-file v1.0.6
16662026-07-29T20:17:08.948Z Compiling path-slash v0.1.5
16672026-07-29T20:17:09.070Z Compiling foldhash v0.1.5
16682026-07-29T20:17:09.085Z Compiling jiff-core v0.1.0
16692026-07-29T20:17:09.166Z Compiling unicode-segmentation v1.12.0
16702026-07-29T20:17:09.213Z Compiling base16ct v0.2.0
16712026-07-29T20:17:09.244Z Compiling foldhash v0.2.0
16722026-07-29T20:17:09.397Z Compiling bitflags v1.3.2
16732026-07-29T20:17:09.436Z Compiling object v0.37.3
16742026-07-29T20:17:09.485Z Compiling hashbrown v0.16.1
16752026-07-29T20:17:09.550Z Compiling sec1 v0.7.3
16762026-07-29T20:17:09.724Z Compiling strum v0.27.2
16772026-07-29T20:17:09.757Z Compiling hashbrown v0.15.5
16782026-07-29T20:17:09.826Z Compiling jiff v0.2.34
16792026-07-29T20:17:09.852Z Compiling bzip2 v0.6.1
16802026-07-29T20:17:10.061Z Compiling snafu v0.8.9
16812026-07-29T20:17:10.079Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-07-29T20:17:10.173Z Compiling walkdir v2.5.0
16832026-07-29T20:17:10.283Z Compiling zopfli v0.8.3
16842026-07-29T20:17:10.414Z Compiling group v0.13.0
16852026-07-29T20:17:10.489Z Compiling dof v0.3.0
16862026-07-29T20:17:10.532Z Compiling cargo_metadata v0.23.1
16872026-07-29T20:17:10.949Z Compiling test-strategy v0.4.5
16882026-07-29T20:17:11.200Z Compiling hubpack v0.1.2
16892026-07-29T20:17:11.426Z Compiling futures v0.3.32
16902026-07-29T20:17:11.478Z Compiling phf v0.13.1
16912026-07-29T20:17:11.651Z Compiling signal-hook-mio v0.2.5
16922026-07-29T20:17:11.778Z Compiling cookie_store v0.22.1
16932026-07-29T20:17:11.893Z Compiling zstd v0.13.3
16942026-07-29T20:17:11.904Z Compiling serde_with_macros v3.21.0
16952026-07-29T20:17:12.161Z Compiling reqwest v0.12.28
16962026-07-29T20:17:12.438Z Compiling cipher v0.5.2
16972026-07-29T20:17:12.513Z Compiling postgres-types v0.2.12
16982026-07-29T20:17:13.110Z Compiling usdt-attr-macro v0.6.0
16992026-07-29T20:17:13.127Z Compiling usdt-macro v0.6.0
17002026-07-29T20:17:13.456Z Compiling globset v0.4.18
17012026-07-29T20:17:13.677Z Compiling phf_shared v0.11.3
17022026-07-29T20:17:13.891Z Compiling hkdf v0.12.4
17032026-07-29T20:17:13.916Z Compiling dtrace-parser v0.2.0
17042026-07-29T20:17:13.953Z Compiling ed25519 v2.2.3
17052026-07-29T20:17:14.051Z Compiling byte-wrapper v0.1.0
17062026-07-29T20:17:14.059Z Compiling olpc-cjson v0.1.4
17072026-07-29T20:17:14.155Z Compiling serde-big-array v0.5.1
17082026-07-29T20:17:14.228Z Compiling serde_plain v1.0.2
17092026-07-29T20:17:14.306Z Compiling crypto-bigint v0.5.5
17102026-07-29T20:17:14.390Z Compiling strum_macros v0.26.4
17112026-07-29T20:17:14.430Z Compiling async-recursion v1.1.1
17122026-07-29T20:17:14.451Z Compiling serde_repr v0.1.20
17132026-07-29T20:17:14.644Z Compiling enum-as-inner v0.6.1
17142026-07-29T20:17:14.841Z Compiling pem v3.0.6
17152026-07-29T20:17:14.978Z Compiling float-cmp v0.10.0
17162026-07-29T20:17:15.082Z Compiling thread-id v4.2.2
17172026-07-29T20:17:15.132Z Compiling memmap2 v0.9.10
17182026-07-29T20:17:15.153Z Compiling precomputed-hash v0.1.1
17192026-07-29T20:17:15.167Z Compiling typed-path v0.9.3
17202026-07-29T20:17:15.181Z Compiling normalize-line-endings v0.3.0
17212026-07-29T20:17:15.242Z Compiling data-encoding v2.10.0
17222026-07-29T20:17:15.280Z Compiling whoami v2.1.0
17232026-07-29T20:17:15.348Z Compiling fixedbitset v0.4.2
17242026-07-29T20:17:15.570Z Compiling const-oid v0.10.2
17252026-07-29T20:17:15.655Z Compiling predicates-core v1.0.10
17262026-07-29T20:17:15.784Z Compiling keccak v0.1.6
17272026-07-29T20:17:15.839Z Compiling cpufeatures v0.3.0
17282026-07-29T20:17:15.926Z Compiling either v1.15.0
17292026-07-29T20:17:15.941Z Compiling difflib v0.4.0
17302026-07-29T20:17:16.008Z Compiling fixedbitset v0.5.7
17312026-07-29T20:17:16.134Z Compiling new_debug_unreachable v1.0.6
17322026-07-29T20:17:16.134Z Compiling static_assertions v1.1.0
17332026-07-29T20:17:16.213Z Compiling winnow v1.0.3
17342026-07-29T20:17:16.228Z Compiling petgraph v0.8.3
17352026-07-29T20:17:16.317Z Compiling string_cache v0.8.9
17362026-07-29T20:17:16.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-07-29T20:17:16.424Z Compiling predicates v3.1.4
17382026-07-29T20:17:16.493Z Compiling strum v0.26.3
17392026-07-29T20:17:16.538Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-07-29T20:17:16.552Z Compiling itertools v0.13.0
17412026-07-29T20:17:16.622Z Compiling sha3 v0.10.8
17422026-07-29T20:17:16.631Z Compiling chacha20 v0.10.0
17432026-07-29T20:17:17.005Z Compiling digest v0.11.3
17442026-07-29T20:17:17.028Z Compiling hickory-proto v0.25.2
17452026-07-29T20:17:17.081Z Compiling petgraph v0.6.5
17462026-07-29T20:17:17.175Z Compiling tokio-postgres v0.7.16
17472026-07-29T20:17:17.230Z Compiling usdt v0.6.0
17482026-07-29T20:17:17.515Z Compiling elliptic-curve v0.13.8
17492026-07-29T20:17:17.857Z Compiling toml_edit v0.22.27
17502026-07-29T20:17:17.927Z Compiling usdt-impl v0.5.0
17512026-07-29T20:17:18.269Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-07-29T20:17:18.526Z Compiling ed25519-dalek v2.2.0
17532026-07-29T20:17:18.652Z Compiling crossterm v0.28.1
17542026-07-29T20:17:19.056Z Compiling serde_with v3.21.0
17552026-07-29T20:17:19.469Z Compiling zip v4.6.1
17562026-07-29T20:17:19.963Z Compiling iddqd v0.4.2
17572026-07-29T20:17:20.586Z Compiling similar v2.7.0
17582026-07-29T20:17:20.602Z Compiling heck v0.4.1
17592026-07-29T20:17:20.831Z Compiling crossbeam-epoch v0.9.18
17602026-07-29T20:17:20.845Z Compiling tokio-stream v0.1.18
17612026-07-29T20:17:20.993Z Compiling buf-list v1.1.2
17622026-07-29T20:17:21.158Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-07-29T20:17:21.188Z Compiling openapiv3 v2.2.0
17642026-07-29T20:17:21.275Z Compiling peg-runtime v0.8.5
17652026-07-29T20:17:21.302Z Compiling lalrpop-util v0.19.12
17662026-07-29T20:17:21.421Z Compiling thread_local v1.1.9
17672026-07-29T20:17:21.466Z Compiling slog-async v2.8.0
17682026-07-29T20:17:21.503Z Compiling crossbeam-channel v0.5.15
17692026-07-29T20:17:21.560Z Compiling filetime v0.2.27
17702026-07-29T20:17:21.678Z Compiling is-terminal v0.4.17
17712026-07-29T20:17:21.710Z Compiling term v1.2.1
17722026-07-29T20:17:21.745Z Compiling xattr v1.6.1
17732026-07-29T20:17:21.772Z Compiling take_mut v0.2.2
17742026-07-29T20:17:21.788Z Compiling camino-tempfile v1.4.1
17752026-07-29T20:17:21.910Z Compiling tar v0.4.46
17762026-07-29T20:17:22.013Z Compiling slog-term v2.9.2
17772026-07-29T20:17:28.623Z Compiling rustls-webpki v0.103.13
17782026-07-29T20:17:31.335Z Compiling tokio-rustls v0.26.4
17792026-07-29T20:17:31.335Z Compiling rustls-platform-verifier v0.6.2
17802026-07-29T20:17:31.340Z Compiling tough v0.22.0
17812026-07-29T20:17:31.540Z Compiling hyper-rustls v0.27.7
17822026-07-29T20:17:31.739Z Compiling reqwest v0.13.2
17832026-07-29T20:17:33.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-07-29T20:17:34.228Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-07-29T20:17:37.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17862026-07-29T20:17:37.277Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-07-29T20:17:37.336ZJul 29 20:17:36.010 INFO Starting download, target: Console
17882026-07-29T20:17:37.336ZJul 29 20:17:36.010 INFO Starting download, target: Cockroach
17892026-07-29T20:17:37.336ZJul 29 20:17:36.010 INFO Starting download, target: Clickhouse
17902026-07-29T20:17:37.336ZJul 29 20:17:36.011 INFO Starting download, target: DendriteStub
17912026-07-29T20:17:37.336ZJul 29 20:17:36.011 INFO Starting download, target: MaghemiteMgd
17922026-07-29T20:17:37.337ZJul 29 20:17:36.011 INFO Starting download, target: MaghemiteDdmd
17932026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Starting download, target: TransceiverControl
17942026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-07-29T20:17:37.344ZJul 29 20:17:36.011 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-07-29T20:17:37.963ZJul 29 20:17:36.630 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-07-29T20:17:38.193ZJul 29 20:17:36.845 INFO Download complete, target: TransceiverControl
18032026-07-29T20:17:39.388ZJul 29 20:17:38.065 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-07-29T20:17:39.393ZJul 29 20:17:38.070 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-07-29T20:17:39.653ZJul 29 20:17:38.321 INFO Download complete, target: Console
18062026-07-29T20:17:40.260ZJul 29 20:17:38.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-07-29T20:17:40.339ZJul 29 20:17:39.016 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-07-29T20:17:40.369ZJul 29 20:17:39.046 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-07-29T20:17:40.654ZJul 29 20:17:39.333 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-07-29T20:17:40.654ZJul 29 20:17:39.333 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-07-29T20:17:42.328ZJul 29 20:17:41.007 INFO Download complete, target: MaghemiteDdmd
18122026-07-29T20:17:42.877ZJul 29 20:17:41.556 INFO Download complete, target: MaghemiteMgd
18132026-07-29T20:17:42.968ZJul 29 20:17:41.646 INFO Download complete, target: DendriteStub
18142026-07-29T20:17:45.404ZJul 29 20:17:44.083 INFO Checking that binary works, target: Cockroach
18152026-07-29T20:17:45.525ZJul 29 20:17:44.204 INFO Download complete, target: Cockroach
18162026-07-29T20:17:46.214ZJul 29 20:17:44.893 INFO Checking that binary works, target: Clickhouse
18172026-07-29T20:17:46.357ZJul 29 20:17:45.036 INFO Download complete, target: Clickhouse
18182026-07-29T20:17:46.371ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-07-29T20:17:46.375Z
18202026-07-29T20:17:46.375Zreal 2:06.485791725
18212026-07-29T20:17:46.375Zuser 7:14.028085394
18222026-07-29T20:17:46.375Zsys 1:26.983551623
18232026-07-29T20:17:46.375Ztrap 0.249758951
18242026-07-29T20:17:46.375Ztflt 0.581888932
18252026-07-29T20:17:46.375Zdflt 0.951214225
18262026-07-29T20:17:46.375Zkflt 0.025557376
18272026-07-29T20:17:46.375Zlock 26:54.115278821
18282026-07-29T20:17:46.375Zslp 21:40.641161010
18292026-07-29T20:17:46.375Zlat 49.128323085
18302026-07-29T20:17:46.375Zstop 2:47.948577891
18312026-07-29T20:17:46.375Z+ banner hack-check
18322026-07-29T20:17:46.375Z
18332026-07-29T20:17:46.375Z # # ## #### # # #### # # ###### #### # #
18342026-07-29T20:17:46.375Z # # # # # # # # # # # # # # # # #
18352026-07-29T20:17:46.375Z ###### # # # #### ##### # ###### ##### # ####
18362026-07-29T20:17:46.375Z # # ###### # # # # # # # # # #
18372026-07-29T20:17:46.375Z # # # # # # # # # # # # # # # # #
18382026-07-29T20:17:46.375Z # # # # #### # # #### # # ###### #### # #
18392026-07-29T20:17:46.375Z
18402026-07-29T20:17:46.375Z+ export CARGO_INCREMENTAL=0
18412026-07-29T20:17:46.375Z+ CARGO_INCREMENTAL=0
18422026-07-29T20:17:46.375Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-07-29T20:17:46.846Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-07-29T20:17:47.135Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-07-29T20:17:49.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18462026-07-29T20:17:49.088Z Running `target/debug/xtask check-features --ci`
18472026-07-29T20:17:49.115Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-07-29T20:17:49.118Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-07-29T20:17:49.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-07-29T20:17:49.569Z Running `target/debug/xtask download cargo-hack`
18512026-07-29T20:17:50.357Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-07-29T20:17:50.667Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-07-29T20:17:53.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18542026-07-29T20:17:53.433Z Running `target/debug/xtask-downloader cargo-hack`
18552026-07-29T20:17:53.475ZJul 29 20:17:52.154 INFO Starting download, target: CargoHack
18562026-07-29T20:17:53.478ZJul 29 20:17:52.155 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-07-29T20:17:53.823ZJul 29 20:17:52.501 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-07-29T20:17:53.873ZJul 29 20:17:52.552 INFO Download complete, target: CargoHack
18592026-07-29T20:17:53.876Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18602026-07-29T20:17:53.889Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-07-29T20:17:54.046Zinfo: running `cargo check --bins` on api_identity (1/301)
18622026-07-29T20:17:54.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-29T20:17:54.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-29T20:17:54.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-29T20:17:54.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18662026-07-29T20:17:54.596Z
18672026-07-29T20:17:54.596Zinfo: running `cargo check --bins` on bootstore (2/301)
18682026-07-29T20:17:55.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-29T20:17:55.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-29T20:17:55.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-29T20:17:55.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18722026-07-29T20:17:55.150Z
18732026-07-29T20:17:55.150Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18742026-07-29T20:17:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-29T20:17:55.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-29T20:17:55.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-29T20:17:55.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-07-29T20:17:55.697Z
18792026-07-29T20:17:55.697Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18802026-07-29T20:17:56.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-29T20:17:56.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-29T20:17:56.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-29T20:17:56.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-07-29T20:17:56.243Z
18852026-07-29T20:17:56.243Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18862026-07-29T20:17:56.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-29T20:17:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-29T20:17:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-29T20:17:56.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-07-29T20:17:56.789Z
18912026-07-29T20:17:56.789Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18922026-07-29T20:17:57.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-29T20:17:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-29T20:17:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-29T20:17:57.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-07-29T20:17:57.349Z
18972026-07-29T20:17:57.349Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18982026-07-29T20:17:57.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-29T20:17:57.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-29T20:17:57.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-29T20:17:57.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19022026-07-29T20:17:57.917Z
19032026-07-29T20:17:57.917Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
19042026-07-29T20:17:58.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-29T20:17:58.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-29T20:17:58.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-29T20:17:58.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19082026-07-29T20:17:58.484Z
19092026-07-29T20:17:58.484Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
19102026-07-29T20:17:58.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-29T20:17:58.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-29T20:17:58.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-29T20:17:58.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-07-29T20:17:58.896Z
19152026-07-29T20:17:58.896Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
19162026-07-29T20:17:59.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-29T20:17:59.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-29T20:17:59.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-29T20:17:59.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-07-29T20:17:59.313Z
19212026-07-29T20:17:59.313Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
19222026-07-29T20:17:59.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-29T20:17:59.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-29T20:17:59.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-29T20:17:59.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-07-29T20:17:59.733Z
19272026-07-29T20:17:59.733Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
19282026-07-29T20:18:00.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-29T20:18:00.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-29T20:18:00.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-29T20:18:00.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-07-29T20:18:00.151Z
19332026-07-29T20:18:00.152Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
19342026-07-29T20:18:00.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-29T20:18:00.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-29T20:18:00.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-29T20:18:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-07-29T20:18:00.575Z
19392026-07-29T20:18:00.575Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
19402026-07-29T20:18:00.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-29T20:18:00.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-29T20:18:00.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-29T20:18:00.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-07-29T20:18:00.991Z
19452026-07-29T20:18:00.992Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19462026-07-29T20:18:01.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-29T20:18:01.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-29T20:18:01.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-29T20:18:01.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-07-29T20:18:01.402Z
19512026-07-29T20:18:01.403Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19522026-07-29T20:18:01.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-29T20:18:01.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-29T20:18:01.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-29T20:18:01.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-29T20:18:01.814Z
19572026-07-29T20:18:01.814Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19582026-07-29T20:18:02.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-29T20:18:02.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-29T20:18:02.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-29T20:18:02.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-07-29T20:18:02.223Z
19632026-07-29T20:18:02.223Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19642026-07-29T20:18:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-29T20:18:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-29T20:18:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-29T20:18:02.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-07-29T20:18:02.633Z
19692026-07-29T20:18:02.633Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19702026-07-29T20:18:02.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-29T20:18:02.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-29T20:18:02.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-29T20:18:02.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-07-29T20:18:03.043Z
19752026-07-29T20:18:03.043Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19762026-07-29T20:18:03.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-29T20:18:03.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-29T20:18:03.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-29T20:18:03.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-07-29T20:18:03.456Z
19812026-07-29T20:18:03.456Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19822026-07-29T20:18:03.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-29T20:18:03.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-29T20:18:03.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-29T20:18:03.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-07-29T20:18:03.870Z
19872026-07-29T20:18:03.870Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19882026-07-29T20:18:04.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-29T20:18:04.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-29T20:18:04.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-29T20:18:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-07-29T20:18:04.300Z
19932026-07-29T20:18:04.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19942026-07-29T20:18:04.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-29T20:18:04.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-29T20:18:04.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-29T20:18:04.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-07-29T20:18:04.703Z
19992026-07-29T20:18:04.703Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
20002026-07-29T20:18:05.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-29T20:18:05.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-29T20:18:05.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-29T20:18:05.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-07-29T20:18:05.118Z
20052026-07-29T20:18:05.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
20062026-07-29T20:18:05.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-29T20:18:05.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-29T20:18:05.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-29T20:18:05.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-07-29T20:18:05.536Z
20112026-07-29T20:18:05.536Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
20122026-07-29T20:18:05.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-29T20:18:05.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-29T20:18:05.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-29T20:18:05.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-07-29T20:18:05.955Z
20172026-07-29T20:18:05.955Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
20182026-07-29T20:18:06.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-29T20:18:06.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-29T20:18:06.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-29T20:18:06.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-07-29T20:18:06.375Z
20232026-07-29T20:18:06.375Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
20242026-07-29T20:18:06.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-29T20:18:06.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-29T20:18:06.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-29T20:18:06.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-07-29T20:18:06.790Z
20292026-07-29T20:18:06.790Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
20302026-07-29T20:18:07.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-29T20:18:07.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-29T20:18:07.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-29T20:18:07.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-07-29T20:18:07.202Z
20352026-07-29T20:18:07.203Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
20362026-07-29T20:18:07.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-29T20:18:07.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-29T20:18:07.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-29T20:18:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-07-29T20:18:07.614Z
20412026-07-29T20:18:07.614Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
20422026-07-29T20:18:08.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-29T20:18:08.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-29T20:18:08.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-29T20:18:08.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-07-29T20:18:08.034Z
20472026-07-29T20:18:08.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20482026-07-29T20:18:08.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-29T20:18:08.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-29T20:18:08.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-29T20:18:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-07-29T20:18:08.438Z
20532026-07-29T20:18:08.439Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20542026-07-29T20:18:08.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-29T20:18:08.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-29T20:18:08.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-29T20:18:08.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-07-29T20:18:08.849Z
20592026-07-29T20:18:08.849Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20602026-07-29T20:18:09.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-29T20:18:09.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-29T20:18:09.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-29T20:18:09.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-07-29T20:18:09.261Z
20652026-07-29T20:18:09.261Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20662026-07-29T20:18:09.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-29T20:18:09.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-29T20:18:09.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-29T20:18:09.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-07-29T20:18:09.673Z
20712026-07-29T20:18:09.673Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20722026-07-29T20:18:10.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-29T20:18:10.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-29T20:18:10.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-29T20:18:10.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-07-29T20:18:10.087Z
20772026-07-29T20:18:10.087Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20782026-07-29T20:18:10.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-29T20:18:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-29T20:18:10.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-29T20:18:10.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-07-29T20:18:10.500Z
20832026-07-29T20:18:10.500Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20842026-07-29T20:18:10.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-29T20:18:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-29T20:18:10.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-29T20:18:10.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-07-29T20:18:10.911Z
20892026-07-29T20:18:10.911Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20902026-07-29T20:18:11.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-29T20:18:11.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-29T20:18:11.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-29T20:18:11.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-07-29T20:18:11.324Z
20952026-07-29T20:18:11.324Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20962026-07-29T20:18:11.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-29T20:18:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-29T20:18:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-29T20:18:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-07-29T20:18:11.736Z
21012026-07-29T20:18:11.736Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
21022026-07-29T20:18:12.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-29T20:18:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-29T20:18:12.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-29T20:18:12.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-07-29T20:18:12.150Z
21072026-07-29T20:18:12.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
21082026-07-29T20:18:12.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-29T20:18:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-29T20:18:12.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-29T20:18:12.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-07-29T20:18:12.565Z
21132026-07-29T20:18:12.565Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
21142026-07-29T20:18:12.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-29T20:18:12.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-29T20:18:12.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-29T20:18:12.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-07-29T20:18:12.981Z
21192026-07-29T20:18:12.981Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
21202026-07-29T20:18:13.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-29T20:18:13.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-29T20:18:13.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-29T20:18:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-07-29T20:18:13.396Z
21252026-07-29T20:18:13.396Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
21262026-07-29T20:18:13.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-29T20:18:13.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-29T20:18:13.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-29T20:18:13.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-07-29T20:18:13.810Z
21312026-07-29T20:18:13.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
21322026-07-29T20:18:14.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-29T20:18:14.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-29T20:18:14.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-29T20:18:14.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-07-29T20:18:14.225Z
21372026-07-29T20:18:14.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
21382026-07-29T20:18:14.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-29T20:18:14.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-29T20:18:14.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-29T20:18:14.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-07-29T20:18:14.639Z
21432026-07-29T20:18:14.639Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
21442026-07-29T20:18:15.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-29T20:18:15.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-29T20:18:15.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-29T20:18:15.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-07-29T20:18:15.053Z
21492026-07-29T20:18:15.053Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21502026-07-29T20:18:15.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-29T20:18:15.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-29T20:18:15.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-29T20:18:15.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-07-29T20:18:15.654Z
21552026-07-29T20:18:15.654Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21562026-07-29T20:18:16.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-29T20:18:16.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-29T20:18:16.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-29T20:18:16.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-07-29T20:18:16.257Z
21612026-07-29T20:18:16.257Zinfo: running `cargo check --bins` on nexus-config (51/301)
21622026-07-29T20:18:16.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-29T20:18:16.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-29T20:18:16.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-29T20:18:16.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-07-29T20:18:16.858Z
21672026-07-29T20:18:16.858Zinfo: running `cargo check --bins` on nexus-types (52/301)
21682026-07-29T20:18:17.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-29T20:18:17.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-29T20:18:17.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-29T20:18:17.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-07-29T20:18:17.455Z
21732026-07-29T20:18:17.455Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21742026-07-29T20:18:17.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-29T20:18:17.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-29T20:18:17.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-29T20:18:17.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-07-29T20:18:18.023Z
21792026-07-29T20:18:18.023Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21802026-07-29T20:18:18.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-29T20:18:18.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-29T20:18:18.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-29T20:18:18.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21842026-07-29T20:18:18.575Z
21852026-07-29T20:18:18.575Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21862026-07-29T20:18:19.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-29T20:18:19.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-29T20:18:19.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-29T20:18:19.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-07-29T20:18:19.139Z
21912026-07-29T20:18:19.139Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21922026-07-29T20:18:19.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-29T20:18:19.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-29T20:18:19.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-29T20:18:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-07-29T20:18:19.704Z
21972026-07-29T20:18:19.704Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21982026-07-29T20:18:20.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-29T20:18:20.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-29T20:18:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-29T20:18:20.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-07-29T20:18:20.271Z
22032026-07-29T20:18:20.271Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
22042026-07-29T20:18:20.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-29T20:18:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-29T20:18:20.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-29T20:18:20.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-07-29T20:18:20.840Z
22092026-07-29T20:18:20.840Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
22102026-07-29T20:18:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-29T20:18:21.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-29T20:18:21.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-29T20:18:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22142026-07-29T20:18:21.389Z
22152026-07-29T20:18:21.389Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
22162026-07-29T20:18:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-29T20:18:21.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-29T20:18:21.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-29T20:18:21.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22202026-07-29T20:18:21.939Z
22212026-07-29T20:18:21.939Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
22222026-07-29T20:18:22.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-29T20:18:22.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-29T20:18:22.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-29T20:18:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-07-29T20:18:22.486Z
22272026-07-29T20:18:22.486Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
22282026-07-29T20:18:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-29T20:18:22.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-29T20:18:22.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-29T20:18:22.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-07-29T20:18:23.036Z
22332026-07-29T20:18:23.036Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
22342026-07-29T20:18:23.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-29T20:18:23.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-29T20:18:23.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-29T20:18:23.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-07-29T20:18:23.596Z
22392026-07-29T20:18:23.596Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
22402026-07-29T20:18:24.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-29T20:18:24.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-29T20:18:24.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-29T20:18:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-07-29T20:18:24.160Z
22452026-07-29T20:18:24.160Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22462026-07-29T20:18:24.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-29T20:18:24.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-29T20:18:24.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-29T20:18:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-07-29T20:18:24.711Z
22512026-07-29T20:18:24.711Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22522026-07-29T20:18:25.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-29T20:18:25.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-29T20:18:25.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-29T20:18:25.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-07-29T20:18:25.258Z
22572026-07-29T20:18:25.258Zinfo: running `cargo check --bins` on ereport-types (67/301)
22582026-07-29T20:18:25.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-29T20:18:25.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-29T20:18:25.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-29T20:18:25.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-07-29T20:18:25.812Z
22632026-07-29T20:18:25.812Zinfo: running `cargo check --bins` on gateway-client (68/301)
22642026-07-29T20:18:26.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-29T20:18:26.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-29T20:18:26.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-07-29T20:18:26.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-07-29T20:18:26.363Z
22692026-07-29T20:18:26.363Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22702026-07-29T20:18:26.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-07-29T20:18:26.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-07-29T20:18:26.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-07-29T20:18:26.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-07-29T20:18:26.917Z
22752026-07-29T20:18:26.917Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22762026-07-29T20:18:27.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-07-29T20:18:27.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-07-29T20:18:27.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-07-29T20:18:27.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-07-29T20:18:27.471Z
22812026-07-29T20:18:27.472Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22822026-07-29T20:18:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-07-29T20:18:27.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-07-29T20:18:27.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-07-29T20:18:27.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-07-29T20:18:28.024Z
22872026-07-29T20:18:28.024Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22882026-07-29T20:18:28.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-07-29T20:18:28.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-07-29T20:18:28.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-07-29T20:18:28.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-07-29T20:18:28.580Z
22932026-07-29T20:18:28.580Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22942026-07-29T20:18:29.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-07-29T20:18:29.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-07-29T20:18:29.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-07-29T20:18:29.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22982026-07-29T20:18:29.158Z
22992026-07-29T20:18:29.158Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
23002026-07-29T20:18:29.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-07-29T20:18:29.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-07-29T20:18:29.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-07-29T20:18:29.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23042026-07-29T20:18:29.737Z
23052026-07-29T20:18:29.737Zinfo: running `cargo check --bins` on key-manager-types (75/301)
23062026-07-29T20:18:30.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-07-29T20:18:30.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-07-29T20:18:30.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-07-29T20:18:30.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23102026-07-29T20:18:30.286Z
23112026-07-29T20:18:30.286Zinfo: running `cargo check --bins` on oxlog (76/301)
23122026-07-29T20:18:30.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-07-29T20:18:30.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-07-29T20:18:30.879Z Checking cfg-if v1.0.4
23152026-07-29T20:18:30.983Z Checking libc v0.2.185
23162026-07-29T20:18:30.987Z Checking serde_core v1.0.228
23172026-07-29T20:18:30.996Z Checking memchr v2.8.0
23182026-07-29T20:18:31.004Z Checking zeroize v1.9.0
23192026-07-29T20:18:31.013Z Checking smallvec v1.15.1
23202026-07-29T20:18:31.016Z Checking log v0.4.29
23212026-07-29T20:18:31.033Z Checking subtle v2.6.1
23222026-07-29T20:18:31.045Z Checking itoa v1.0.17
23232026-07-29T20:18:31.150Z Checking scopeguard v1.2.0
23242026-07-29T20:18:31.175Z Checking typenum v1.20.1
23252026-07-29T20:18:31.175Z Checking stable_deref_trait v1.2.1
23262026-07-29T20:18:31.199Z Checking zerofrom v0.1.6
23272026-07-29T20:18:31.212Z Checking zerocopy v0.8.40
23282026-07-29T20:18:31.245Z Checking lock_api v0.4.14
23292026-07-29T20:18:31.256Z Checking portable-atomic v1.13.1
23302026-07-29T20:18:31.309Z Checking yoke v0.8.1
23312026-07-29T20:18:31.359Z Checking critical-section v1.2.0
23322026-07-29T20:18:31.381Z Checking errno v0.3.14
23332026-07-29T20:18:31.442Z Checking getrandom v0.2.17
23342026-07-29T20:18:31.456Z Checking const-oid v0.9.6
23352026-07-29T20:18:31.472Z Checking zerovec v0.11.5
23362026-07-29T20:18:31.497Z Checking pin-project-lite v0.2.17
23372026-07-29T20:18:31.592Z Checking rand_core v0.6.4
23382026-07-29T20:18:31.608Z Checking libm v0.2.16
23392026-07-29T20:18:31.674Z Checking once_cell v1.21.3
23402026-07-29T20:18:31.764Z Checking zmij v1.0.21
23412026-07-29T20:18:31.851Z Checking signal-hook-registry v1.4.8
23422026-07-29T20:18:31.915Z Checking tinystr v0.8.2
23432026-07-29T20:18:31.931Z Checking generic-array v0.14.7
23442026-07-29T20:18:31.972Z Checking parking_lot_core v0.9.12
23452026-07-29T20:18:32.009Z Checking writeable v0.6.2
23462026-07-29T20:18:32.088Z Checking futures-core v0.3.32
23472026-07-29T20:18:32.136Z Checking litemap v0.8.1
23482026-07-29T20:18:32.160Z Checking rand_core v0.10.0
23492026-07-29T20:18:32.172Z Checking percent-encoding v2.3.2
23502026-07-29T20:18:32.208Z Checking parking_lot v0.12.5
23512026-07-29T20:18:32.322Z Checking icu_locale_core v2.1.1
23522026-07-29T20:18:32.327Z Checking getrandom v0.4.1
23532026-07-29T20:18:32.328Z Checking potential_utf v0.1.4
23542026-07-29T20:18:32.328Z Checking num-traits v0.2.19
23552026-07-29T20:18:32.378Z Checking zerotrie v0.2.3
23562026-07-29T20:18:32.392Z Checking mio v1.2.0
23572026-07-29T20:18:32.471Z Checking equivalent v1.0.2
23582026-07-29T20:18:32.485Z Checking icu_collections v2.1.1
23592026-07-29T20:18:32.502Z Checking serde v1.0.228
23602026-07-29T20:18:32.551Z Checking bitflags v2.11.0
23612026-07-29T20:18:32.616Z Checking serde_json v1.0.151
23622026-07-29T20:18:32.674Z Checking socket2 v0.6.3
23632026-07-29T20:18:32.718Z Checking icu_properties_data v2.1.2
23642026-07-29T20:18:32.794Z Checking icu_normalizer_data v2.1.1
23652026-07-29T20:18:32.850Z Checking byteorder v1.5.0
23662026-07-29T20:18:32.867Z Checking crypto-common v0.1.7
23672026-07-29T20:18:32.880Z Checking block-buffer v0.10.4
23682026-07-29T20:18:32.910Z Checking bytes v1.11.1
23692026-07-29T20:18:32.915Z Checking icu_provider v2.1.1
23702026-07-29T20:18:32.936Z Checking futures-sink v0.3.32
23712026-07-29T20:18:32.991Z Checking hashbrown v0.17.0
23722026-07-29T20:18:33.009Z Checking digest v0.10.7
23732026-07-29T20:18:33.028Z Checking futures-channel v0.3.32
23742026-07-29T20:18:33.046Z Checking getrandom v0.3.4
23752026-07-29T20:18:33.149Z Checking icu_normalizer v2.1.1
23762026-07-29T20:18:33.187Z Checking icu_properties v2.1.2
23772026-07-29T20:18:33.200Z Checking utf8_iter v1.0.4
23782026-07-29T20:18:33.219Z Checking futures-io v0.3.32
23792026-07-29T20:18:33.301Z Checking futures-task v0.3.32
23802026-07-29T20:18:33.323Z Checking slab v0.4.12
23812026-07-29T20:18:33.333Z Checking form_urlencoded v1.2.2
23822026-07-29T20:18:33.355Z Checking tokio v1.52.1
23832026-07-29T20:18:33.437Z Checking rustix v1.1.3
23842026-07-29T20:18:33.454Z Checking indexmap v2.14.0
23852026-07-29T20:18:33.466Z Checking base64ct v1.8.3
23862026-07-29T20:18:33.469Z Checking fnv v1.0.7
23872026-07-29T20:18:33.488Z Checking futures-util v0.3.32
23882026-07-29T20:18:33.555Z Checking flagset v0.4.7
23892026-07-29T20:18:33.676Z Checking iana-time-zone v0.1.65
23902026-07-29T20:18:33.698Z Checking pem-rfc7468 v0.7.0
23912026-07-29T20:18:33.781Z Checking chrono v0.4.45
23922026-07-29T20:18:33.856Z Checking der v0.7.10
23932026-07-29T20:18:34.002Z Checking rand_core v0.9.5
23942026-07-29T20:18:34.022Z Checking idna_adapter v1.2.1
23952026-07-29T20:18:34.034Z Checking ppv-lite86 v0.2.21
23962026-07-29T20:18:34.138Z Checking idna v1.1.0
23972026-07-29T20:18:34.176Z Checking uuid v1.23.4
23982026-07-29T20:18:34.261Z Checking base64 v0.22.1
23992026-07-29T20:18:34.327Z Checking regex-syntax v0.8.10
24002026-07-29T20:18:34.380Z Checking url v2.5.8
24012026-07-29T20:18:34.494Z Checking http v1.4.2
24022026-07-29T20:18:34.508Z Checking utf8parse v0.2.2
24032026-07-29T20:18:34.602Z Checking spki v0.7.3
24042026-07-29T20:18:34.616Z Checking rand_chacha v0.9.0
24052026-07-29T20:18:34.631Z Checking tracing-core v0.1.36
24062026-07-29T20:18:34.766Z Checking cpufeatures v0.2.17
24072026-07-29T20:18:34.816Z Checking dyn-clone v1.0.20
24082026-07-29T20:18:34.829Z Checking anstyle v1.0.14
24092026-07-29T20:18:34.840Z Checking rand v0.9.2
24102026-07-29T20:18:34.918Z Checking pkcs8 v0.10.2
24112026-07-29T20:18:34.935Z Checking tracing v0.1.44
24122026-07-29T20:18:35.008Z Checking semver v1.0.28
24132026-07-29T20:18:35.060Z Checking http-body v1.0.1
24142026-07-29T20:18:35.074Z Checking spin v0.9.8
24152026-07-29T20:18:35.138Z Checking rustls-pki-types v1.14.0
24162026-07-29T20:18:35.191Z Checking tinyvec_macros v0.1.1
24172026-07-29T20:18:35.216Z Checking anstyle-query v1.1.5
24182026-07-29T20:18:35.253Z Checking openssl-probe v0.2.1
24192026-07-29T20:18:35.268Z Checking colorchoice v1.0.4
24202026-07-29T20:18:35.306Z Checking is_terminal_polyfill v1.70.2
24212026-07-29T20:18:35.309Z Checking cmov v0.5.4
24222026-07-29T20:18:35.357Z Checking tinyvec v1.10.0
24232026-07-29T20:18:35.370Z Checking schemars v0.8.22
24242026-07-29T20:18:35.396Z Checking sha2 v0.10.9
24252026-07-29T20:18:35.411Z Checking aws-lc-sys v0.40.0
24262026-07-29T20:18:35.428Z Checking thiserror v2.0.18
24272026-07-29T20:18:35.505Z Checking ctutils v0.4.2
24282026-07-29T20:18:35.528Z Checking tower-layer v0.3.3
24292026-07-29T20:18:35.645Z Checking untrusted v0.7.1
24302026-07-29T20:18:35.663Z Checking atomic-waker v1.1.2
24312026-07-29T20:18:35.667Z Checking try-lock v0.2.5
24322026-07-29T20:18:35.688Z Checking fastrand v2.3.0
24332026-07-29T20:18:35.714Z Checking tower-service v0.3.3
24342026-07-29T20:18:35.738Z Checking hybrid-array v0.4.13
24352026-07-29T20:18:35.758Z Checking want v0.3.1
24362026-07-29T20:18:35.773Z Checking anstyle-parse v1.0.0
24372026-07-29T20:18:35.800Z Checking ipnet v2.11.0
24382026-07-29T20:18:35.862Z Checking tempfile v3.25.0
24392026-07-29T20:18:35.879Z Checking crc32fast v1.5.0
24402026-07-29T20:18:35.909Z Checking aws-lc-rs v1.16.3
24412026-07-29T20:18:35.922Z Checking httparse v1.10.1
24422026-07-29T20:18:36.013Z Checking aho-corasick v1.1.4
24432026-07-29T20:18:36.027Z Checking plain v0.2.3
24442026-07-29T20:18:36.051Z Checking simd-adler32 v0.3.8
24452026-07-29T20:18:36.064Z Checking untrusted v0.9.0
24462026-07-29T20:18:36.123Z Checking foreign-types-shared v0.1.1
24472026-07-29T20:18:36.136Z Checking tap v1.0.1
24482026-07-29T20:18:36.167Z Checking httpdate v1.0.3
24492026-07-29T20:18:36.205Z Checking foreign-types v0.3.2
24502026-07-29T20:18:36.219Z Checking anstream v1.0.0
24512026-07-29T20:18:36.244Z Checking wyz v0.5.1
24522026-07-29T20:18:36.272Z Checking unicode-normalization v0.1.25
24532026-07-29T20:18:36.308Z Checking rand_chacha v0.3.1
24542026-07-29T20:18:36.403Z Checking terminal_size v0.4.3
24552026-07-29T20:18:36.416Z Checking radium v0.7.0
24562026-07-29T20:18:36.479Z Checking signature v2.2.0
24572026-07-29T20:18:36.516Z Checking hex v0.4.3
24582026-07-29T20:18:36.520Z Checking num-integer v0.1.46
24592026-07-29T20:18:36.592Z Checking openssl-sys v0.9.115
24602026-07-29T20:18:36.605Z Checking wait-timeout v0.2.1
24612026-07-29T20:18:36.623Z Checking tokio-util v0.7.18
24622026-07-29T20:18:36.673Z Checking unicode-ident v1.0.24
24632026-07-29T20:18:36.687Z Checking regex-automata v0.4.14
24642026-07-29T20:18:36.724Z Checking clap_lex v1.0.0
24652026-07-29T20:18:36.738Z Checking strsim v0.11.1
24662026-07-29T20:18:36.750Z Checking adler2 v2.0.1
24672026-07-29T20:18:36.753Z Checking rustls-webpki v0.103.13
24682026-07-29T20:18:36.775Z Checking ucd-trie v0.1.7
24692026-07-29T20:18:36.853Z Checking bit-vec v0.8.0
24702026-07-29T20:18:36.872Z Checking funty v2.0.0
24712026-07-29T20:18:36.895Z Checking quick-error v1.2.3
24722026-07-29T20:18:36.908Z Checking pest v2.8.6
24732026-07-29T20:18:36.957Z Checking openssl v0.10.79
24742026-07-29T20:18:36.993Z Checking rusty-fork v0.3.1
24752026-07-29T20:18:37.041Z Checking bit-set v0.8.0
24762026-07-29T20:18:37.160Z Checking clap_builder v4.6.0
24772026-07-29T20:18:37.177Z Checking rustls v0.23.41
24782026-07-29T20:18:37.189Z Checking bitvec v1.0.1
24792026-07-29T20:18:37.201Z Checking miniz_oxide v0.8.9
24802026-07-29T20:18:37.241Z Checking h2 v0.4.15
24812026-07-29T20:18:37.549Z Checking proc-macro2 v1.0.106
24822026-07-29T20:18:37.868Z Checking num-iter v0.1.45
24832026-07-29T20:18:37.979Z Checking rand v0.8.6
24842026-07-29T20:18:37.994Z Checking lazy_static v1.5.0
24852026-07-29T20:18:38.084Z Checking anstyle-parse v0.2.7
24862026-07-29T20:18:38.241Z Checking rand_xorshift v0.4.0
24872026-07-29T20:18:38.365Z Checking thiserror v1.0.69
24882026-07-29T20:18:38.404Z Checking maybe-uninit v2.0.0
24892026-07-29T20:18:38.462Z Checking hmac v0.12.1
24902026-07-29T20:18:38.474Z Checking serde_spanned v0.6.9
24912026-07-29T20:18:38.497Z Checking toml_datetime v0.6.11
24922026-07-29T20:18:38.510Z Checking sync_wrapper v1.0.2
24932026-07-29T20:18:38.541Z Checking pretty-hex v0.4.1
24942026-07-29T20:18:38.591Z Checking siphasher v1.0.2
24952026-07-29T20:18:38.595Z Checking nodrop v0.1.14
24962026-07-29T20:18:38.616Z Checking powerfmt v0.2.0
24972026-07-29T20:18:38.657Z Checking unarray v0.1.4
24982026-07-29T20:18:38.672Z Checking zlib-rs v0.6.2
24992026-07-29T20:18:38.687Z Checking crc-catalog v2.4.0
25002026-07-29T20:18:38.745Z Checking array-init v0.0.4
25012026-07-29T20:18:38.760Z Checking proptest v1.10.0
25022026-07-29T20:18:38.764Z Checking deranged v0.5.8
25032026-07-29T20:18:38.781Z Checking crc v3.4.0
25042026-07-29T20:18:38.952Z Checking tower v0.5.3
25052026-07-29T20:18:38.998Z Checking native-tls v0.2.18
25062026-07-29T20:18:39.041Z Checking num-bigint-dig v0.8.6
25072026-07-29T20:18:39.233Z Checking packed_struct v0.10.1
25082026-07-29T20:18:39.338Z Checking smallvec v0.6.14
25092026-07-29T20:18:39.466Z Checking clap v4.6.1
25102026-07-29T20:18:39.525Z Checking anstream v0.6.21
25112026-07-29T20:18:39.544Z Checking flate2 v1.1.9
25122026-07-29T20:18:39.559Z Checking quote v1.0.45
25132026-07-29T20:18:39.688Z Checking ipnetwork v0.21.1
25142026-07-29T20:18:39.724Z Checking http-body-util v0.1.3
25152026-07-29T20:18:39.737Z Checking pkcs1 v0.7.5
25162026-07-29T20:18:39.844Z Checking crossbeam-utils v0.8.21
25172026-07-29T20:18:39.863Z Checking zerocopy v0.6.6
25182026-07-29T20:18:39.902Z Checking bitfield v0.19.4
25192026-07-29T20:18:39.936Z Checking ahash v0.8.12
25202026-07-29T20:18:39.941Z Checking bzip2-sys v0.1.13+1.0.8
25212026-07-29T20:18:40.031Z Checking scroll v0.13.0
25222026-07-29T20:18:40.109Z Checking hyper v1.10.1
25232026-07-29T20:18:40.132Z Checking env_filter v1.0.0
25242026-07-29T20:18:40.156Z Checking hashbrown v0.12.3
25252026-07-29T20:18:40.169Z Checking unicode-bidi v0.3.18
25262026-07-29T20:18:40.182Z Checking ryu v1.0.23
25272026-07-29T20:18:40.224Z Checking winnow v0.5.40
25282026-07-29T20:18:40.256Z Checking num-conv v0.2.0
25292026-07-29T20:18:40.269Z Checking iri-string v0.7.10
25302026-07-29T20:18:40.320Z Checking base64 v0.21.7
25312026-07-29T20:18:40.376Z Checking time-core v0.1.8
25322026-07-29T20:18:40.453Z Checking unicode-properties v0.1.4
25332026-07-29T20:18:40.515Z Checking allocator-api2 v0.2.21
25342026-07-29T20:18:40.551Z Checking num_threads v0.1.7
25352026-07-29T20:18:40.564Z Checking indexmap v1.9.3
25362026-07-29T20:18:40.577Z Checking newtype-uuid v1.3.2
25372026-07-29T20:18:40.634Z Checking time v0.3.47
25382026-07-29T20:18:40.692Z Checking stringprep v0.1.5
25392026-07-29T20:18:40.773Z Checking ron v0.8.1
25402026-07-29T20:18:40.795Z Checking serde_urlencoded v0.7.1
25412026-07-29T20:18:40.808Z Checking env_logger v0.11.9
25422026-07-29T20:18:40.874Z Checking goblin v0.10.5
25432026-07-29T20:18:40.994Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25442026-07-29T20:18:40.998Z Checking crossbeam-epoch v0.9.18
25452026-07-29T20:18:41.060Z Checking hyper-util v0.1.20
25462026-07-29T20:18:41.224Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-29T20:18:41.286Z Checking hashbrown v0.13.2
25482026-07-29T20:18:41.298Z Checking tower-http v0.6.8
25492026-07-29T20:18:41.376Z Checking bzip2 v0.4.4
25502026-07-29T20:18:41.381Z Checking toml_edit v0.19.15
25512026-07-29T20:18:41.540Z Checking rsa v0.9.10
25522026-07-29T20:18:41.577Z Checking oxnet v0.1.6
25532026-07-29T20:18:41.701Z Checking syn v2.0.117
25542026-07-29T20:18:41.757Z Checking serde-hex v0.1.0
25552026-07-29T20:18:41.832Z Checking tokio-native-tls v0.3.1
25562026-07-29T20:18:41.995Z Checking bstr v1.12.1
25572026-07-29T20:18:42.009Z Checking block-padding v0.4.2
25582026-07-29T20:18:42.148Z Checking block-buffer v0.12.1
25592026-07-29T20:18:42.309Z Checking crypto-common v0.2.2
25602026-07-29T20:18:42.324Z Checking rustls-native-certs v0.8.3
25612026-07-29T20:18:42.384Z Checking scroll v0.12.0
25622026-07-29T20:18:42.435Z Checking x509-cert v0.2.5
25632026-07-29T20:18:42.456Z Checking zstd-sys v2.0.16+zstd.1.5.7
25642026-07-29T20:18:42.563Z Checking md-5 v0.10.6
25652026-07-29T20:18:42.619Z Checking hash32 v0.2.1
25662026-07-29T20:18:42.699Z Checking encoding_rs v0.8.35
25672026-07-29T20:18:42.792Z Checking fallible-iterator v0.2.0
25682026-07-29T20:18:42.907Z Checking psl-types v2.0.11
25692026-07-29T20:18:43.025Z Checking mime v0.3.17
25702026-07-29T20:18:43.070Z Checking crc-any v2.5.0
25712026-07-29T20:18:43.104Z Checking postgres-protocol v0.6.10
25722026-07-29T20:18:43.194Z Checking dof v0.4.0
25732026-07-29T20:18:43.207Z Checking publicsuffix v2.3.0
25742026-07-29T20:18:43.243Z Checking heapless v0.7.17
25752026-07-29T20:18:43.272Z Checking goblin v0.8.2
25762026-07-29T20:18:43.364Z Checking zstd-safe v7.2.4
25772026-07-29T20:18:43.423Z Checking toml v0.7.8
25782026-07-29T20:18:43.529Z Checking hyper-tls v0.6.0
25792026-07-29T20:18:43.657Z Checking inout v0.2.2
25802026-07-29T20:18:43.669Z Checking daft v0.1.7
25812026-07-29T20:18:43.701Z Checking cookie v0.18.1
25822026-07-29T20:18:43.736Z Checking object v0.30.4
25832026-07-29T20:18:43.801Z Checking zip v0.6.6
25842026-07-29T20:18:43.832Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25852026-07-29T20:18:43.911Z Checking tokio-rustls v0.26.4
25862026-07-29T20:18:43.931Z Checking phf_shared v0.13.1
25872026-07-29T20:18:43.989Z Checking dtrace-parser v0.3.0
25882026-07-29T20:18:44.021Z Checking pin-project v1.1.11
25892026-07-29T20:18:44.104Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25902026-07-29T20:18:44.117Z Checking zerocopy v0.7.35
25912026-07-29T20:18:44.127Z Checking futures-executor v0.3.32
25922026-07-29T20:18:44.131Z Checking signal-hook v0.3.18
25932026-07-29T20:18:44.154Z Checking ff v0.13.1
25942026-07-29T20:18:44.222Z Checking thread-id v5.1.0
25952026-07-29T20:18:44.271Z Checking either v1.15.0
25962026-07-29T20:18:44.271Z Checking foldhash v0.1.5
25972026-07-29T20:18:44.299Z Checking same-file v1.0.6
25982026-07-29T20:18:44.321Z Checking jiff-core v0.1.0
25992026-07-29T20:18:44.399Z Compiling rayon-core v1.13.0
26002026-07-29T20:18:44.413Z Checking bitflags v1.3.2
26012026-07-29T20:18:44.460Z Checking managed v0.8.0
26022026-07-29T20:18:44.482Z Checking libbz2-rs-sys v0.2.2
26032026-07-29T20:18:44.582Z Checking bumpalo v3.20.2
26042026-07-29T20:18:44.602Z Checking foldhash v0.2.0
26052026-07-29T20:18:44.649Z Checking base16ct v0.2.0
26062026-07-29T20:18:44.757Z Checking path-slash v0.1.5
26072026-07-29T20:18:44.776Z Checking zopfli v0.8.3
26082026-07-29T20:18:44.787Z Checking sec1 v0.7.3
26092026-07-29T20:18:44.864Z Checking hashbrown v0.16.1
26102026-07-29T20:18:44.870Z Checking bzip2 v0.6.1
26112026-07-29T20:18:44.990Z Checking smoltcp v0.9.1
26122026-07-29T20:18:45.010Z Checking jiff v0.2.34
26132026-07-29T20:18:45.132Z Checking walkdir v2.5.0
26142026-07-29T20:18:45.142Z Checking hashbrown v0.15.5
26152026-07-29T20:18:45.142Z Checking signal-hook-mio v0.2.5
26162026-07-29T20:18:45.197Z Checking usdt-impl v0.6.0
26172026-07-29T20:18:45.203Z Checking dof v0.3.0
26182026-07-29T20:18:45.220Z Checking futures v0.3.32
26192026-07-29T20:18:45.314Z Checking group v0.13.0
26202026-07-29T20:18:45.404Z Checking hyper-rustls v0.27.7
26212026-07-29T20:18:45.444Z Checking phf v0.13.1
26222026-07-29T20:18:45.492Z Checking snafu v0.8.9
26232026-07-29T20:18:45.500Z Checking cookie_store v0.22.1
26242026-07-29T20:18:45.531Z Checking cipher v0.5.2
26252026-07-29T20:18:45.589Z Checking reqwest v0.12.28
26262026-07-29T20:18:45.607Z Checking zstd v0.13.3
26272026-07-29T20:18:45.614Z Checking postgres-types v0.2.12
26282026-07-29T20:18:45.759Z Checking rustls-platform-verifier v0.6.2
26292026-07-29T20:18:45.849Z Checking globset v0.4.18
26302026-07-29T20:18:45.865Z Checking crossbeam-deque v0.8.6
26312026-07-29T20:18:45.865Z Checking phf_shared v0.11.3
26322026-07-29T20:18:45.865Z Checking hkdf v0.12.4
26332026-07-29T20:18:45.865Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-07-29T20:18:45.918Z Checking regex v1.12.3
26352026-07-29T20:18:45.955Z Checking dtrace-parser v0.2.0
26362026-07-29T20:18:45.966Z Checking byte-wrapper v0.1.0
26372026-07-29T20:18:45.988Z Checking ref-cast v1.0.25
26382026-07-29T20:18:46.016Z Checking curve25519-dalek v4.1.3
26392026-07-29T20:18:46.093Z Checking strum v0.27.2
26402026-07-29T20:18:46.163Z Checking olpc-cjson v0.1.4
26412026-07-29T20:18:46.182Z Checking hubpack v0.1.2
26422026-07-29T20:18:46.190Z Checking ed25519 v2.2.3
26432026-07-29T20:18:46.203Z Checking memoffset v0.9.1
26442026-07-29T20:18:46.223Z Checking rustix v0.38.44
26452026-07-29T20:18:46.292Z Checking pem v3.0.6
26462026-07-29T20:18:46.310Z Checking erased-serde v0.3.31
26472026-07-29T20:18:46.326Z Checking serde_plain v1.0.2
26482026-07-29T20:18:46.339Z Checking serde-big-array v0.5.1
26492026-07-29T20:18:46.371Z Checking float-cmp v0.10.0
26502026-07-29T20:18:46.430Z Checking crypto-bigint v0.5.5
26512026-07-29T20:18:46.466Z Checking thread-id v4.2.2
26522026-07-29T20:18:46.478Z Checking memmap2 v0.9.10
26532026-07-29T20:18:46.495Z Checking new_debug_unreachable v1.0.6
26542026-07-29T20:18:46.543Z Checking precomputed-hash v0.1.1
26552026-07-29T20:18:46.566Z Checking keccak v0.1.6
26562026-07-29T20:18:46.624Z Checking fixedbitset v0.4.2
26572026-07-29T20:18:46.633Z Checking normalize-line-endings v0.3.0
26582026-07-29T20:18:46.684Z Checking predicates-core v1.0.10
26592026-07-29T20:18:46.725Z Checking unicode-segmentation v1.12.0
26602026-07-29T20:18:46.740Z Checking toml_write v0.1.2
26612026-07-29T20:18:46.872Z Checking typed-path v0.9.3
26622026-07-29T20:18:46.894Z Checking static_assertions v1.1.0
26632026-07-29T20:18:46.894Z Checking winnow v1.0.3
26642026-07-29T20:18:46.894Z Checking data-encoding v2.10.0
26652026-07-29T20:18:46.916Z Checking fixedbitset v0.5.7
26662026-07-29T20:18:46.924Z Checking const-oid v0.10.2
26672026-07-29T20:18:47.022Z Checking winnow v0.7.14
26682026-07-29T20:18:47.033Z Checking difflib v0.4.0
26692026-07-29T20:18:47.065Z Checking whoami v2.1.0
26702026-07-29T20:18:47.081Z Checking cpufeatures v0.3.0
26712026-07-29T20:18:47.090Z Checking toml_parser v1.1.2+spec-1.1.0
26722026-07-29T20:18:47.127Z Checking hickory-proto v0.25.2
26732026-07-29T20:18:47.157Z Checking chacha20 v0.10.0
26742026-07-29T20:18:47.207Z Checking predicates v3.1.4
26752026-07-29T20:18:47.253Z Checking tokio-postgres v0.7.16
26762026-07-29T20:18:47.348Z Checking elliptic-curve v0.13.8
26772026-07-29T20:18:47.407Z Checking petgraph v0.8.3
26782026-07-29T20:18:47.420Z Checking digest v0.11.3
26792026-07-29T20:18:47.506Z Checking similar v2.7.0
26802026-07-29T20:18:47.544Z Checking tough v0.22.0
26812026-07-29T20:18:47.593Z Checking crossterm v0.28.1
26822026-07-29T20:18:47.665Z Checking zip v4.6.1
26832026-07-29T20:18:47.923Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26842026-07-29T20:18:48.256Z Checking toml_edit v0.22.27
26852026-07-29T20:18:48.425Z Checking ed25519-dalek v2.2.0
26862026-07-29T20:18:48.425Z Checking petgraph v0.6.5
26872026-07-29T20:18:48.516Z Checking sha3 v0.10.8
26882026-07-29T20:18:48.575Z Checking slog v2.8.2
26892026-07-29T20:18:48.686Z Checking usdt v0.6.0
26902026-07-29T20:18:48.865Z Checking string_cache v0.8.9
26912026-07-29T20:18:48.879Z Checking usdt-impl v0.5.0
26922026-07-29T20:18:49.015Z Checking nix v0.31.2
26932026-07-29T20:18:49.040Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26942026-07-29T20:18:49.139Z Checking iddqd v0.4.2
26952026-07-29T20:18:49.590Z Checking reqwest v0.13.2
26962026-07-29T20:18:49.646Z Checking itertools v0.13.0
26972026-07-29T20:18:49.664Z Checking strum v0.26.3
26982026-07-29T20:18:49.666Z Checking serde_with v3.21.0
26992026-07-29T20:18:49.737Z Checking fs-err v3.3.0
27002026-07-29T20:18:49.975Z Checking object v0.37.3
27012026-07-29T20:18:50.025Z Checking tokio-stream v0.1.18
27022026-07-29T20:18:50.072Z Checking buf-list v1.1.2
27032026-07-29T20:18:50.212Z Checking camino v1.2.2
27042026-07-29T20:18:50.219Z Checking anyhow v1.0.102
27052026-07-29T20:18:50.242Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27062026-07-29T20:18:50.426Z Checking openapiv3 v2.2.0
27072026-07-29T20:18:50.435Z Checking lalrpop-util v0.19.12
27082026-07-29T20:18:50.459Z Checking peg-runtime v0.8.5
27092026-07-29T20:18:50.476Z Checking rayon v1.11.0
27102026-07-29T20:18:50.554Z Checking sigpipe v0.1.3
27112026-07-29T20:18:50.580Z Checking glob v0.3.3
27122026-07-29T20:18:52.149Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-07-29T20:18:52.184Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27142026-07-29T20:18:52.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.16s
27152026-07-29T20:18:52.604Z
27162026-07-29T20:18:52.604Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
27172026-07-29T20:18:53.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182026-07-29T20:18:53.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192026-07-29T20:18:53.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202026-07-29T20:18:53.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27212026-07-29T20:18:53.185Z
27222026-07-29T20:18:53.185Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
27232026-07-29T20:18:53.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242026-07-29T20:18:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252026-07-29T20:18:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262026-07-29T20:18:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27272026-07-29T20:18:53.750Z
27282026-07-29T20:18:53.750Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
27292026-07-29T20:18:54.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302026-07-29T20:18:54.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312026-07-29T20:18:54.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322026-07-29T20:18:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27332026-07-29T20:18:54.323Z
27342026-07-29T20:18:54.323Zinfo: running `cargo check --bins` on oxql-types (80/301)
27352026-07-29T20:18:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362026-07-29T20:18:54.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372026-07-29T20:18:54.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382026-07-29T20:18:54.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27392026-07-29T20:18:54.889Z
27402026-07-29T20:18:54.889Zinfo: running `cargo check --bins` on oximeter-types (81/301)
27412026-07-29T20:18:55.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422026-07-29T20:18:55.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432026-07-29T20:18:55.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442026-07-29T20:18:55.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27452026-07-29T20:18:55.454Z
27462026-07-29T20:18:55.454Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
27472026-07-29T20:18:55.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-07-29T20:18:55.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-07-29T20:18:55.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502026-07-29T20:18:55.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27512026-07-29T20:18:56.023Z
27522026-07-29T20:18:56.023Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
27532026-07-29T20:18:56.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-07-29T20:18:56.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-07-29T20:18:56.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562026-07-29T20:18:56.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27572026-07-29T20:18:56.581Z
27582026-07-29T20:18:56.581Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
27592026-07-29T20:18:57.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-07-29T20:18:57.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-07-29T20:18:57.253Z Compiling multer v3.1.0
27622026-07-29T20:18:57.368Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27632026-07-29T20:18:57.368Z Compiling async-stream-impl v0.3.6
27642026-07-29T20:18:57.386Z Compiling dropshot v0.17.1
27652026-07-29T20:18:57.402Z Compiling parse-display-derive v0.10.0
27662026-07-29T20:18:57.409Z Compiling dropshot_endpoint v0.17.1
27672026-07-29T20:18:57.414Z Compiling newtype-uuid-macros v0.1.0
27682026-07-29T20:18:57.441Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27692026-07-29T20:18:57.585Z Checking thread_local v1.1.9
27702026-07-29T20:18:57.608Z Checking match_cfg v0.1.0
27712026-07-29T20:18:57.706Z Checking compression-core v0.4.31
27722026-07-29T20:18:57.763Z Checking hostname v0.3.1
27732026-07-29T20:18:57.797Z Checking crossbeam-channel v0.5.15
27742026-07-29T20:18:57.840Z Checking compression-codecs v0.4.37
27752026-07-29T20:18:57.863Z Checking atomicwrites v0.4.4
27762026-07-29T20:18:57.918Z Checking slog-json v2.6.1
27772026-07-29T20:18:57.963Z Checking serde_spanned v1.1.1
27782026-07-29T20:18:57.988Z Checking is-terminal v0.4.17
27792026-07-29T20:18:58.006Z Checking toml_datetime v1.1.1+spec-1.1.0
27802026-07-29T20:18:58.023Z Checking term v1.2.1
27812026-07-29T20:18:58.067Z Checking debug-ignore v1.0.5
27822026-07-29T20:18:58.083Z Checking toml_writer v1.1.1+spec-1.1.0
27832026-07-29T20:18:58.135Z Checking take_mut v0.2.2
27842026-07-29T20:18:58.166Z Checking slog-bunyan v2.5.0
27852026-07-29T20:18:58.185Z Checking async-compression v0.4.41
27862026-07-29T20:18:58.206Z Checking async-stream v0.3.6
27872026-07-29T20:18:58.237Z Checking slog-async v2.8.0
27882026-07-29T20:18:58.247Z Checking slog-term v2.9.2
27892026-07-29T20:18:58.267Z Checking toml v1.1.2+spec-1.1.0
27902026-07-29T20:18:58.278Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27912026-07-29T20:18:58.400Z Checking progenitor-client v0.14.0
27922026-07-29T20:18:58.416Z Checking sha1 v0.11.0
27932026-07-29T20:18:58.432Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27942026-07-29T20:18:58.504Z Checking waitgroup v0.1.2
27952026-07-29T20:18:58.566Z Checking rustls-pemfile v2.2.0
27962026-07-29T20:18:58.583Z Checking backon v1.6.0
27972026-07-29T20:18:58.583Z Checking serde_path_to_error v0.1.20
27982026-07-29T20:18:58.605Z Checking hostname v0.4.2
27992026-07-29T20:18:58.626Z Checking instant v0.1.13
28002026-07-29T20:18:58.711Z Checking backoff v0.4.0
28012026-07-29T20:18:58.742Z Checking progenitor-extras v0.2.0
28022026-07-29T20:18:58.862Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28032026-07-29T20:18:58.867Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28042026-07-29T20:18:58.893Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28052026-07-29T20:18:58.904Z Checking itertools v0.14.0
28062026-07-29T20:18:58.967Z Checking regress v0.10.5
28072026-07-29T20:18:59.079Z Checking parse-display v0.10.0
28082026-07-29T20:18:59.108Z Checking macaddr v1.0.1
28092026-07-29T20:18:59.259Z Checking humantime v2.3.0
28102026-07-29T20:19:00.109Z Compiling prettyplease v0.2.37
28112026-07-29T20:19:00.381Z Checking num-rational v0.4.2
28122026-07-29T20:19:00.750Z Checking num-complex v0.4.6
28132026-07-29T20:19:01.138Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28142026-07-29T20:19:01.164Z Compiling num v0.4.3
28152026-07-29T20:19:01.234Z Compiling usdt-macro v0.5.0
28162026-07-29T20:19:01.252Z Compiling usdt-attr-macro v0.5.0
28172026-07-29T20:19:01.304Z Checking memmap v0.7.0
28182026-07-29T20:19:01.344Z Compiling float-ord v0.3.2
28192026-07-29T20:19:01.477Z Checking unicode-width v0.2.0
28202026-07-29T20:19:01.548Z Compiling convert_case v0.4.0
28212026-07-29T20:19:01.723Z Checking console v0.15.11
28222026-07-29T20:19:01.982Z Compiling derive_more v0.99.20
28232026-07-29T20:19:01.989Z Checking newline-converter v0.3.0
28242026-07-29T20:19:01.989Z Compiling toml v0.8.23
28252026-07-29T20:19:02.033Z Checking usdt v0.5.0
28262026-07-29T20:19:02.083Z Compiling minimal-lexical v0.2.1
28272026-07-29T20:19:02.298Z Checking linked-hash-map v0.5.6
28282026-07-29T20:19:02.375Z Compiling nom v7.1.3
28292026-07-29T20:19:02.386Z Checking lru-cache v0.1.2
28302026-07-29T20:19:02.576Z Checking expectorate v1.2.0
28312026-07-29T20:19:02.999Z Checking camino-tempfile v1.4.1
28322026-07-29T20:19:03.011Z Checking hickory-proto v0.24.4
28332026-07-29T20:19:03.150Z Checking phf_shared v0.12.1
28342026-07-29T20:19:03.167Z Compiling slog-dtrace v0.3.0
28352026-07-29T20:19:03.357Z Compiling unicode-xid v0.2.6
28362026-07-29T20:19:03.512Z Checking heck v0.5.0
28372026-07-29T20:19:03.617Z Compiling chrono-tz v0.10.4
28382026-07-29T20:19:03.753Z Checking resolv-conf v0.7.6
28392026-07-29T20:19:03.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-29T20:19:03.837Z Compiling const_format_proc_macros v0.2.34
28412026-07-29T20:19:04.002Z Checking phf v0.12.1
28422026-07-29T20:19:04.138Z Checking tokio-dtrace v0.1.1
28432026-07-29T20:19:04.266Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28442026-07-29T20:19:04.326Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28452026-07-29T20:19:04.364Z Compiling derive-where v1.6.0
28462026-07-29T20:19:04.582Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28472026-07-29T20:19:04.795Z Checking highway v1.3.0
28482026-07-29T20:19:04.873Z Checking hickory-resolver v0.24.4
28492026-07-29T20:19:05.017Z Checking const_format v0.2.35
28502026-07-29T20:19:05.255Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28512026-07-29T20:19:05.625Z Checking oxide-tokio-rt v0.1.4
28522026-07-29T20:19:05.641Z Checking qorb v0.4.1
28532026-07-29T20:19:05.881Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28542026-07-29T20:19:05.921Z Checking gethostname v0.5.0
28552026-07-29T20:19:05.938Z Checking bcs v0.1.6
28562026-07-29T20:19:06.039Z Checking termtree v0.5.1
28572026-07-29T20:19:06.142Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28582026-07-29T20:19:06.161Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592026-07-29T20:19:06.167Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28602026-07-29T20:19:09.452Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28612026-07-29T20:19:12.590Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28622026-07-29T20:19:14.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.28s
28632026-07-29T20:19:15.037Z
28642026-07-29T20:19:15.037Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
28652026-07-29T20:19:15.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-29T20:19:15.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-29T20:19:15.710Z Compiling ar_archive_writer v0.5.1
28682026-07-29T20:19:15.822Z Compiling stacker v0.1.23
28692026-07-29T20:19:15.830Z Compiling cfg_aliases v0.1.1
28702026-07-29T20:19:15.847Z Compiling convert_case v0.10.0
28712026-07-29T20:19:15.847Z Checking unicode-width v0.1.14
28722026-07-29T20:19:15.855Z Compiling proc-macro-error v1.0.4
28732026-07-29T20:19:15.863Z Checking fd-lock v4.0.4
28742026-07-29T20:19:15.863Z Checking nibble_vec v0.1.0
28752026-07-29T20:19:15.881Z Compiling nix v0.28.0
28762026-07-29T20:19:15.967Z Compiling recursive-proc-macro-impl v0.1.1
28772026-07-29T20:19:15.984Z Checking vte v0.14.1
28782026-07-29T20:19:16.073Z Checking bytecount v0.6.9
28792026-07-29T20:19:16.086Z Checking endian-type v0.1.2
28802026-07-29T20:19:16.115Z Compiling derive_more-impl v2.1.1
28812026-07-29T20:19:16.130Z Checking strip-ansi-escapes v0.2.1
28822026-07-29T20:19:16.150Z Compiling tabled_derive v0.7.0
28832026-07-29T20:19:16.181Z Checking papergrid v0.11.0
28842026-07-29T20:19:16.213Z Checking radix_trie v0.2.1
28852026-07-29T20:19:16.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862026-07-29T20:19:16.375Z Compiling peg-macros v0.8.5
28872026-07-29T20:19:16.427Z Compiling sqlparser_derive v0.5.0
28882026-07-29T20:19:16.624Z Compiling psm v0.1.30
28892026-07-29T20:19:16.735Z Checking winnow v0.6.26
28902026-07-29T20:19:16.776Z Checking unicode_categories v0.1.1
28912026-07-29T20:19:16.914Z Checking derive_more v2.1.1
28922026-07-29T20:19:16.930Z Checking nu-ansi-term v0.50.3
28932026-07-29T20:19:16.990Z Checking home v0.5.12
28942026-07-29T20:19:17.097Z Checking crossterm v0.29.0
28952026-07-29T20:19:17.113Z Checking tabled v0.15.0
28962026-07-29T20:19:17.137Z Checking reedline v0.40.0
28972026-07-29T20:19:17.184Z Checking display-error-chain v0.2.2
28982026-07-29T20:19:17.202Z Checking rustyline v14.0.0
28992026-07-29T20:19:17.405Z Checking recursive v0.1.1
29002026-07-29T20:19:17.497Z Checking sqlparser v0.61.0
29012026-07-29T20:19:17.624Z Checking peg v0.8.5
29022026-07-29T20:19:17.874Z Checking sqlformat v0.3.5
29032026-07-29T20:19:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
29042026-07-29T20:19:29.009Z
29052026-07-29T20:19:29.009Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
29062026-07-29T20:19:29.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-29T20:19:29.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-29T20:19:29.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-07-29T20:19:33.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29102026-07-29T20:19:33.406Z
29112026-07-29T20:19:33.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
29122026-07-29T20:19:33.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-29T20:19:33.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-29T20:19:34.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-07-29T20:19:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
29162026-07-29T20:19:36.816Z
29172026-07-29T20:19:36.816Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
29182026-07-29T20:19:37.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-29T20:19:37.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-29T20:19:37.523Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-07-29T20:19:40.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
29222026-07-29T20:19:41.025Z
29232026-07-29T20:19:41.028Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
29242026-07-29T20:19:41.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-29T20:19:41.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-29T20:19:41.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-07-29T20:19:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
29282026-07-29T20:19:45.292Z
29292026-07-29T20:19:45.292Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
29302026-07-29T20:19:45.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-29T20:19:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-29T20:19:45.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-07-29T20:19:48.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
29342026-07-29T20:19:49.116Z
29352026-07-29T20:19:49.116Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
29362026-07-29T20:19:49.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-29T20:19:49.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-29T20:19:49.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-07-29T20:19:52.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29402026-07-29T20:19:52.417Z
29412026-07-29T20:19:52.417Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
29422026-07-29T20:19:52.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-29T20:19:52.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-29T20:19:53.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-07-29T20:19:56.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29462026-07-29T20:19:56.757Z
29472026-07-29T20:19:56.757Zinfo: running `cargo check --bins` on oximeter (93/301)
29482026-07-29T20:19:57.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-29T20:19:57.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-29T20:19:57.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-29T20:19:57.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29522026-07-29T20:19:57.326Z
29532026-07-29T20:19:57.326Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
29542026-07-29T20:19:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-29T20:19:57.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-29T20:19:57.957Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29572026-07-29T20:19:58.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29582026-07-29T20:19:58.496Z
29592026-07-29T20:19:58.496Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
29602026-07-29T20:19:58.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-07-29T20:19:58.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-07-29T20:19:58.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-07-29T20:19:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29642026-07-29T20:19:59.062Z
29652026-07-29T20:19:59.062Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29662026-07-29T20:19:59.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-07-29T20:19:59.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-07-29T20:19:59.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-07-29T20:19:59.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29702026-07-29T20:19:59.667Z
29712026-07-29T20:19:59.667Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29722026-07-29T20:20:00.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-07-29T20:20:00.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-07-29T20:20:00.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-07-29T20:20:00.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29762026-07-29T20:20:00.241Z
29772026-07-29T20:20:00.241Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29782026-07-29T20:20:00.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-07-29T20:20:00.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-07-29T20:20:00.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-07-29T20:20:00.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29822026-07-29T20:20:00.815Z
29832026-07-29T20:20:00.815Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29842026-07-29T20:20:01.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-07-29T20:20:01.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-07-29T20:20:01.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-07-29T20:20:01.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29882026-07-29T20:20:01.385Z
29892026-07-29T20:20:01.385Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29902026-07-29T20:20:01.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-07-29T20:20:01.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-07-29T20:20:01.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-07-29T20:20:01.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942026-07-29T20:20:01.958Z
29952026-07-29T20:20:01.958Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29962026-07-29T20:20:02.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-07-29T20:20:02.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-07-29T20:20:02.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-07-29T20:20:02.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30002026-07-29T20:20:02.520Z
30012026-07-29T20:20:02.520Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
30022026-07-29T20:20:03.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-07-29T20:20:03.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-07-29T20:20:03.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-07-29T20:20:03.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-07-29T20:20:03.097Z
30072026-07-29T20:20:03.097Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/301)
30082026-07-29T20:20:03.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-07-29T20:20:03.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-07-29T20:20:03.806Z Compiling crucible-workspace-hack v0.1.0
30112026-07-29T20:20:03.924Z Compiling itertools v0.15.0
30122026-07-29T20:20:03.931Z Checking secrecy v0.10.3
30132026-07-29T20:20:03.937Z Compiling heapless v0.8.0
30142026-07-29T20:20:03.943Z Compiling toml_datetime v0.7.5+spec-1.1.0
30152026-07-29T20:20:03.955Z Checking hash32 v0.3.1
30162026-07-29T20:20:03.961Z Checking inout v0.1.4
30172026-07-29T20:20:03.977Z Compiling smoltcp v0.11.0
30182026-07-29T20:20:04.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30192026-07-29T20:20:04.070Z Checking cobs v0.3.0
30202026-07-29T20:20:04.096Z Compiling toml_edit v0.23.10+spec-1.0.0
30212026-07-29T20:20:04.172Z Checking cipher v0.4.4
30222026-07-29T20:20:04.190Z Checking universal-hash v0.5.1
30232026-07-29T20:20:04.216Z Compiling thiserror-impl-no-std v2.0.2
30242026-07-29T20:20:04.246Z Checking half v2.7.1
30252026-07-29T20:20:04.314Z Checking opaque-debug v0.3.1
30262026-07-29T20:20:04.330Z Checking ciborium-io v0.2.2
30272026-07-29T20:20:04.369Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30282026-07-29T20:20:04.395Z Checking poly1305 v0.8.0
30292026-07-29T20:20:04.417Z Checking chacha20 v0.9.1
30302026-07-29T20:20:04.504Z Checking ciborium-ll v0.2.2
30312026-07-29T20:20:04.562Z Checking postcard v1.1.3
30322026-07-29T20:20:04.608Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30332026-07-29T20:20:04.651Z Compiling proc-macro-crate v3.4.0
30342026-07-29T20:20:04.679Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30352026-07-29T20:20:04.854Z Checking password-hash v0.5.0
30362026-07-29T20:20:04.947Z Compiling proc-macro-crate v1.3.1
30372026-07-29T20:20:05.009Z Checking blake2 v0.10.6
30382026-07-29T20:20:05.107Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30392026-07-29T20:20:05.120Z Checking aead v0.5.2
30402026-07-29T20:20:05.196Z Compiling num_enum_derive v0.7.6
30412026-07-29T20:20:05.241Z Compiling ingot-macros v0.2.0
30422026-07-29T20:20:05.256Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-29T20:20:05.268Z Compiling foreign-types-macros v0.2.3
30442026-07-29T20:20:05.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30452026-07-29T20:20:05.360Z Checking thiserror-no-std v2.0.2
30462026-07-29T20:20:05.360Z Checking foreign-types-shared v0.3.1
30472026-07-29T20:20:05.446Z Checking vsss-rs v3.3.4
30482026-07-29T20:20:05.460Z Compiling num_enum_derive v0.5.11
30492026-07-29T20:20:05.463Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30502026-07-29T20:20:05.575Z Checking chacha20poly1305 v0.10.1
30512026-07-29T20:20:05.705Z Checking argon2 v0.5.3
30522026-07-29T20:20:05.846Z Checking foreign-types v0.5.0
30532026-07-29T20:20:05.925Z Checking ciborium v0.2.2
30542026-07-29T20:20:06.055Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-29T20:20:06.153Z Checking tabwriter v1.4.1
30562026-07-29T20:20:06.235Z Checking num_enum v0.7.6
30572026-07-29T20:20:06.299Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30582026-07-29T20:20:06.341Z Checking cstr-argument v0.1.2
30592026-07-29T20:20:06.356Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30602026-07-29T20:20:06.359Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30612026-07-29T20:20:06.463Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30622026-07-29T20:20:06.491Z Checking num_enum v0.5.11
30632026-07-29T20:20:06.562Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30642026-07-29T20:20:06.577Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30652026-07-29T20:20:06.605Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30662026-07-29T20:20:06.629Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30672026-07-29T20:20:06.722Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-07-29T20:20:06.772Z Checking rand v0.10.1
30692026-07-29T20:20:06.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30702026-07-29T20:20:06.830Z Checking colored v3.1.1
30712026-07-29T20:20:06.843Z Checking indent_write v2.2.0
30722026-07-29T20:20:06.933Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30732026-07-29T20:20:06.971Z Compiling zone_cfg_derive v0.3.1
30742026-07-29T20:20:07.031Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30752026-07-29T20:20:07.045Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-29T20:20:07.124Z Checking itertools v0.12.1
30772026-07-29T20:20:07.216Z Compiling num-derive v0.4.2
30782026-07-29T20:20:07.222Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30792026-07-29T20:20:07.228Z Checking swrite v0.1.0
30802026-07-29T20:20:07.317Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30812026-07-29T20:20:07.474Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-29T20:20:07.570Z Checking dropshot-api-manager-types v0.7.2
30832026-07-29T20:20:07.588Z Checking smf v0.2.3
30842026-07-29T20:20:07.607Z Checking nanorand v0.7.0
30852026-07-29T20:20:07.671Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-07-29T20:20:07.789Z Checking whoami v1.6.1
30872026-07-29T20:20:07.848Z Checking flume v0.11.1
30882026-07-29T20:20:07.874Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30892026-07-29T20:20:08.048Z Checking ingot-types v0.2.0
30902026-07-29T20:20:08.144Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30912026-07-29T20:20:08.195Z Checking zone v0.3.1
30922026-07-29T20:20:08.399Z Checking ingot v0.2.1
30932026-07-29T20:20:09.839Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30942026-07-29T20:20:10.784Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30952026-07-29T20:20:11.668Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30962026-07-29T20:20:14.086Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30972026-07-29T20:20:16.239Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30982026-07-29T20:20:17.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30992026-07-29T20:20:17.621Z
31002026-07-29T20:20:17.621Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/301)
31012026-07-29T20:20:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-07-29T20:20:18.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-07-29T20:20:18.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-07-29T20:20:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31052026-07-29T20:20:18.187Z
31062026-07-29T20:20:18.187Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/301)
31072026-07-29T20:20:18.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-07-29T20:20:18.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-07-29T20:20:18.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-07-29T20:20:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31112026-07-29T20:20:18.754Z
31122026-07-29T20:20:18.754Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/301)
31132026-07-29T20:20:19.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-07-29T20:20:19.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-07-29T20:20:19.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-07-29T20:20:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31172026-07-29T20:20:19.331Z
31182026-07-29T20:20:19.331Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/301)
31192026-07-29T20:20:19.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-07-29T20:20:19.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-07-29T20:20:19.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-07-29T20:20:19.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31232026-07-29T20:20:19.897Z
31242026-07-29T20:20:19.898Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/301)
31252026-07-29T20:20:20.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-07-29T20:20:20.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-07-29T20:20:20.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-07-29T20:20:20.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31292026-07-29T20:20:20.469Z
31302026-07-29T20:20:20.469Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/301)
31312026-07-29T20:20:20.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-07-29T20:20:20.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-07-29T20:20:20.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-07-29T20:20:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31352026-07-29T20:20:21.038Z
31362026-07-29T20:20:21.038Zinfo: running `cargo check --bins` on cockroach-admin-client (110/301)
31372026-07-29T20:20:21.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-07-29T20:20:21.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-07-29T20:20:21.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-07-29T20:20:21.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31412026-07-29T20:20:21.595Z
31422026-07-29T20:20:21.595Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/301)
31432026-07-29T20:20:22.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-07-29T20:20:22.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-07-29T20:20:22.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-07-29T20:20:22.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31472026-07-29T20:20:22.164Z
31482026-07-29T20:20:22.164Zinfo: running `cargo check --bins` on dns-service-client (112/301)
31492026-07-29T20:20:22.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-07-29T20:20:22.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-07-29T20:20:22.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-07-29T20:20:22.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31532026-07-29T20:20:22.736Z
31542026-07-29T20:20:22.736Zinfo: running `cargo check --bins` on installinator-client (113/301)
31552026-07-29T20:20:23.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-07-29T20:20:23.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-07-29T20:20:23.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-07-29T20:20:23.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31592026-07-29T20:20:23.307Z
31602026-07-29T20:20:23.308Zinfo: running `cargo check --bins` on nexus-client (114/301)
31612026-07-29T20:20:23.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-07-29T20:20:23.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-07-29T20:20:23.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-07-29T20:20:23.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-07-29T20:20:23.914Z
31662026-07-29T20:20:23.914Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/301)
31672026-07-29T20:20:24.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-07-29T20:20:24.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-07-29T20:20:24.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-07-29T20:20:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-07-29T20:20:24.516Z
31722026-07-29T20:20:24.517Zinfo: running `cargo check --bins` on ntp-admin-client (116/301)
31732026-07-29T20:20:24.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-07-29T20:20:24.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-07-29T20:20:24.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-07-29T20:20:24.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31772026-07-29T20:20:25.070Z
31782026-07-29T20:20:25.070Zinfo: running `cargo check --bins` on oxide-client (117/301)
31792026-07-29T20:20:25.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-07-29T20:20:25.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-07-29T20:20:25.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-07-29T20:20:25.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31832026-07-29T20:20:25.648Z
31842026-07-29T20:20:25.648Zinfo: running `cargo check --bins` on oximeter-client (118/301)
31852026-07-29T20:20:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-07-29T20:20:26.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-07-29T20:20:26.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-07-29T20:20:26.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31892026-07-29T20:20:26.196Z
31902026-07-29T20:20:26.196Zinfo: running `cargo check --bins` on repo-depot-client (119/301)
31912026-07-29T20:20:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-07-29T20:20:26.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-07-29T20:20:26.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-07-29T20:20:26.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31952026-07-29T20:20:26.749Z
31962026-07-29T20:20:26.749Zinfo: running `cargo check --bins` on sled-agent-client (120/301)
31972026-07-29T20:20:27.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-07-29T20:20:27.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-07-29T20:20:27.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-07-29T20:20:27.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32012026-07-29T20:20:27.329Z
32022026-07-29T20:20:27.329Zinfo: running `cargo check --bins` on wicketd-client (121/301)
32032026-07-29T20:20:27.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-07-29T20:20:27.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-07-29T20:20:27.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-07-29T20:20:27.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-07-29T20:20:27.921Z
32082026-07-29T20:20:27.921Zinfo: running `cargo check --bins` on installinator-common (122/301)
32092026-07-29T20:20:28.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-07-29T20:20:28.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-07-29T20:20:28.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-07-29T20:20:28.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32132026-07-29T20:20:28.511Z
32142026-07-29T20:20:28.511Zinfo: running `cargo check --bins` on installinator-common-versions (123/301)
32152026-07-29T20:20:28.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-07-29T20:20:28.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-07-29T20:20:28.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-07-29T20:20:28.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32192026-07-29T20:20:29.066Z
32202026-07-29T20:20:29.066Zinfo: running `cargo check --bins` on wicket-common (124/301)
32212026-07-29T20:20:29.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-07-29T20:20:29.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-07-29T20:20:29.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-07-29T20:20:29.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32252026-07-29T20:20:29.642Z
32262026-07-29T20:20:29.642Zinfo: running `cargo check --bins` on wicketd-commission-types (125/301)
32272026-07-29T20:20:30.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-07-29T20:20:30.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-07-29T20:20:30.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-07-29T20:20:30.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32312026-07-29T20:20:30.217Z
32322026-07-29T20:20:30.217Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/301)
32332026-07-29T20:20:30.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-07-29T20:20:30.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-07-29T20:20:30.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-07-29T20:20:30.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32372026-07-29T20:20:30.786Z
32382026-07-29T20:20:30.786Zinfo: running `cargo check --bins` on wicketd-commission-client (127/301)
32392026-07-29T20:20:31.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-07-29T20:20:31.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-07-29T20:20:31.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-07-29T20:20:31.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32432026-07-29T20:20:31.362Z
32442026-07-29T20:20:31.362Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/301)
32452026-07-29T20:20:31.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-07-29T20:20:31.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-07-29T20:20:32.028Z Checking csv-core v0.1.13
32482026-07-29T20:20:32.140Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-07-29T20:20:32.144Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32502026-07-29T20:20:32.151Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32512026-07-29T20:20:32.280Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-07-29T20:20:32.293Z Checking csv v1.4.0
32532026-07-29T20:20:32.605Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-07-29T20:20:32.947Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-07-29T20:20:32.951Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32562026-07-29T20:20:34.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
32572026-07-29T20:20:34.215Z
32582026-07-29T20:20:34.215Zinfo: running `cargo check --bins` on cockroach-admin-api (129/301)
32592026-07-29T20:20:34.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-07-29T20:20:34.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-07-29T20:20:34.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-07-29T20:20:34.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32632026-07-29T20:20:34.785Z
32642026-07-29T20:20:34.785Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301)
32652026-07-29T20:20:35.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-07-29T20:20:35.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-07-29T20:20:35.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-07-29T20:20:35.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32692026-07-29T20:20:35.441Z
32702026-07-29T20:20:35.441Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301)
32712026-07-29T20:20:35.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-07-29T20:20:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-07-29T20:20:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-07-29T20:20:35.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32752026-07-29T20:20:36.097Z
32762026-07-29T20:20:36.098Zinfo: running `cargo check --bins` on gateway-test-utils (132/301)
32772026-07-29T20:20:36.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-07-29T20:20:36.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-07-29T20:20:36.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-07-29T20:20:36.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32812026-07-29T20:20:36.706Z
32822026-07-29T20:20:36.707Zinfo: running `cargo check --bins` on omicron-gateway (133/301)
32832026-07-29T20:20:37.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-07-29T20:20:37.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-07-29T20:20:37.452Z Compiling regress v0.11.1
32862026-07-29T20:20:37.597Z Compiling unsafe-libyaml v0.2.11
32872026-07-29T20:20:37.607Z Compiling semver v0.1.20
32882026-07-29T20:20:37.618Z Checking nom v8.0.0
32892026-07-29T20:20:37.659Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32902026-07-29T20:20:37.665Z Compiling cancel-safe-futures v0.1.5
32912026-07-29T20:20:37.665Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-07-29T20:20:37.843Z Compiling rustc_version v0.1.7
32932026-07-29T20:20:37.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32942026-07-29T20:20:38.059Z Compiling newtype_derive v0.1.6
32952026-07-29T20:20:38.225Z Compiling serde_yaml v0.9.34+deprecated
32962026-07-29T20:20:38.273Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-07-29T20:20:38.295Z Compiling owo-colors v4.3.0
32982026-07-29T20:20:38.363Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-07-29T20:20:38.652Z Checking oxide-update-engine-types v0.1.2
33002026-07-29T20:20:38.680Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33012026-07-29T20:20:38.799Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33022026-07-29T20:20:38.803Z Checking tagptr v0.2.0
33032026-07-29T20:20:38.943Z Checking linear-map v1.2.0
33042026-07-29T20:20:39.051Z Checking typify-impl v0.6.2
33052026-07-29T20:20:39.146Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33062026-07-29T20:20:39.262Z Checking unicode-linebreak v0.1.5
33072026-07-29T20:20:39.340Z Checking smawk v0.3.2
33082026-07-29T20:20:39.480Z Checking textwrap v0.16.2
33092026-07-29T20:20:39.480Z Checking moka v0.12.13
33102026-07-29T20:20:39.558Z Checking oxide-update-engine v0.1.2
33112026-07-29T20:20:39.617Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33122026-07-29T20:20:39.636Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-07-29T20:20:39.962Z Checking steno v0.4.1
33142026-07-29T20:20:40.116Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-29T20:20:40.203Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-07-29T20:20:40.265Z Checking hickory-resolver v0.25.2
33172026-07-29T20:20:40.416Z Checking sha1 v0.10.6
33182026-07-29T20:20:40.471Z Checking utf-8 v0.7.6
33192026-07-29T20:20:40.586Z Checking half v1.8.3
33202026-07-29T20:20:40.607Z Checking void v1.0.2
33212026-07-29T20:20:40.724Z Checking lzss v0.8.2
33222026-07-29T20:20:40.737Z Checking tungstenite v0.23.0
33232026-07-29T20:20:40.783Z Checking serde_cbor v0.11.2
33242026-07-29T20:20:40.889Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-07-29T20:20:40.907Z Checking nix v0.27.1
33262026-07-29T20:20:40.976Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-07-29T20:20:40.990Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-07-29T20:20:41.135Z Checking kstat-rs v0.2.4
33292026-07-29T20:20:41.151Z Checking fxhash v0.2.1
33302026-07-29T20:20:41.164Z Checking serde_bytes v0.11.19
33312026-07-29T20:20:41.168Z Checking tokio-tungstenite v0.23.1
33322026-07-29T20:20:41.269Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-07-29T20:20:41.320Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-07-29T20:20:41.351Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-07-29T20:20:41.408Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33362026-07-29T20:20:41.429Z Checking signal-hook-tokio v0.3.1
33372026-07-29T20:20:42.190Z Compiling typify-macro v0.6.2
33382026-07-29T20:20:43.361Z Compiling typify v0.6.2
33392026-07-29T20:20:43.438Z Compiling progenitor-impl v0.14.0
33402026-07-29T20:20:43.451Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33412026-07-29T20:20:44.851Z Compiling progenitor-macro v0.14.0
33422026-07-29T20:20:47.202Z Checking progenitor v0.14.0
33432026-07-29T20:20:47.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-29T20:20:47.339Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-07-29T20:20:50.010Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33462026-07-29T20:20:58.340Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33472026-07-29T20:21:05.125Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-07-29T20:21:06.552Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33492026-07-29T20:21:07.086Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-07-29T20:21:09.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.52s
33512026-07-29T20:21:09.430Z
33522026-07-29T20:21:09.430Zinfo: running `cargo check --bins` on gateway-api (134/301)
33532026-07-29T20:21:09.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-29T20:21:09.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-29T20:21:09.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-29T20:21:09.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33572026-07-29T20:21:09.998Z
33582026-07-29T20:21:09.999Zinfo: running `cargo check --bins` on ipcc (135/301)
33592026-07-29T20:21:10.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-29T20:21:10.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-29T20:21:10.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-29T20:21:10.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-29T20:21:10.562Z
33642026-07-29T20:21:10.562Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301)
33652026-07-29T20:21:11.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-29T20:21:11.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-29T20:21:11.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-29T20:21:11.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-29T20:21:11.111Z
33702026-07-29T20:21:11.111Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301)
33712026-07-29T20:21:11.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-29T20:21:11.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-29T20:21:11.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-29T20:21:11.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-07-29T20:21:11.700Z
33762026-07-29T20:21:11.700Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301)
33772026-07-29T20:21:12.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-29T20:21:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-29T20:21:12.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-29T20:21:12.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-07-29T20:21:12.267Z
33822026-07-29T20:21:12.267Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301)
33832026-07-29T20:21:12.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-29T20:21:12.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-29T20:21:12.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-29T20:21:12.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-07-29T20:21:12.837Z
33882026-07-29T20:21:12.838Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301)
33892026-07-29T20:21:13.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-29T20:21:13.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-29T20:21:13.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-29T20:21:13.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33932026-07-29T20:21:13.407Z
33942026-07-29T20:21:13.407Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301)
33952026-07-29T20:21:13.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-29T20:21:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-29T20:21:13.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-29T20:21:13.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33992026-07-29T20:21:13.992Z
34002026-07-29T20:21:13.992Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301)
34012026-07-29T20:21:14.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-29T20:21:14.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-29T20:21:14.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-29T20:21:14.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-07-29T20:21:14.559Z
34062026-07-29T20:21:14.559Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301)
34072026-07-29T20:21:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-29T20:21:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-29T20:21:15.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-29T20:21:15.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-07-29T20:21:15.131Z
34122026-07-29T20:21:15.131Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301)
34132026-07-29T20:21:15.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-29T20:21:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-29T20:21:15.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-29T20:21:15.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-29T20:21:15.700Z
34182026-07-29T20:21:15.700Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301)
34192026-07-29T20:21:16.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-29T20:21:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-29T20:21:16.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-29T20:21:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34232026-07-29T20:21:16.271Z
34242026-07-29T20:21:16.271Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301)
34252026-07-29T20:21:16.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-29T20:21:16.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-29T20:21:16.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-29T20:21:16.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-07-29T20:21:16.840Z
34302026-07-29T20:21:16.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301)
34312026-07-29T20:21:17.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-29T20:21:17.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-29T20:21:17.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-29T20:21:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-29T20:21:17.414Z
34362026-07-29T20:21:17.414Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301)
34372026-07-29T20:21:17.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-29T20:21:17.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-29T20:21:17.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-29T20:21:17.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34412026-07-29T20:21:17.999Z
34422026-07-29T20:21:17.999Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301)
34432026-07-29T20:21:18.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-29T20:21:18.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-29T20:21:18.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-29T20:21:18.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34472026-07-29T20:21:18.588Z
34482026-07-29T20:21:18.588Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301)
34492026-07-29T20:21:19.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-29T20:21:19.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-29T20:21:19.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-29T20:21:19.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34532026-07-29T20:21:19.175Z
34542026-07-29T20:21:19.175Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301)
34552026-07-29T20:21:19.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-29T20:21:19.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-29T20:21:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-29T20:21:19.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34592026-07-29T20:21:19.754Z
34602026-07-29T20:21:19.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301)
34612026-07-29T20:21:20.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-29T20:21:20.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-29T20:21:20.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-29T20:21:20.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34652026-07-29T20:21:20.339Z
34662026-07-29T20:21:20.339Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301)
34672026-07-29T20:21:20.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-29T20:21:20.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-29T20:21:20.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-29T20:21:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34712026-07-29T20:21:20.923Z
34722026-07-29T20:21:20.923Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301)
34732026-07-29T20:21:21.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-29T20:21:21.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-29T20:21:21.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-29T20:21:21.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34772026-07-29T20:21:21.508Z
34782026-07-29T20:21:21.508Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34792026-07-29T20:21:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-29T20:21:22.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-29T20:21:22.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-29T20:21:22.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34832026-07-29T20:21:22.094Z
34842026-07-29T20:21:22.094Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301)
34852026-07-29T20:21:22.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-29T20:21:22.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-29T20:21:22.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-29T20:21:22.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34892026-07-29T20:21:22.678Z
34902026-07-29T20:21:22.678Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301)
34912026-07-29T20:21:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-29T20:21:23.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-29T20:21:23.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-29T20:21:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34952026-07-29T20:21:23.257Z
34962026-07-29T20:21:23.257Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301)
34972026-07-29T20:21:23.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-29T20:21:23.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-29T20:21:23.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-29T20:21:23.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35012026-07-29T20:21:23.824Z
35022026-07-29T20:21:23.824Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301)
35032026-07-29T20:21:24.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-29T20:21:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-29T20:21:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-29T20:21:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35072026-07-29T20:21:24.386Z
35082026-07-29T20:21:24.386Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301)
35092026-07-29T20:21:24.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-29T20:21:24.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-29T20:21:24.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-29T20:21:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-29T20:21:24.951Z
35142026-07-29T20:21:24.951Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301)
35152026-07-29T20:21:25.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-29T20:21:25.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-29T20:21:25.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-29T20:21:25.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-29T20:21:25.518Z
35202026-07-29T20:21:25.518Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301)
35212026-07-29T20:21:25.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-29T20:21:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-29T20:21:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-29T20:21:25.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-29T20:21:26.080Z
35262026-07-29T20:21:26.080Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301)
35272026-07-29T20:21:26.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-29T20:21:26.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-29T20:21:26.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-29T20:21:26.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-29T20:21:26.647Z
35322026-07-29T20:21:26.647Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301)
35332026-07-29T20:21:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-29T20:21:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-29T20:21:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-29T20:21:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-29T20:21:27.209Z
35382026-07-29T20:21:27.209Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301)
35392026-07-29T20:21:27.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-29T20:21:27.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-29T20:21:27.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-29T20:21:27.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-29T20:21:27.774Z
35442026-07-29T20:21:27.774Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301)
35452026-07-29T20:21:28.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-29T20:21:28.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-29T20:21:28.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-29T20:21:28.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-07-29T20:21:28.351Z
35502026-07-29T20:21:28.351Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301)
35512026-07-29T20:21:28.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-29T20:21:28.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-29T20:21:28.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-29T20:21:28.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-07-29T20:21:28.932Z
35562026-07-29T20:21:28.932Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301)
35572026-07-29T20:21:29.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-29T20:21:29.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-29T20:21:29.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-29T20:21:29.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-29T20:21:29.517Z
35622026-07-29T20:21:29.517Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301)
35632026-07-29T20:21:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-29T20:21:30.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-29T20:21:30.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-29T20:21:30.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-07-29T20:21:30.099Z
35682026-07-29T20:21:30.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301)
35692026-07-29T20:21:30.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-29T20:21:30.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-29T20:21:30.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-29T20:21:30.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-07-29T20:21:30.688Z
35742026-07-29T20:21:30.689Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301)
35752026-07-29T20:21:31.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-29T20:21:31.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-29T20:21:31.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-07-29T20:21:31.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-07-29T20:21:31.276Z
35802026-07-29T20:21:31.277Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35812026-07-29T20:21:31.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-07-29T20:21:31.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-07-29T20:21:31.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-07-29T20:21:31.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-07-29T20:21:31.862Z
35862026-07-29T20:21:31.862Zinfo: running `cargo check --bins` on oximeter-producer (173/301)
35872026-07-29T20:21:32.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-07-29T20:21:32.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-07-29T20:21:32.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-07-29T20:21:32.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35912026-07-29T20:21:32.469Z
35922026-07-29T20:21:32.469Zinfo: running `cargo check --bins` on internal-dns-resolver (174/301)
35932026-07-29T20:21:32.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-07-29T20:21:32.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-07-29T20:21:32.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-07-29T20:21:32.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35972026-07-29T20:21:33.043Z
35982026-07-29T20:21:33.043Zinfo: running `cargo check --bins` on dns-server (175/301)
35992026-07-29T20:21:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-07-29T20:21:33.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-07-29T20:21:33.682Z Compiling parking_lot_core v0.8.6
36022026-07-29T20:21:33.685Z Compiling git-stub v1.0.0
36032026-07-29T20:21:33.839Z Checking prefix-trie v0.7.0
36042026-07-29T20:21:33.845Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36052026-07-29T20:21:33.913Z Compiling git-stub-vcs v0.1.0
36062026-07-29T20:21:34.076Z Checking hickory-server v0.25.2
36072026-07-29T20:21:34.181Z Checking parking_lot v0.11.2
36082026-07-29T20:21:34.214Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36092026-07-29T20:21:34.348Z Checking sled v0.34.7
36102026-07-29T20:21:36.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
36112026-07-29T20:21:36.476Z
36122026-07-29T20:21:36.476Zinfo: running `cargo check --bins` on dns-server-api (176/301)
36132026-07-29T20:21:36.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-29T20:21:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-29T20:21:36.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-29T20:21:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36172026-07-29T20:21:37.042Z
36182026-07-29T20:21:37.042Zinfo: running `cargo check --bins` on oximeter-producer-api (177/301)
36192026-07-29T20:21:37.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-29T20:21:37.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-29T20:21:37.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-29T20:21:37.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36232026-07-29T20:21:37.611Z
36242026-07-29T20:21:37.611Zinfo: running `cargo check --bins` on sp-sim (178/301)
36252026-07-29T20:21:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-29T20:21:38.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-29T20:21:38.326Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36282026-07-29T20:21:40.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36292026-07-29T20:21:40.287Z
36302026-07-29T20:21:40.287Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301)
36312026-07-29T20:21:40.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-29T20:21:40.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-29T20:21:40.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-29T20:21:40.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-07-29T20:21:40.911Z
36362026-07-29T20:21:40.911Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301)
36372026-07-29T20:21:41.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-29T20:21:41.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-29T20:21:41.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-29T20:21:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-07-29T20:21:41.531Z
36422026-07-29T20:21:41.532Zinfo: running `cargo check --bins` on db-macros (181/301)
36432026-07-29T20:21:41.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-29T20:21:42.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-29T20:21:42.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-29T20:21:42.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36472026-07-29T20:21:42.083Z
36482026-07-29T20:21:42.083Zinfo: running `cargo check --bins` on nexus-macros-common (182/301)
36492026-07-29T20:21:42.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-29T20:21:42.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-29T20:21:42.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-29T20:21:42.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36532026-07-29T20:21:42.641Z
36542026-07-29T20:21:42.641Zinfo: running `cargo check --bins` on nexus-auth (183/301)
36552026-07-29T20:21:43.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-29T20:21:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-29T20:21:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-29T20:21:43.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36592026-07-29T20:21:43.257Z
36602026-07-29T20:21:43.257Zinfo: running `cargo check --bins` on authz-macros (184/301)
36612026-07-29T20:21:43.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-29T20:21:43.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-29T20:21:43.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-29T20:21:43.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36652026-07-29T20:21:43.810Z
36662026-07-29T20:21:43.810Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/301)
36672026-07-29T20:21:44.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-29T20:21:44.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-29T20:21:44.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-29T20:21:44.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36712026-07-29T20:21:44.425Z
36722026-07-29T20:21:44.425Zinfo: running `cargo check --bins` on nexus-db-model (186/301)
36732026-07-29T20:21:44.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-29T20:21:44.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-29T20:21:44.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-29T20:21:44.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36772026-07-29T20:21:45.048Z
36782026-07-29T20:21:45.048Zinfo: running `cargo check --bins` on nexus-db-schema (187/301)
36792026-07-29T20:21:45.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-29T20:21:45.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-29T20:21:45.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-29T20:21:45.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36832026-07-29T20:21:45.604Z
36842026-07-29T20:21:45.604Zinfo: running `cargo check --bins` on omicron-rpaths (188/301)
36852026-07-29T20:21:46.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-29T20:21:46.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-29T20:21:46.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-29T20:21:46.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36892026-07-29T20:21:46.158Z
36902026-07-29T20:21:46.158Zinfo: running `cargo check --bins` on nexus-defaults (189/301)
36912026-07-29T20:21:46.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-29T20:21:46.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-29T20:21:46.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-29T20:21:46.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36952026-07-29T20:21:46.727Z
36962026-07-29T20:21:46.727Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/301)
36972026-07-29T20:21:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-29T20:21:47.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-29T20:21:47.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-29T20:21:47.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-29T20:21:47.285Z
37022026-07-29T20:21:47.285Zinfo: running `cargo check --bins` on parallel-task-set (191/301)
37032026-07-29T20:21:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-29T20:21:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-29T20:21:47.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-29T20:21:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-07-29T20:21:47.837Z
37082026-07-29T20:21:47.837Zinfo: running `cargo check --bins` on omicron-git-version (192/301)
37092026-07-29T20:21:48.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-29T20:21:48.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-29T20:21:48.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-29T20:21:48.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-29T20:21:48.459Z
37142026-07-29T20:21:48.459Zinfo: running `cargo check --bins` on nexus-db-errors (193/301)
37152026-07-29T20:21:48.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-29T20:21:48.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-29T20:21:48.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-29T20:21:48.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-07-29T20:21:49.010Z
37202026-07-29T20:21:49.010Zinfo: running `cargo check --bins` on nexus-db-lookup (194/301)
37212026-07-29T20:21:49.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-29T20:21:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-29T20:21:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-29T20:21:49.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-07-29T20:21:49.631Z
37262026-07-29T20:21:49.631Zinfo: running `cargo check --bins` on nexus-inventory (195/301)
37272026-07-29T20:21:50.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-29T20:21:50.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-29T20:21:50.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-29T20:21:50.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37312026-07-29T20:21:50.246Z
37322026-07-29T20:21:50.246Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301)
37332026-07-29T20:21:50.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-29T20:21:50.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-29T20:21:50.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-29T20:21:50.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-07-29T20:21:50.837Z
37382026-07-29T20:21:50.837Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/301)
37392026-07-29T20:21:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-29T20:21:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-29T20:21:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-29T20:21:51.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-07-29T20:21:51.418Z
37442026-07-29T20:21:51.418Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301)
37452026-07-29T20:21:51.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-29T20:21:51.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-29T20:21:51.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-07-29T20:21:51.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-07-29T20:21:52.004Z
37502026-07-29T20:21:52.004Zinfo: running `cargo check --bins` on key-manager (199/301)
37512026-07-29T20:21:52.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-07-29T20:21:52.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-07-29T20:21:52.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-07-29T20:21:52.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37552026-07-29T20:21:52.574Z
37562026-07-29T20:21:52.575Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/301)
37572026-07-29T20:21:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-07-29T20:21:53.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-07-29T20:21:53.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-07-29T20:21:53.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-07-29T20:21:53.158Z
37622026-07-29T20:21:53.158Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301)
37632026-07-29T20:21:53.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-07-29T20:21:53.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-07-29T20:21:53.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-07-29T20:21:53.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-07-29T20:21:53.745Z
37682026-07-29T20:21:53.745Zinfo: running `cargo check --bins` on typed-rng (202/301)
37692026-07-29T20:21:54.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-07-29T20:21:54.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-07-29T20:21:54.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-07-29T20:21:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37732026-07-29T20:21:54.298Z
37742026-07-29T20:21:54.298Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301)
37752026-07-29T20:21:54.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-07-29T20:21:54.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-07-29T20:21:55.118Z Compiling libefi-sys v0.1.0
37782026-07-29T20:21:55.121Z Compiling bitfield-struct v0.6.2
37792026-07-29T20:21:55.259Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-07-29T20:21:55.267Z Compiling xshell-macros v0.2.7
37812026-07-29T20:21:55.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37822026-07-29T20:21:55.289Z Compiling salty v0.3.0
37832026-07-29T20:21:55.328Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37842026-07-29T20:21:55.331Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37852026-07-29T20:21:55.331Z Checking rfc6979 v0.4.0
37862026-07-29T20:21:55.468Z Checking ecdsa v0.16.9
37872026-07-29T20:21:55.486Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37882026-07-29T20:21:55.598Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37892026-07-29T20:21:55.626Z Checking xshell v0.2.7
37902026-07-29T20:21:55.645Z Checking primeorder v0.13.6
37912026-07-29T20:21:55.659Z Compiling proc-macro-error-attr2 v2.0.0
37922026-07-29T20:21:55.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37932026-07-29T20:21:55.783Z Checking tungstenite v0.21.0
37942026-07-29T20:21:55.807Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37952026-07-29T20:21:55.822Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37962026-07-29T20:21:55.864Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37972026-07-29T20:21:55.879Z Checking p384 v0.13.1
37982026-07-29T20:21:55.952Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37992026-07-29T20:21:56.000Z Compiling num-derive v0.3.3
38002026-07-29T20:21:56.046Z Compiling proc-macro-error2 v2.0.1
38012026-07-29T20:21:56.101Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38022026-07-29T20:21:56.156Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38032026-07-29T20:21:56.209Z Checking tokio-tungstenite v0.21.0
38042026-07-29T20:21:56.327Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38052026-07-29T20:21:56.342Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38062026-07-29T20:21:56.355Z Compiling tabled_derive v0.11.0
38072026-07-29T20:21:56.427Z Checking papergrid v0.17.0
38082026-07-29T20:21:56.475Z Compiling progenitor-impl v0.13.0
38092026-07-29T20:21:56.491Z Checking testing_table v0.3.0
38102026-07-29T20:21:56.528Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-07-29T20:21:56.582Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38122026-07-29T20:21:56.613Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-29T20:21:56.788Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-29T20:21:56.807Z Checking corncobs v0.1.4
38152026-07-29T20:21:56.881Z Checking libscf-sys v1.1.0
38162026-07-29T20:21:56.936Z Compiling unicase v2.9.0
38172026-07-29T20:21:56.977Z Compiling illumos-nvpair-sys v0.2.0
38182026-07-29T20:21:57.013Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38192026-07-29T20:21:57.139Z Compiling mime_guess v2.0.5
38202026-07-29T20:21:57.211Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38212026-07-29T20:21:57.240Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38222026-07-29T20:21:57.258Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38232026-07-29T20:21:57.274Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38242026-07-29T20:21:57.289Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38252026-07-29T20:21:57.499Z Checking tabled v0.20.0
38262026-07-29T20:21:57.590Z Checking progenitor-client v0.13.0
38272026-07-29T20:21:57.670Z Checking secrecy v0.8.0
38282026-07-29T20:21:57.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38292026-07-29T20:21:57.828Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38302026-07-29T20:21:58.037Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38312026-07-29T20:21:58.058Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38322026-07-29T20:21:58.225Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-29T20:21:58.309Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38342026-07-29T20:21:58.414Z Checking filetime v0.2.27
38352026-07-29T20:21:58.539Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38362026-07-29T20:21:58.553Z Checking crc8 v0.1.1
38372026-07-29T20:21:58.598Z Checking http-range v0.1.5
38382026-07-29T20:21:58.651Z Checking xattr v1.6.1
38392026-07-29T20:21:58.787Z Checking tar v0.4.46
38402026-07-29T20:21:58.815Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38412026-07-29T20:21:59.015Z Checking illumos-nvpair v0.3.0
38422026-07-29T20:21:59.053Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-29T20:21:59.125Z Compiling progenitor-macro v0.13.0
38442026-07-29T20:21:59.167Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38452026-07-29T20:21:59.181Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38462026-07-29T20:21:59.185Z Checking atty v0.2.14
38472026-07-29T20:21:59.283Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38482026-07-29T20:21:59.298Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38492026-07-29T20:21:59.435Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38502026-07-29T20:21:59.612Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38512026-07-29T20:21:59.771Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38522026-07-29T20:21:59.771Z Checking hyper-staticfile v0.10.1
38532026-07-29T20:21:59.835Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38542026-07-29T20:21:59.968Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38552026-07-29T20:21:59.984Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38562026-07-29T20:22:00.074Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38572026-07-29T20:22:00.090Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-07-29T20:22:00.198Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38592026-07-29T20:22:00.226Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38602026-07-29T20:22:00.530Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38612026-07-29T20:22:00.598Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38622026-07-29T20:22:00.829Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38632026-07-29T20:22:02.239Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38642026-07-29T20:22:02.796Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38652026-07-29T20:22:02.888Z Checking progenitor v0.13.0
38662026-07-29T20:22:03.031Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38672026-07-29T20:22:03.250Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38682026-07-29T20:22:05.354Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38692026-07-29T20:22:08.411Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38702026-07-29T20:22:19.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.06s
38712026-07-29T20:22:19.369Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38722026-07-29T20:22:19.369Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38732026-07-29T20:22:19.564Z
38742026-07-29T20:22:19.564Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301)
38752026-07-29T20:22:20.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-29T20:22:20.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-29T20:22:20.361Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-29T20:22:30.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38792026-07-29T20:22:30.958Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38802026-07-29T20:22:30.958Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38812026-07-29T20:22:31.154Z
38822026-07-29T20:22:31.154Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301)
38832026-07-29T20:22:31.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-29T20:22:31.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-29T20:22:31.918Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-29T20:22:42.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38872026-07-29T20:22:42.589Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38882026-07-29T20:22:42.589Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38892026-07-29T20:22:42.798Z
38902026-07-29T20:22:42.798Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301)
38912026-07-29T20:22:43.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-07-29T20:22:43.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-07-29T20:22:43.562Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-07-29T20:22:54.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38952026-07-29T20:22:54.262Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38962026-07-29T20:22:54.262Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38972026-07-29T20:22:54.458Z
38982026-07-29T20:22:54.458Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301)
38992026-07-29T20:22:54.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-29T20:22:54.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-29T20:22:55.224Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39022026-07-29T20:23:06.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
39032026-07-29T20:23:06.029Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39042026-07-29T20:23:06.029Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39052026-07-29T20:23:06.228Z
39062026-07-29T20:23:06.228Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301)
39072026-07-29T20:23:06.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-29T20:23:06.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-29T20:23:07.008Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-29T20:23:17.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39112026-07-29T20:23:17.689Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39122026-07-29T20:23:17.689Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39132026-07-29T20:23:17.892Z
39142026-07-29T20:23:17.892Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301)
39152026-07-29T20:23:18.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-29T20:23:18.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-29T20:23:18.653Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39182026-07-29T20:23:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
39192026-07-29T20:23:29.381Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39202026-07-29T20:23:29.381Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39212026-07-29T20:23:29.587Z
39222026-07-29T20:23:29.587Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301)
39232026-07-29T20:23:30.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-29T20:23:30.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-29T20:23:30.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39262026-07-29T20:23:41.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39272026-07-29T20:23:41.009Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-07-29T20:23:41.010Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-07-29T20:23:41.207Z
39302026-07-29T20:23:41.207Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/301)
39312026-07-29T20:23:41.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-29T20:23:41.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-29T20:23:41.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-29T20:23:41.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39352026-07-29T20:23:41.782Z
39362026-07-29T20:23:41.782Zinfo: running `cargo check --bins` on range-requests (212/301)
39372026-07-29T20:23:42.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-29T20:23:42.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-29T20:23:42.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-29T20:23:42.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39412026-07-29T20:23:42.348Z
39422026-07-29T20:23:42.348Zinfo: running `cargo check --bins` on repo-depot-api (213/301)
39432026-07-29T20:23:42.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-29T20:23:42.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-29T20:23:42.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-29T20:23:42.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39472026-07-29T20:23:42.918Z
39482026-07-29T20:23:42.918Zinfo: running `cargo check --bins` on sled-agent-api (214/301)
39492026-07-29T20:23:43.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-29T20:23:43.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-29T20:23:43.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-29T20:23:43.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39532026-07-29T20:23:43.512Z
39542026-07-29T20:23:43.512Zinfo: running `cargo check --bins` on sled-diagnostics (215/301)
39552026-07-29T20:23:44.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-29T20:23:44.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-29T20:23:44.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-29T20:23:44.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39592026-07-29T20:23:44.096Z
39602026-07-29T20:23:44.097Zinfo: running `cargo check --bins` on zfs-test-harness (216/301)
39612026-07-29T20:23:44.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-29T20:23:44.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-29T20:23:44.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-29T20:23:44.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-07-29T20:23:44.685Z
39662026-07-29T20:23:44.685Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/301)
39672026-07-29T20:23:45.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-29T20:23:45.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-29T20:23:45.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-29T20:23:45.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39712026-07-29T20:23:45.279Z
39722026-07-29T20:23:45.279Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/301)
39732026-07-29T20:23:45.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-29T20:23:45.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-29T20:23:45.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-29T20:23:45.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39772026-07-29T20:23:45.878Z
39782026-07-29T20:23:45.878Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/301)
39792026-07-29T20:23:46.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-29T20:23:46.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-29T20:23:46.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-29T20:23:46.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39832026-07-29T20:23:46.474Z
39842026-07-29T20:23:46.474Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/301)
39852026-07-29T20:23:46.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-29T20:23:46.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-29T20:23:46.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-29T20:23:46.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39892026-07-29T20:23:47.063Z
39902026-07-29T20:23:47.063Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/301)
39912026-07-29T20:23:47.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-29T20:23:47.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-29T20:23:47.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-29T20:23:47.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39952026-07-29T20:23:47.659Z
39962026-07-29T20:23:47.659Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/301)
39972026-07-29T20:23:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-29T20:23:48.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-29T20:23:48.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-29T20:23:48.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40012026-07-29T20:23:48.255Z
40022026-07-29T20:23:48.255Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/301)
40032026-07-29T20:23:48.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-29T20:23:48.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-29T20:23:48.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-29T20:23:48.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40072026-07-29T20:23:48.855Z
40082026-07-29T20:23:48.855Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/301)
40092026-07-29T20:23:49.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-29T20:23:49.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-29T20:23:49.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-29T20:23:49.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40132026-07-29T20:23:49.482Z
40142026-07-29T20:23:49.482Zinfo: running `cargo check --bins` on trust-quorum (225/301)
40152026-07-29T20:23:49.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-29T20:23:49.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-29T20:23:49.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-29T20:23:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-29T20:23:50.073Z
40202026-07-29T20:23:50.073Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/301)
40212026-07-29T20:23:50.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-29T20:23:50.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-29T20:23:50.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-29T20:23:50.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40252026-07-29T20:23:50.712Z
40262026-07-29T20:23:50.712Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/301)
40272026-07-29T20:23:51.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-29T20:23:51.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-29T20:23:51.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-29T20:23:51.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40312026-07-29T20:23:51.303Z
40322026-07-29T20:23:51.303Zinfo: running `cargo check --bins` on update-common (228/301)
40332026-07-29T20:23:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-29T20:23:51.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-29T20:23:51.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-29T20:23:51.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40372026-07-29T20:23:51.909Z
40382026-07-29T20:23:51.909Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/301)
40392026-07-29T20:23:52.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-29T20:23:52.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-29T20:23:52.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-07-29T20:23:52.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40432026-07-29T20:23:52.505Z
40442026-07-29T20:23:52.505Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/301)
40452026-07-29T20:23:52.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-07-29T20:23:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-07-29T20:23:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-07-29T20:23:52.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40492026-07-29T20:23:53.066Z
40502026-07-29T20:23:53.066Zinfo: running `cargo check --bins` on reconfigurator-cli (231/301)
40512026-07-29T20:23:53.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-07-29T20:23:53.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-07-29T20:23:53.826Z Compiling fs-err v2.11.0
40542026-07-29T20:23:53.833Z Checking ignore v0.4.25
40552026-07-29T20:23:53.834Z Checking arc-swap v1.8.2
40562026-07-29T20:23:53.970Z Checking predicates-tree v1.0.13
40572026-07-29T20:23:53.976Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40582026-07-29T20:23:53.976Z Checking parse-size v1.1.0
40592026-07-29T20:23:53.988Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40602026-07-29T20:23:53.994Z Checking rand_seeder v0.4.0
40612026-07-29T20:23:54.052Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40622026-07-29T20:23:54.083Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40632026-07-29T20:23:54.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40642026-07-29T20:23:54.149Z Checking slog-scope v4.4.1
40652026-07-29T20:23:54.184Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40662026-07-29T20:23:54.275Z Checking slog-stdlog v4.1.1
40672026-07-29T20:23:54.295Z Compiling petname v2.0.2
40682026-07-29T20:23:54.322Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40692026-07-29T20:23:54.333Z Checking globwalk v0.9.1
40702026-07-29T20:23:54.377Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40712026-07-29T20:23:54.396Z Checking slog-envlogger v2.2.0
40722026-07-29T20:23:54.498Z Checking camino-tempfile-ext v0.3.3
40732026-07-29T20:23:54.543Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40742026-07-29T20:23:54.586Z Checking sapling-renderdag v0.1.0
40752026-07-29T20:23:54.698Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40762026-07-29T20:23:54.731Z Checking subprocess v0.2.15
40772026-07-29T20:23:54.827Z Checking sync-ptr v0.1.4
40782026-07-29T20:23:54.951Z Checking colored v2.2.0
40792026-07-29T20:23:54.975Z Checking assert_matches v1.5.0
40802026-07-29T20:23:55.024Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40812026-07-29T20:23:55.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40822026-07-29T20:23:55.190Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40832026-07-29T20:23:55.921Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40842026-07-29T20:23:57.239Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40852026-07-29T20:23:59.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
40862026-07-29T20:23:59.655Z
40872026-07-29T20:23:59.656Zinfo: running `cargo check --bins` on omicron-repl-utils (232/301)
40882026-07-29T20:24:00.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-29T20:24:00.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-29T20:24:00.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-29T20:24:00.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40922026-07-29T20:24:00.208Z
40932026-07-29T20:24:00.209Zinfo: running `cargo check --bins` on transient-dns-server (233/301)
40942026-07-29T20:24:00.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-29T20:24:00.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-29T20:24:00.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-07-29T20:24:00.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40982026-07-29T20:24:00.784Z
40992026-07-29T20:24:00.784Zinfo: running `cargo check --bins` on nexus-test-interface (234/301)
41002026-07-29T20:24:01.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-07-29T20:24:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-07-29T20:24:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-07-29T20:24:01.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41042026-07-29T20:24:01.409Z
41052026-07-29T20:24:01.409Zinfo: running `cargo check --bins` on oximeter-collector (235/301)
41062026-07-29T20:24:01.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-07-29T20:24:01.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-07-29T20:24:02.127Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41092026-07-29T20:24:02.131Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41102026-07-29T20:24:02.814Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41112026-07-29T20:24:04.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
41122026-07-29T20:24:04.714Z
41132026-07-29T20:24:04.714Zinfo: running `cargo check --bins` on oximeter-api (236/301)
41142026-07-29T20:24:05.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-29T20:24:05.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-29T20:24:05.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-07-29T20:24:05.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41182026-07-29T20:24:05.285Z
41192026-07-29T20:24:05.285Zinfo: running `cargo check --bins` on cert-dev (237/301)
41202026-07-29T20:24:05.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-07-29T20:24:05.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-07-29T20:24:05.890Z Checking yasna v0.5.2
41232026-07-29T20:24:06.293Z Checking rcgen v0.12.1
41242026-07-29T20:24:06.546Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41252026-07-29T20:24:06.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41262026-07-29T20:24:06.895Z
41272026-07-29T20:24:06.895Zinfo: running `cargo check --bins` on clickana (238/301)
41282026-07-29T20:24:07.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-29T20:24:07.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-29T20:24:07.536Z Compiling instability v0.3.11
41312026-07-29T20:24:07.548Z Checking castaway v0.2.4
41322026-07-29T20:24:07.568Z Compiling indoc v2.0.7
41332026-07-29T20:24:07.643Z Checking unicode-truncate v1.1.0
41342026-07-29T20:24:07.657Z Checking lru v0.12.5
41352026-07-29T20:24:07.657Z Checking cassowary v0.3.0
41362026-07-29T20:24:07.728Z Checking compact_str v0.8.1
41372026-07-29T20:24:08.528Z Checking ratatui v0.29.0
41382026-07-29T20:24:09.596Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41392026-07-29T20:24:10.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
41402026-07-29T20:24:10.498Z
41412026-07-29T20:24:10.498Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/301)
41422026-07-29T20:24:11.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-29T20:24:11.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-29T20:24:15.653Z Checking headers-core v0.3.0
41452026-07-29T20:24:15.758Z Checking port-file v0.1.0
41462026-07-29T20:24:15.758Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41472026-07-29T20:24:15.758Z Checking headers v0.4.1
41482026-07-29T20:24:15.758Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41492026-07-29T20:24:15.758Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41502026-07-29T20:24:15.758Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41512026-07-29T20:24:15.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41522026-07-29T20:24:15.758Z
41532026-07-29T20:24:15.758Zinfo: running `cargo check --bins` on ch-dev (240/301)
41542026-07-29T20:24:15.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-07-29T20:24:15.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-07-29T20:24:15.758Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41572026-07-29T20:24:15.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41582026-07-29T20:24:15.758Z
41592026-07-29T20:24:15.758Zinfo: running `cargo check --bins` on dev-tools-common (241/301)
41602026-07-29T20:24:15.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-07-29T20:24:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-07-29T20:24:15.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-07-29T20:24:15.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41642026-07-29T20:24:15.974Z
41652026-07-29T20:24:15.974Zinfo: running `cargo check --bins` on corpus-adjust (242/301)
41662026-07-29T20:24:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-07-29T20:24:16.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-07-29T20:24:16.596Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41692026-07-29T20:24:16.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
41702026-07-29T20:24:17.157Z
41712026-07-29T20:24:17.158Zinfo: running `cargo check --bins` on crdb-seed (243/301)
41722026-07-29T20:24:17.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-07-29T20:24:17.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-07-29T20:24:17.869Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41752026-07-29T20:24:18.989Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41762026-07-29T20:24:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
41772026-07-29T20:24:19.541Z
41782026-07-29T20:24:19.542Zinfo: running `cargo check --bins` on db-dev (244/301)
41792026-07-29T20:24:20.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-07-29T20:24:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-07-29T20:24:20.242Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41822026-07-29T20:24:21.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41832026-07-29T20:24:21.204Z
41842026-07-29T20:24:21.204Zinfo: running `cargo check --bins` on omicron-dev-lib (245/301)
41852026-07-29T20:24:21.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-07-29T20:24:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-07-29T20:24:21.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-07-29T20:24:21.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41892026-07-29T20:24:21.815Z
41902026-07-29T20:24:21.815Zinfo: running `cargo check --bins` on xtask-downloader (246/301)
41912026-07-29T20:24:22.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-07-29T20:24:22.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-07-29T20:24:22.424Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41942026-07-29T20:24:23.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41952026-07-29T20:24:23.293Z
41962026-07-29T20:24:23.293Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/301)
41972026-07-29T20:24:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-29T20:24:23.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-29T20:24:24.037Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
42002026-07-29T20:24:24.037Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42012026-07-29T20:24:24.037Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42022026-07-29T20:24:24.040Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42032026-07-29T20:24:24.040Z Checking git-stub v1.0.0
42042026-07-29T20:24:24.041Z Compiling trait-variant v0.1.2
42052026-07-29T20:24:24.041Z Checking is_ci v1.2.0
42062026-07-29T20:24:24.157Z Checking maplit v1.0.2
42072026-07-29T20:24:24.237Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42082026-07-29T20:24:24.277Z Checking supports-color v3.0.2
42092026-07-29T20:24:24.335Z Checking git-stub-vcs v0.1.0
42102026-07-29T20:24:24.370Z Checking drift v0.2.0
42112026-07-29T20:24:24.400Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42122026-07-29T20:24:24.440Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42132026-07-29T20:24:24.530Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42142026-07-29T20:24:24.658Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42152026-07-29T20:24:24.685Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42162026-07-29T20:24:24.718Z Checking dropshot-api-manager v0.7.2
42172026-07-29T20:24:24.758Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42182026-07-29T20:24:24.965Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42192026-07-29T20:24:25.102Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42202026-07-29T20:24:25.435Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42212026-07-29T20:24:26.075Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42222026-07-29T20:24:26.082Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42232026-07-29T20:24:30.461Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42242026-07-29T20:24:31.430Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42252026-07-29T20:24:31.974Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42262026-07-29T20:24:32.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
42272026-07-29T20:24:32.434Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-07-29T20:24:32.434Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-07-29T20:24:32.624Z
42302026-07-29T20:24:32.624Zinfo: running `cargo check --bins` on installinator-api (248/301)
42312026-07-29T20:24:33.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-29T20:24:33.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-29T20:24:33.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-29T20:24:33.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42352026-07-29T20:24:33.201Z
42362026-07-29T20:24:33.201Zinfo: running `cargo check --bins` on nexus-external-api (249/301)
42372026-07-29T20:24:33.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-29T20:24:33.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-29T20:24:33.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-29T20:24:33.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42412026-07-29T20:24:33.812Z
42422026-07-29T20:24:33.812Zinfo: running `cargo check --bins` on nexus-internal-api (250/301)
42432026-07-29T20:24:34.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-29T20:24:34.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-29T20:24:34.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-29T20:24:34.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42472026-07-29T20:24:34.430Z
42482026-07-29T20:24:34.430Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/301)
42492026-07-29T20:24:34.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-29T20:24:34.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-29T20:24:34.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-29T20:24:34.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42532026-07-29T20:24:35.044Z
42542026-07-29T20:24:35.044Zinfo: running `cargo check --bins` on ntp-admin-api (252/301)
42552026-07-29T20:24:35.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-29T20:24:35.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-29T20:24:35.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-29T20:24:35.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42592026-07-29T20:24:35.625Z
42602026-07-29T20:24:35.625Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/301)
42612026-07-29T20:24:36.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-29T20:24:36.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-29T20:24:36.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-07-29T20:24:36.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42652026-07-29T20:24:36.188Z
42662026-07-29T20:24:36.188Zinfo: running `cargo check --bins` on wicketd-api (254/301)
42672026-07-29T20:24:36.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-07-29T20:24:36.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-07-29T20:24:36.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-07-29T20:24:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42712026-07-29T20:24:36.781Z
42722026-07-29T20:24:36.781Zinfo: running `cargo check --bins` on wicketd-commission-api (255/301)
42732026-07-29T20:24:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-07-29T20:24:37.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-07-29T20:24:37.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-07-29T20:24:37.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42772026-07-29T20:24:37.366Z
42782026-07-29T20:24:37.366Zinfo: running `cargo check --bins` on omicron-ls-apis (256/301)
42792026-07-29T20:24:37.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-07-29T20:24:37.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-07-29T20:24:37.982Z Compiling blake3 v1.8.5
42822026-07-29T20:24:38.090Z Checking constant_time_eq v0.4.2
42832026-07-29T20:24:38.091Z Checking arrayvec v0.7.6
42842026-07-29T20:24:38.094Z Checking arrayref v0.3.9
42852026-07-29T20:24:38.116Z Checking cargo-platform v0.3.2
42862026-07-29T20:24:38.116Z Checking topological-sort v0.2.2
42872026-07-29T20:24:38.119Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42882026-07-29T20:24:38.271Z Checking cargo_metadata v0.23.1
42892026-07-29T20:24:38.970Z Checking omicron-zone-package v0.12.3
42902026-07-29T20:24:39.685Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42912026-07-29T20:24:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
42922026-07-29T20:24:40.680Z
42932026-07-29T20:24:40.680Zinfo: running `cargo check --bins` on mgs-dev (257/301)
42942026-07-29T20:24:41.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-07-29T20:24:41.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-07-29T20:24:41.402Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42972026-07-29T20:24:42.039Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42982026-07-29T20:24:42.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42992026-07-29T20:24:42.751Z
43002026-07-29T20:24:42.751Zinfo: running `cargo check --bins` on omicron-omdb (258/301)
43012026-07-29T20:24:43.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-07-29T20:24:43.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-07-29T20:24:43.720Z Compiling darling_core v0.21.3
43042026-07-29T20:24:43.720Z Compiling vergen-lib v0.1.6
43052026-07-29T20:24:43.725Z Compiling diesel_derives v2.3.7
43062026-07-29T20:24:43.725Z Checking scheduled-thread-pool v0.2.7
43072026-07-29T20:24:43.725Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43082026-07-29T20:24:43.725Z Compiling vergen-gitcl v1.0.8
43092026-07-29T20:24:43.725Z Compiling diesel_table_macro_syntax v0.3.0
43102026-07-29T20:24:43.725Z Compiling dirs-sys-next v0.1.2
43112026-07-29T20:24:44.039Z Compiling crunchy v0.2.4
43122026-07-29T20:24:44.070Z Compiling glob v0.3.3
43132026-07-29T20:24:44.094Z Checking r2d2 v0.8.10
43142026-07-29T20:24:44.162Z Compiling dirs-next v2.0.0
43152026-07-29T20:24:44.201Z Checking downcast-rs v2.0.2
43162026-07-29T20:24:44.271Z Compiling tiny-keccak v2.0.2
43172026-07-29T20:24:44.288Z Compiling term v0.7.0
43182026-07-29T20:24:44.443Z Compiling clang-sys v1.8.1
43192026-07-29T20:24:44.479Z Compiling bit-vec v0.6.3
43202026-07-29T20:24:44.517Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43212026-07-29T20:24:44.699Z Compiling bit-set v0.5.3
43222026-07-29T20:24:44.723Z Compiling ascii-canvas v3.0.0
43232026-07-29T20:24:44.825Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43242026-07-29T20:24:44.831Z Compiling itertools v0.10.5
43252026-07-29T20:24:44.895Z Compiling ena v0.14.4
43262026-07-29T20:24:44.911Z Compiling libloading v0.8.9
43272026-07-29T20:24:44.927Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43282026-07-29T20:24:44.960Z Compiling bindgen v0.71.1
43292026-07-29T20:24:44.998Z Compiling regex-syntax v0.6.29
43302026-07-29T20:24:45.079Z Compiling diff v0.1.13
43312026-07-29T20:24:45.375Z Compiling cexpr v0.6.0
43322026-07-29T20:24:45.407Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43332026-07-29T20:24:45.553Z Compiling rustc-hash v2.1.1
43342026-07-29T20:24:45.687Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43352026-07-29T20:24:45.781Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43362026-07-29T20:24:45.907Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43372026-07-29T20:24:46.055Z Compiling libxml v0.3.3
43382026-07-29T20:24:46.156Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43392026-07-29T20:24:46.207Z Compiling strum_macros v0.24.3
43402026-07-29T20:24:46.319Z Compiling lalrpop v0.19.12
43412026-07-29T20:24:46.344Z Compiling indoc v1.0.9
43422026-07-29T20:24:46.386Z Compiling darling_macro v0.21.3
43432026-07-29T20:24:46.883Z Compiling darling v0.21.3
43442026-07-29T20:24:46.974Z Compiling dsl_auto_type v0.2.0
43452026-07-29T20:24:47.063Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43462026-07-29T20:24:47.254Z Checking derive_builder v0.20.2
43472026-07-29T20:24:47.377Z Compiling oso-derive v0.27.3
43482026-07-29T20:24:47.537Z Checking quick-xml v0.37.5
43492026-07-29T20:24:47.562Z Compiling impl-trait-for-tuples v0.2.3
43502026-07-29T20:24:47.912Z Checking openssl-probe v0.1.6
43512026-07-29T20:24:48.058Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43522026-07-29T20:24:48.475Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43532026-07-29T20:24:48.656Z Checking bb8 v0.8.6
43542026-07-29T20:24:48.761Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552026-07-29T20:24:48.822Z Checking nonempty v0.12.0
43562026-07-29T20:24:48.965Z Compiling libz-sys v1.1.24
43572026-07-29T20:24:48.981Z Compiling strsim v0.10.0
43582026-07-29T20:24:49.003Z Compiling libgit2-sys v0.18.3+1.9.2
43592026-07-29T20:24:49.231Z Compiling darling_core v0.13.4
43602026-07-29T20:24:49.309Z Compiling vergen-git2 v9.1.0
43612026-07-29T20:24:49.410Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43622026-07-29T20:24:49.638Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43632026-07-29T20:24:49.662Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43642026-07-29T20:24:49.874Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43652026-07-29T20:24:50.055Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43662026-07-29T20:24:50.254Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43672026-07-29T20:24:50.443Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43682026-07-29T20:24:50.610Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43692026-07-29T20:24:50.633Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43702026-07-29T20:24:50.818Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43712026-07-29T20:24:51.011Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43722026-07-29T20:24:51.030Z Compiling darling_macro v0.13.4
43732026-07-29T20:24:51.218Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-07-29T20:24:51.529Z Compiling darling v0.13.4
43752026-07-29T20:24:51.606Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-29T20:24:51.634Z Compiling serde_with_macros v1.5.2
43772026-07-29T20:24:51.983Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43782026-07-29T20:24:52.314Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43792026-07-29T20:24:52.460Z Compiling serde_with v1.14.0
43802026-07-29T20:24:52.561Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43812026-07-29T20:24:52.925Z Checking diesel v2.3.7
43822026-07-29T20:24:53.676Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43832026-07-29T20:24:54.112Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43842026-07-29T20:24:54.496Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43852026-07-29T20:24:55.195Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43862026-07-29T20:24:55.291Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43872026-07-29T20:24:55.741Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43882026-07-29T20:24:55.857Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43892026-07-29T20:24:56.379Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43902026-07-29T20:24:56.435Z Checking twox-hash v2.1.2
43912026-07-29T20:24:56.575Z Checking libsw-core v0.3.2
43922026-07-29T20:24:56.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43932026-07-29T20:24:56.730Z Checking libsw v3.5.0
43942026-07-29T20:24:56.747Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43952026-07-29T20:24:56.917Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43962026-07-29T20:24:57.109Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43972026-07-29T20:24:57.270Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43982026-07-29T20:24:58.501Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43992026-07-29T20:24:58.571Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44002026-07-29T20:24:59.004Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44012026-07-29T20:24:59.287Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44022026-07-29T20:24:59.764Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44032026-07-29T20:24:59.921Z Checking console v0.16.2
44042026-07-29T20:25:00.231Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44052026-07-29T20:25:00.259Z Checking fatfs v0.3.6
44062026-07-29T20:25:00.380Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44072026-07-29T20:25:00.719Z Checking unit-prefix v0.5.2
44082026-07-29T20:25:00.858Z Compiling seq-macro v0.3.6
44092026-07-29T20:25:01.366Z Checking indicatif v0.18.4
44102026-07-29T20:25:01.720Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44112026-07-29T20:25:01.744Z Checking oxide-update-engine-display v0.1.2
44122026-07-29T20:25:01.818Z Checking support-bundle-viewer v0.1.2
44132026-07-29T20:25:02.025Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44142026-07-29T20:25:02.053Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44152026-07-29T20:25:02.370Z Checking multimap v0.10.1
44162026-07-29T20:25:08.017Z Checking diesel-dtrace v0.5.0
44172026-07-29T20:25:08.265Z Checking async-bb8-diesel v0.2.1
44182026-07-29T20:25:11.562Z Compiling samael v0.0.19
44192026-07-29T20:25:16.205Z Compiling git2 v0.20.4
44202026-07-29T20:25:17.579Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44212026-07-29T20:25:18.512Z Compiling polar-core v0.27.3
44222026-07-29T20:25:18.704Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44232026-07-29T20:25:23.024Z Checking oso v0.27.3
44242026-07-29T20:25:55.468Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44252026-07-29T20:27:10.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
44262026-07-29T20:27:10.006Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44272026-07-29T20:27:10.006Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44282026-07-29T20:27:10.224Z
44292026-07-29T20:27:10.224Zinfo: running `cargo check --bins` on nexus-networking (259/301)
44302026-07-29T20:27:10.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-29T20:27:10.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-29T20:27:10.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-29T20:27:10.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44342026-07-29T20:27:10.890Z
44352026-07-29T20:27:10.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301)
44362026-07-29T20:27:11.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-29T20:27:11.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-29T20:27:11.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-29T20:27:11.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44402026-07-29T20:27:11.518Z
44412026-07-29T20:27:11.518Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/301)
44422026-07-29T20:27:12.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-29T20:27:12.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-29T20:27:12.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-29T20:27:12.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44462026-07-29T20:27:12.151Z
44472026-07-29T20:27:12.151Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/301)
44482026-07-29T20:27:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-29T20:27:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-29T20:27:12.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-29T20:27:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44522026-07-29T20:27:12.705Z
44532026-07-29T20:27:12.705Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/301)
44542026-07-29T20:27:13.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-29T20:27:13.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-29T20:27:13.535Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44572026-07-29T20:27:14.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44582026-07-29T20:27:14.693Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44592026-07-29T20:27:14.693Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44602026-07-29T20:27:14.693Z
44612026-07-29T20:27:14.693Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301)
44622026-07-29T20:27:15.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-29T20:27:15.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-29T20:27:15.332Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44652026-07-29T20:27:53.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.02s
44662026-07-29T20:27:53.552Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44672026-07-29T20:27:53.552Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44682026-07-29T20:27:53.771Z
44692026-07-29T20:27:53.772Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301)
44702026-07-29T20:27:54.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-29T20:27:54.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-29T20:27:54.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-29T20:27:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44742026-07-29T20:27:54.330Z
44752026-07-29T20:27:54.330Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301)
44762026-07-29T20:27:54.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-29T20:27:54.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-29T20:27:54.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-29T20:27:54.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44802026-07-29T20:27:54.895Z
44812026-07-29T20:27:54.895Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/301)
44822026-07-29T20:27:55.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-29T20:27:55.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-29T20:27:55.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-29T20:27:55.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44862026-07-29T20:27:55.528Z
44872026-07-29T20:27:55.528Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301)
44882026-07-29T20:27:56.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-29T20:27:56.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-29T20:27:56.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-29T20:27:56.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44922026-07-29T20:27:56.169Z
44932026-07-29T20:27:56.169Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/301)
44942026-07-29T20:27:56.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-29T20:27:56.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-29T20:27:56.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-29T20:27:56.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44982026-07-29T20:27:56.806Z
44992026-07-29T20:27:56.806Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/301)
45002026-07-29T20:27:57.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-29T20:27:57.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-29T20:27:57.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-29T20:27:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45042026-07-29T20:27:57.432Z
45052026-07-29T20:27:57.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/301)
45062026-07-29T20:27:57.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-29T20:27:57.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-29T20:27:57.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-07-29T20:27:57.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45102026-07-29T20:27:58.078Z
45112026-07-29T20:27:58.078Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301)
45122026-07-29T20:27:58.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-29T20:27:58.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-29T20:27:58.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-07-29T20:27:58.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45162026-07-29T20:27:58.715Z
45172026-07-29T20:27:58.716Zinfo: running `cargo check --bins` on nexus-switch-config (273/301)
45182026-07-29T20:27:59.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-07-29T20:27:59.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-07-29T20:27:59.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-07-29T20:27:59.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45222026-07-29T20:27:59.336Z
45232026-07-29T20:27:59.336Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/301)
45242026-07-29T20:27:59.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-07-29T20:27:59.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-07-29T20:27:59.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-07-29T20:27:59.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45282026-07-29T20:27:59.978Z
45292026-07-29T20:27:59.978Zinfo: running `cargo check --bins` on support-bundle-collection (275/301)
45302026-07-29T20:28:00.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-07-29T20:28:00.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-07-29T20:28:00.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-07-29T20:28:00.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45342026-07-29T20:28:00.599Z
45352026-07-29T20:28:00.599Zinfo: running `cargo check --bins` on omicron-dev (276/301)
45362026-07-29T20:28:01.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-29T20:28:01.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-29T20:28:01.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45392026-07-29T20:28:01.488Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45402026-07-29T20:28:01.677Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45412026-07-29T20:28:01.708Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45422026-07-29T20:28:01.712Z Checking diff v0.1.13
45432026-07-29T20:28:01.712Z Checking yansi v1.0.1
45442026-07-29T20:28:01.753Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45452026-07-29T20:28:01.756Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45462026-07-29T20:28:01.967Z Checking pretty_assertions v1.4.1
45472026-07-29T20:28:02.855Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45482026-07-29T20:28:02.861Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45492026-07-29T20:28:27.645Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45502026-07-29T20:28:27.649Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45512026-07-29T20:28:27.649Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45522026-07-29T20:28:27.649Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45532026-07-29T20:28:27.649Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45542026-07-29T20:28:27.649Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45552026-07-29T20:28:27.649Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45562026-07-29T20:28:28.547Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45572026-07-29T20:28:28.547Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45582026-07-29T20:28:29.819Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45592026-07-29T20:29:07.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45602026-07-29T20:29:07.912Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45612026-07-29T20:29:07.912Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45622026-07-29T20:29:08.122Z
45632026-07-29T20:29:08.122Zinfo: running `cargo check --bins` on oximeter-load-test (277/301)
45642026-07-29T20:29:08.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-07-29T20:29:08.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-07-29T20:29:08.827Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45672026-07-29T20:29:09.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45682026-07-29T20:29:09.636Z
45692026-07-29T20:29:09.637Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45702026-07-29T20:29:10.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-07-29T20:29:10.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-07-29T20:29:10.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-07-29T20:29:10.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45742026-07-29T20:29:10.192Z
45752026-07-29T20:29:10.192Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45762026-07-29T20:29:10.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-07-29T20:29:10.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-07-29T20:29:10.970Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45792026-07-29T20:29:11.095Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45802026-07-29T20:29:11.102Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45812026-07-29T20:29:37.699Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45822026-07-29T20:29:38.100Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45832026-07-29T20:29:39.916Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45842026-07-29T20:29:40.344Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45852026-07-29T20:29:43.473Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45862026-07-29T20:30:07.339Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45872026-07-29T20:30:08.076Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45882026-07-29T20:30:09.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.57s
45892026-07-29T20:30:09.971Z
45902026-07-29T20:30:09.971Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45912026-07-29T20:30:10.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-29T20:30:10.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-29T20:30:10.686Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45942026-07-29T20:30:11.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45952026-07-29T20:30:11.577Z
45962026-07-29T20:30:11.578Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45972026-07-29T20:30:12.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-07-29T20:30:12.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-07-29T20:30:12.213Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46002026-07-29T20:30:12.318Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46012026-07-29T20:30:12.323Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46022026-07-29T20:30:12.323Z Checking sha2 v0.11.0
46032026-07-29T20:30:12.340Z Checking digest-io v0.1.0
46042026-07-29T20:30:12.341Z Checking rawzip v0.4.4
46052026-07-29T20:30:12.358Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46062026-07-29T20:30:12.362Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-07-29T20:30:12.449Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46082026-07-29T20:30:12.464Z Checking shell-words v1.1.1
46092026-07-29T20:30:14.076Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46102026-07-29T20:30:15.081Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46112026-07-29T20:30:16.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
46122026-07-29T20:30:16.336Z
46132026-07-29T20:30:16.336Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
46142026-07-29T20:30:16.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-29T20:30:16.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-29T20:30:16.967Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46172026-07-29T20:30:17.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
46182026-07-29T20:30:17.651Z
46192026-07-29T20:30:17.652Zinfo: running `cargo check --bins` on schema (283/301)
46202026-07-29T20:30:18.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-07-29T20:30:18.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-07-29T20:30:18.372Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46232026-07-29T20:30:19.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46242026-07-29T20:30:19.272Z
46252026-07-29T20:30:19.272Zinfo: running `cargo check --bins` on xtask (284/301)
46262026-07-29T20:30:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-07-29T20:30:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-07-29T20:30:19.673Z Checking serde_core v1.0.228
46292026-07-29T20:30:19.673Z Checking libc v0.2.185
46302026-07-29T20:30:19.676Z Checking bitflags v2.11.0
46312026-07-29T20:30:19.759Z Checking scroll v0.12.0
46322026-07-29T20:30:19.763Z Checking thiserror v1.0.69
46332026-07-29T20:30:19.774Z Checking log v0.4.29
46342026-07-29T20:30:19.779Z Checking zerocopy v0.7.35
46352026-07-29T20:30:19.782Z Checking indexmap v2.14.0
46362026-07-29T20:30:19.855Z Checking syn v2.0.117
46372026-07-29T20:30:19.891Z Checking dtrace-parser v0.2.0
46382026-07-29T20:30:19.918Z Checking once_cell v1.21.3
46392026-07-29T20:30:19.973Z Checking goblin v0.8.2
46402026-07-29T20:30:20.029Z Checking errno v0.3.14
46412026-07-29T20:30:20.087Z Checking thread-id v4.2.2
46422026-07-29T20:30:20.118Z Checking getrandom v0.4.1
46432026-07-29T20:30:20.152Z Checking rustix v1.1.3
46442026-07-29T20:30:20.163Z Checking memmap v0.7.0
46452026-07-29T20:30:20.247Z Checking thiserror v2.0.18
46462026-07-29T20:30:20.274Z Checking fs-err v3.3.0
46472026-07-29T20:30:20.289Z Checking tabled v0.15.0
46482026-07-29T20:30:20.304Z Checking anyhow v1.0.102
46492026-07-29T20:30:20.931Z Checking terminal_size v0.4.3
46502026-07-29T20:30:20.936Z Checking tempfile v3.25.0
46512026-07-29T20:30:21.043Z Checking clap_builder v4.6.0
46522026-07-29T20:30:21.043Z Checking textwrap v0.16.2
46532026-07-29T20:30:21.216Z Checking serde v1.0.228
46542026-07-29T20:30:21.220Z Checking serde_json v1.0.151
46552026-07-29T20:30:21.220Z Checking camino v1.2.2
46562026-07-29T20:30:21.252Z Checking cargo-platform v0.3.2
46572026-07-29T20:30:21.387Z Checking semver v1.0.28
46582026-07-29T20:30:21.468Z Checking camino-tempfile v1.4.1
46592026-07-29T20:30:21.628Z Checking toml_datetime v0.6.11
46602026-07-29T20:30:21.628Z Checking serde_spanned v0.6.9
46612026-07-29T20:30:21.628Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46622026-07-29T20:30:21.632Z Checking macaddr v1.0.1
46632026-07-29T20:30:21.800Z Checking toml_edit v0.22.27
46642026-07-29T20:30:21.811Z Checking cargo_metadata v0.23.1
46652026-07-29T20:30:21.825Z Checking dof v0.3.0
46662026-07-29T20:30:22.092Z Checking usdt-impl v0.5.0
46672026-07-29T20:30:22.236Z Checking clap v4.6.1
46682026-07-29T20:30:22.353Z Checking usdt v0.5.0
46692026-07-29T20:30:22.766Z Checking toml v0.8.23
46702026-07-29T20:30:23.023Z Checking cargo_toml v0.21.0
46712026-07-29T20:30:23.664Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46722026-07-29T20:30:24.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
46732026-07-29T20:30:24.156Z
46742026-07-29T20:30:24.156Zinfo: running `cargo check --bins` on dnsadm (285/301)
46752026-07-29T20:30:24.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-07-29T20:30:24.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-07-29T20:30:24.786Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46782026-07-29T20:30:25.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
46792026-07-29T20:30:25.481Z
46802026-07-29T20:30:25.481Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46812026-07-29T20:30:26.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-07-29T20:30:26.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-07-29T20:30:26.294Z Checking cpubits v0.1.1
46842026-07-29T20:30:26.422Z Checking pem-rfc7468 v1.0.0
46852026-07-29T20:30:26.435Z Checking hmac v0.13.0
46862026-07-29T20:30:26.435Z Checking universal-hash v0.6.1
46872026-07-29T20:30:26.459Z Checking ctr v0.10.1
46882026-07-29T20:30:26.459Z Checking aead v0.6.1
46892026-07-29T20:30:26.488Z Checking aes v0.9.1
46902026-07-29T20:30:26.491Z Checking crypto-bigint v0.7.5
46912026-07-29T20:30:26.516Z Checking salsa20 v0.11.0
46922026-07-29T20:30:26.566Z Checking polyval v0.7.1
46932026-07-29T20:30:26.588Z Checking der v0.8.0
46942026-07-29T20:30:26.588Z Checking pbkdf2 v0.13.0
46952026-07-29T20:30:26.603Z Checking cbc v0.2.1
46962026-07-29T20:30:26.684Z Checking ff v0.14.0
46972026-07-29T20:30:26.702Z Checking signature v3.0.0
46982026-07-29T20:30:26.706Z Checking scrypt v0.12.0
46992026-07-29T20:30:26.756Z Checking ghash v0.6.0
47002026-07-29T20:30:26.796Z Checking base16ct v1.0.0
47012026-07-29T20:30:26.809Z Checking group v0.14.0
47022026-07-29T20:30:26.831Z Checking hkdf v0.13.0
47032026-07-29T20:30:26.850Z Compiling curve25519-dalek v5.0.0
47042026-07-29T20:30:26.869Z Checking keccak v0.2.0
47052026-07-29T20:30:26.884Z Checking aes-gcm v0.11.0
47062026-07-29T20:30:26.903Z Checking poly1305 v0.9.0
47072026-07-29T20:30:26.938Z Checking wnaf v0.14.0
47082026-07-29T20:30:26.960Z Checking blowfish v0.10.0
47092026-07-29T20:30:27.024Z Checking blake2 v0.11.0-rc.6
47102026-07-29T20:30:27.041Z Checking sha3 v0.11.0
47112026-07-29T20:30:27.101Z Checking kem v0.3.0
47122026-07-29T20:30:27.118Z Checking bcrypt-pbkdf v0.11.0
47132026-07-29T20:30:27.173Z Checking module-lattice v0.2.3
47142026-07-29T20:30:27.216Z Checking sponge-cursor v0.1.0
47152026-07-29T20:30:27.271Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47162026-07-29T20:30:27.286Z Checking argon2 v0.6.0-rc.8
47172026-07-29T20:30:27.342Z Checking sha3 v0.12.0
47182026-07-29T20:30:27.361Z Checking spki v0.8.0
47192026-07-29T20:30:27.377Z Checking sec1 v0.8.1
47202026-07-29T20:30:27.394Z Checking ml-kem v0.3.2
47212026-07-29T20:30:27.449Z Checking internal-russh-num-bigint v0.5.0
47222026-07-29T20:30:27.527Z Checking pkcs5 v0.8.1
47232026-07-29T20:30:27.542Z Checking pkcs1 v0.8.0-rc.4
47242026-07-29T20:30:27.578Z Checking num-bigint v0.4.6
47252026-07-29T20:30:27.597Z Checking generic-array v1.4.3
47262026-07-29T20:30:27.744Z Checking russh-util v0.52.0
47272026-07-29T20:30:27.816Z Checking pkcs8 v0.11.0
47282026-07-29T20:30:27.866Z Compiling enum_dispatch v0.3.13
47292026-07-29T20:30:27.997Z Compiling delegate v0.13.5
47302026-07-29T20:30:28.019Z Checking ed25519 v3.0.0
47312026-07-29T20:30:28.137Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47322026-07-29T20:30:28.196Z Checking hex-literal v1.1.0
47332026-07-29T20:30:28.215Z Checking ed25519-dalek v3.0.0
47342026-07-29T20:30:28.297Z Checking md5 v0.8.0
47352026-07-29T20:30:28.335Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47362026-07-29T20:30:28.437Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47372026-07-29T20:30:28.471Z Checking socket2 v0.5.10
47382026-07-29T20:30:28.500Z Checking internet-checksum v0.2.1
47392026-07-29T20:30:28.543Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47402026-07-29T20:30:28.732Z Checking elliptic-curve v0.14.1
47412026-07-29T20:30:28.732Z Checking rfc6979 v0.6.0
47422026-07-29T20:30:28.736Z Checking primefield v0.14.0
47432026-07-29T20:30:28.736Z Checking ssh-encoding v0.3.0
47442026-07-29T20:30:28.803Z Checking crypto-primes v0.7.2
47452026-07-29T20:30:28.977Z Checking ssh-cipher v0.3.0
47462026-07-29T20:30:28.977Z Checking russh-cryptovec v0.62.0
47472026-07-29T20:30:29.114Z Checking primeorder v0.14.0
47482026-07-29T20:30:29.117Z Checking ecdsa v0.17.0
47492026-07-29T20:30:29.483Z Checking p521 v0.14.0
47502026-07-29T20:30:29.483Z Checking p384 v0.14.0
47512026-07-29T20:30:29.486Z Checking p256 v0.14.0
47522026-07-29T20:30:30.258Z Checking rsa v0.10.0-rc.18
47532026-07-29T20:30:32.379Z Checking ssh-key v0.7.0-rc.11
47542026-07-29T20:30:33.139Z Checking russh v0.62.4
47552026-07-29T20:30:48.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.00s
47562026-07-29T20:30:48.562Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47572026-07-29T20:30:48.562Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47582026-07-29T20:30:48.562Z
47592026-07-29T20:30:48.562Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47602026-07-29T20:30:48.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-29T20:30:48.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-29T20:30:48.562Z Checking termios v0.3.3
47632026-07-29T20:30:48.562Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47642026-07-29T20:30:48.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47652026-07-29T20:30:48.562Z
47662026-07-29T20:30:48.562Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47672026-07-29T20:30:49.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-29T20:30:49.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-29T20:30:49.072Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47702026-07-29T20:30:50.785Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47712026-07-29T20:30:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47722026-07-29T20:30:51.458Z
47732026-07-29T20:30:51.458Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47742026-07-29T20:30:51.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-07-29T20:30:51.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-07-29T20:30:52.087Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47772026-07-29T20:30:52.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47782026-07-29T20:30:52.696Z
47792026-07-29T20:30:52.696Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47802026-07-29T20:30:53.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-07-29T20:30:53.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-07-29T20:30:53.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47832026-07-29T20:30:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47842026-07-29T20:30:53.254Z
47852026-07-29T20:30:53.254Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47862026-07-29T20:30:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-07-29T20:30:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-07-29T20:30:53.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47892026-07-29T20:30:53.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47902026-07-29T20:30:53.818Z
47912026-07-29T20:30:53.818Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47922026-07-29T20:30:54.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-07-29T20:30:54.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-07-29T20:30:54.556Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47952026-07-29T20:30:55.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47962026-07-29T20:30:55.341Z
47972026-07-29T20:30:55.341Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47982026-07-29T20:30:55.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-07-29T20:30:55.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-07-29T20:30:55.979Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48012026-07-29T20:30:55.982Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48022026-07-29T20:30:56.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
48032026-07-29T20:30:57.084Z
48042026-07-29T20:30:57.084Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
48052026-07-29T20:30:57.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-07-29T20:30:57.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-07-29T20:30:57.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48082026-07-29T20:30:57.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48092026-07-29T20:30:57.643Z
48102026-07-29T20:30:57.643Zinfo: running `cargo check --bins` on omicron-package (295/301)
48112026-07-29T20:30:58.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-07-29T20:30:58.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-07-29T20:30:58.314Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48142026-07-29T20:30:59.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
48152026-07-29T20:30:59.584Z
48162026-07-29T20:30:59.584Zinfo: running `cargo check --bins` on tqdb (296/301)
48172026-07-29T20:31:00.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-07-29T20:31:00.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-07-29T20:31:00.352Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48202026-07-29T20:31:00.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48212026-07-29T20:31:01.218Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48222026-07-29T20:31:01.222Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48232026-07-29T20:31:07.462Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48242026-07-29T20:31:07.462Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48252026-07-29T20:31:08.070Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48262026-07-29T20:31:08.073Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48272026-07-29T20:31:08.073Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48282026-07-29T20:31:08.073Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48292026-07-29T20:31:08.859Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48302026-07-29T20:31:09.903Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48312026-07-29T20:31:10.751Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48322026-07-29T20:31:11.400Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48332026-07-29T20:31:16.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48342026-07-29T20:31:22.985Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48352026-07-29T20:31:22.989Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48362026-07-29T20:31:22.989Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48372026-07-29T20:31:22.989Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48382026-07-29T20:31:24.528Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48392026-07-29T20:31:25.859Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48402026-07-29T20:31:26.539Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48412026-07-29T20:31:27.770Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48422026-07-29T20:31:28.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.72s
48432026-07-29T20:31:28.516Z
48442026-07-29T20:31:28.517Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48452026-07-29T20:31:29.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-07-29T20:31:29.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-07-29T20:31:29.213Z Checking rtoolbox v0.0.3
48482026-07-29T20:31:29.330Z Checking tui-tree-widget v0.23.1
48492026-07-29T20:31:29.333Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48502026-07-29T20:31:29.433Z Checking rpassword v7.5.4
48512026-07-29T20:31:32.340Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48522026-07-29T20:31:34.158Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48532026-07-29T20:31:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
48542026-07-29T20:31:35.085Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48552026-07-29T20:31:35.086Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48562026-07-29T20:31:35.275Z
48572026-07-29T20:31:35.275Zinfo: running `cargo check --bins` on wicket (298/301)
48582026-07-29T20:31:35.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48592026-07-29T20:31:35.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48602026-07-29T20:31:35.969Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48612026-07-29T20:31:36.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
48622026-07-29T20:31:36.333Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48632026-07-29T20:31:36.333Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48642026-07-29T20:31:36.513Z
48652026-07-29T20:31:36.513Zinfo: running `cargo check --bins` on wicketd (299/301)
48662026-07-29T20:31:37.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48672026-07-29T20:31:37.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48682026-07-29T20:31:37.203Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48692026-07-29T20:31:40.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
48702026-07-29T20:31:40.936Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48712026-07-29T20:31:40.936Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48722026-07-29T20:31:41.116Z
48732026-07-29T20:31:41.117Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48742026-07-29T20:31:41.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48752026-07-29T20:31:41.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48762026-07-29T20:31:41.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48772026-07-29T20:31:41.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48782026-07-29T20:31:41.672Z
48792026-07-29T20:31:41.672Zinfo: running `cargo check --bins` on zone-setup (301/301)
48802026-07-29T20:31:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48812026-07-29T20:31:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48822026-07-29T20:31:42.338Z Checking uzers v0.12.2
48832026-07-29T20:31:42.605Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48842026-07-29T20:31:43.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48852026-07-29T20:31:43.583Z
48862026-07-29T20:31:43.583Zreal 13:57.199558672
48872026-07-29T20:31:43.583Zuser 20:49.028006479
48882026-07-29T20:31:43.583Zsys 4:15.666788657
48892026-07-29T20:31:43.583Ztrap 0.322032403
48902026-07-29T20:31:43.583Ztflt 0.623599833
48912026-07-29T20:31:43.583Zdflt 0.985976767
48922026-07-29T20:31:43.583Zkflt 0.005164412
48932026-07-29T20:31:43.583Zlock 1:29:32.826443462
48942026-07-29T20:31:43.583Zslp 1:39:58.788333767
48952026-07-29T20:31:43.583Zlat 54.544445485
48962026-07-29T20:31:43.583Zstop 3:59.724135007
48972026-07-29T20:31:43.586Zprocess exited: duration 963742 ms, exit code 0
 
48982026-07-29T20:31:43.593Zfound 0 output files