01KVTVY1NDN4B29R4JRP3H8TVS: 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: 01KVTVYH59PXQN3M2AC7NNGXSP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T18:31:04.774Zjob assigned to worker 01KVTVYV9Q8THYTM2GY74SFAN1 [factory aws, i-0cad4f13de92a3f49] (queued for 51 s)
 
22026-06-23T18:31:11.423Zstarting task 0: "setup"
32026-06-23T18:31:11.427Z++ uname -s
42026-06-23T18:31:11.430Z+ kern=SunOS
52026-06-23T18:31:11.430Z+ build_user=build
62026-06-23T18:31:11.430Z+ build_uid=12345
72026-06-23T18:31:11.430Z+ work_dir=/work
82026-06-23T18:31:11.430Z+ input_dir=/input
92026-06-23T18:31:11.430Z+ [[ 0 == 12345 ]]
102026-06-23T18:31:11.430Z+ case "$kern" in
112026-06-23T18:31:11.430Z+ groupadd -g 12345 build
122026-06-23T18:31:11.433Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T18:31:13.438Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T18:31:13.523Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T18:31:13.526Z+ home_fs=zfs
162026-06-23T18:31:13.526Z+ [[ zfs == autofs ]]
172026-06-23T18:31:13.526Z+ mkdir -p /home/build
182026-06-23T18:31:13.526Z+ chown build:build /home/build /work
192026-06-23T18:31:15.527Z+ chmod 0700 /home/build /work
202026-06-23T18:31:15.530Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-23T18:31:15.536Zstarting task 1: "rust-toolchain"
222026-06-23T18:31:15.540Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T18:31:15.540Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T18:31:15.540Z * rust toolchain channel = "1.96.0"
252026-06-23T18:31:15.540Z * rust toolchain profile = "default"
262026-06-23T18:31:15.540Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T18:31:15.540Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T18:31:15.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T18:31:15.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T18:31:15.623Zinfo: downloading installer
312026-06-23T18:31:17.222Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T18:31:17.222Zwarn: /home/build/.rustup/settings.toml
332026-06-23T18:31:17.222Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T18:31:17.222Zwarn: instead of the one inferred from the default host triple.
352026-06-23T18:31:17.235Zinfo: profile set to default
362026-06-23T18:31:17.235Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T18:31:17.238Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T18:31:17.374Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T18:31:17.376Zinfo: downloading 6 components
402026-06-23T18:31:33.930Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T18:31:33.930Z
422026-06-23T18:31:33.957Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T18:31:33.957Z
442026-06-23T18:31:33.957Z
452026-06-23T18:31:33.957ZRust is installed now. Great!
462026-06-23T18:31:33.957Z
472026-06-23T18:31:33.957ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T18:31:33.957Zenvironment variable. This has not been done automatically.
492026-06-23T18:31:33.957Z
502026-06-23T18:31:33.957ZTo configure your current shell, you need to source
512026-06-23T18:31:33.957Zthe corresponding env file under $HOME/.cargo.
522026-06-23T18:31:33.957Z
532026-06-23T18:31:33.957ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T18:31:33.960Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T18:31:33.960Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T18:31:33.960Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T18:31:33.960Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T18:31:33.960Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T18:31:33.960Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T18:31:33.960Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T18:31:33.960Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T18:31:34.047Z+ rustup --version
632026-06-23T18:31:34.056Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T18:31:34.059Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T18:31:34.077Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T18:31:34.079Z+ cargo --version
672026-06-23T18:31:34.093Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T18:31:34.096Z+ rustc --version
692026-06-23T18:31:34.116Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T18:31:34.119Zprocess exited: duration 18581 ms, exit code 0
 
712026-06-23T18:31:34.124Zstarting task 2: "authentication"
722026-06-23T18:31:34.140Zprocess exited: duration 16 ms, exit code 0
 
732026-06-23T18:31:34.146Zstarting task 3: "clone repository"
742026-06-23T18:31:34.149Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-23T18:31:34.152Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-23T18:31:34.182ZCloning into '/work/oxidecomputer/omicron'...
772026-06-23T18:31:44.272Z+ cd /work/oxidecomputer/omicron
782026-06-23T18:31:44.272Z+ git fetch origin 4f543d02facf6ec318ce2ad499d83b862ec721c1
792026-06-23T18:31:44.574ZFrom https://github.com/oxidecomputer/omicron
802026-06-23T18:31:44.574Z * branch 4f543d02facf6ec318ce2ad499d83b862ec721c1 -> FETCH_HEAD
812026-06-23T18:31:44.583Z+ [[ -n ixi/bump-propolis ]]
822026-06-23T18:31:44.586Z++ git branch --show-current
832026-06-23T18:31:44.586Z+ current=main
842026-06-23T18:31:44.586Z+ [[ main != ixi/bump-propolis ]]
852026-06-23T18:31:44.586Z+ git branch -f ixi/bump-propolis 4f543d02facf6ec318ce2ad499d83b862ec721c1
862026-06-23T18:31:44.591Z+ git checkout -f ixi/bump-propolis
872026-06-23T18:31:44.696ZSwitched to branch 'ixi/bump-propolis'
882026-06-23T18:31:44.699Z+ git reset --hard 4f543d02facf6ec318ce2ad499d83b862ec721c1
892026-06-23T18:31:44.805ZHEAD is now at 4f543d02f bump Propolis
902026-06-23T18:31:44.808Zprocess exited: duration 10660 ms, exit code 0
 
912026-06-23T18:31:44.815Zstarting task 4: "build"
922026-06-23T18:31:44.819Z+ source .github/buildomat/ci-env.sh
932026-06-23T18:31:44.819Z++ export CARGO_TERM_COLOR=always
942026-06-23T18:31:44.819Z++ CARGO_TERM_COLOR=always
952026-06-23T18:31:44.819Z+ cargo --version
962026-06-23T18:31:44.829Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-23T18:31:44.832Z+ rustc --version
982026-06-23T18:31:44.851Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-23T18:31:44.855Z+ source ./env.sh
1002026-06-23T18:31:44.855Z++ OLD_SHELL_OPTS=ehxB
1012026-06-23T18:31:44.855Z++ set -o xtrace
1022026-06-23T18:31:44.857Z++++ dirname ./env.sh
1032026-06-23T18:31:44.857Z+++ readlink -f .
1042026-06-23T18:31:44.860Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-23T18:31:44.860Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-23T18:31:44.860Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-23T18:31:44.860Z++ 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
1082026-06-23T18:31:44.860Z++ 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
1092026-06-23T18:31:44.860Z++ 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
1102026-06-23T18:31:44.861Z++ 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
1112026-06-23T18:31:44.861Z++ 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
1122026-06-23T18:31:44.861Z++ 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
1132026-06-23T18:31:44.861Z++ 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
1142026-06-23T18:31:44.861Z++ 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
1152026-06-23T18:31:44.861Z++ case $OLD_SHELL_OPTS in
1162026-06-23T18:31:44.861Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-23T18:31:44.861Z+ 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
1182026-06-23T18:31:44.861Z+ 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
1192026-06-23T18:31:44.861Z+ banner prerequisites
1202026-06-23T18:31:44.864Z
1212026-06-23T18:31:44.864Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-23T18:31:44.864Z # # # # # # # # # # # # # # #
1232026-06-23T18:31:44.864Z # # # # ##### # # ##### # # # # # #### #
1242026-06-23T18:31:44.864Z ##### ##### # ##### # # # # # # # # #
1252026-06-23T18:31:44.864Z # # # # # # # # # # # # # # #
1262026-06-23T18:31:44.864Z # # # ###### # # ###### ### # #### # #### #
1272026-06-23T18:31:44.864Z
1282026-06-23T18:31:44.864Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-23T18:31:46.338Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-23T18:31:46.433Z Startup: Caching catalogs ... Done
1312026-06-23T18:31:46.847ZPlanning: Solver setup ... Done (0.371s)
1322026-06-23T18:31:46.871ZPlanning: Running solver ... Done (0.024s)
1332026-06-23T18:31:46.882ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-23T18:31:46.893ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-23T18:31:46.915ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-23T18:31:46.928ZPlanning: Package planning ... Done (0.014s)
1372026-06-23T18:31:46.931ZPlanning: Merging actions ... Done (0.001s)
1382026-06-23T18:31:47.097ZPlanning: Checking for conflicting actions ... Done (0.167s)
1392026-06-23T18:31:47.100ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-23T18:31:47.911ZPlanning: Evaluating mediators ... Done (0.813s)
1412026-06-23T18:31:47.914ZPlanning: Planning completed in 1.46 seconds
1422026-06-23T18:31:47.920Z Packages to install: 2
1432026-06-23T18:31:47.923Z Estimated space available: 156.06 GB
1442026-06-23T18:31:47.923ZEstimated space to be consumed: 28.17 MB
1452026-06-23T18:31:47.923Z Create boot environment: No
1462026-06-23T18:31:47.923ZCreate backup boot environment: No
1472026-06-23T18:31:47.923Z Rebuild boot archive: No
1482026-06-23T18:31:47.923Z
1492026-06-23T18:31:47.923ZChanged packages:
1502026-06-23T18:31:47.923Zhelios
1512026-06-23T18:31:47.923Z developer/build-essential
1522026-06-23T18:31:47.923Z None -> 11-3.0
1532026-06-23T18:31:47.923Z library/libxmlsec1
1542026-06-23T18:31:47.923Z None -> 1.2.35-3.0
1552026-06-23T18:31:47.944Z
1562026-06-23T18:31:47.944ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-23T18:31:48.422ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-06-23T18:31:48.477Z Actions: 1/268 actions (Installing new actions)
1592026-06-23T18:31:48.515Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-23T18:31:48.525ZFinalize: Updating package state database ... Done (0.009s)
1612026-06-23T18:31:48.525ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-23T18:31:48.550ZFinalize: Updating image state ... Done (0.025s)
1632026-06-23T18:31:50.933ZFinalize: Creating fast lookup database ... Done (2.359s)
1642026-06-23T18:31:50.998ZFinalize: Reading search index ... Done (0.012s)
1652026-06-23T18:31:51.001ZFinalize: Updating search index ... Done (0.000s)
1662026-06-23T18:31:51.085ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-23T18:31:51.389ZPlanning: Evaluating mediator changes ... Done
1682026-06-23T18:31:51.494ZPlanning: Checking for conflicting actions ... Done
1692026-06-23T18:31:51.497ZPlanning: Consolidating action changes ... Done
1702026-06-23T18:31:51.649ZPlanning: Evaluating mediators ... Done
1712026-06-23T18:31:51.652ZPlanning: Planning completed in 0.26 seconds
1722026-06-23T18:31:51.672Z Mediators to change: 2
1732026-06-23T18:31:51.672Z Create boot environment: No
1742026-06-23T18:31:51.672ZCreate backup boot environment: No
1752026-06-23T18:31:51.733ZFinalize: Updating package state database ... Done
1762026-06-23T18:31:51.733ZFinalize: Updating package cache ... Done
1772026-06-23T18:31:51.750ZFinalize: Updating image state ... Done
1782026-06-23T18:31:53.676ZFinalize: Creating fast lookup database ... Done
1792026-06-23T18:31:53.741ZFinalize: Reading search index ... Done
1802026-06-23T18:31:53.744ZFinalize: Updating search index ... Done
1812026-06-23T18:31:53.815ZFinalize: Updating package cache ... Done
1822026-06-23T18:31:54.102ZPlanning: Evaluating mediator changes ... Done
1832026-06-23T18:31:54.208ZPlanning: Checking for conflicting actions ... Done
1842026-06-23T18:31:54.211ZPlanning: Consolidating action changes ... Done
1852026-06-23T18:31:54.365ZPlanning: Evaluating mediators ... Done
1862026-06-23T18:31:54.368ZPlanning: Planning completed in 0.26 seconds
1872026-06-23T18:31:54.387Z Mediators to change: 1
1882026-06-23T18:31:54.387Z Create boot environment: No
1892026-06-23T18:31:54.387ZCreate backup boot environment: No
1902026-06-23T18:31:54.441ZFinalize: Updating package state database ... Done
1912026-06-23T18:31:54.444ZFinalize: Updating package cache ... Done
1922026-06-23T18:31:54.455ZFinalize: Updating image state ... Done
1932026-06-23T18:31:56.373ZFinalize: Creating fast lookup database ... Done
1942026-06-23T18:31:56.434ZFinalize: Reading search index ... Done
1952026-06-23T18:31:56.437ZFinalize: Updating search index ... Done
1962026-06-23T18:31:56.507ZFinalize: Updating package cache ... Done
1972026-06-23T18:31:56.817ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-23T18:31:56.817Zapache system 2.4 system
1992026-06-23T18:31:56.817Zclang system 15 system
2002026-06-23T18:31:56.817Zcsh system system illumos
2012026-06-23T18:31:56.817Zctags system system illumos
2022026-06-23T18:31:56.817Zfile vendor vendor darwinsys
2032026-06-23T18:31:56.817Zfile system system illumos
2042026-06-23T18:31:56.817Zgcc vendor 14 vendor
2052026-06-23T18:31:56.817Zgcc system 13 system
2062026-06-23T18:31:56.817Zgcc system 10 system
2072026-06-23T18:31:56.817Zgo system 1.25 system
2082026-06-23T18:31:56.817Zllvm system 15 system
2092026-06-23T18:31:56.817Zmariadb system 11.4 system
2102026-06-23T18:31:56.817Zmta vendor vendor dma
2112026-06-23T18:31:56.817Zopenjdk system 17 system
2122026-06-23T18:31:56.817Zopenjdk system 11 system
2132026-06-23T18:31:56.817Zopenssl vendor 3 vendor
2142026-06-23T18:31:56.817Zperl system 5.40 system
2152026-06-23T18:31:56.817Zpostgresql system 18 system
2162026-06-23T18:31:56.817Zpostgresql system 17 system
2172026-06-23T18:31:56.817Zpython vendor 3 vendor
2182026-06-23T18:31:56.817Zpython system 2 system
2192026-06-23T18:31:56.817Zpython3 vendor 3.13 vendor
2202026-06-23T18:31:56.818Zruby system 3.4 system
2212026-06-23T18:31:56.818Zruby system 3.0 system
2222026-06-23T18:31:56.818Zwords vendor vendor american-english
2232026-06-23T18:31:56.818Zwords system system australian-english
2242026-06-23T18:31:56.818Zwords system system british-english
2252026-06-23T18:31:56.818Zwords system system canadian-english
2262026-06-23T18:31:56.818Zwords system system french
2272026-06-23T18:31:56.818Zwords system system italian
2282026-06-23T18:31:56.818Zwords system system ngerman
2292026-06-23T18:31:56.818Zwords system system ogerman
2302026-06-23T18:31:56.818Zwords system system spanish
2312026-06-23T18:31:57.067ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-23T18:31:57.067Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-23T18:31:57.358ZFMRI IFO
2342026-06-23T18:31:57.358Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-23T18:31:57.359Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-23T18:31:57.359Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-23T18:31:57.359Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-23T18:31:57.359Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-23T18:31:57.359Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-23T18:31:57.359Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-23T18:31:57.359Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-23T18:31:57.359Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-23T18:31:57.614Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-23T18:31:57.920Z Updating crates.io index
2452026-06-23T18:31:57.923Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-23T18:31:58.160Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-23T18:31:58.503Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-23T18:31:58.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-23T18:31:59.720Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-23T18:32:00.271Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-23T18:32:01.877Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-23T18:32:02.619Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-23T18:32:02.890Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-23T18:32:03.906Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-23T18:32:04.203Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-23T18:32:04.551Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-23T18:32:04.783Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-23T18:32:05.216Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-23T18:32:05.667Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-23T18:32:05.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-23T18:32:06.140Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-23T18:32:06.382Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-23T18:32:06.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-23T18:32:06.860Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-23T18:32:07.086Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-23T18:32:07.326Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-23T18:32:07.723Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-23T18:32:08.014Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-23T18:32:08.228Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-23T18:32:08.590Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-23T18:32:08.814Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-23T18:32:09.350Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-23T18:32:09.565Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-23T18:32:09.805Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752026-06-23T18:32:10.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-23T18:32:10.517Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-23T18:32:10.905Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-23T18:32:11.135Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-23T18:32:11.387Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-23T18:32:11.717Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-23T18:32:12.020Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-23T18:32:12.298Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-23T18:32:12.595Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-23T18:32:12.837Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-23T18:32:13.067Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-23T18:32:15.818Z Downloading crates ...
2872026-06-23T18:32:15.870Z Downloaded crypto-common v0.1.7
2882026-06-23T18:32:15.874Z Downloaded anstream v1.0.0
2892026-06-23T18:32:15.877Z Downloaded equivalent v1.0.2
2902026-06-23T18:32:15.880Z Downloaded pretty-hex v0.4.1
2912026-06-23T18:32:15.880Z Downloaded errno v0.3.14
2922026-06-23T18:32:15.883Z Downloaded cpufeatures v0.2.17
2932026-06-23T18:32:15.883Z Downloaded cargo_metadata v0.21.0
2942026-06-23T18:32:15.885Z Downloaded digest v0.10.7
2952026-06-23T18:32:15.888Z Downloaded clap_lex v1.0.0
2962026-06-23T18:32:15.888Z Downloaded camino v1.2.2
2972026-06-23T18:32:15.891Z Downloaded zmij v1.0.21
2982026-06-23T18:32:15.897Z Downloaded cfg-if v1.0.4
2992026-06-23T18:32:15.897Z Downloaded heck v0.4.1
3002026-06-23T18:32:15.904Z Downloaded fnv v1.0.7
3012026-06-23T18:32:15.907Z Downloaded textwrap v0.16.2
3022026-06-23T18:32:15.907Z Downloaded colorchoice v1.0.4
3032026-06-23T18:32:15.910Z Downloaded unicode-ident v1.0.24
3042026-06-23T18:32:15.910Z Downloaded writeable v0.6.2
3052026-06-23T18:32:15.910Z Downloaded utf8parse v0.2.2
3062026-06-23T18:32:15.912Z Downloaded displaydoc v0.2.5
3072026-06-23T18:32:15.912Z Downloaded cargo_toml v0.21.0
3082026-06-23T18:32:15.914Z Downloaded bytecount v0.6.9
3092026-06-23T18:32:15.914Z Downloaded erased-serde v0.4.9
3102026-06-23T18:32:15.917Z Downloaded thiserror v2.0.18
3112026-06-23T18:32:15.919Z Downloaded usdt-impl v0.5.0
3122026-06-23T18:32:15.919Z Downloaded dtrace-parser v0.2.0
3132026-06-23T18:32:15.922Z Downloaded fastrand v2.3.0
3142026-06-23T18:32:15.922Z Downloaded cargo-platform v0.2.0
3152026-06-23T18:32:15.922Z Downloaded utf8_iter v1.0.4
3162026-06-23T18:32:15.924Z Downloaded yoke-derive v0.8.1
3172026-06-23T18:32:15.924Z Downloaded version_check v0.9.5
3182026-06-23T18:32:15.927Z Downloaded typeid v1.0.3
3192026-06-23T18:32:15.927Z Downloaded dof v0.3.0
3202026-06-23T18:32:15.930Z Downloaded unicode-linebreak v0.1.5
3212026-06-23T18:32:15.932Z Downloaded zerofrom-derive v0.1.6
3222026-06-23T18:32:15.932Z Downloaded idna_adapter v1.2.1
3232026-06-23T18:32:15.935Z Downloaded form_urlencoded v1.2.2
3242026-06-23T18:32:15.935Z Downloaded thread-id v4.2.2
3252026-06-23T18:32:15.935Z Downloaded pest_generator v2.8.6
3262026-06-23T18:32:15.935Z Downloaded camino-tempfile v1.4.1
3272026-06-23T18:32:15.937Z Downloaded usdt v0.5.0
3282026-06-23T18:32:15.937Z Downloaded unicode-xid v0.2.6
3292026-06-23T18:32:15.940Z Downloaded anstyle-parse v1.0.0
3302026-06-23T18:32:15.942Z Downloaded toml_datetime v0.6.11
3312026-06-23T18:32:15.942Z Downloaded thiserror-impl v1.0.69
3322026-06-23T18:32:15.945Z Downloaded zerotrie v0.2.3
3332026-06-23T18:32:15.947Z Downloaded cargo-util-schemas v0.8.2
3342026-06-23T18:32:15.947Z Downloaded fs-err v3.3.0
3352026-06-23T18:32:15.950Z Downloaded is_terminal_polyfill v1.70.2
3362026-06-23T18:32:15.950Z Downloaded yoke v0.8.1
3372026-06-23T18:32:15.953Z Downloaded toml v0.8.23
3382026-06-23T18:32:15.953Z Downloaded ordered-float v2.10.1
3392026-06-23T18:32:15.955Z Downloaded thiserror v1.0.69
3402026-06-23T18:32:15.958Z Downloaded zerofrom v0.1.6
3412026-06-23T18:32:15.958Z Downloaded autocfg v1.5.0
3422026-06-23T18:32:15.960Z Downloaded synstructure v0.13.2
3432026-06-23T18:32:15.963Z Downloaded byteorder v1.5.0
3442026-06-23T18:32:15.968Z Downloaded smawk v0.3.2
3452026-06-23T18:32:15.971Z Downloaded zerocopy-derive v0.7.35
3462026-06-23T18:32:15.973Z Downloaded usdt-macro v0.5.0
3472026-06-23T18:32:15.973Z Downloaded terminal_size v0.4.3
3482026-06-23T18:32:15.973Z Downloaded serde-value v0.7.0
3492026-06-23T18:32:15.973Z Downloaded block-buffer v0.10.4
3502026-06-23T18:32:15.976Z Downloaded anstyle-query v1.1.5
3512026-06-23T18:32:15.976Z Downloaded ucd-trie v0.1.7
3522026-06-23T18:32:15.976Z Downloaded percent-encoding v2.3.2
3532026-06-23T18:32:15.976Z Downloaded toml_write v0.1.2
3542026-06-23T18:32:15.979Z Downloaded scroll_derive v0.12.1
3552026-06-23T18:32:15.979Z Downloaded proc-macro-error-attr v1.0.4
3562026-06-23T18:32:15.979Z Downloaded generic-array v0.14.7
3572026-06-23T18:32:15.979Z Downloaded url v2.5.8
3582026-06-23T18:32:15.982Z Downloaded zerovec-derive v0.11.2
3592026-06-23T18:32:15.982Z Downloaded tinystr v0.8.2
3602026-06-23T18:32:15.984Z Downloaded thiserror-impl v2.0.18
3612026-06-23T18:32:15.984Z Downloaded macaddr v1.0.1
3622026-06-23T18:32:15.984Z Downloaded strsim v0.11.1
3632026-06-23T18:32:15.991Z Downloaded plain v0.2.3
3642026-06-23T18:32:15.997Z Downloaded memmap v0.7.0
3652026-06-23T18:32:16.000Z Downloaded itoa v1.0.17
3662026-06-23T18:32:16.000Z Downloaded typenum v1.19.0
3672026-06-23T18:32:16.000Z Downloaded toml_edit v0.22.27
3682026-06-23T18:32:16.007Z Downloaded zerovec v0.11.5
3692026-06-23T18:32:16.011Z Downloaded swrite v0.1.0
3702026-06-23T18:32:16.011Z Downloaded serde_spanned v0.6.9
3712026-06-23T18:32:16.011Z Downloaded stable_deref_trait v1.2.1
3722026-06-23T18:32:16.011Z Downloaded anstyle v1.0.14
3732026-06-23T18:32:16.014Z Downloaded zerocopy v0.7.35
3742026-06-23T18:32:16.019Z Downloaded proc-macro-error v1.0.4
3752026-06-23T18:32:16.022Z Downloaded serde-untagged v0.1.9
3762026-06-23T18:32:16.022Z Downloaded usdt-attr-macro v0.5.0
3772026-06-23T18:32:16.025Z Downloaded clap_derive v4.6.1
3782026-06-23T18:32:16.025Z Downloaded icu_provider v2.1.1
3792026-06-23T18:32:16.028Z Downloaded icu_properties v2.1.2
3802026-06-23T18:32:16.028Z Downloaded unicode-width v0.2.0
3812026-06-23T18:32:16.031Z Downloaded winnow v0.7.14
3822026-06-23T18:32:16.034Z Downloaded heck v0.5.0
3832026-06-23T18:32:16.037Z Downloaded unicode-width v0.1.14
3842026-06-23T18:32:16.039Z Downloaded quote v1.0.45
3852026-06-23T18:32:16.039Z Downloaded bitflags v2.11.0
3862026-06-23T18:32:16.042Z Downloaded clap v4.6.1
3872026-06-23T18:32:16.045Z Downloaded tabled_derive v0.7.0
3882026-06-23T18:32:16.048Z Downloaded serde_tokenstream v0.2.3
3892026-06-23T18:32:16.048Z Downloaded potential_utf v0.1.4
3902026-06-23T18:32:16.065Z Downloaded once_cell v1.21.3
3912026-06-23T18:32:16.068Z Downloaded tempfile v3.25.0
3922026-06-23T18:32:16.068Z Downloaded anyhow v1.0.102
3932026-06-23T18:32:16.070Z Downloaded pest_derive v2.8.6
3942026-06-23T18:32:16.073Z Downloaded sha2 v0.10.9
3952026-06-23T18:32:16.077Z Downloaded litemap v0.8.1
3962026-06-23T18:32:16.094Z Downloaded scroll v0.12.0
3972026-06-23T18:32:16.097Z Downloaded smallvec v1.15.1
3982026-06-23T18:32:16.097Z Downloaded icu_normalizer v2.1.1
3992026-06-23T18:32:16.100Z Downloaded icu_locale_core v2.1.1
4002026-06-23T18:32:16.102Z Downloaded papergrid v0.11.0
4012026-06-23T18:32:16.105Z Downloaded getrandom v0.4.1
4022026-06-23T18:32:16.108Z Downloaded proc-macro2 v1.0.106
4032026-06-23T18:32:16.111Z Downloaded semver v1.0.28
4042026-06-23T18:32:16.115Z Downloaded serde_derive v1.0.228
4052026-06-23T18:32:16.118Z Downloaded log v0.4.29
4062026-06-23T18:32:16.121Z Downloaded serde_core v1.0.228
4072026-06-23T18:32:16.123Z Downloaded num-traits v0.2.19
4082026-06-23T18:32:16.123Z Downloaded icu_normalizer_data v2.1.1
4092026-06-23T18:32:16.126Z Downloaded serde v1.0.228
4102026-06-23T18:32:16.126Z Downloaded icu_properties_data v2.1.2
4112026-06-23T18:32:16.131Z Downloaded pest_meta v2.8.6
4122026-06-23T18:32:16.146Z Downloaded memchr v2.8.0
4132026-06-23T18:32:16.166Z Downloaded idna v1.1.0
4142026-06-23T18:32:16.168Z Downloaded hashbrown v0.17.0
4152026-06-23T18:32:16.171Z Downloaded icu_collections v2.1.1
4162026-06-23T18:32:16.174Z Downloaded clap_builder v4.6.0
4172026-06-23T18:32:16.176Z Downloaded pest v2.8.6
4182026-06-23T18:32:16.179Z Downloaded indexmap v2.14.0
4192026-06-23T18:32:16.197Z Downloaded serde_json v1.0.149
4202026-06-23T18:32:16.202Z Downloaded goblin v0.8.2
4212026-06-23T18:32:16.216Z Downloaded tabled v0.15.0
4222026-06-23T18:32:16.224Z Downloaded syn v1.0.109
4232026-06-23T18:32:16.232Z Downloaded syn v2.0.117
4242026-06-23T18:32:16.247Z Downloaded rustix v1.1.3
4252026-06-23T18:32:16.274Z Downloaded libc v0.2.185
4262026-06-23T18:32:16.341Z Compiling proc-macro2 v1.0.106
4272026-06-23T18:32:16.341Z Compiling unicode-ident v1.0.24
4282026-06-23T18:32:16.342Z Compiling quote v1.0.45
4292026-06-23T18:32:16.342Z Compiling serde_core v1.0.228
4302026-06-23T18:32:16.342Z Compiling libc v0.2.185
4312026-06-23T18:32:16.345Z Compiling version_check v0.9.5
4322026-06-23T18:32:16.345Z Compiling stable_deref_trait v1.2.1
4332026-06-23T18:32:16.345Z Compiling memchr v2.8.0
4342026-06-23T18:32:16.666Z Compiling serde v1.0.228
4352026-06-23T18:32:16.681Z Compiling zmij v1.0.21
4362026-06-23T18:32:16.900Z Compiling ucd-trie v0.1.7
4372026-06-23T18:32:16.915Z Compiling itoa v1.0.17
4382026-06-23T18:32:17.025Z Compiling autocfg v1.5.0
4392026-06-23T18:32:17.160Z Compiling thiserror v1.0.69
4402026-06-23T18:32:17.226Z Compiling pest v2.8.6
4412026-06-23T18:32:17.287Z Compiling litemap v0.8.1
4422026-06-23T18:32:17.327Z Compiling writeable v0.6.2
4432026-06-23T18:32:17.455Z Compiling icu_normalizer_data v2.1.1
4442026-06-23T18:32:17.515Z Compiling rustix v1.1.3
4452026-06-23T18:32:17.653Z Compiling icu_properties_data v2.1.2
4462026-06-23T18:32:17.776Z Compiling byteorder v1.5.0
4472026-06-23T18:32:17.826Z Compiling syn v2.0.117
4482026-06-23T18:32:17.924Z Compiling errno v0.3.14
4492026-06-23T18:32:17.941Z Compiling bitflags v2.11.0
4502026-06-23T18:32:18.006Z Compiling serde_json v1.0.149
4512026-06-23T18:32:18.154Z Compiling num-traits v0.2.19
4522026-06-23T18:32:18.204Z Compiling smallvec v1.15.1
4532026-06-23T18:32:18.240Z Compiling equivalent v1.0.2
4542026-06-23T18:32:18.311Z Compiling pest_meta v2.8.6
4552026-06-23T18:32:18.331Z Compiling hashbrown v0.17.0
4562026-06-23T18:32:18.437Z Compiling typeid v1.0.3
4572026-06-23T18:32:18.743Z Compiling thread-id v4.2.2
4582026-06-23T18:32:18.759Z Compiling usdt-impl v0.5.0
4592026-06-23T18:32:18.807Z Compiling proc-macro-error-attr v1.0.4
4602026-06-23T18:32:18.827Z Compiling indexmap v2.14.0
4612026-06-23T18:32:18.882Z Compiling syn v1.0.109
4622026-06-23T18:32:18.963Z Compiling toml_write v0.1.2
4632026-06-23T18:32:18.986Z Compiling erased-serde v0.4.9
4642026-06-23T18:32:19.178Z Compiling winnow v0.7.14
4652026-06-23T18:32:19.415Z Compiling proc-macro-error v1.0.4
4662026-06-23T18:32:19.439Z Compiling percent-encoding v2.3.2
4672026-06-23T18:32:19.599Z Compiling camino v1.2.2
4682026-06-23T18:32:19.629Z Compiling utf8parse v0.2.2
4692026-06-23T18:32:19.744Z Compiling thiserror v2.0.18
4702026-06-23T18:32:19.882Z Compiling log v0.4.29
4712026-06-23T18:32:19.899Z Compiling getrandom v0.4.1
4722026-06-23T18:32:19.913Z Compiling plain v0.2.3
4732026-06-23T18:32:20.025Z Compiling utf8_iter v1.0.4
4742026-06-23T18:32:20.134Z Compiling ordered-float v2.10.1
4752026-06-23T18:32:20.171Z Compiling anstyle-parse v1.0.0
4762026-06-23T18:32:20.268Z Compiling form_urlencoded v1.2.2
4772026-06-23T18:32:20.353Z Compiling synstructure v0.13.2
4782026-06-23T18:32:20.376Z Compiling pest_generator v2.8.6
4792026-06-23T18:32:20.445Z Compiling terminal_size v0.4.3
4802026-06-23T18:32:20.635Z Compiling colorchoice v1.0.4
4812026-06-23T18:32:20.681Z Compiling anstyle-query v1.1.5
4822026-06-23T18:32:20.734Z Compiling pretty-hex v0.4.1
4832026-06-23T18:32:20.751Z Compiling anstyle v1.0.14
4842026-06-23T18:32:20.790Z Compiling cfg-if v1.0.4
4852026-06-23T18:32:20.793Z Compiling is_terminal_polyfill v1.70.2
4862026-06-23T18:32:20.913Z Compiling serde-untagged v0.1.9
4872026-06-23T18:32:20.946Z Compiling anstream v1.0.0
4882026-06-23T18:32:21.008Z Compiling semver v1.0.28
4892026-06-23T18:32:21.070Z Compiling fs-err v3.3.0
4902026-06-23T18:32:21.154Z Compiling strsim v0.11.1
4912026-06-23T18:32:21.245Z Compiling anyhow v1.0.102
4922026-06-23T18:32:21.262Z Compiling heck v0.4.1
4932026-06-23T18:32:21.322Z Compiling bytecount v0.6.9
4942026-06-23T18:32:21.356Z Compiling heck v0.5.0
4952026-06-23T18:32:21.459Z Compiling unicode-width v0.1.14
4962026-06-23T18:32:21.563Z Compiling clap_lex v1.0.0
4972026-06-23T18:32:21.605Z Compiling fnv v1.0.7
4982026-06-23T18:32:21.637Z Compiling unicode-xid v0.2.6
4992026-06-23T18:32:21.709Z Compiling fastrand v2.3.0
5002026-06-23T18:32:22.583Z Compiling once_cell v1.21.3
5012026-06-23T18:32:22.607Z Compiling papergrid v0.11.0
5022026-06-23T18:32:22.607Z Compiling clap_builder v4.6.0
5032026-06-23T18:32:22.607Z Compiling serde_derive v1.0.228
5042026-06-23T18:32:22.607Z Compiling zerofrom-derive v0.1.6
5052026-06-23T18:32:22.607Z Compiling yoke-derive v0.8.1
5062026-06-23T18:32:22.607Z Compiling zerovec-derive v0.11.2
5072026-06-23T18:32:22.607Z Compiling displaydoc v0.2.5
5082026-06-23T18:32:23.144Z Compiling thiserror-impl v1.0.69
5092026-06-23T18:32:23.161Z Compiling zerocopy-derive v0.7.35
5102026-06-23T18:32:23.179Z Compiling pest_derive v2.8.6
5112026-06-23T18:32:23.208Z Compiling scroll_derive v0.12.1
5122026-06-23T18:32:23.354Z Compiling zerofrom v0.1.6
5132026-06-23T18:32:23.483Z Compiling yoke v0.8.1
5142026-06-23T18:32:23.608Z Compiling thiserror-impl v2.0.18
5152026-06-23T18:32:23.700Z Compiling zerovec v0.11.5
5162026-06-23T18:32:23.877Z Compiling zerotrie v0.2.3
5172026-06-23T18:32:24.012Z Compiling zerocopy v0.7.35
5182026-06-23T18:32:24.171Z Compiling tinystr v0.8.2
5192026-06-23T18:32:24.189Z Compiling potential_utf v0.1.4
5202026-06-23T18:32:24.355Z Compiling icu_locale_core v2.1.1
5212026-06-23T18:32:24.382Z Compiling icu_collections v2.1.1
5222026-06-23T18:32:24.534Z Compiling dtrace-parser v0.2.0
5232026-06-23T18:32:24.628Z Compiling scroll v0.12.0
5242026-06-23T18:32:24.835Z Compiling goblin v0.8.2
5252026-06-23T18:32:24.933Z Compiling tabled_derive v0.7.0
5262026-06-23T18:32:24.933Z Compiling clap_derive v4.6.1
5272026-06-23T18:32:25.057Z Compiling icu_provider v2.1.1
5282026-06-23T18:32:25.214Z Compiling tempfile v3.25.0
5292026-06-23T18:32:25.393Z Compiling icu_properties v2.1.2
5302026-06-23T18:32:25.400Z Compiling icu_normalizer v2.1.1
5312026-06-23T18:32:25.400Z Compiling serde_spanned v0.6.9
5322026-06-23T18:32:25.400Z Compiling toml_datetime v0.6.11
5332026-06-23T18:32:25.537Z Compiling dof v0.3.0
5342026-06-23T18:32:25.593Z Compiling serde_tokenstream v0.2.3
5352026-06-23T18:32:25.656Z Compiling toml_edit v0.22.27
5362026-06-23T18:32:25.724Z Compiling serde-value v0.7.0
5372026-06-23T18:32:25.909Z Compiling cargo-platform v0.2.0
5382026-06-23T18:32:25.928Z Compiling memmap v0.7.0
5392026-06-23T18:32:26.078Z Compiling unicode-linebreak v0.1.5
5402026-06-23T18:32:26.109Z Compiling smawk v0.3.2
5412026-06-23T18:32:26.178Z Compiling idna_adapter v1.2.1
5422026-06-23T18:32:26.254Z Compiling unicode-width v0.2.0
5432026-06-23T18:32:26.320Z Compiling idna v1.1.0
5442026-06-23T18:32:26.324Z Compiling tabled v0.15.0
5452026-06-23T18:32:26.407Z Compiling camino-tempfile v1.4.1
5462026-06-23T18:32:26.563Z Compiling usdt-macro v0.5.0
5472026-06-23T18:32:26.580Z Compiling usdt-attr-macro v0.5.0
5482026-06-23T18:32:26.653Z Compiling url v2.5.8
5492026-06-23T18:32:26.672Z Compiling clap v4.6.1
5502026-06-23T18:32:26.752Z Compiling textwrap v0.16.2
5512026-06-23T18:32:27.188Z Compiling toml v0.8.23
5522026-06-23T18:32:27.267Z Compiling macaddr v1.0.1
5532026-06-23T18:32:27.511Z Compiling swrite v0.1.0
5542026-06-23T18:32:27.613Z Compiling cargo-util-schemas v0.8.2
5552026-06-23T18:32:27.753Z Compiling usdt v0.5.0
5562026-06-23T18:32:27.804Z Compiling cargo_toml v0.21.0
5572026-06-23T18:32:27.847Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582026-06-23T18:32:28.521Z Compiling cargo_metadata v0.21.0
5592026-06-23T18:32:29.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-23T18:32:31.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s
5612026-06-23T18:32:31.736Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-23T18:32:32.239Z Downloading crates ...
5632026-06-23T18:32:32.355Z Downloaded crucible-workspace-hack v0.1.0
5642026-06-23T18:32:32.361Z Downloaded ahash v0.8.12
5652026-06-23T18:32:32.366Z Downloaded darling_core v0.13.4
5662026-06-23T18:32:32.369Z Downloaded allocator-api2 v0.2.21
5672026-06-23T18:32:32.372Z Downloaded debug-ignore v1.0.5
5682026-06-23T18:32:32.372Z Downloaded darling_core v0.23.0
5692026-06-23T18:32:32.375Z Downloaded crossbeam-utils v0.8.21
5702026-06-23T18:32:32.379Z Downloaded fd-lock v4.0.4
5712026-06-23T18:32:32.385Z Downloaded derive-ex v0.1.8
5722026-06-23T18:32:32.388Z Downloaded find-msvc-tools v0.1.9
5732026-06-23T18:32:32.391Z Downloaded bit-set v0.8.0
5742026-06-23T18:32:32.391Z Downloaded crc-any v2.5.0
5752026-06-23T18:32:32.393Z Downloaded atty v0.2.14
5762026-06-23T18:32:32.393Z Downloaded async-recursion v1.1.1
5772026-06-23T18:32:32.396Z Downloaded aead v0.5.2
5782026-06-23T18:32:32.396Z Downloaded cfg_aliases v0.1.1
5792026-06-23T18:32:32.399Z Downloaded embedded-io v0.4.0
5802026-06-23T18:32:32.399Z Downloaded cpufeatures v0.3.0
5812026-06-23T18:32:32.399Z Downloaded array-init v0.0.4
5822026-06-23T18:32:32.403Z Downloaded ciborium-io v0.2.2
5832026-06-23T18:32:32.406Z Downloaded derive_more v2.1.1
5842026-06-23T18:32:32.411Z Downloaded fixedbitset v0.5.7
5852026-06-23T18:32:32.414Z Downloaded derive_builder_macro v0.20.2
5862026-06-23T18:32:32.414Z Downloaded crc-catalog v2.4.0
5872026-06-23T18:32:32.414Z Downloaded der v0.7.10
5882026-06-23T18:32:32.417Z Downloaded curve25519-dalek-derive v0.1.1
5892026-06-23T18:32:32.420Z Downloaded compression-core v0.4.31
5902026-06-23T18:32:32.420Z Downloaded darling_macro v0.21.3
5912026-06-23T18:32:32.420Z Downloaded crc32fast v1.5.0
5922026-06-23T18:32:32.423Z Downloaded buf-list v1.1.2
5932026-06-23T18:32:32.423Z Downloaded crc8 v0.1.1
5942026-06-23T18:32:32.423Z Downloaded bb8 v0.8.6
5952026-06-23T18:32:32.426Z Downloaded atomic-waker v1.1.2
5962026-06-23T18:32:32.426Z Downloaded ascii-canvas v3.0.0
5972026-06-23T18:32:32.426Z Downloaded constant_time_eq v0.4.2
5982026-06-23T18:32:32.429Z Downloaded difflib v0.4.0
5992026-06-23T18:32:32.429Z Downloaded defmt-parser v1.0.0
6002026-06-23T18:32:32.429Z Downloaded corncobs v0.1.4
6012026-06-23T18:32:32.432Z Downloaded dyn-clone v1.0.20
6022026-06-23T18:32:32.432Z Downloaded display-error-chain v0.2.2
6032026-06-23T18:32:32.432Z Downloaded cmake v0.1.57
6042026-06-23T18:32:32.436Z Downloaded dirs-next v2.0.0
6052026-06-23T18:32:32.436Z Downloaded cfg_aliases v0.2.1
6062026-06-23T18:32:32.436Z Downloaded defmt v0.3.100
6072026-06-23T18:32:32.436Z Downloaded bit-set v0.5.3
6082026-06-23T18:32:32.441Z Downloaded async-stream-impl v0.3.6
6092026-06-23T18:32:32.441Z Downloaded adler2 v2.0.1
6102026-06-23T18:32:32.445Z Downloaded dtrace-parser v0.3.0
6112026-06-23T18:32:32.445Z Downloaded cexpr v0.6.0
6122026-06-23T18:32:32.445Z Downloaded byte-wrapper v0.1.0
6132026-06-23T18:32:32.448Z Downloaded bcs v0.1.6
6142026-06-23T18:32:32.448Z Downloaded backoff v0.4.0
6152026-06-23T18:32:32.448Z Downloaded cstr-argument v0.1.2
6162026-06-23T18:32:32.448Z Downloaded bitfield v0.19.4
6172026-06-23T18:32:32.450Z Downloaded downcast-rs v2.0.2
6182026-06-23T18:32:32.450Z Downloaded darling_macro v0.23.0
6192026-06-23T18:32:32.450Z Downloaded darling_macro v0.20.11
6202026-06-23T18:32:32.450Z Downloaded darling_macro v0.13.4
6212026-06-23T18:32:32.453Z Downloaded bzip2 v0.4.4
6222026-06-23T18:32:32.456Z Downloaded console v0.15.11
6232026-06-23T18:32:32.459Z Downloaded block-padding v0.3.3
6242026-06-23T18:32:32.459Z Downloaded anstyle-parse v0.2.7
6252026-06-23T18:32:32.464Z Downloaded const_format_proc_macros v0.2.34
6262026-06-23T18:32:32.466Z Downloaded cancel-safe-futures v0.1.5
6272026-06-23T18:32:32.466Z Downloaded flagset v0.4.7
6282026-06-23T18:32:32.466Z Downloaded endian-type v0.1.2
6292026-06-23T18:32:32.471Z Downloaded arrayvec v0.7.6
6302026-06-23T18:32:32.471Z Downloaded base64ct v1.8.3
6312026-06-23T18:32:32.477Z Downloaded futures-macro v0.3.32
6322026-06-23T18:32:32.477Z Downloaded env_filter v1.0.0
6332026-06-23T18:32:32.477Z Downloaded embedded-io v0.6.1
6342026-06-23T18:32:32.477Z Downloaded cookie_store v0.22.1
6352026-06-23T18:32:32.477Z Downloaded float-cmp v0.10.0
6362026-06-23T18:32:32.481Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-06-23T18:32:32.481Z Downloaded ciborium v0.2.2
6382026-06-23T18:32:32.481Z Downloaded fixedbitset v0.4.2
6392026-06-23T18:32:32.481Z Downloaded data-encoding v2.10.0
6402026-06-23T18:32:32.481Z Downloaded darling v0.21.3
6412026-06-23T18:32:32.484Z Downloaded crossbeam-epoch v0.9.18
6422026-06-23T18:32:32.484Z Downloaded darling v0.13.4
6432026-06-23T18:32:32.487Z Downloaded ed25519 v2.2.3
6442026-06-23T18:32:32.489Z Downloaded critical-section v1.2.0
6452026-06-23T18:32:32.489Z Downloaded chacha20 v0.10.0
6462026-06-23T18:32:32.492Z Downloaded daft v0.1.7
6472026-06-23T18:32:32.492Z Downloaded ghash v0.5.1
6482026-06-23T18:32:32.495Z Downloaded futures-core v0.3.32
6492026-06-23T18:32:32.495Z Downloaded dof v0.4.0
6502026-06-23T18:32:32.495Z Downloaded bytes v1.11.1
6512026-06-23T18:32:32.497Z Downloaded foreign-types-macros v0.2.3
6522026-06-23T18:32:32.500Z Downloaded dropshot-api-manager-types v0.7.2
6532026-06-23T18:32:32.500Z Downloaded anstream v0.6.21
6542026-06-23T18:32:32.503Z Downloaded dsl_auto_type v0.2.0
6552026-06-23T18:32:32.503Z Downloaded document-features v0.2.12
6562026-06-23T18:32:32.503Z Downloaded foreign-types-shared v0.1.1
6572026-06-23T18:32:32.505Z Downloaded foreign-types v0.5.0
6582026-06-23T18:32:32.505Z Downloaded aes v0.8.4
6592026-06-23T18:32:32.508Z Downloaded git-stub v1.0.0
6602026-06-23T18:32:32.508Z Downloaded enum-as-inner v0.6.1
6612026-06-23T18:32:32.511Z Downloaded foreign-types-shared v0.3.1
6622026-06-23T18:32:32.511Z Downloaded compact_str v0.8.1
6632026-06-23T18:32:32.514Z Downloaded cobs v0.3.0
6642026-06-23T18:32:32.514Z Downloaded foreign-types v0.3.2
6652026-06-23T18:32:32.514Z Downloaded globwalk v0.9.1
6662026-06-23T18:32:32.517Z Downloaded blowfish v0.9.1
6672026-06-23T18:32:32.517Z Downloaded futures-task v0.3.32
6682026-06-23T18:32:32.517Z Downloaded async-trait v0.1.89
6692026-06-23T18:32:32.520Z Downloaded argon2 v0.5.3
6702026-06-23T18:32:32.520Z Downloaded backon v1.6.0
6712026-06-23T18:32:32.522Z Downloaded atomicwrites v0.4.4
6722026-06-23T18:32:32.522Z Downloaded assert_matches v1.5.0
6732026-06-23T18:32:32.525Z Downloaded dirs-sys-next v0.1.2
6742026-06-23T18:32:32.525Z Downloaded headers-core v0.3.0
6752026-06-23T18:32:32.525Z Downloaded derive_builder_core v0.20.2
6762026-06-23T18:32:32.529Z Downloaded fallible-iterator v0.2.0
6772026-06-23T18:32:32.529Z Downloaded ctr v0.9.2
6782026-06-23T18:32:32.532Z Downloaded crc v3.4.0
6792026-06-23T18:32:32.532Z Downloaded colored v2.2.0
6802026-06-23T18:32:32.532Z Downloaded ciborium-ll v0.2.2
6812026-06-23T18:32:32.535Z Downloaded der_derive v0.7.3
6822026-06-23T18:32:32.535Z Downloaded convert_case v0.4.0
6832026-06-23T18:32:32.535Z Downloaded defmt-macros v1.0.1
6842026-06-23T18:32:32.538Z Downloaded foldhash v0.1.5
6852026-06-23T18:32:32.538Z Downloaded filetime v0.2.27
6862026-06-23T18:32:32.541Z Downloaded cbc v0.1.2
6872026-06-23T18:32:32.541Z Downloaded float-ord v0.3.2
6882026-06-23T18:32:32.544Z Downloaded ff v0.13.1
6892026-06-23T18:32:32.544Z Downloaded erased-serde v0.3.31
6902026-06-23T18:32:32.548Z Downloaded async-stream v0.3.6
6912026-06-23T18:32:32.548Z Downloaded env_logger v0.11.9
6922026-06-23T18:32:32.550Z Downloaded crunchy v0.2.4
6932026-06-23T18:32:32.550Z Downloaded crossbeam-deque v0.8.6
6942026-06-23T18:32:32.550Z Downloaded gethostname v0.5.0
6952026-06-23T18:32:32.553Z Downloaded funty v2.0.0
6962026-06-23T18:32:32.553Z Downloaded defmt v1.0.1
6972026-06-23T18:32:32.556Z Downloaded colored v3.1.1
6982026-06-23T18:32:32.559Z Downloaded cc v1.2.56
6992026-06-23T18:32:32.561Z Downloaded hex-literal v0.4.1
7002026-06-23T18:32:32.561Z Downloaded hash32 v0.2.1
7012026-06-23T18:32:32.561Z Downloaded home v0.5.12
7022026-06-23T18:32:32.566Z Downloaded arrayref v0.3.9
7032026-06-23T18:32:32.566Z Downloaded bitflags v1.3.2
7042026-06-23T18:32:32.568Z Downloaded hubpack_derive v0.1.1
7052026-06-23T18:32:32.569Z Downloaded foldhash v0.2.0
7062026-06-23T18:32:32.569Z Downloaded cargo-platform v0.3.2
7072026-06-23T18:32:32.569Z Downloaded diesel-dtrace v0.5.0
7082026-06-23T18:32:32.571Z Downloaded bitfield-macros v0.19.4
7092026-06-23T18:32:32.572Z Downloaded base16ct v0.2.0
7102026-06-23T18:32:32.572Z Downloaded dunce v1.0.5
7112026-06-23T18:32:32.574Z Downloaded futures-executor v0.3.32
7122026-06-23T18:32:32.574Z Downloaded glob v0.3.3
7132026-06-23T18:32:32.574Z Downloaded fs_extra v1.3.0
7142026-06-23T18:32:32.577Z Downloaded globset v0.4.18
7152026-06-23T18:32:32.577Z Downloaded castaway v0.2.4
7162026-06-23T18:32:32.580Z Downloaded bcrypt-pbkdf v0.10.0
7172026-06-23T18:32:32.580Z Downloaded clang-sys v1.8.1
7182026-06-23T18:32:32.583Z Downloaded ident_case v1.0.1
7192026-06-23T18:32:32.583Z Downloaded http-body v1.0.1
7202026-06-23T18:32:32.583Z Downloaded fs-err v2.11.0
7212026-06-23T18:32:32.587Z Downloaded either v1.15.0
7222026-06-23T18:32:32.587Z Downloaded futures-sink v0.3.32
7232026-06-23T18:32:32.587Z Downloaded blake3 v1.8.5
7242026-06-23T18:32:32.590Z Downloaded indoc v1.0.9
7252026-06-23T18:32:32.592Z Downloaded futures-io v0.3.32
7262026-06-23T18:32:32.592Z Downloaded cookie v0.18.1
7272026-06-23T18:32:32.595Z Downloaded cipher v0.4.4
7282026-06-23T18:32:32.595Z Downloaded bit-vec v0.6.3
7292026-06-23T18:32:32.598Z Downloaded illumos-nvpair-sys v0.2.0
7302026-06-23T18:32:32.598Z Downloaded illumos-nvpair v0.3.0
7312026-06-23T18:32:32.598Z Downloaded des v0.8.1
7322026-06-23T18:32:32.600Z Downloaded diff v0.1.13
7332026-06-23T18:32:32.600Z Downloaded deranged v0.5.8
7342026-06-23T18:32:32.603Z Downloaded compression-codecs v0.4.37
7352026-06-23T18:32:32.603Z Downloaded cassowary v0.3.0
7362026-06-23T18:32:32.607Z Downloaded futures v0.3.32
7372026-06-23T18:32:32.610Z Downloaded libscf-sys v1.1.0
7382026-06-23T18:32:32.610Z Downloaded bitfield-struct v0.6.2
7392026-06-23T18:32:32.610Z Downloaded hostname v0.3.1
7402026-06-23T18:32:32.610Z Downloaded ecdsa v0.16.9
7412026-06-23T18:32:32.612Z Downloaded is-terminal v0.4.17
7422026-06-23T18:32:32.613Z Downloaded group v0.13.0
7432026-06-23T18:32:32.615Z Downloaded drift v0.2.0
7442026-06-23T18:32:32.618Z Downloaded internet-checksum v0.2.1
7452026-06-23T18:32:32.621Z Downloaded camino-tempfile-ext v0.3.3
7462026-06-23T18:32:32.621Z Downloaded darling v0.20.11
7472026-06-23T18:32:32.624Z Downloaded futures-channel v0.3.32
7482026-06-23T18:32:32.628Z Downloaded ar_archive_writer v0.5.1
7492026-06-23T18:32:32.628Z Downloaded fxhash v0.2.1
7502026-06-23T18:32:32.628Z Downloaded ena v0.14.4
7512026-06-23T18:32:32.631Z Downloaded const_format v0.2.35
7522026-06-23T18:32:32.631Z Downloaded hubpack v0.1.2
7532026-06-23T18:32:32.635Z Downloaded kstat-rs v0.2.4
7542026-06-23T18:32:32.635Z Downloaded convert_case v0.10.0
7552026-06-23T18:32:32.635Z Downloaded chacha20 v0.9.1
7562026-06-23T18:32:32.637Z Downloaded linked-hash-map v0.5.6
7572026-06-23T18:32:32.637Z Downloaded cargo_metadata v0.23.1
7582026-06-23T18:32:32.637Z Downloaded chacha20poly1305 v0.10.1
7592026-06-23T18:32:32.640Z Downloaded highway v1.3.0
7602026-06-23T18:32:32.640Z Downloaded derive_builder v0.20.2
7612026-06-23T18:32:32.643Z Downloaded getrandom v0.2.17
7622026-06-23T18:32:32.646Z Downloaded git-stub-vcs v0.1.0
7632026-06-23T18:32:32.648Z Downloaded daft-derive v0.1.7
7642026-06-23T18:32:32.651Z Downloaded managed v0.8.0
7652026-06-23T18:32:32.651Z Downloaded indent_write v2.2.0
7662026-06-23T18:32:32.651Z Downloaded humantime v2.3.0
7672026-06-23T18:32:32.654Z Downloaded httparse v1.10.1
7682026-06-23T18:32:32.654Z Downloaded md5 v0.7.0
7692026-06-23T18:32:32.654Z Downloaded md-5 v0.10.6
7702026-06-23T18:32:32.658Z Downloaded mime v0.3.17
7712026-06-23T18:32:32.658Z Downloaded lru v0.12.5
7722026-06-23T18:32:32.662Z Downloaded getrandom v0.3.4
7732026-06-23T18:32:32.662Z Downloaded hyper-staticfile v0.10.1
7742026-06-23T18:32:32.662Z Downloaded const-oid v0.9.6
7752026-06-23T18:32:32.665Z Downloaded half v1.8.3
7762026-06-23T18:32:32.665Z Downloaded httpdate v1.0.3
7772026-06-23T18:32:32.665Z Downloaded maybe-uninit v2.0.0
7782026-06-23T18:32:32.665Z Downloaded bzip2 v0.6.1
7792026-06-23T18:32:32.668Z Downloaded csv-core v0.1.13
7802026-06-23T18:32:32.668Z Downloaded hyper-tls v0.6.0
7812026-06-23T18:32:32.671Z Downloaded http-range v0.1.5
7822026-06-23T18:32:32.671Z Downloaded hostname v0.4.2
7832026-06-23T18:32:32.675Z Downloaded hash32 v0.3.1
7842026-06-23T18:32:32.675Z Downloaded hex v0.4.3
7852026-06-23T18:32:32.675Z Downloaded elliptic-curve v0.13.8
7862026-06-23T18:32:32.677Z Downloaded impl-trait-for-tuples v0.2.3
7872026-06-23T18:32:32.680Z Downloaded instant v0.1.13
7882026-06-23T18:32:32.680Z Downloaded async-bb8-diesel v0.2.1
7892026-06-23T18:32:32.680Z Downloaded ipnetwork v0.21.1
7902026-06-23T18:32:32.683Z Downloaded nibble_vec v0.1.0
7912026-06-23T18:32:32.683Z Downloaded newtype-uuid-macros v0.1.0
7922026-06-23T18:32:32.685Z Downloaded newtype_derive v0.1.6
7932026-06-23T18:32:32.685Z Downloaded aes-gcm v0.10.3
7942026-06-23T18:32:32.688Z Downloaded console v0.16.2
7952026-06-23T18:32:32.688Z Downloaded nonempty v0.12.0
7962026-06-23T18:32:32.691Z Downloaded newline-converter v0.3.0
7972026-06-23T18:32:32.691Z Downloaded derive_more v0.99.20
7982026-06-23T18:32:32.694Z Downloaded num-derive v0.4.2
7992026-06-23T18:32:32.694Z Downloaded normalize-line-endings v0.3.0
8002026-06-23T18:32:32.696Z Downloaded base64 v0.22.1
8012026-06-23T18:32:32.696Z Downloaded bit-vec v0.8.0
8022026-06-23T18:32:32.699Z Downloaded hmac v0.12.1
8032026-06-23T18:32:32.699Z Downloaded fatfs v0.3.6
8042026-06-23T18:32:32.702Z Downloaded dropshot_endpoint v0.17.0
8052026-06-23T18:32:32.705Z Downloaded jobserver v0.1.34
8062026-06-23T18:32:32.708Z Downloaded lru-cache v0.1.2
8072026-06-23T18:32:32.708Z Downloaded libsw v3.5.0
8082026-06-23T18:32:32.708Z Downloaded libefi-sys v0.1.0
8092026-06-23T18:32:32.711Z Downloaded num v0.4.3
8102026-06-23T18:32:32.711Z Downloaded blake2 v0.10.6
8112026-06-23T18:32:32.714Z Downloaded num_threads v0.1.7
8122026-06-23T18:32:32.714Z Downloaded match_cfg v0.1.0
8132026-06-23T18:32:32.714Z Downloaded instability v0.3.11
8142026-06-23T18:32:32.716Z Downloaded lru-slab v0.1.2
8152026-06-23T18:32:32.719Z Downloaded iana-time-zone v0.1.65
8162026-06-23T18:32:32.723Z Downloaded ingot-types v0.1.2
8172026-06-23T18:32:32.725Z Downloaded hyper-rustls v0.27.7
8182026-06-23T18:32:32.726Z Downloaded lzss v0.8.2
8192026-06-23T18:32:32.728Z Downloaded mime_guess v2.0.5
8202026-06-23T18:32:32.728Z Downloaded indoc v2.0.7
8212026-06-23T18:32:32.732Z Downloaded http-body-util v0.1.3
8222026-06-23T18:32:32.732Z Downloaded bumpalo v3.20.2
8232026-06-23T18:32:32.735Z Downloaded half v2.7.1
8242026-06-23T18:32:32.735Z Downloaded derive-where v1.6.0
8252026-06-23T18:32:32.737Z Downloaded opaque-debug v0.3.1
8262026-06-23T18:32:32.740Z Downloaded num-conv v0.2.0
8272026-06-23T18:32:32.740Z Downloaded darling_core v0.21.3
8282026-06-23T18:32:32.744Z Downloaded darling v0.23.0
8292026-06-23T18:32:32.747Z Downloaded lock_api v0.4.14
8302026-06-23T18:32:32.747Z Downloaded packed_struct_codegen v0.10.1
8312026-06-23T18:32:32.747Z Downloaded newtype-uuid v1.3.2
8322026-06-23T18:32:32.750Z Downloaded arc-swap v1.8.2
8332026-06-23T18:32:32.750Z Downloaded nanorand v0.7.0
8342026-06-23T18:32:32.753Z Downloaded nu-ansi-term v0.50.3
8352026-06-23T18:32:32.757Z Downloaded hickory-resolver v0.25.2
8362026-06-23T18:32:32.757Z Downloaded ingot v0.1.1
8372026-06-23T18:32:32.760Z Downloaded ingot-macros v0.1.1
8382026-06-23T18:32:32.760Z Downloaded parse-display v0.10.0
8392026-06-23T18:32:32.760Z Downloaded lazy_static v1.5.0
8402026-06-23T18:32:32.763Z Downloaded multimap v0.10.1
8412026-06-23T18:32:32.763Z Downloaded peg-runtime v0.8.5
8422026-06-23T18:32:32.765Z Downloaded pbkdf2 v0.11.0
8432026-06-23T18:32:32.765Z Downloaded pbkdf2 v0.12.2
8442026-06-23T18:32:32.768Z Downloaded path-slash v0.1.5
8452026-06-23T18:32:32.768Z Downloaded base64 v0.21.7
8462026-06-23T18:32:32.772Z Downloaded multer v3.1.0
8472026-06-23T18:32:32.774Z Downloaded ipnet v2.11.0
8482026-06-23T18:32:32.780Z Downloaded openssl-probe v0.1.6
8492026-06-23T18:32:32.783Z Downloaded olpc-cjson v0.1.4
8502026-06-23T18:32:32.783Z Downloaded maplit v1.0.2
8512026-06-23T18:32:32.783Z Downloaded libloading v0.8.9
8522026-06-23T18:32:32.785Z Downloaded keccak v0.1.6
8532026-06-23T18:32:32.785Z Downloaded hashbrown v0.12.3
8542026-06-23T18:32:32.788Z Downloaded phf_shared v0.13.1
8552026-06-23T18:32:32.788Z Downloaded phf_shared v0.12.1
8562026-06-23T18:32:32.791Z Downloaded openssl-probe v0.2.1
8572026-06-23T18:32:32.793Z Downloaded num-derive v0.3.3
8582026-06-23T18:32:32.794Z Downloaded flume v0.11.1
8592026-06-23T18:32:32.796Z Downloaded num-complex v0.4.6
8602026-06-23T18:32:32.796Z Downloaded aho-corasick v1.1.4
8612026-06-23T18:32:32.799Z Downloaded memmap2 v0.9.10
8622026-06-23T18:32:32.802Z Downloaded litrs v1.0.0
8632026-06-23T18:32:32.816Z Downloaded owo-colors v4.3.0
8642026-06-23T18:32:32.818Z Downloaded darling_core v0.20.11
8652026-06-23T18:32:32.821Z Downloaded crypto-bigint v0.5.5
8662026-06-23T18:32:32.825Z Downloaded powerfmt v0.2.0
8672026-06-23T18:32:32.828Z Downloaded precomputed-hash v0.1.1
8682026-06-23T18:32:32.828Z Downloaded openssl-macros v0.1.1
8692026-06-23T18:32:32.828Z Downloaded num-rational v0.4.2
8702026-06-23T18:32:32.829Z Downloaded memoffset v0.9.1
8712026-06-23T18:32:32.831Z Downloaded crossbeam-channel v0.5.15
8722026-06-23T18:32:32.831Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-06-23T18:32:32.831Z Downloaded predicates-core v1.0.10
8742026-06-23T18:32:32.834Z Downloaded num-iter v0.1.45
8752026-06-23T18:32:32.834Z Downloaded native-tls v0.2.18
8762026-06-23T18:32:32.834Z Downloaded new_debug_unreachable v1.0.6
8772026-06-23T18:32:32.837Z Downloaded oso-derive v0.27.3
8782026-06-23T18:32:32.837Z Downloaded num-integer v0.1.46
8792026-06-23T18:32:32.837Z Downloaded linear-map v1.2.0
8802026-06-23T18:32:32.840Z Downloaded nodrop v0.1.14
8812026-06-23T18:32:32.840Z Downloaded libbz2-rs-sys v0.2.2
8822026-06-23T18:32:32.840Z Downloaded proc-macro-crate v1.3.1
8832026-06-23T18:32:32.843Z Downloaded paste v1.0.15
8842026-06-23T18:32:32.843Z Downloaded password-hash v0.5.0
8852026-06-23T18:32:32.846Z Downloaded num_enum_derive v0.7.6
8862026-06-23T18:32:32.846Z Downloaded password-hash v0.4.2
8872026-06-23T18:32:32.848Z Downloaded lalrpop-util v0.19.12
8882026-06-23T18:32:32.848Z Downloaded headers v0.4.1
8892026-06-23T18:32:32.851Z Downloaded heapless v0.8.0
8902026-06-23T18:32:32.854Z Downloaded heapless v0.7.17
8912026-06-23T18:32:32.858Z Downloaded crossterm v0.29.0
8922026-06-23T18:32:32.861Z Downloaded is_ci v1.2.0
8932026-06-23T18:32:32.861Z Downloaded phf_shared v0.11.3
8942026-06-23T18:32:32.861Z Downloaded async-compression v0.4.41
8952026-06-23T18:32:32.864Z Downloaded psl-types v2.0.11
8962026-06-23T18:32:32.867Z Downloaded progenitor-macro v0.14.0
8972026-06-23T18:32:32.867Z Downloaded progenitor-client v0.14.0
8982026-06-23T18:32:32.867Z Downloaded num_enum_derive v0.5.11
8992026-06-23T18:32:32.869Z Downloaded inout v0.1.4
9002026-06-23T18:32:32.869Z Downloaded proc-macro-crate v3.4.0
9012026-06-23T18:32:32.869Z Downloaded polyval v0.6.2
9022026-06-23T18:32:32.872Z Downloaded predicates-tree v1.0.13
9032026-06-23T18:32:32.872Z Downloaded pin-project-internal v1.1.11
9042026-06-23T18:32:32.872Z Downloaded pin-utils v0.1.0
9052026-06-23T18:32:32.875Z Downloaded hickory-resolver v0.24.4
9062026-06-23T18:32:32.878Z Downloaded pin-project-lite v0.2.17
9072026-06-23T18:32:32.881Z Downloaded progenitor-macro v0.13.0
9082026-06-23T18:32:32.881Z Downloaded phf v0.12.1
9092026-06-23T18:32:32.884Z Downloaded pem-rfc7468 v0.7.0
9102026-06-23T18:32:32.884Z Downloaded parse-display-derive v0.10.0
9112026-06-23T18:32:32.884Z Downloaded packed_struct v0.10.1
9122026-06-23T18:32:32.884Z Downloaded num_enum v0.5.11
9132026-06-23T18:32:32.887Z Downloaded rand_chacha v0.3.1
9142026-06-23T18:32:32.889Z Downloaded expectorate v1.2.0
9152026-06-23T18:32:32.889Z Downloaded pem v3.0.6
9162026-06-23T18:32:32.892Z Downloaded ppv-lite86 v0.2.21
9172026-06-23T18:32:32.892Z Downloaded poly1305 v0.8.0
9182026-06-23T18:32:32.895Z Downloaded indicatif v0.18.4
9192026-06-23T18:32:32.897Z Downloaded predicates v3.1.4
9202026-06-23T18:32:32.897Z Downloaded num_enum v0.7.6
9212026-06-23T18:32:32.903Z Downloaded ref-cast v1.0.25
9222026-06-23T18:32:32.907Z Downloaded pkg-config v0.3.32
9232026-06-23T18:32:32.907Z Downloaded phf v0.13.1
9242026-06-23T18:32:32.907Z Downloaded peg-macros v0.8.5
9252026-06-23T18:32:32.907Z Downloaded oxide-tokio-rt v0.1.4
9262026-06-23T18:32:32.909Z Downloaded proc-macro-error2 v2.0.1
9272026-06-23T18:32:32.909Z Downloaded parking_lot_core v0.9.12
9282026-06-23T18:32:32.912Z Downloaded parking_lot_core v0.8.6
9292026-06-23T18:32:32.912Z Downloaded recursive v0.1.1
9302026-06-23T18:32:32.912Z Downloaded russh-cryptovec v0.7.3
9312026-06-23T18:32:32.915Z Downloaded primeorder v0.13.6
9322026-06-23T18:32:32.915Z Downloaded rand_xorshift v0.4.0
9332026-06-23T18:32:32.915Z Downloaded quick-error v1.2.3
9342026-06-23T18:32:32.918Z Downloaded progenitor v0.13.0
9352026-06-23T18:32:32.918Z Downloaded miniz_oxide v0.8.9
9362026-06-23T18:32:32.921Z Downloaded parking_lot v0.12.5
9372026-06-23T18:32:32.921Z Downloaded parse-size v1.1.0
9382026-06-23T18:32:32.921Z Downloaded ed25519-dalek v2.2.0
9392026-06-23T18:32:32.931Z Downloaded progenitor v0.14.0
9402026-06-23T18:32:32.931Z Downloaded oxnet v0.1.6
9412026-06-23T18:32:32.931Z Downloaded diesel_derives v2.3.7
9422026-06-23T18:32:32.931Z Downloaded radium v0.7.0
9432026-06-23T18:32:32.931Z Downloaded ref-cast-impl v1.0.25
9442026-06-23T18:32:32.931Z Downloaded recursive-proc-macro-impl v0.1.1
9452026-06-23T18:32:32.931Z Downloaded derive_more-impl v2.1.1
9462026-06-23T18:32:32.935Z Downloaded rtoolbox v0.0.3
9472026-06-23T18:32:32.935Z Downloaded postgres-protocol v0.6.10
9482026-06-23T18:32:32.938Z Downloaded parking_lot v0.11.2
9492026-06-23T18:32:32.938Z Downloaded rustc-hash v2.1.1
9502026-06-23T18:32:32.941Z Downloaded progenitor-client v0.13.0
9512026-06-23T18:32:32.941Z Downloaded peg v0.8.5
9522026-06-23T18:32:32.944Z Downloaded r2d2 v0.8.10
9532026-06-23T18:32:32.944Z Downloaded flate2 v1.1.9
9542026-06-23T18:32:32.947Z Downloaded omicron-zone-package v0.12.2
9552026-06-23T18:32:32.949Z Downloaded psm v0.1.30
9562026-06-23T18:32:32.949Z Downloaded libsw-core v0.3.2
9572026-06-23T18:32:32.957Z Downloaded rand_core v0.9.5
9582026-06-23T18:32:32.960Z Downloaded rand_chacha v0.9.0
9592026-06-23T18:32:32.963Z Downloaded rand_core v0.10.0
9602026-06-23T18:32:32.963Z Downloaded postgres-types v0.2.12
9612026-06-23T18:32:32.965Z Downloaded pkcs8 v0.10.2
9622026-06-23T18:32:32.969Z Downloaded salsa20 v0.10.2
9632026-06-23T18:32:32.969Z Downloaded aws-lc-rs v1.16.3
9642026-06-23T18:32:32.974Z Downloaded sapling-renderdag v0.1.0
9652026-06-23T18:32:32.977Z Downloaded rustc_version v0.4.1
9662026-06-23T18:32:32.977Z Downloaded rustc_version v0.1.7
9672026-06-23T18:32:32.977Z Downloaded rfc6979 v0.4.0
9682026-06-23T18:32:32.980Z Downloaded papergrid v0.17.0
9692026-06-23T18:32:32.983Z Downloaded pkcs5 v0.7.1
9702026-06-23T18:32:32.985Z Downloaded rand_seeder v0.4.0
9712026-06-23T18:32:32.985Z Downloaded scopeguard v1.2.0
9722026-06-23T18:32:32.985Z Downloaded scheduled-thread-pool v0.2.7
9732026-06-23T18:32:32.988Z Downloaded indexmap v1.9.3
9742026-06-23T18:32:32.995Z Downloaded pkcs1 v0.7.5
9752026-06-23T18:32:32.998Z Downloaded jiff-static v0.2.21
9762026-06-23T18:32:33.001Z Downloaded ignore v0.4.25
9772026-06-23T18:32:33.006Z Downloaded rustls-pemfile v2.2.0
9782026-06-23T18:32:33.009Z Downloaded scroll_derive v0.13.1
9792026-06-23T18:32:33.009Z Downloaded same-file v1.0.6
9802026-06-23T18:32:33.012Z Downloaded serde_plain v1.0.2
9812026-06-23T18:32:33.012Z Downloaded serde_bytes v0.11.19
9822026-06-23T18:32:33.012Z Downloaded progenitor-extras v0.2.0
9832026-06-23T18:32:33.015Z Downloaded serde_urlencoded v0.7.1
9842026-06-23T18:32:33.015Z Downloaded serde_repr v0.1.20
9852026-06-23T18:32:33.021Z Downloaded quinn-udp v0.5.14
9862026-06-23T18:32:33.023Z Downloaded rustversion v1.0.22
9872026-06-23T18:32:33.026Z Downloaded hyper-util v0.1.20
9882026-06-23T18:32:33.030Z Downloaded p256 v0.13.2
9892026-06-23T18:32:33.033Z Downloaded openssl-sys v0.9.115
9902026-06-23T18:32:33.033Z Downloaded hickory-server v0.25.2
9912026-06-23T18:32:33.035Z Downloaded semver v0.1.20
9922026-06-23T18:32:33.036Z Downloaded secrecy v0.10.3
9932026-06-23T18:32:33.038Z Downloaded serde-big-array v0.5.1
9942026-06-23T18:32:33.041Z Downloaded signal-hook-mio v0.2.5
9952026-06-23T18:32:33.041Z Downloaded crossterm v0.28.1
9962026-06-23T18:32:33.043Z Downloaded hashbrown v0.13.2
9972026-06-23T18:32:33.046Z Downloaded rusty-fork v0.3.1
9982026-06-23T18:32:33.052Z Downloaded chrono v0.4.44
9992026-06-23T18:32:33.054Z Downloaded http v1.4.0
10002026-06-23T18:32:33.054Z Downloaded rustls-pemfile v1.0.4
10012026-06-23T18:32:33.054Z Downloaded rand_core v0.6.4
10022026-06-23T18:32:33.057Z Downloaded seq-macro v0.3.6
10032026-06-23T18:32:33.057Z Downloaded shell-words v1.1.1
10042026-06-23T18:32:33.060Z Downloaded secrecy v0.8.0
10052026-06-23T18:32:33.063Z Downloaded rustls-native-certs v0.8.3
10062026-06-23T18:32:33.066Z Downloaded scrypt v0.11.0
10072026-06-23T18:32:33.066Z Downloaded scroll v0.13.0
10082026-06-23T18:32:33.069Z Downloaded pin-project v1.1.11
10092026-06-23T18:32:33.073Z Downloaded signature v2.2.0
10102026-06-23T18:32:33.076Z Downloaded siphasher v1.0.2
10112026-06-23T18:32:33.076Z Downloaded progenitor-impl v0.13.0
10122026-06-23T18:32:33.079Z Downloaded signal-hook-tokio v0.3.1
10132026-06-23T18:32:33.079Z Downloaded sha1 v0.10.6
10142026-06-23T18:32:33.081Z Downloaded resolv-conf v0.7.6
10152026-06-23T18:32:33.081Z Downloaded postcard v1.1.3
10162026-06-23T18:32:33.084Z Downloaded russh-keys v0.45.0
10172026-06-23T18:32:33.084Z Downloaded prefix-trie v0.7.0
10182026-06-23T18:32:33.086Z Downloaded serde_spanned v1.0.4
10192026-06-23T18:32:33.086Z Downloaded serde_path_to_error v0.1.20
10202026-06-23T18:32:33.089Z Downloaded serde_derive_internals v0.29.1
10212026-06-23T18:32:33.089Z Downloaded schemars_derive v0.8.22
10222026-06-23T18:32:33.092Z Downloaded slog-envlogger v2.2.0
10232026-06-23T18:32:33.092Z Downloaded slog-bunyan v2.5.0
10242026-06-23T18:32:33.092Z Downloaded oso v0.27.3
10252026-06-23T18:32:33.097Z Downloaded serde_with_macros v1.5.2
10262026-06-23T18:32:33.102Z Downloaded minimal-lexical v0.2.1
10272026-06-23T18:32:33.111Z Downloaded simd-adler32 v0.3.8
10282026-06-23T18:32:33.114Z Downloaded sigpipe v0.1.3
10292026-06-23T18:32:33.114Z Downloaded signal-hook-registry v1.4.8
10302026-06-23T18:32:33.117Z Downloaded sct v0.7.1
10312026-06-23T18:32:33.117Z Downloaded bindgen v0.71.1
10322026-06-23T18:32:33.120Z Downloaded slog-dtrace v0.3.0
10332026-06-23T18:32:33.123Z Downloaded structmeta v0.3.0
10342026-06-23T18:32:33.123Z Downloaded slab v0.4.12
10352026-06-23T18:32:33.125Z Downloaded progenitor-impl v0.14.0
10362026-06-23T18:32:33.125Z Downloaded strum v0.27.2
10372026-06-23T18:32:33.125Z Downloaded rustls-pki-types v1.14.0
10382026-06-23T18:32:33.128Z Downloaded subtle v2.6.1
10392026-06-23T18:32:33.128Z Downloaded strum v0.26.3
10402026-06-23T18:32:33.131Z Downloaded slog-stdlog v4.1.1
10412026-06-23T18:32:33.131Z Downloaded prettyplease v0.2.37
10422026-06-23T18:32:33.134Z Downloaded sqlparser_derive v0.5.0
10432026-06-23T18:32:33.134Z Downloaded ssh-cipher v0.2.0
10442026-06-23T18:32:33.134Z Downloaded dropshot-api-manager v0.7.2
10452026-06-23T18:32:33.137Z Downloaded ssh-encoding v0.2.0
10462026-06-23T18:32:33.139Z Downloaded sync_wrapper v1.0.2
10472026-06-23T18:32:33.139Z Downloaded sync-ptr v0.1.4
10482026-06-23T18:32:33.142Z Downloaded supports-color v3.0.2
10492026-06-23T18:32:33.142Z Downloaded serde-hex v0.1.0
10502026-06-23T18:32:33.142Z Downloaded smf v0.2.3
10512026-06-23T18:32:33.145Z Downloaded slog-json v2.6.1
10522026-06-23T18:32:33.145Z Downloaded shlex v1.3.0
10532026-06-23T18:32:33.146Z Downloaded snafu-derive v0.8.9
10542026-06-23T18:32:33.148Z Downloaded strsim v0.10.0
10552026-06-23T18:32:33.148Z Downloaded strip-ansi-escapes v0.2.1
10562026-06-23T18:32:33.152Z Downloaded itertools v0.10.5
10572026-06-23T18:32:33.160Z Downloaded slog-async v2.8.0
10582026-06-23T18:32:33.163Z Downloaded sqlformat v0.3.5
10592026-06-23T18:32:33.164Z Downloaded spki v0.7.3
10602026-06-23T18:32:33.166Z Downloaded termtree v0.5.1
10612026-06-23T18:32:33.166Z Downloaded stacker v0.1.23
10622026-06-23T18:32:33.166Z Downloaded thiserror-impl-no-std v2.0.2
10632026-06-23T18:32:33.169Z Downloaded testing_table v0.3.0
10642026-06-23T18:32:33.169Z Downloaded slog-scope v4.4.1
10652026-06-23T18:32:33.169Z Downloaded bitvec v1.0.1
10662026-06-23T18:32:33.176Z Downloaded string_cache v0.8.9
10672026-06-23T18:32:33.179Z Downloaded slog-term v2.9.2
10682026-06-23T18:32:33.179Z Downloaded libxml v0.3.3
10692026-06-23T18:32:33.183Z Downloaded rcgen v0.12.1
10702026-06-23T18:32:33.186Z Downloaded take_mut v0.2.2
10712026-06-23T18:32:33.186Z Downloaded tabled_derive v0.11.0
10722026-06-23T18:32:33.188Z Downloaded mio v1.2.0
10732026-06-23T18:32:33.191Z Downloaded tagptr v0.2.0
10742026-06-23T18:32:33.191Z Downloaded stringprep v0.1.5
10752026-06-23T18:32:33.193Z Downloaded serde_with_macros v3.17.0
10762026-06-23T18:32:33.194Z Downloaded sec1 v0.7.3
10772026-06-23T18:32:33.196Z Downloaded hashbrown v0.15.5
10782026-06-23T18:32:33.199Z Downloaded strum_macros v0.27.2
10792026-06-23T18:32:33.203Z Downloaded pretty_assertions v1.4.1
10802026-06-23T18:32:33.207Z Downloaded time-core v0.1.8
10812026-06-23T18:32:33.207Z Downloaded tap v1.0.1
10822026-06-23T18:32:33.211Z Downloaded rustls-platform-verifier v0.6.2
10832026-06-23T18:32:33.214Z Downloaded schemars v0.8.22
10842026-06-23T18:32:33.220Z Downloaded tokio-macros v2.7.0
10852026-06-23T18:32:33.223Z Downloaded tinyvec_macros v0.1.1
10862026-06-23T18:32:33.223Z Downloaded thread-id v5.1.0
10872026-06-23T18:32:33.223Z Downloaded ryu v1.0.23
10882026-06-23T18:32:33.233Z Downloaded strum_macros v0.24.3
10892026-06-23T18:32:33.237Z Downloaded structmeta-derive v0.3.0
10902026-06-23T18:32:33.240Z Downloaded smallvec v0.6.14
10912026-06-23T18:32:33.242Z Downloaded rayon-core v1.13.0
10922026-06-23T18:32:33.246Z Downloaded tower-service v0.3.3
10932026-06-23T18:32:33.248Z Downloaded tower-layer v0.3.3
10942026-06-23T18:32:33.248Z Downloaded strum_macros v0.26.4
10952026-06-23T18:32:33.251Z Downloaded hyper v1.8.1
10962026-06-23T18:32:33.253Z Downloaded topological-sort v0.2.2
10972026-06-23T18:32:33.256Z Downloaded termios v0.3.3
10982026-06-23T18:32:33.256Z Downloaded support-bundle-viewer v0.1.2
10992026-06-23T18:32:33.259Z Downloaded serde_yaml v0.9.34+deprecated
11002026-06-23T18:32:33.262Z Downloaded qorb v0.4.1
11012026-06-23T18:32:33.264Z Downloaded serde_cbor v0.11.2
11022026-06-23T18:32:33.268Z Downloaded thiserror-no-std v2.0.2
11032026-06-23T18:32:33.271Z Downloaded tiny-keccak v2.0.2
11042026-06-23T18:32:33.271Z Downloaded try-lock v0.2.5
11052026-06-23T18:32:33.271Z Downloaded trait-variant v0.1.2
11062026-06-23T18:32:33.274Z Downloaded signal-hook v0.3.18
11072026-06-23T18:32:33.274Z Downloaded ron v0.8.1
11082026-06-23T18:32:33.276Z Downloaded thread_local v1.1.9
11092026-06-23T18:32:33.279Z Downloaded futures-util v0.3.32
11102026-06-23T18:32:33.285Z Downloaded universal-hash v0.5.1
11112026-06-23T18:32:33.288Z Downloaded unit-prefix v0.5.2
11122026-06-23T18:32:33.288Z Downloaded unarray v0.1.4
11132026-06-23T18:32:33.288Z Downloaded typify-macro v0.6.2
11142026-06-23T18:32:33.290Z Downloaded tokio-native-tls v0.3.1
11152026-06-23T18:32:33.291Z Downloaded tokio-dtrace v0.1.1
11162026-06-23T18:32:33.291Z Downloaded tls_codec_derive v0.4.2
11172026-06-23T18:32:33.293Z Downloaded static_assertions v1.1.0
11182026-06-23T18:32:33.293Z Downloaded rand v0.8.6
11192026-06-23T18:32:33.296Z Downloaded itertools v0.14.0
11202026-06-23T18:32:33.299Z Downloaded tokio-tungstenite v0.21.0
11212026-06-23T18:32:33.302Z Downloaded usdt-macro v0.6.0
11222026-06-23T18:32:33.302Z Downloaded usdt v0.6.0
11232026-06-23T18:32:33.302Z Downloaded tls_codec v0.4.2
11242026-06-23T18:32:33.302Z Downloaded untrusted v0.9.0
11252026-06-23T18:32:33.305Z Downloaded schemars v0.9.0
11262026-06-23T18:32:33.309Z Downloaded unicode-truncate v1.1.0
11272026-06-23T18:32:33.313Z Downloaded itertools v0.13.0
11282026-06-23T18:32:33.316Z Downloaded term v1.2.1
11292026-06-23T18:32:33.318Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-23T18:32:33.318Z Downloaded usdt-attr-macro v0.6.0
11312026-06-23T18:32:33.318Z Downloaded untrusted v0.7.1
11322026-06-23T18:32:33.321Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-06-23T18:32:33.321Z Downloaded utf-8 v0.7.6
11342026-06-23T18:32:33.321Z Downloaded spin v0.9.8
11352026-06-23T18:32:33.324Z Downloaded socket2 v0.6.3
11362026-06-23T18:32:33.324Z Downloaded socket2 v0.5.10
11372026-06-23T18:32:33.328Z Downloaded want v0.3.1
11382026-06-23T18:32:33.328Z Downloaded itertools v0.12.1
11392026-06-23T18:32:33.330Z Downloaded quinn v0.11.9
11402026-06-23T18:32:33.333Z Downloaded term v0.7.0
11412026-06-23T18:32:33.333Z Downloaded h2 v0.4.13
11422026-06-23T18:32:33.336Z Downloaded rsa v0.9.10
11432026-06-23T18:32:33.339Z Downloaded rustls-webpki v0.103.9
11442026-06-23T18:32:33.341Z Downloaded tui-tree-widget v0.23.1
11452026-06-23T18:32:33.344Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-23T18:32:33.344Z Downloaded rand v0.9.2
11472026-06-23T18:32:33.347Z Downloaded publicsuffix v2.3.0
11482026-06-23T18:32:33.347Z Downloaded unicase v2.9.0
11492026-06-23T18:32:33.350Z Downloaded tokio-rustls v0.24.1
11502026-06-23T18:32:33.350Z Downloaded void v1.0.2
11512026-06-23T18:32:33.350Z Downloaded num-bigint v0.4.6
11522026-06-23T18:32:33.353Z Downloaded nom v7.1.3
11532026-06-23T18:32:33.356Z Downloaded tokio-rustls v0.26.4
11542026-06-23T18:32:33.356Z Downloaded nom v8.0.0
11552026-06-23T18:32:33.359Z Downloaded wait-timeout v0.2.1
11562026-06-23T18:32:33.362Z Downloaded xattr v1.6.1
11572026-06-23T18:32:33.362Z Downloaded waitgroup v0.1.2
11582026-06-23T18:32:33.362Z Downloaded slog v2.8.2
11592026-06-23T18:32:33.366Z Downloaded tabwriter v1.4.1
11602026-06-23T18:32:33.366Z Downloaded tokio-tungstenite v0.23.1
11612026-06-23T18:32:33.369Z Downloaded zone v0.3.1
11622026-06-23T18:32:33.369Z Downloaded tokio-rustls v0.25.0
11632026-06-23T18:32:33.369Z Downloaded hkdf v0.12.4
11642026-06-23T18:32:33.372Z Downloaded num-bigint-dig v0.8.6
11652026-06-23T18:32:33.375Z Downloaded tokio-stream v0.1.18
11662026-06-23T18:32:33.375Z Downloaded iri-string v0.7.10
11672026-06-23T18:32:33.379Z Downloaded libm v0.2.16
11682026-06-23T18:32:33.384Z Downloaded vergen-gitcl v1.0.8
11692026-06-23T18:32:33.387Z Downloaded hashbrown v0.16.1
11702026-06-23T18:32:33.389Z Downloaded zone_cfg_derive v0.3.1
11712026-06-23T18:32:33.390Z Downloaded vsss-rs v3.3.4
11722026-06-23T18:32:33.392Z Downloaded tracing-attributes v0.1.31
11732026-06-23T18:32:33.392Z Downloaded walkdir v2.5.0
11742026-06-23T18:32:33.395Z Downloaded usdt-impl v0.6.0
11752026-06-23T18:32:33.397Z Downloaded snafu v0.8.9
11762026-06-23T18:32:33.402Z Downloaded time-macros v0.2.27
11772026-06-23T18:32:33.405Z Downloaded vergen-lib v0.1.6
11782026-06-23T18:32:33.405Z Downloaded rand v0.10.0
11792026-06-23T18:32:33.410Z Downloaded twox-hash v2.1.2
11802026-06-23T18:32:33.413Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-06-23T18:32:33.416Z Downloaded zeroize_derive v1.4.3
11822026-06-23T18:32:33.419Z Downloaded xshell-macros v0.2.7
11832026-06-23T18:32:33.419Z Downloaded xshell v0.2.7
11842026-06-23T18:32:33.419Z Downloaded test-strategy v0.4.5
11852026-06-23T18:32:33.421Z Downloaded vergen-lib v9.1.0
11862026-06-23T18:32:33.427Z Downloaded similar v2.7.0
11872026-06-23T18:32:33.430Z Downloaded tinyvec v1.10.0
11882026-06-23T18:32:33.430Z Downloaded zstd v0.13.3
11892026-06-23T18:32:33.433Z Downloaded uzers v0.12.2
11902026-06-23T18:32:33.433Z Downloaded toml v0.7.8
11912026-06-23T18:32:33.442Z Downloaded samael v0.0.19
11922026-06-23T18:32:33.445Z Downloaded whoami v2.1.0
11932026-06-23T18:32:33.447Z Downloaded whoami v1.6.1
11942026-06-23T18:32:33.450Z Downloaded wyz v0.5.1
11952026-06-23T18:32:33.453Z Downloaded schemars v1.2.1
11962026-06-23T18:32:33.460Z Downloaded tungstenite v0.23.0
11972026-06-23T18:32:33.463Z Downloaded unicode-properties v0.1.4
11982026-06-23T18:32:33.466Z Downloaded subprocess v0.2.15
11992026-06-23T18:32:33.468Z Downloaded vergen v9.1.0
12002026-06-23T18:32:33.479Z Downloaded tungstenite v0.21.0
12012026-06-23T18:32:33.481Z Downloaded zeroize v1.8.2
12022026-06-23T18:32:33.481Z Downloaded vergen-git2 v9.1.0
12032026-06-23T18:32:33.484Z Downloaded steno v0.4.1
12042026-06-23T18:32:33.487Z Downloaded serde_with v1.14.0
12052026-06-23T18:32:33.493Z Downloaded typify v0.6.2
12062026-06-23T18:32:33.496Z Downloaded russh v0.45.0
12072026-06-23T18:32:33.501Z Downloaded zstd-safe v7.2.4
12082026-06-23T18:32:33.501Z Downloaded uuid v1.23.0
12092026-06-23T18:32:33.503Z Downloaded tracing-core v0.1.36
12102026-06-23T18:32:33.503Z Downloaded p521 v0.13.3
12112026-06-23T18:32:33.506Z Downloaded iddqd v0.4.2
12122026-06-23T18:32:33.511Z Downloaded rustyline v14.0.0
12132026-06-23T18:32:33.518Z Downloaded toml v1.0.6+spec-1.1.0
12142026-06-23T18:32:33.524Z Downloaded zerocopy v0.6.6
12152026-06-23T18:32:33.526Z Downloaded yasna v0.5.2
12162026-06-23T18:32:33.526Z Downloaded unsafe-libyaml v0.2.11
12172026-06-23T18:32:33.529Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-23T18:32:33.532Z Downloaded tar v0.4.45
12192026-06-23T18:32:33.537Z Downloaded ssh-key v0.6.7
12202026-06-23T18:32:33.542Z Downloaded git2 v0.20.4
12212026-06-23T18:32:33.547Z Downloaded vte v0.14.1
12222026-06-23T18:32:33.552Z Downloaded unicode-bidi v0.3.18
12232026-06-23T18:32:33.561Z Downloaded unicode_categories v0.1.1
12242026-06-23T18:32:33.564Z Downloaded reqwest v0.12.28
12252026-06-23T18:32:33.567Z Downloaded tokio-postgres v0.7.16
12262026-06-23T18:32:33.570Z Downloaded toml_edit v0.19.15
12272026-06-23T18:32:33.579Z Downloaded rpassword v7.4.0
12282026-06-23T18:32:33.581Z Downloaded goblin v0.10.5
12292026-06-23T18:32:33.591Z Downloaded reedline v0.40.0
12302026-06-23T18:32:33.595Z Downloaded p384 v0.13.1
12312026-06-23T18:32:33.599Z Downloaded zerocopy-derive v0.8.40
12322026-06-23T18:32:33.604Z Downloaded zopfli v0.8.3
12332026-06-23T18:32:33.607Z Downloaded tower v0.5.3
12342026-06-23T18:32:33.612Z Downloaded rustls-webpki v0.101.7
12352026-06-23T18:32:33.620Z Downloaded salty v0.3.0
12362026-06-23T18:32:33.625Z Downloaded reqwest v0.13.2
12372026-06-23T18:32:33.628Z Downloaded proptest v1.10.0
12382026-06-23T18:32:33.634Z Downloaded lalrpop v0.19.12
12392026-06-23T18:32:33.641Z Downloaded yansi v1.0.1
12402026-06-23T18:32:33.643Z Downloaded typed-path v0.9.3
12412026-06-23T18:32:33.646Z Downloaded curve25519-dalek v4.1.3
12422026-06-23T18:32:33.651Z Downloaded zip v4.6.1
12432026-06-23T18:32:33.654Z Downloaded tough v0.22.0
12442026-06-23T18:32:33.660Z Downloaded unicode-segmentation v1.12.0
12452026-06-23T18:32:33.663Z Downloaded rustls-webpki v0.102.8
12462026-06-23T18:32:33.673Z Downloaded object v0.30.4
12472026-06-23T18:32:33.679Z Downloaded serde_with v3.17.0
12482026-06-23T18:32:33.686Z Downloaded moka v0.12.13
12492026-06-23T18:32:33.691Z Downloaded tower-http v0.6.8
12502026-06-23T18:32:33.696Z Downloaded nix v0.27.1
12512026-06-23T18:32:33.703Z Downloaded x509-cert v0.2.5
12522026-06-23T18:32:33.706Z Downloaded dropshot v0.17.0
12532026-06-23T18:32:33.720Z Downloaded zip v0.6.6
12542026-06-23T18:32:33.723Z Downloaded quinn-proto v0.11.13
12552026-06-23T18:32:33.726Z Downloaded regex v1.12.3
12562026-06-23T18:32:33.730Z Downloaded unicode-normalization v0.1.25
12572026-06-23T18:32:33.733Z Downloaded tokio-util v0.7.18
12582026-06-23T18:32:33.738Z Downloaded tabled v0.20.0
12592026-06-23T18:32:33.748Z Downloaded rustls v0.21.12
12602026-06-23T18:32:33.755Z Downloaded smoltcp v0.9.1
12612026-06-23T18:32:33.762Z Downloaded petname v2.0.2
12622026-06-23T18:32:33.766Z Downloaded nix v0.31.2
12632026-06-23T18:32:33.773Z Downloaded object v0.37.3
12642026-06-23T18:32:33.780Z Downloaded regress v0.11.1
12652026-06-23T18:32:33.786Z Downloaded zerocopy v0.8.40
12662026-06-23T18:32:33.791Z Downloaded diesel v2.3.7
12672026-06-23T18:32:33.804Z Downloaded regex-syntax v0.6.29
12682026-06-23T18:32:33.808Z Downloaded bstr v1.12.1
12692026-06-23T18:32:33.814Z Downloaded polar-core v0.27.3
12702026-06-23T18:32:33.818Z Downloaded openssl v0.10.79
12712026-06-23T18:32:33.825Z Downloaded rayon v1.11.0
12722026-06-23T18:32:33.831Z Downloaded quick-xml v0.37.5
12732026-06-23T18:32:33.834Z Downloaded radix_trie v0.2.1
12742026-06-23T18:32:33.838Z Downloaded portable-atomic v1.13.1
12752026-06-23T18:32:33.842Z Downloaded winnow v0.5.40
12762026-06-23T18:32:33.857Z Downloaded nix v0.28.0
12772026-06-23T18:32:33.870Z Downloaded winnow v0.6.26
12782026-06-23T18:32:33.875Z Downloaded zerocopy-derive v0.6.6
12792026-06-23T18:32:33.885Z Downloaded hickory-proto v0.25.2
12802026-06-23T18:32:33.895Z Downloaded petgraph v0.6.5
12812026-06-23T18:32:33.907Z Downloaded time v0.3.47
12822026-06-23T18:32:33.914Z Downloaded hickory-proto v0.24.4
12832026-06-23T18:32:33.923Z Downloaded zlib-rs v0.6.2
12842026-06-23T18:32:33.927Z Downloaded csv v1.4.0
12852026-06-23T18:32:33.970Z Downloaded vcpkg v0.2.15
12862026-06-23T18:32:33.993Z Downloaded webpki-roots v1.0.6
12872026-06-23T18:32:33.996Z Downloaded rustls v0.22.4
12882026-06-23T18:32:34.008Z Downloaded regress v0.10.5
12892026-06-23T18:32:34.014Z Downloaded smoltcp v0.11.0
12902026-06-23T18:32:34.021Z Downloaded openapiv3 v2.2.0
12912026-06-23T18:32:34.028Z Downloaded encoding_rs v0.8.35
12922026-06-23T18:32:34.051Z Downloaded rustix v0.38.44
12932026-06-23T18:32:34.065Z Downloaded regex-syntax v0.8.10
12942026-06-23T18:32:34.069Z Downloaded rustls v0.23.37
12952026-06-23T18:32:34.082Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-06-23T18:32:34.160Z Downloaded sqlparser v0.61.0
12972026-06-23T18:32:34.166Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-23T18:32:34.211Z Downloaded tracing v0.1.44
12992026-06-23T18:32:34.227Z Downloaded typify-impl v0.6.2
13002026-06-23T18:32:34.235Z Downloaded sled v0.34.7
13012026-06-23T18:32:34.238Z Downloaded ratatui v0.29.0
13022026-06-23T18:32:34.285Z Downloaded regex-automata v0.4.14
13032026-06-23T18:32:34.299Z Downloaded chrono-tz v0.10.4
13042026-06-23T18:32:34.328Z Downloaded jiff v0.2.21
13052026-06-23T18:32:34.364Z Downloaded libz-sys v1.1.24
13062026-06-23T18:32:34.378Z Downloaded petgraph v0.8.3
13072026-06-23T18:32:34.392Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-06-23T18:32:34.404Z Downloaded sha3 v0.10.8
13092026-06-23T18:32:34.415Z Downloaded tokio v1.52.1
13102026-06-23T18:32:34.481Z Downloaded ring v0.17.14
13112026-06-23T18:32:35.008Z Downloaded aws-lc-sys v0.40.0
13122026-06-23T18:32:35.260Z Compiling libc v0.2.185
13132026-06-23T18:32:35.261Z Compiling serde v1.0.228
13142026-06-23T18:32:35.264Z Compiling log v0.4.29
13152026-06-23T18:32:35.264Z Compiling find-msvc-tools v0.1.9
13162026-06-23T18:32:35.392Z Compiling shlex v1.3.0
13172026-06-23T18:32:35.400Z Compiling smallvec v1.15.1
13182026-06-23T18:32:35.408Z Compiling syn v2.0.117
13192026-06-23T18:32:35.415Z Compiling typenum v1.19.0
13202026-06-23T18:32:35.574Z Compiling generic-array v0.14.7
13212026-06-23T18:32:35.610Z Compiling subtle v2.6.1
13222026-06-23T18:32:35.622Z Compiling scopeguard v1.2.0
13232026-06-23T18:32:35.654Z Compiling const-oid v0.9.6
13242026-06-23T18:32:35.708Z Compiling lock_api v0.4.14
13252026-06-23T18:32:35.721Z Compiling serde_json v1.0.149
13262026-06-23T18:32:35.778Z Compiling zerocopy v0.8.40
13272026-06-23T18:32:35.802Z Compiling portable-atomic v1.13.1
13282026-06-23T18:32:35.926Z Compiling parking_lot_core v0.9.12
13292026-06-23T18:32:36.159Z Compiling pin-project-lite v0.2.17
13302026-06-23T18:32:36.190Z Compiling getrandom v0.2.17
13312026-06-23T18:32:36.244Z Compiling jobserver v0.1.34
13322026-06-23T18:32:36.258Z Compiling errno v0.3.14
13332026-06-23T18:32:36.315Z Compiling rand_core v0.6.4
13342026-06-23T18:32:36.383Z Compiling pkg-config v0.3.32
13352026-06-23T18:32:36.408Z Compiling signal-hook-registry v1.4.8
13362026-06-23T18:32:36.696Z Compiling cc v1.2.56
13372026-06-23T18:32:36.724Z Compiling bitflags v2.11.0
13382026-06-23T18:32:36.741Z Compiling critical-section v1.2.0
13392026-06-23T18:32:36.796Z Compiling futures-core v0.3.32
13402026-06-23T18:32:36.851Z Compiling libm v0.2.16
13412026-06-23T18:32:36.949Z Compiling once_cell v1.21.3
13422026-06-23T18:32:36.952Z Compiling parking_lot v0.12.5
13432026-06-23T18:32:36.992Z Compiling mio v1.2.0
13442026-06-23T18:32:37.005Z Compiling num-traits v0.2.19
13452026-06-23T18:32:37.142Z Compiling percent-encoding v2.3.2
13462026-06-23T18:32:37.167Z Compiling socket2 v0.6.3
13472026-06-23T18:32:37.329Z Compiling futures-sink v0.3.32
13482026-06-23T18:32:37.332Z Compiling futures-io v0.3.32
13492026-06-23T18:32:37.355Z Compiling cpufeatures v0.2.17
13502026-06-23T18:32:37.447Z Compiling futures-channel v0.3.32
13512026-06-23T18:32:37.460Z Compiling futures-task v0.3.32
13522026-06-23T18:32:37.472Z Compiling getrandom v0.4.1
13532026-06-23T18:32:37.512Z Compiling slab v0.4.12
13542026-06-23T18:32:37.590Z Compiling rand_core v0.10.0
13552026-06-23T18:32:37.633Z Compiling indexmap v2.14.0
13562026-06-23T18:32:37.679Z Compiling rustversion v1.0.22
13572026-06-23T18:32:37.694Z Compiling getrandom v0.3.4
13582026-06-23T18:32:37.758Z Compiling cmake v0.1.57
13592026-06-23T18:32:38.112Z Compiling form_urlencoded v1.2.2
13602026-06-23T18:32:38.165Z Compiling fs_extra v1.3.0
13612026-06-23T18:32:38.294Z Compiling dunce v1.0.5
13622026-06-23T18:32:38.307Z Compiling ident_case v1.0.1
13632026-06-23T18:32:38.310Z Compiling base64ct v1.8.3
13642026-06-23T18:32:38.388Z Compiling synstructure v0.13.2
13652026-06-23T18:32:38.432Z Compiling iana-time-zone v0.1.65
13662026-06-23T18:32:38.435Z Compiling aws-lc-sys v0.40.0
13672026-06-23T18:32:38.610Z Compiling pem-rfc7468 v0.7.0
13682026-06-23T18:32:38.634Z Compiling regex-syntax v0.8.10
13692026-06-23T18:32:38.637Z Compiling rustix v1.1.3
13702026-06-23T18:32:38.659Z Compiling flagset v0.4.7
13712026-06-23T18:32:38.789Z Compiling rand_core v0.9.5
13722026-06-23T18:32:38.920Z Compiling ring v0.17.14
13732026-06-23T18:32:38.939Z Compiling vcpkg v0.2.15
13742026-06-23T18:32:38.990Z Compiling aws-lc-rs v1.16.3
13752026-06-23T18:32:39.077Z Compiling uuid v1.23.0
13762026-06-23T18:32:39.276Z Compiling rustc_version v0.4.1
13772026-06-23T18:32:39.609Z Compiling tracing-core v0.1.36
13782026-06-23T18:32:39.680Z Compiling openssl-sys v0.9.115
13792026-06-23T18:32:39.798Z Compiling base64 v0.22.1
13802026-06-23T18:32:40.073Z Compiling serde_derive v1.0.228
13812026-06-23T18:32:40.120Z Compiling zeroize_derive v1.4.3
13822026-06-23T18:32:40.167Z Compiling zerofrom-derive v0.1.6
13832026-06-23T18:32:40.202Z Compiling yoke-derive v0.8.1
13842026-06-23T18:32:40.373Z Compiling zerovec-derive v0.11.2
13852026-06-23T18:32:40.773Z Compiling zeroize v1.8.2
13862026-06-23T18:32:40.998Z Compiling zerocopy-derive v0.8.40
13872026-06-23T18:32:41.345Z Compiling displaydoc v0.2.5
13882026-06-23T18:32:41.475Z Compiling tokio-macros v2.7.0
13892026-06-23T18:32:41.541Z Compiling crypto-common v0.1.7
13902026-06-23T18:32:41.576Z Compiling zerofrom v0.1.6
13912026-06-23T18:32:41.688Z Compiling yoke v0.8.1
13922026-06-23T18:32:41.702Z Compiling block-buffer v0.10.4
13932026-06-23T18:32:41.867Z Compiling zerovec v0.11.5
13942026-06-23T18:32:41.880Z Compiling digest v0.10.7
13952026-06-23T18:32:42.103Z Compiling zerotrie v0.2.3
13962026-06-23T18:32:42.127Z Compiling futures-macro v0.3.32
13972026-06-23T18:32:42.215Z Compiling hmac v0.12.1
13982026-06-23T18:32:42.363Z Compiling tinystr v0.8.2
13992026-06-23T18:32:42.376Z Compiling potential_utf v0.1.4
14002026-06-23T18:32:42.397Z Compiling block-padding v0.3.3
14012026-06-23T18:32:42.532Z Compiling icu_locale_core v2.1.1
14022026-06-23T18:32:42.546Z Compiling icu_collections v2.1.1
14032026-06-23T18:32:42.558Z Compiling inout v0.1.4
14042026-06-23T18:32:42.722Z Compiling cipher v0.4.4
14052026-06-23T18:32:42.915Z Compiling futures-util v0.3.32
14062026-06-23T18:32:42.977Z Compiling sha2 v0.10.9
14072026-06-23T18:32:43.014Z Compiling der_derive v0.7.3
14082026-06-23T18:32:43.385Z Compiling icu_provider v2.1.1
14092026-06-23T18:32:43.521Z Compiling bytes v1.11.1
14102026-06-23T18:32:43.582Z Compiling chrono v0.4.44
14112026-06-23T18:32:43.676Z Compiling icu_properties v2.1.2
14122026-06-23T18:32:43.945Z Compiling icu_normalizer v2.1.1
14132026-06-23T18:32:44.127Z Compiling tokio v1.52.1
14142026-06-23T18:32:44.351Z Compiling http v1.4.0
14152026-06-23T18:32:44.474Z Compiling der v0.7.10
14162026-06-23T18:32:44.745Z Compiling idna_adapter v1.2.1
14172026-06-23T18:32:44.878Z Compiling idna v1.1.0
14182026-06-23T18:32:44.926Z Compiling salsa20 v0.10.2
14192026-06-23T18:32:45.064Z Compiling pbkdf2 v0.12.2
14202026-06-23T18:32:45.149Z Compiling rustls-pki-types v1.14.0
14212026-06-23T18:32:45.178Z Compiling url v2.5.8
14222026-06-23T18:32:45.233Z Compiling ppv-lite86 v0.2.21
14232026-06-23T18:32:45.363Z Compiling spki v0.7.3
14242026-06-23T18:32:45.517Z Compiling thiserror-impl v2.0.18
14252026-06-23T18:32:45.547Z Compiling tracing-attributes v0.1.31
14262026-06-23T18:32:45.562Z Compiling rand_chacha v0.9.0
14272026-06-23T18:32:45.586Z Compiling scrypt v0.11.0
14282026-06-23T18:32:45.649Z Compiling http-body v1.0.1
14292026-06-23T18:32:45.797Z Compiling cbc v0.1.2
14302026-06-23T18:32:45.826Z Compiling aes v0.8.4
14312026-06-23T18:32:45.958Z Compiling untrusted v0.9.0
14322026-06-23T18:32:46.007Z Compiling httparse v1.10.1
14332026-06-23T18:32:46.076Z Compiling untrusted v0.7.1
14342026-06-23T18:32:46.200Z Compiling openssl-probe v0.2.1
14352026-06-23T18:32:46.229Z Compiling tinyvec_macros v0.1.1
14362026-06-23T18:32:46.298Z Compiling tinyvec v1.10.0
14372026-06-23T18:32:46.371Z Compiling pkcs5 v0.7.1
14382026-06-23T18:32:46.646Z Compiling pest_generator v2.8.6
14392026-06-23T18:32:46.841Z Compiling thiserror v2.0.18
14402026-06-23T18:32:46.844Z Compiling tracing v0.1.44
14412026-06-23T18:32:46.887Z Compiling rand v0.9.2
14422026-06-23T18:32:46.902Z Compiling serde_derive_internals v0.29.1
14432026-06-23T18:32:46.945Z Compiling aho-corasick v1.1.4
14442026-06-23T18:32:47.116Z Compiling rustls v0.23.37
14452026-06-23T18:32:47.285Z Compiling schemars v0.8.22
14462026-06-23T18:32:47.334Z Compiling dyn-clone v1.0.20
14472026-06-23T18:32:47.472Z Compiling try-lock v0.2.5
14482026-06-23T18:32:47.485Z Compiling tower-layer v0.3.3
14492026-06-23T18:32:47.582Z Compiling atomic-waker v1.1.2
14502026-06-23T18:32:47.649Z Compiling tower-service v0.3.3
14512026-06-23T18:32:47.679Z Compiling want v0.3.1
14522026-06-23T18:32:47.734Z Compiling pest_derive v2.8.6
14532026-06-23T18:32:47.741Z Compiling pkcs8 v0.10.2
14542026-06-23T18:32:47.775Z Compiling schemars_derive v0.8.22
14552026-06-23T18:32:47.838Z Compiling tokio-util v0.7.18
14562026-06-23T18:32:48.036Z Compiling regex-automata v0.4.14
14572026-06-23T18:32:48.165Z Compiling ipnet v2.11.0
14582026-06-23T18:32:48.438Z Compiling scroll_derive v0.13.1
14592026-06-23T18:32:48.596Z Compiling h2 v0.4.13
14602026-06-23T18:32:48.644Z Compiling darling_core v0.20.11
14612026-06-23T18:32:48.841Z Compiling pin-utils v0.1.0
14622026-06-23T18:32:48.915Z Compiling httpdate v1.0.3
14632026-06-23T18:32:48.980Z Compiling foreign-types-shared v0.1.1
14642026-06-23T18:32:49.072Z Compiling openssl v0.10.79
14652026-06-23T18:32:49.138Z Compiling foreign-types v0.3.2
14662026-06-23T18:32:49.221Z Compiling scroll v0.13.0
14672026-06-23T18:32:49.309Z Compiling tempfile v3.25.0
14682026-06-23T18:32:49.477Z Compiling unicode-normalization v0.1.25
14692026-06-23T18:32:49.720Z Compiling openssl-macros v0.1.1
14702026-06-23T18:32:49.936Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-23T18:32:50.068Z Compiling socket2 v0.5.10
14722026-06-23T18:32:50.107Z Compiling spin v0.9.8
14732026-06-23T18:32:50.302Z Compiling time-core v0.1.8
14742026-06-23T18:32:50.315Z Compiling native-tls v0.2.18
14752026-06-23T18:32:50.445Z Compiling num-conv v0.2.0
14762026-06-23T18:32:50.458Z Compiling powerfmt v0.2.0
14772026-06-23T18:32:50.461Z Compiling crc32fast v1.5.0
14782026-06-23T18:32:50.572Z Compiling time-macros v0.2.27
14792026-06-23T18:32:50.656Z Compiling deranged v0.5.8
14802026-06-23T18:32:50.854Z Compiling darling_macro v0.20.11
14812026-06-23T18:32:51.309Z Compiling darling v0.20.11
14822026-06-23T18:32:51.391Z Compiling goblin v0.10.5
14832026-06-23T18:32:51.661Z Compiling hyper v1.8.1
14842026-06-23T18:32:51.675Z Compiling rustls-native-certs v0.8.3
14852026-06-23T18:32:51.960Z Compiling sync_wrapper v1.0.2
14862026-06-23T18:32:52.014Z Compiling wait-timeout v0.2.1
14872026-06-23T18:32:52.066Z Compiling num_threads v0.1.7
14882026-06-23T18:32:52.166Z Compiling usdt-impl v0.6.0
14892026-06-23T18:32:52.279Z Compiling syn v1.0.109
14902026-06-23T18:32:52.368Z Compiling siphasher v1.0.2
14912026-06-23T18:32:52.550Z Compiling quick-error v1.2.3
14922026-06-23T18:32:52.564Z Compiling unicode-segmentation v1.12.0
14932026-06-23T18:32:52.579Z Compiling crossbeam-utils v0.8.21
14942026-06-23T18:32:52.655Z Compiling bit-vec v0.8.0
14952026-06-23T18:32:52.861Z Compiling hyper-util v0.1.20
14962026-06-23T18:32:52.891Z Compiling simd-adler32 v0.3.8
14972026-06-23T18:32:52.957Z Compiling bit-set v0.8.0
14982026-06-23T18:32:53.136Z Compiling rusty-fork v0.3.1
14992026-06-23T18:32:53.294Z Compiling time v0.3.47
15002026-06-23T18:32:53.426Z Compiling tower v0.5.3
15012026-06-23T18:32:53.439Z Compiling derive_builder_core v0.20.2
15022026-06-23T18:32:53.890Z Compiling dtrace-parser v0.3.0
15032026-06-23T18:32:53.911Z Compiling http-body-util v0.1.3
15042026-06-23T18:32:54.152Z Compiling dof v0.4.0
15052026-06-23T18:32:54.304Z Compiling webpki-roots v1.0.6
15062026-06-23T18:32:54.416Z Compiling signature v2.2.0
15072026-06-23T18:32:54.576Z Compiling thiserror-impl v1.0.69
15082026-06-23T18:32:54.592Z Compiling scroll_derive v0.12.1
15092026-06-23T18:32:54.619Z Compiling heapless v0.7.17
15102026-06-23T18:32:54.838Z Compiling rand_xorshift v0.4.0
15112026-06-23T18:32:54.851Z Compiling slog v2.8.2
15122026-06-23T18:32:55.002Z Compiling darling_core v0.21.3
15132026-06-23T18:32:55.032Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-23T18:32:55.224Z Compiling thread-id v5.1.0
15152026-06-23T18:32:55.269Z Compiling cookie v0.18.1
15162026-06-23T18:32:55.297Z Compiling unarray v0.1.4
15172026-06-23T18:32:55.310Z Compiling paste v1.0.15
15182026-06-23T18:32:55.406Z Compiling anyhow v1.0.102
15192026-06-23T18:32:55.445Z Compiling adler2 v2.0.1
15202026-06-23T18:32:55.564Z Compiling signal-hook v0.3.18
15212026-06-23T18:32:55.576Z Compiling unicode-properties v0.1.4
15222026-06-23T18:32:55.593Z Compiling ryu v1.0.23
15232026-06-23T18:32:55.702Z Compiling allocator-api2 v0.2.21
15242026-06-23T18:32:55.731Z Compiling zstd-safe v7.2.4
15252026-06-23T18:32:55.770Z Compiling unicode-bidi v0.3.18
15262026-06-23T18:32:55.780Z Compiling iri-string v0.7.10
15272026-06-23T18:32:55.796Z Compiling thiserror v1.0.69
15282026-06-23T18:32:55.912Z Compiling serde_urlencoded v0.7.1
15292026-06-23T18:32:56.061Z Compiling miniz_oxide v0.8.9
15302026-06-23T18:32:56.131Z Compiling stringprep v0.1.5
15312026-06-23T18:32:56.197Z Compiling proptest v1.10.0
15322026-06-23T18:32:56.657Z Compiling scroll v0.12.0
15332026-06-23T18:32:56.921Z Compiling tower-http v0.6.8
15342026-06-23T18:32:57.112Z Compiling derive_builder_macro v0.20.2
15352026-06-23T18:32:57.148Z Compiling tokio-native-tls v0.3.1
15362026-06-23T18:32:57.322Z Compiling heck v0.4.1
15372026-06-23T18:32:57.327Z Compiling bstr v1.12.1
15382026-06-23T18:32:57.492Z Compiling darling_macro v0.21.3
15392026-06-23T18:32:57.542Z Compiling ipnetwork v0.21.1
15402026-06-23T18:32:57.566Z Compiling rand_chacha v0.3.1
15412026-06-23T18:32:57.779Z Compiling toml_datetime v0.6.11
15422026-06-23T18:32:57.932Z Compiling serde_spanned v0.6.9
15432026-06-23T18:32:57.969Z Compiling erased-serde v0.3.31
15442026-06-23T18:32:57.983Z Compiling serde_tokenstream v0.2.3
15452026-06-23T18:32:58.033Z Compiling md-5 v0.10.6
15462026-06-23T18:32:58.069Z Compiling pin-project-internal v1.1.11
15472026-06-23T18:32:58.196Z Compiling async-trait v0.1.89
15482026-06-23T18:32:58.288Z Compiling zerocopy-derive v0.7.35
15492026-06-23T18:32:58.353Z Compiling curve25519-dalek v4.1.3
15502026-06-23T18:32:58.443Z Compiling vergen-lib v9.1.0
15512026-06-23T18:32:58.617Z Compiling num-integer v0.1.46
15522026-06-23T18:32:58.677Z Compiling hash32 v0.2.1
15532026-06-23T18:32:58.866Z Compiling ff v0.13.1
15542026-06-23T18:32:58.930Z Compiling memoffset v0.9.1
15552026-06-23T18:32:59.005Z Compiling encoding_rs v0.8.35
15562026-06-23T18:32:59.127Z Compiling base16ct v0.2.0
15572026-06-23T18:32:59.141Z Compiling mime v0.3.17
15582026-06-23T18:32:59.162Z Compiling smoltcp v0.9.1
15592026-06-23T18:32:59.182Z Compiling zlib-rs v0.6.2
15602026-06-23T18:32:59.300Z Compiling num-bigint-dig v0.8.6
15612026-06-23T18:32:59.396Z Compiling rustix v0.38.44
15622026-06-23T18:32:59.484Z Compiling ref-cast v1.0.25
15632026-06-23T18:32:59.487Z Compiling fallible-iterator v0.2.0
15642026-06-23T18:32:59.733Z Compiling psl-types v2.0.11
15652026-06-23T18:32:59.785Z Compiling litrs v1.0.0
15662026-06-23T18:32:59.789Z Compiling cfg_aliases v0.2.1
15672026-06-23T18:32:59.853Z Compiling publicsuffix v2.3.0
15682026-06-23T18:32:59.866Z Compiling nix v0.31.2
15692026-06-23T18:33:00.069Z Compiling postgres-protocol v0.6.10
15702026-06-23T18:33:00.293Z Compiling document-features v0.2.12
15712026-06-23T18:33:00.348Z Compiling sec1 v0.7.3
15722026-06-23T18:33:00.465Z Compiling pin-project v1.1.11
15732026-06-23T18:33:00.563Z Compiling zerocopy v0.7.35
15742026-06-23T18:33:00.608Z Compiling group v0.13.0
15752026-06-23T18:33:00.690Z Compiling num-iter v0.1.45
15762026-06-23T18:33:00.881Z Compiling newtype-uuid v1.3.2
15772026-06-23T18:33:00.908Z Compiling hubpack_derive v0.1.1
15782026-06-23T18:33:01.090Z Compiling darling v0.21.3
15792026-06-23T18:33:01.172Z Compiling rand v0.8.6
15802026-06-23T18:33:01.193Z Compiling oxnet v0.1.6
15812026-06-23T18:33:01.240Z Compiling derive_builder v0.20.2
15822026-06-23T18:33:01.282Z Compiling snafu-derive v0.8.9
15832026-06-23T18:33:01.330Z Compiling hyper-tls v0.6.0
15842026-06-23T18:33:01.590Z Compiling goblin v0.8.2
15852026-06-23T18:33:02.091Z Compiling flate2 v1.1.9
15862026-06-23T18:33:02.448Z Compiling phf_shared v0.13.1
15872026-06-23T18:33:02.499Z Compiling lazy_static v1.5.0
15882026-06-23T18:33:02.502Z Compiling regex v1.12.3
15892026-06-23T18:33:02.538Z Compiling anstyle-parse v0.2.7
15902026-06-23T18:33:02.592Z Compiling strum_macros v0.27.2
15912026-06-23T18:33:02.689Z Compiling futures-executor v0.3.32
15922026-06-23T18:33:02.722Z Compiling hex v0.4.3
15932026-06-23T18:33:02.936Z Compiling hkdf v0.12.4
15942026-06-23T18:33:02.949Z Compiling crypto-bigint v0.5.5
15952026-06-23T18:33:02.984Z Compiling terminal_size v0.4.3
15962026-06-23T18:33:03.100Z Compiling daft-derive v0.1.7
15972026-06-23T18:33:03.123Z Compiling ref-cast-impl v1.0.25
15982026-06-23T18:33:03.178Z Compiling curve25519-dalek-derive v0.1.1
15992026-06-23T18:33:03.655Z Compiling vergen v9.1.0
16002026-06-23T18:33:03.807Z Compiling fs-err v3.3.0
16012026-06-23T18:33:03.807Z Compiling cargo-platform v0.3.2
16022026-06-23T18:33:03.834Z Compiling ahash v0.8.12
16032026-06-23T18:33:03.990Z Compiling managed v0.8.0
16042026-06-23T18:33:04.034Z Compiling bumpalo v3.20.2
16052026-06-23T18:33:04.087Z Compiling foldhash v0.1.5
16062026-06-23T18:33:04.204Z Compiling libbz2-rs-sys v0.2.2
16072026-06-23T18:33:04.260Z Compiling foldhash v0.2.0
16082026-06-23T18:33:04.284Z Compiling winnow v0.5.40
16092026-06-23T18:33:04.479Z Compiling same-file v1.0.6
16102026-06-23T18:33:04.529Z Compiling object v0.37.3
16112026-06-23T18:33:04.640Z Compiling bitflags v1.3.2
16122026-06-23T18:33:04.846Z Compiling bzip2 v0.6.1
16132026-06-23T18:33:04.871Z Compiling walkdir v2.5.0
16142026-06-23T18:33:05.017Z Compiling clap_builder v4.6.0
16152026-06-23T18:33:05.031Z Compiling strum v0.27.2
16162026-06-23T18:33:05.046Z Compiling hashbrown v0.16.1
16172026-06-23T18:33:05.157Z Compiling zopfli v0.8.3
16182026-06-23T18:33:05.176Z Compiling hashbrown v0.15.5
16192026-06-23T18:33:05.556Z Compiling toml_edit v0.19.15
16202026-06-23T18:33:05.693Z Compiling cargo_metadata v0.23.1
16212026-06-23T18:33:05.708Z Compiling elliptic-curve v0.13.8
16222026-06-23T18:33:05.740Z Compiling daft v0.1.7
16232026-06-23T18:33:06.020Z Compiling dof v0.3.0
16242026-06-23T18:33:06.226Z Compiling snafu v0.8.9
16252026-06-23T18:33:06.585Z Compiling futures v0.3.32
16262026-06-23T18:33:06.670Z Compiling anstream v0.6.21
16272026-06-23T18:33:06.765Z Compiling phf v0.13.1
16282026-06-23T18:33:06.981Z Compiling signal-hook-mio v0.2.5
16292026-06-23T18:33:07.039Z Compiling cookie_store v0.22.1
16302026-06-23T18:33:07.096Z Compiling bzip2 v0.4.4
16312026-06-23T18:33:07.309Z Compiling zstd v0.13.3
16322026-06-23T18:33:07.416Z Compiling hubpack v0.1.2
16332026-06-23T18:33:07.574Z Compiling serde_with_macros v3.17.0
16342026-06-23T18:33:07.685Z Compiling postgres-types v0.2.12
16352026-06-23T18:33:08.039Z Compiling usdt-macro v0.6.0
16362026-06-23T18:33:08.199Z Compiling usdt-attr-macro v0.6.0
16372026-06-23T18:33:08.227Z Compiling globset v0.4.18
16382026-06-23T18:33:08.680Z Compiling dtrace-parser v0.2.0
16392026-06-23T18:33:08.772Z Compiling ed25519 v2.2.3
16402026-06-23T18:33:08.784Z Compiling phf_shared v0.11.3
16412026-06-23T18:33:08.817Z Compiling olpc-cjson v0.1.4
16422026-06-23T18:33:08.893Z Compiling pkcs1 v0.7.5
16432026-06-23T18:33:08.964Z Compiling enum-as-inner v0.6.1
16442026-06-23T18:33:08.975Z Compiling strum_macros v0.26.4
16452026-06-23T18:33:08.978Z Compiling clap_derive v4.6.1
16462026-06-23T18:33:09.282Z Compiling serde_plain v1.0.2
16472026-06-23T18:33:09.406Z Compiling serde-big-array v0.5.1
16482026-06-23T18:33:09.465Z Compiling rfc6979 v0.4.0
16492026-06-23T18:33:09.480Z Compiling serde_repr v0.1.20
16502026-06-23T18:33:09.548Z Compiling async-recursion v1.1.1
16512026-06-23T18:33:09.588Z Compiling pem v3.0.6
16522026-06-23T18:33:09.662Z Compiling float-cmp v0.10.0
16532026-06-23T18:33:09.809Z Compiling memmap2 v0.9.10
16542026-06-23T18:33:09.911Z Compiling thread-id v4.2.2
16552026-06-23T18:33:09.997Z Compiling env_filter v1.0.0
16562026-06-23T18:33:10.010Z Compiling difflib v0.4.0
16572026-06-23T18:33:10.021Z Compiling normalize-line-endings v0.3.0
16582026-06-23T18:33:10.117Z Compiling predicates-core v1.0.10
16592026-06-23T18:33:10.178Z Compiling keccak v0.1.6
16602026-06-23T18:33:10.293Z Compiling data-encoding v2.10.0
16612026-06-23T18:33:10.307Z Compiling whoami v2.1.0
16622026-06-23T18:33:10.558Z Compiling new_debug_unreachable v1.0.6
16632026-06-23T18:33:10.631Z Compiling precomputed-hash v0.1.1
16642026-06-23T18:33:10.673Z Compiling typed-path v0.9.3
16652026-06-23T18:33:10.702Z Compiling fixedbitset v0.5.7
16662026-06-23T18:33:10.715Z Compiling static_assertions v1.1.0
16672026-06-23T18:33:10.718Z Compiling jiff v0.2.21
16682026-06-23T18:33:10.788Z Compiling either v1.15.0
16692026-06-23T18:33:10.905Z Compiling fixedbitset v0.4.2
16702026-06-23T18:33:10.965Z Compiling petgraph v0.8.3
16712026-06-23T18:33:10.990Z Compiling itertools v0.13.0
16722026-06-23T18:33:11.003Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-23T18:33:11.116Z Compiling petgraph v0.6.5
16742026-06-23T18:33:11.936Z Compiling clap v4.6.1
16752026-06-23T18:33:12.021Z Compiling toml_edit v0.22.27
16762026-06-23T18:33:12.267Z Compiling strum v0.26.3
16772026-06-23T18:33:12.402Z Compiling string_cache v0.8.9
16782026-06-23T18:33:12.572Z Compiling hickory-proto v0.25.2
16792026-06-23T18:33:12.631Z Compiling tokio-postgres v0.7.16
16802026-06-23T18:33:12.649Z Compiling sha3 v0.10.8
16812026-06-23T18:33:12.938Z Compiling predicates v3.1.4
16822026-06-23T18:33:13.097Z Compiling env_logger v0.11.9
16832026-06-23T18:33:13.440Z Compiling zip v4.6.1
16842026-06-23T18:33:13.582Z Compiling usdt-impl v0.5.0
16852026-06-23T18:33:13.840Z Compiling usdt v0.6.0
16862026-06-23T18:33:14.104Z Compiling ecdsa v0.16.9
16872026-06-23T18:33:14.153Z Compiling rsa v0.9.10
16882026-06-23T18:33:14.394Z Compiling ed25519-dalek v2.2.0
16892026-06-23T18:33:14.495Z Compiling serde_with v3.17.0
16902026-06-23T18:33:14.727Z Compiling crossterm v0.28.1
16912026-06-23T18:33:14.867Z Compiling zip v0.6.6
16922026-06-23T18:33:15.434Z Compiling toml v0.7.8
16932026-06-23T18:33:15.448Z Compiling iddqd v0.4.2
16942026-06-23T18:33:16.257Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-23T18:33:16.307Z Compiling similar v2.7.0
16962026-06-23T18:33:16.393Z Compiling crossbeam-epoch v0.9.18
16972026-06-23T18:33:16.761Z Compiling tokio-stream v0.1.18
16982026-06-23T18:33:16.774Z Compiling buf-list v1.1.2
16992026-06-23T18:33:16.914Z Compiling x509-cert v0.2.5
17002026-06-23T18:33:17.049Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-23T18:33:17.222Z Compiling openapiv3 v2.2.0
17022026-06-23T18:33:17.226Z Compiling sha1 v0.10.6
17032026-06-23T18:33:17.249Z Compiling lalrpop-util v0.19.12
17042026-06-23T18:33:17.358Z Compiling peg-runtime v0.8.5
17052026-06-23T18:33:17.442Z Compiling thread_local v1.1.9
17062026-06-23T18:33:17.455Z Compiling slog-async v2.8.0
17072026-06-23T18:33:17.457Z Compiling crossbeam-channel v0.5.15
17082026-06-23T18:33:17.633Z Compiling is-terminal v0.4.17
17092026-06-23T18:33:17.690Z Compiling filetime v0.2.27
17102026-06-23T18:33:17.731Z Compiling term v1.2.1
17112026-06-23T18:33:17.776Z Compiling xattr v1.6.1
17122026-06-23T18:33:17.861Z Compiling take_mut v0.2.2
17132026-06-23T18:33:17.902Z Compiling tar v0.4.45
17142026-06-23T18:33:18.311Z Compiling slog-term v2.9.2
17152026-06-23T18:33:28.080Z Compiling rustls-webpki v0.103.9
17162026-06-23T18:33:30.867Z Compiling tokio-rustls v0.26.4
17172026-06-23T18:33:30.867Z Compiling rustls-platform-verifier v0.6.2
17182026-06-23T18:33:31.072Z Compiling hyper-rustls v0.27.7
17192026-06-23T18:33:31.277Z Compiling reqwest v0.12.28
17202026-06-23T18:33:31.280Z Compiling reqwest v0.13.2
17212026-06-23T18:33:32.558Z Compiling tough v0.22.0
17222026-06-23T18:33:35.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-23T18:33:35.285Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-23T18:33:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-06-23T18:33:38.266Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-06-23T18:33:38.317ZJun 23 18:33:37.169 INFO Starting download, target: Clickhouse
17272026-06-23T18:33:38.317ZJun 23 18:33:37.169 INFO Starting download, target: Cockroach
17282026-06-23T18:33:38.317ZJun 23 18:33:37.169 INFO Starting download, target: Console
17292026-06-23T18:33:38.317ZJun 23 18:33:37.169 INFO Starting download, target: DendriteStub
17302026-06-23T18:33:38.317ZJun 23 18:33:37.169 INFO Starting download, target: MaghemiteMgd
17312026-06-23T18:33:38.322ZJun 23 18:33:37.169 INFO Starting download, target: MaghemiteDdmd
17322026-06-23T18:33:38.322ZJun 23 18:33:37.169 INFO Starting download, target: TransceiverControl
17332026-06-23T18:33:38.322ZJun 23 18:33:37.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-23T18:33:38.322ZJun 23 18:33:37.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-23T18:33:38.322ZJun 23 18:33:37.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-23T18:33:38.322ZJun 23 18:33:37.170 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-23T18:33:38.322ZJun 23 18:33:37.170 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-23T18:33:38.322ZJun 23 18:33:37.170 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-23T18:33:38.322ZJun 23 18:33:37.170 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-06-23T18:33:39.103ZJun 23 18:33:37.951 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-23T18:33:39.285ZJun 23 18:33:38.134 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-23T18:33:39.315ZJun 23 18:33:38.167 INFO Download complete, target: TransceiverControl
17432026-06-23T18:33:39.524ZJun 23 18:33:38.376 INFO Download complete, target: Console
17442026-06-23T18:33:40.587ZJun 23 18:33:39.434 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-23T18:33:40.617ZJun 23 18:33:39.460 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-23T18:33:40.831ZJun 23 18:33:39.682 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-23T18:33:40.885ZJun 23 18:33:39.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-06-23T18:33:41.167ZJun 23 18:33:40.020 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-23T18:33:41.167ZJun 23 18:33:40.020 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-23T18:33:42.595ZJun 23 18:33:41.448 INFO Download complete, target: MaghemiteDdmd
17512026-06-23T18:33:43.103ZJun 23 18:33:41.955 INFO Download complete, target: DendriteStub
17522026-06-23T18:33:43.338ZJun 23 18:33:42.191 INFO Download complete, target: MaghemiteMgd
17532026-06-23T18:33:45.862ZJun 23 18:33:44.715 INFO Checking that binary works, target: Cockroach
17542026-06-23T18:33:45.973ZJun 23 18:33:44.826 INFO Download complete, target: Cockroach
17552026-06-23T18:33:47.607ZJun 23 18:33:46.460 INFO Checking that binary works, target: Clickhouse
17562026-06-23T18:33:47.694ZJun 23 18:33:46.546 INFO Download complete, target: Clickhouse
17572026-06-23T18:33:47.708ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-06-23T18:33:47.711Z
17592026-06-23T18:33:47.711Zreal 2:02.843208354
17602026-06-23T18:33:47.711Zuser 6:47.297624289
17612026-06-23T18:33:47.711Zsys 1:23.225084613
17622026-06-23T18:33:47.711Ztrap 0.236787244
17632026-06-23T18:33:47.711Ztflt 0.653302306
17642026-06-23T18:33:47.711Zdflt 0.747080467
17652026-06-23T18:33:47.711Zkflt 0.021719599
17662026-06-23T18:33:47.711Zlock 22:31.423802265
17672026-06-23T18:33:47.711Zslp 21:00.322754129
17682026-06-23T18:33:47.711Zlat 41.968766904
17692026-06-23T18:33:47.711Zstop 1:53.630911722
17702026-06-23T18:33:47.711Z+ banner hack-check
17712026-06-23T18:33:47.711Z
17722026-06-23T18:33:47.711Z # # ## #### # # #### # # ###### #### # #
17732026-06-23T18:33:47.711Z # # # # # # # # # # # # # # # # #
17742026-06-23T18:33:47.712Z ###### # # # #### ##### # ###### ##### # ####
17752026-06-23T18:33:47.712Z # # ###### # # # # # # # # # #
17762026-06-23T18:33:47.712Z # # # # # # # # # # # # # # # # #
17772026-06-23T18:33:47.712Z # # # # #### # # #### # # ###### #### # #
17782026-06-23T18:33:47.712Z
17792026-06-23T18:33:47.712Z+ export CARGO_INCREMENTAL=0
17802026-06-23T18:33:47.712Z+ CARGO_INCREMENTAL=0
17812026-06-23T18:33:47.712Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-06-23T18:33:48.185Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-06-23T18:33:48.392Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-06-23T18:33:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17852026-06-23T18:33:50.300Z Running `target/debug/xtask check-features --ci`
17862026-06-23T18:33:50.325Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-06-23T18:33:50.325Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-06-23T18:33:50.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17892026-06-23T18:33:50.763Z Running `target/debug/xtask download cargo-hack`
17902026-06-23T18:33:51.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-06-23T18:33:51.780Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-06-23T18:33:54.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17932026-06-23T18:33:54.448Z Running `target/debug/xtask-downloader cargo-hack`
17942026-06-23T18:33:54.486ZJun 23 18:33:53.339 INFO Starting download, target: CargoHack
17952026-06-23T18:33:54.489ZJun 23 18:33:53.340 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-06-23T18:33:55.109ZJun 23 18:33:53.962 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-06-23T18:33:55.159ZJun 23 18:33:54.011 INFO Download complete, target: CargoHack
17982026-06-23T18:33:55.162Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-06-23T18:33:55.175Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-06-23T18:33:55.330Zinfo: running `cargo check --bins` on api_identity (1/296)
18012026-06-23T18:33:55.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-23T18:33:55.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-23T18:33:55.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-23T18:33:55.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18052026-06-23T18:33:55.829Z
18062026-06-23T18:33:55.829Zinfo: running `cargo check --bins` on bootstore (2/296)
18072026-06-23T18:33:56.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-23T18:33:56.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-23T18:33:56.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-23T18:33:56.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-06-23T18:33:56.333Z
18122026-06-23T18:33:56.333Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18132026-06-23T18:33:56.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-23T18:33:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-23T18:33:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-23T18:33:56.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172026-06-23T18:33:56.832Z
18182026-06-23T18:33:56.832Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18192026-06-23T18:33:57.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-23T18:33:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-23T18:33:57.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-23T18:33:57.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-06-23T18:33:57.334Z
18242026-06-23T18:33:57.334Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18252026-06-23T18:33:57.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-23T18:33:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-23T18:33:57.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-23T18:33:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18292026-06-23T18:33:57.838Z
18302026-06-23T18:33:57.838Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18312026-06-23T18:33:58.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-23T18:33:58.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-23T18:33:58.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-23T18:33:58.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18352026-06-23T18:33:58.394Z
18362026-06-23T18:33:58.394Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18372026-06-23T18:33:58.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-23T18:33:58.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-23T18:33:58.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-23T18:33:58.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-06-23T18:33:58.950Z
18422026-06-23T18:33:58.950Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18432026-06-23T18:33:59.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-23T18:33:59.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-23T18:33:59.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-23T18:33:59.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-06-23T18:33:59.882Z
18482026-06-23T18:33:59.882Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18492026-06-23T18:33:59.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-23T18:33:59.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-23T18:33:59.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-23T18:33:59.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18532026-06-23T18:33:59.882Z
18542026-06-23T18:33:59.882Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18552026-06-23T18:34:00.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-23T18:34:00.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-23T18:34:00.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-23T18:34:00.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-06-23T18:34:00.194Z
18602026-06-23T18:34:00.195Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18612026-06-23T18:34:00.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-23T18:34:00.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-23T18:34:00.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-23T18:34:00.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-06-23T18:34:00.583Z
18662026-06-23T18:34:00.583Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18672026-06-23T18:34:00.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-23T18:34:00.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-23T18:34:00.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-23T18:34:00.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-06-23T18:34:00.975Z
18722026-06-23T18:34:00.975Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18732026-06-23T18:34:01.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-23T18:34:01.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-23T18:34:01.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-23T18:34:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18772026-06-23T18:34:01.362Z
18782026-06-23T18:34:01.362Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18792026-06-23T18:34:01.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-23T18:34:01.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-23T18:34:01.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-23T18:34:01.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-06-23T18:34:01.750Z
18842026-06-23T18:34:01.750Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18852026-06-23T18:34:02.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-23T18:34:02.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-23T18:34:02.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-23T18:34:02.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-06-23T18:34:02.143Z
18902026-06-23T18:34:02.143Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18912026-06-23T18:34:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-23T18:34:02.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-23T18:34:02.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-23T18:34:02.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-23T18:34:02.530Z
18962026-06-23T18:34:02.530Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18972026-06-23T18:34:02.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-23T18:34:02.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-23T18:34:02.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-23T18:34:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19012026-06-23T18:34:02.916Z
19022026-06-23T18:34:02.916Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19032026-06-23T18:34:03.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-23T18:34:03.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-23T18:34:03.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-23T18:34:03.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-23T18:34:03.304Z
19082026-06-23T18:34:03.304Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19092026-06-23T18:34:03.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-23T18:34:03.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-23T18:34:03.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-23T18:34:03.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19132026-06-23T18:34:03.691Z
19142026-06-23T18:34:03.691Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19152026-06-23T18:34:04.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-23T18:34:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-23T18:34:04.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-23T18:34:04.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-23T18:34:04.081Z
19202026-06-23T18:34:04.081Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19212026-06-23T18:34:04.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-23T18:34:04.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-23T18:34:04.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-23T18:34:04.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-23T18:34:04.473Z
19262026-06-23T18:34:04.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19272026-06-23T18:34:04.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-23T18:34:04.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-23T18:34:04.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-23T18:34:04.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-23T18:34:04.868Z
19322026-06-23T18:34:04.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19332026-06-23T18:34:05.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-23T18:34:05.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-23T18:34:05.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-23T18:34:05.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-23T18:34:05.262Z
19382026-06-23T18:34:05.262Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19392026-06-23T18:34:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-23T18:34:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-23T18:34:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-23T18:34:05.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-06-23T18:34:05.656Z
19442026-06-23T18:34:05.656Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19452026-06-23T18:34:06.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-23T18:34:06.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-23T18:34:06.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-23T18:34:06.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-06-23T18:34:06.052Z
19502026-06-23T18:34:06.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19512026-06-23T18:34:06.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-23T18:34:06.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-23T18:34:06.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-23T18:34:06.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-23T18:34:06.446Z
19562026-06-23T18:34:06.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19572026-06-23T18:34:06.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-23T18:34:06.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-23T18:34:06.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-23T18:34:06.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-23T18:34:06.836Z
19622026-06-23T18:34:06.836Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19632026-06-23T18:34:07.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-23T18:34:07.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-23T18:34:07.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-23T18:34:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-23T18:34:07.228Z
19682026-06-23T18:34:07.228Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19692026-06-23T18:34:07.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-23T18:34:07.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-23T18:34:07.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-23T18:34:07.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-06-23T18:34:07.624Z
19742026-06-23T18:34:07.624Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19752026-06-23T18:34:07.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-23T18:34:07.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-23T18:34:07.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-23T18:34:07.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-06-23T18:34:08.012Z
19802026-06-23T18:34:08.012Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19812026-06-23T18:34:08.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-23T18:34:08.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-23T18:34:08.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-23T18:34:08.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-06-23T18:34:08.400Z
19862026-06-23T18:34:08.400Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19872026-06-23T18:34:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-23T18:34:08.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-23T18:34:08.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-23T18:34:08.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19912026-06-23T18:34:08.788Z
19922026-06-23T18:34:08.788Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19932026-06-23T18:34:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-23T18:34:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-23T18:34:09.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-23T18:34:09.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-06-23T18:34:09.177Z
19982026-06-23T18:34:09.177Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19992026-06-23T18:34:09.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-23T18:34:09.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-23T18:34:09.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-23T18:34:09.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-06-23T18:34:09.569Z
20042026-06-23T18:34:09.569Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20052026-06-23T18:34:09.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-23T18:34:09.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-23T18:34:09.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-23T18:34:09.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-06-23T18:34:09.965Z
20102026-06-23T18:34:09.965Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20112026-06-23T18:34:10.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-23T18:34:10.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-23T18:34:10.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-23T18:34:10.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-23T18:34:10.357Z
20162026-06-23T18:34:10.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20172026-06-23T18:34:10.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-23T18:34:10.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-23T18:34:10.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-23T18:34:10.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-06-23T18:34:10.746Z
20222026-06-23T18:34:10.746Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20232026-06-23T18:34:11.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-23T18:34:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-23T18:34:11.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-23T18:34:11.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-06-23T18:34:11.137Z
20282026-06-23T18:34:11.137Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20292026-06-23T18:34:11.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-23T18:34:11.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-23T18:34:11.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-23T18:34:11.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-23T18:34:11.544Z
20342026-06-23T18:34:11.544Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20352026-06-23T18:34:11.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-23T18:34:11.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-23T18:34:11.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-23T18:34:11.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-23T18:34:11.921Z
20402026-06-23T18:34:11.921Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20412026-06-23T18:34:12.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-23T18:34:12.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-23T18:34:12.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-23T18:34:12.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-23T18:34:12.322Z
20462026-06-23T18:34:12.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20472026-06-23T18:34:12.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-23T18:34:12.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-23T18:34:12.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-23T18:34:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-06-23T18:34:12.711Z
20522026-06-23T18:34:12.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20532026-06-23T18:34:13.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-23T18:34:13.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-23T18:34:13.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-23T18:34:13.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-23T18:34:13.104Z
20582026-06-23T18:34:13.104Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20592026-06-23T18:34:13.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-23T18:34:13.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-23T18:34:13.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-23T18:34:13.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-23T18:34:13.494Z
20642026-06-23T18:34:13.494Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20652026-06-23T18:34:13.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-23T18:34:13.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-23T18:34:13.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-23T18:34:13.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-23T18:34:13.884Z
20702026-06-23T18:34:13.884Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20712026-06-23T18:34:14.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-23T18:34:14.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-23T18:34:14.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-23T18:34:14.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-23T18:34:14.278Z
20762026-06-23T18:34:14.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20772026-06-23T18:34:14.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-23T18:34:14.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-23T18:34:14.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-23T18:34:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-06-23T18:34:14.668Z
20822026-06-23T18:34:14.668Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20832026-06-23T18:34:15.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-23T18:34:15.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-23T18:34:15.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-23T18:34:15.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-06-23T18:34:15.062Z
20882026-06-23T18:34:15.062Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20892026-06-23T18:34:15.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-23T18:34:15.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-23T18:34:15.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-23T18:34:15.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-23T18:34:15.618Z
20942026-06-23T18:34:15.618Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20952026-06-23T18:34:16.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-23T18:34:16.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-23T18:34:16.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-23T18:34:16.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20992026-06-23T18:34:16.171Z
21002026-06-23T18:34:16.171Zinfo: running `cargo check --bins` on nexus-config (51/296)
21012026-06-23T18:34:16.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-23T18:34:16.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-23T18:34:16.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-23T18:34:16.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-06-23T18:34:16.731Z
21062026-06-23T18:34:16.731Zinfo: running `cargo check --bins` on nexus-types (52/296)
21072026-06-23T18:34:17.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-23T18:34:17.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-23T18:34:17.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-23T18:34:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-06-23T18:34:17.290Z
21122026-06-23T18:34:17.290Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21132026-06-23T18:34:17.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-23T18:34:17.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-23T18:34:17.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-23T18:34:17.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21172026-06-23T18:34:17.810Z
21182026-06-23T18:34:17.810Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21192026-06-23T18:34:18.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-23T18:34:18.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-23T18:34:18.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-23T18:34:18.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21232026-06-23T18:34:18.318Z
21242026-06-23T18:34:18.318Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21252026-06-23T18:34:18.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-23T18:34:18.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-23T18:34:18.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-23T18:34:18.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-06-23T18:34:18.841Z
21302026-06-23T18:34:18.841Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21312026-06-23T18:34:19.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-23T18:34:19.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-23T18:34:19.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-23T18:34:19.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-06-23T18:34:19.374Z
21362026-06-23T18:34:19.374Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21372026-06-23T18:34:19.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-23T18:34:19.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-23T18:34:19.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-23T18:34:19.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21412026-06-23T18:34:19.906Z
21422026-06-23T18:34:19.906Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21432026-06-23T18:34:20.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-23T18:34:20.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-23T18:34:20.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-23T18:34:20.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-06-23T18:34:20.437Z
21482026-06-23T18:34:20.437Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21492026-06-23T18:34:20.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-23T18:34:20.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-23T18:34:20.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-23T18:34:20.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-23T18:34:20.950Z
21542026-06-23T18:34:20.950Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21552026-06-23T18:34:21.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-23T18:34:21.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-23T18:34:21.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-23T18:34:21.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21592026-06-23T18:34:21.471Z
21602026-06-23T18:34:21.471Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21612026-06-23T18:34:21.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-23T18:34:21.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-23T18:34:21.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-23T18:34:21.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-06-23T18:34:21.982Z
21662026-06-23T18:34:21.983Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21672026-06-23T18:34:22.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-23T18:34:22.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-23T18:34:22.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-23T18:34:22.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-23T18:34:22.497Z
21722026-06-23T18:34:22.497Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21732026-06-23T18:34:22.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-23T18:34:22.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-23T18:34:22.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-23T18:34:22.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-06-23T18:34:23.022Z
21782026-06-23T18:34:23.022Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21792026-06-23T18:34:23.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-23T18:34:23.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-23T18:34:23.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-23T18:34:23.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-06-23T18:34:23.549Z
21842026-06-23T18:34:23.549Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21852026-06-23T18:34:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-23T18:34:23.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-23T18:34:23.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-23T18:34:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-06-23T18:34:24.058Z
21902026-06-23T18:34:24.058Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21912026-06-23T18:34:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-23T18:34:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-23T18:34:24.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-23T18:34:24.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-23T18:34:24.571Z
21962026-06-23T18:34:24.572Zinfo: running `cargo check --bins` on ereport-types (67/296)
21972026-06-23T18:34:25.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-23T18:34:25.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-23T18:34:25.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-23T18:34:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22012026-06-23T18:34:25.094Z
22022026-06-23T18:34:25.094Zinfo: running `cargo check --bins` on gateway-client (68/296)
22032026-06-23T18:34:25.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-23T18:34:25.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-23T18:34:25.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-23T18:34:25.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-06-23T18:34:25.619Z
22082026-06-23T18:34:25.619Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22092026-06-23T18:34:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-23T18:34:26.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-23T18:34:26.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-23T18:34:26.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-06-23T18:34:26.138Z
22142026-06-23T18:34:26.138Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22152026-06-23T18:34:26.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-23T18:34:26.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-23T18:34:26.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-23T18:34:26.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-06-23T18:34:26.661Z
22202026-06-23T18:34:26.661Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22212026-06-23T18:34:27.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-23T18:34:27.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-23T18:34:27.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-23T18:34:27.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-06-23T18:34:27.190Z
22262026-06-23T18:34:27.190Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22272026-06-23T18:34:27.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-23T18:34:27.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-23T18:34:27.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-23T18:34:27.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-23T18:34:27.705Z
22322026-06-23T18:34:27.705Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22332026-06-23T18:34:28.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-23T18:34:28.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-23T18:34:28.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-23T18:34:28.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22372026-06-23T18:34:28.250Z
22382026-06-23T18:34:28.250Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22392026-06-23T18:34:28.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-23T18:34:28.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-23T18:34:28.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-23T18:34:28.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-06-23T18:34:28.792Z
22442026-06-23T18:34:28.792Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22452026-06-23T18:34:29.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-23T18:34:29.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-23T18:34:29.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-23T18:34:29.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22492026-06-23T18:34:29.305Z
22502026-06-23T18:34:29.305Zinfo: running `cargo check --bins` on oxlog (76/296)
22512026-06-23T18:34:29.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-23T18:34:29.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-23T18:34:29.865Z Checking cfg-if v1.0.4
22542026-06-23T18:34:29.867Z Checking libc v0.2.185
22552026-06-23T18:34:29.867Z Checking serde_core v1.0.228
22562026-06-23T18:34:29.978Z Checking zeroize v1.8.2
22572026-06-23T18:34:29.983Z Checking memchr v2.8.0
22582026-06-23T18:34:29.991Z Checking log v0.4.29
22592026-06-23T18:34:30.000Z Checking smallvec v1.15.1
22602026-06-23T18:34:30.010Z Checking typenum v1.19.0
22612026-06-23T18:34:30.020Z Checking subtle v2.6.1
22622026-06-23T18:34:30.117Z Checking itoa v1.0.17
22632026-06-23T18:34:30.145Z Checking scopeguard v1.2.0
22642026-06-23T18:34:30.158Z Checking stable_deref_trait v1.2.1
22652026-06-23T18:34:30.175Z Checking const-oid v0.9.6
22662026-06-23T18:34:30.226Z Checking zerofrom v0.1.6
22672026-06-23T18:34:30.241Z Checking lock_api v0.4.14
22682026-06-23T18:34:30.257Z Checking pin-project-lite v0.2.17
22692026-06-23T18:34:30.334Z Checking yoke v0.8.1
22702026-06-23T18:34:30.346Z Checking portable-atomic v1.13.1
22712026-06-23T18:34:30.361Z Checking getrandom v0.2.17
22722026-06-23T18:34:30.361Z Checking errno v0.3.14
22732026-06-23T18:34:30.432Z Checking parking_lot_core v0.9.12
22742026-06-23T18:34:30.493Z Checking zerovec v0.11.5
22752026-06-23T18:34:30.504Z Checking signal-hook-registry v1.4.8
22762026-06-23T18:34:30.525Z Checking rand_core v0.6.4
22772026-06-23T18:34:30.536Z Checking generic-array v0.14.7
22782026-06-23T18:34:30.616Z Checking futures-core v0.3.32
22792026-06-23T18:34:30.654Z Checking critical-section v1.2.0
22802026-06-23T18:34:30.694Z Checking parking_lot v0.12.5
22812026-06-23T18:34:30.733Z Checking mio v1.2.0
22822026-06-23T18:34:30.748Z Checking zerocopy v0.8.40
22832026-06-23T18:34:30.779Z Checking once_cell v1.21.3
22842026-06-23T18:34:30.848Z Checking zmij v1.0.21
22852026-06-23T18:34:30.875Z Checking socket2 v0.6.3
22862026-06-23T18:34:30.918Z Checking tinystr v0.8.2
22872026-06-23T18:34:30.948Z Checking libm v0.2.16
22882026-06-23T18:34:30.972Z Checking crypto-common v0.1.7
22892026-06-23T18:34:31.010Z Checking block-buffer v0.10.4
22902026-06-23T18:34:31.051Z Checking litemap v0.8.1
22912026-06-23T18:34:31.089Z Checking percent-encoding v2.3.2
22922026-06-23T18:34:31.089Z Checking equivalent v1.0.2
22932026-06-23T18:34:31.110Z Checking writeable v0.6.2
22942026-06-23T18:34:31.148Z Checking digest v0.10.7
22952026-06-23T18:34:31.166Z Checking potential_utf v0.1.4
22962026-06-23T18:34:31.238Z Checking zerotrie v0.2.3
22972026-06-23T18:34:31.251Z Checking futures-sink v0.3.32
22982026-06-23T18:34:31.269Z Checking icu_locale_core v2.1.1
22992026-06-23T18:34:31.288Z Checking icu_collections v2.1.1
23002026-06-23T18:34:31.358Z Checking futures-channel v0.3.32
23012026-06-23T18:34:31.364Z Checking cpufeatures v0.2.17
23022026-06-23T18:34:31.401Z Checking futures-io v0.3.32
23032026-06-23T18:34:31.434Z Checking serde v1.0.228
23042026-06-23T18:34:31.450Z Checking bitflags v2.11.0
23052026-06-23T18:34:31.511Z Checking serde_json v1.0.149
23062026-06-23T18:34:31.514Z Checking futures-task v0.3.32
23072026-06-23T18:34:31.589Z Checking slab v0.4.12
23082026-06-23T18:34:31.610Z Checking hmac v0.12.1
23092026-06-23T18:34:31.641Z Checking num-traits v0.2.19
23102026-06-23T18:34:31.653Z Checking icu_normalizer_data v2.1.1
23112026-06-23T18:34:31.719Z Checking icu_properties_data v2.1.2
23122026-06-23T18:34:31.735Z Checking futures-util v0.3.32
23132026-06-23T18:34:31.738Z Checking hashbrown v0.17.0
23142026-06-23T18:34:31.808Z Checking icu_provider v2.1.1
23152026-06-23T18:34:31.833Z Checking bytes v1.11.1
23162026-06-23T18:34:31.846Z Checking rand_core v0.10.0
23172026-06-23T18:34:31.979Z Checking getrandom v0.4.1
23182026-06-23T18:34:32.030Z Checking icu_properties v2.1.2
23192026-06-23T18:34:32.122Z Checking icu_normalizer v2.1.1
23202026-06-23T18:34:32.152Z Checking block-padding v0.3.3
23212026-06-23T18:34:32.166Z Checking utf8_iter v1.0.4
23222026-06-23T18:34:32.205Z Checking indexmap v2.14.0
23232026-06-23T18:34:32.265Z Checking tokio v1.52.1
23242026-06-23T18:34:32.278Z Checking inout v0.1.4
23252026-06-23T18:34:32.291Z Checking sha2 v0.10.9
23262026-06-23T18:34:32.411Z Checking cipher v0.4.4
23272026-06-23T18:34:32.422Z Checking form_urlencoded v1.2.2
23282026-06-23T18:34:32.546Z Checking getrandom v0.3.4
23292026-06-23T18:34:32.557Z Checking base64ct v1.8.3
23302026-06-23T18:34:32.611Z Checking fnv v1.0.7
23312026-06-23T18:34:32.688Z Checking byteorder v1.5.0
23322026-06-23T18:34:32.703Z Checking flagset v0.4.7
23332026-06-23T18:34:32.756Z Checking rand_core v0.9.5
23342026-06-23T18:34:32.782Z Checking pem-rfc7468 v0.7.0
23352026-06-23T18:34:32.820Z Checking http v1.4.0
23362026-06-23T18:34:32.844Z Checking idna_adapter v1.2.1
23372026-06-23T18:34:32.888Z Checking regex-syntax v0.8.10
23382026-06-23T18:34:32.930Z Checking salsa20 v0.10.2
23392026-06-23T18:34:32.942Z Checking der v0.7.10
23402026-06-23T18:34:32.960Z Checking idna v1.1.0
23412026-06-23T18:34:33.060Z Checking uuid v1.23.0
23422026-06-23T18:34:33.203Z Checking url v2.5.8
23432026-06-23T18:34:33.375Z Checking pbkdf2 v0.12.2
23442026-06-23T18:34:33.389Z Checking rustix v1.1.3
23452026-06-23T18:34:33.482Z Checking tracing-core v0.1.36
23462026-06-23T18:34:33.509Z Checking ppv-lite86 v0.2.21
23472026-06-23T18:34:33.642Z Checking rustls-pki-types v1.14.0
23482026-06-23T18:34:33.664Z Checking iana-time-zone v0.1.65
23492026-06-23T18:34:33.677Z Checking spki v0.7.3
23502026-06-23T18:34:33.767Z Checking base64 v0.22.1
23512026-06-23T18:34:33.788Z Checking tracing v0.1.44
23522026-06-23T18:34:33.799Z Checking rand_chacha v0.9.0
23532026-06-23T18:34:33.834Z Checking chrono v0.4.44
23542026-06-23T18:34:33.921Z Checking scrypt v0.11.0
23552026-06-23T18:34:33.984Z Checking http-body v1.0.1
23562026-06-23T18:34:33.997Z Checking aes v0.8.4
23572026-06-23T18:34:33.997Z Checking cbc v0.1.2
23582026-06-23T18:34:34.055Z Checking aws-lc-sys v0.40.0
23592026-06-23T18:34:34.110Z Checking tinyvec_macros v0.1.1
23602026-06-23T18:34:34.127Z Checking untrusted v0.7.1
23612026-06-23T18:34:34.173Z Checking untrusted v0.9.0
23622026-06-23T18:34:34.188Z Checking openssl-probe v0.2.1
23632026-06-23T18:34:34.217Z Checking tinyvec v1.10.0
23642026-06-23T18:34:34.233Z Checking rand v0.9.2
23652026-06-23T18:34:34.302Z Checking ring v0.17.14
23662026-06-23T18:34:34.307Z Checking tower-service v0.3.3
23672026-06-23T18:34:34.376Z Checking atomic-waker v1.1.2
23682026-06-23T18:34:34.387Z Checking pkcs5 v0.7.1
23692026-06-23T18:34:34.472Z Checking tower-layer v0.3.3
23702026-06-23T18:34:34.522Z Checking try-lock v0.2.5
23712026-06-23T18:34:34.539Z Checking aws-lc-rs v1.16.3
23722026-06-23T18:34:34.614Z Checking want v0.3.1
23732026-06-23T18:34:34.627Z Checking ipnet v2.11.0
23742026-06-23T18:34:34.638Z Checking pkcs8 v0.10.2
23752026-06-23T18:34:34.679Z Checking httparse v1.10.1
23762026-06-23T18:34:34.700Z Checking aho-corasick v1.1.4
23772026-06-23T18:34:34.732Z Checking utf8parse v0.2.2
23782026-06-23T18:34:34.805Z Checking dyn-clone v1.0.20
23792026-06-23T18:34:34.829Z Checking foreign-types-shared v0.1.1
23802026-06-23T18:34:34.871Z Checking pin-utils v0.1.0
23812026-06-23T18:34:34.884Z Checking fastrand v2.3.0
23822026-06-23T18:34:34.901Z Checking httpdate v1.0.3
23832026-06-23T18:34:34.912Z Checking plain v0.2.3
23842026-06-23T18:34:34.933Z Checking foreign-types v0.3.2
23852026-06-23T18:34:34.999Z Checking unicode-normalization v0.1.25
23862026-06-23T18:34:35.012Z Checking semver v1.0.28
23872026-06-23T18:34:35.037Z Checking openssl-sys v0.9.115
23882026-06-23T18:34:35.053Z Checking tempfile v3.25.0
23892026-06-23T18:34:35.211Z Checking spin v0.9.8
23902026-06-23T18:34:35.248Z Checking socket2 v0.5.10
23912026-06-23T18:34:35.262Z Checking anstyle v1.0.14
23922026-06-23T18:34:35.358Z Checking rustls-webpki v0.103.9
23932026-06-23T18:34:35.370Z Checking regex-automata v0.4.14
23942026-06-23T18:34:35.388Z Checking unicode-ident v1.0.24
23952026-06-23T18:34:35.400Z Checking ucd-trie v0.1.7
23962026-06-23T18:34:35.412Z Checking openssl v0.10.79
23972026-06-23T18:34:35.438Z Checking schemars v0.8.22
23982026-06-23T18:34:35.488Z Checking proc-macro2 v1.0.106
23992026-06-23T18:34:35.501Z Checking tokio-util v0.7.18
24002026-06-23T18:34:35.501Z Checking rustls-native-certs v0.8.3
24012026-06-23T18:34:35.523Z Checking pest v2.8.6
24022026-06-23T18:34:35.626Z Checking thiserror v2.0.18
24032026-06-23T18:34:35.725Z Checking sync_wrapper v1.0.2
24042026-06-23T18:34:35.769Z Checking rustls v0.23.37
24052026-06-23T18:34:35.797Z Checking wait-timeout v0.2.1
24062026-06-23T18:34:35.824Z Checking simd-adler32 v0.3.8
24072026-06-23T18:34:35.916Z Checking pretty-hex v0.4.1
24082026-06-23T18:34:35.988Z Checking colorchoice v1.0.4
24092026-06-23T18:34:36.029Z Checking powerfmt v0.2.0
24102026-06-23T18:34:36.079Z Checking is_terminal_polyfill v1.70.2
24112026-06-23T18:34:36.082Z Checking quick-error v1.2.3
24122026-06-23T18:34:36.103Z Checking h2 v0.4.13
24132026-06-23T18:34:36.164Z Checking siphasher v1.0.2
24142026-06-23T18:34:36.174Z Checking anstyle-query v1.1.5
24152026-06-23T18:34:36.185Z Checking bit-vec v0.8.0
24162026-06-23T18:34:36.260Z Checking rusty-fork v0.3.1
24172026-06-23T18:34:36.312Z Checking deranged v0.5.8
24182026-06-23T18:34:36.372Z Checking bit-set v0.8.0
24192026-06-23T18:34:36.427Z Checking tower v0.5.3
24202026-06-23T18:34:36.516Z Checking quote v1.0.45
24212026-06-23T18:34:36.568Z Compiling newtype-uuid v1.3.2
24222026-06-23T18:34:36.682Z Checking http-body-util v0.1.3
24232026-06-23T18:34:36.745Z Checking crossbeam-utils v0.8.21
24242026-06-23T18:34:36.812Z Checking webpki-roots v1.0.6
24252026-06-23T18:34:36.896Z Checking rand_xorshift v0.4.0
24262026-06-23T18:34:36.924Z Checking crc32fast v1.5.0
24272026-06-23T18:34:37.012Z Checking scroll v0.13.0
24282026-06-23T18:34:37.058Z Checking signature v2.2.0
24292026-06-23T18:34:37.076Z Checking num-conv v0.2.0
24302026-06-23T18:34:37.179Z Checking unarray v0.1.4
24312026-06-23T18:34:37.179Z Checking num_threads v0.1.7
24322026-06-23T18:34:37.200Z Checking ryu v1.0.23
24332026-06-23T18:34:37.215Z Checking iri-string v0.7.10
24342026-06-23T18:34:37.236Z Checking adler2 v2.0.1
24352026-06-23T18:34:37.260Z Checking unicode-bidi v0.3.18
24362026-06-23T18:34:37.288Z Checking time-core v0.1.8
24372026-06-23T18:34:37.331Z Checking unicode-properties v0.1.4
24382026-06-23T18:34:37.342Z Checking allocator-api2 v0.2.21
24392026-06-23T18:34:37.397Z Checking native-tls v0.2.18
24402026-06-23T18:34:37.423Z Checking time v0.3.47
24412026-06-23T18:34:37.512Z Checking miniz_oxide v0.8.9
24422026-06-23T18:34:37.546Z Checking stringprep v0.1.5
24432026-06-23T18:34:37.576Z Checking tokio-native-tls v0.3.1
24442026-06-23T18:34:37.618Z Checking serde_urlencoded v0.7.1
24452026-06-23T18:34:37.695Z Checking proptest v1.10.0
24462026-06-23T18:34:37.731Z Checking goblin v0.10.5
24472026-06-23T18:34:37.849Z Checking bstr v1.12.1
24482026-06-23T18:34:37.856Z Checking crossbeam-epoch v0.9.18
24492026-06-23T18:34:38.087Z Compiling daft v0.1.7
24502026-06-23T18:34:38.137Z Checking tokio-rustls v0.26.4
24512026-06-23T18:34:38.219Z Checking tower-http v0.6.8
24522026-06-23T18:34:38.238Z Checking syn v2.0.117
24532026-06-23T18:34:38.363Z Checking ipnetwork v0.21.1
24542026-06-23T18:34:38.376Z Checking anstyle-parse v1.0.0
24552026-06-23T18:34:38.495Z Checking rand_chacha v0.3.1
24562026-06-23T18:34:38.523Z Checking thiserror v1.0.69
24572026-06-23T18:34:38.552Z Checking scroll v0.12.0
24582026-06-23T18:34:38.574Z Checking hash32 v0.2.1
24592026-06-23T18:34:38.616Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-23T18:34:38.697Z Checking num-integer v0.1.46
24612026-06-23T18:34:38.722Z Checking toml_datetime v0.6.11
24622026-06-23T18:34:38.733Z Checking serde_spanned v0.6.9
24632026-06-23T18:34:38.775Z Checking md-5 v0.10.6
24642026-06-23T18:34:38.850Z Checking ff v0.13.1
24652026-06-23T18:34:38.861Z Checking hyper v1.8.1
24662026-06-23T18:34:38.898Z Checking encoding_rs v0.8.35
24672026-06-23T18:34:38.912Z Checking zlib-rs v0.6.2
24682026-06-23T18:34:38.912Z Checking base16ct v0.2.0
24692026-06-23T18:34:38.970Z Checking psl-types v2.0.11
24702026-06-23T18:34:39.035Z Checking mime v0.3.17
24712026-06-23T18:34:39.084Z Checking fallible-iterator v0.2.0
24722026-06-23T18:34:39.211Z Checking publicsuffix v2.3.0
24732026-06-23T18:34:39.359Z Checking postgres-protocol v0.6.10
24742026-06-23T18:34:39.375Z Checking sec1 v0.7.3
24752026-06-23T18:34:39.571Z Checking group v0.13.0
24762026-06-23T18:34:39.659Z Checking num-iter v0.1.45
24772026-06-23T18:34:39.675Z Checking goblin v0.8.2
24782026-06-23T18:34:39.713Z Checking heapless v0.7.17
24792026-06-23T18:34:39.762Z Checking zstd-safe v7.2.4
24802026-06-23T18:34:39.773Z Checking hyper-util v0.1.20
24812026-06-23T18:34:39.786Z Checking flate2 v1.1.9
24822026-06-23T18:34:39.812Z Checking rand v0.8.6
24832026-06-23T18:34:39.919Z Checking oxnet v0.1.6
24842026-06-23T18:34:40.078Z Checking cookie v0.18.1
24852026-06-23T18:34:40.089Z Checking dof v0.4.0
24862026-06-23T18:34:40.123Z Checking anstream v1.0.0
24872026-06-23T18:34:40.172Z Compiling iddqd v0.4.2
24882026-06-23T18:34:40.304Z Checking dtrace-parser v0.3.0
24892026-06-23T18:34:40.317Z Checking phf_shared v0.13.1
24902026-06-23T18:34:40.320Z Checking lazy_static v1.5.0
24912026-06-23T18:34:40.413Z Checking anstyle-parse v0.2.7
24922026-06-23T18:34:40.489Z Checking pin-project v1.1.11
24932026-06-23T18:34:40.508Z Checking zerocopy v0.7.35
24942026-06-23T18:34:40.533Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-23T18:34:40.566Z Checking signal-hook v0.3.18
24962026-06-23T18:34:40.580Z Checking terminal_size v0.4.3
24972026-06-23T18:34:40.612Z Checking futures-executor v0.3.32
24982026-06-23T18:34:40.688Z Checking hex v0.4.3
24992026-06-23T18:34:40.710Z Checking hkdf v0.12.4
25002026-06-23T18:34:40.750Z Checking crypto-bigint v0.5.5
25012026-06-23T18:34:40.761Z Checking thread-id v5.1.0
25022026-06-23T18:34:40.833Z Checking strsim v0.11.1
25032026-06-23T18:34:40.844Z Checking foldhash v0.2.0
25042026-06-23T18:34:40.904Z Checking bumpalo v3.20.2
25052026-06-23T18:34:40.990Z Checking either v1.15.0
25062026-06-23T18:34:40.993Z Checking managed v0.8.0
25072026-06-23T18:34:40.993Z Compiling rayon-core v1.13.0
25082026-06-23T18:34:41.022Z Checking hyper-rustls v0.27.7
25092026-06-23T18:34:41.098Z Checking hyper-tls v0.6.0
25102026-06-23T18:34:41.169Z Checking foldhash v0.1.5
25112026-06-23T18:34:41.169Z Checking libbz2-rs-sys v0.2.2
25122026-06-23T18:34:41.192Z Checking same-file v1.0.6
25132026-06-23T18:34:41.224Z Checking winnow v0.7.14
25142026-06-23T18:34:41.267Z Checking winnow v0.5.40
25152026-06-23T18:34:41.301Z Checking bitflags v1.3.2
25162026-06-23T18:34:41.301Z Checking clap_lex v1.0.0
25172026-06-23T18:34:41.378Z Checking smoltcp v0.9.1
25182026-06-23T18:34:41.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-23T18:34:41.453Z Checking clap_builder v4.6.0
25202026-06-23T18:34:41.552Z Checking dof v0.3.0
25212026-06-23T18:34:41.573Z Checking bzip2 v0.6.1
25222026-06-23T18:34:41.616Z Checking hashbrown v0.15.5
25232026-06-23T18:34:41.643Z Checking elliptic-curve v0.13.8
25242026-06-23T18:34:41.728Z Checking walkdir v2.5.0
25252026-06-23T18:34:41.838Z Checking reqwest v0.12.28
25262026-06-23T18:34:41.902Z Checking zopfli v0.8.3
25272026-06-23T18:34:41.943Z Checking hashbrown v0.16.1
25282026-06-23T18:34:41.969Z Checking usdt-impl v0.6.0
25292026-06-23T18:34:42.072Z Checking futures v0.3.32
25302026-06-23T18:34:42.147Z Checking signal-hook-mio v0.2.5
25312026-06-23T18:34:42.222Z Checking bzip2 v0.4.4
25322026-06-23T18:34:42.245Z Checking snafu v0.8.9
25332026-06-23T18:34:42.256Z Checking anstream v0.6.21
25342026-06-23T18:34:42.383Z Checking phf v0.13.1
25352026-06-23T18:34:42.408Z Checking toml_edit v0.19.15
25362026-06-23T18:34:42.419Z Checking num-bigint-dig v0.8.6
25372026-06-23T18:34:42.439Z Checking cookie_store v0.22.1
25382026-06-23T18:34:42.478Z Checking zstd v0.13.3
25392026-06-23T18:34:42.523Z Checking postgres-types v0.2.12
25402026-06-23T18:34:42.660Z Checking dtrace-parser v0.2.0
25412026-06-23T18:34:42.678Z Checking globset v0.4.18
25422026-06-23T18:34:42.692Z Checking rustls-platform-verifier v0.6.2
25432026-06-23T18:34:42.695Z Checking crossbeam-deque v0.8.6
25442026-06-23T18:34:42.763Z Checking regex v1.12.3
25452026-06-23T18:34:42.820Z Checking ed25519 v2.2.3
25462026-06-23T18:34:42.833Z Checking phf_shared v0.11.3
25472026-06-23T18:34:42.870Z Checking olpc-cjson v0.1.4
25482026-06-23T18:34:42.885Z Checking ref-cast v1.0.25
25492026-06-23T18:34:42.920Z Checking curve25519-dalek v4.1.3
25502026-06-23T18:34:42.980Z Checking strum v0.27.2
25512026-06-23T18:34:42.991Z Checking hubpack v0.1.2
25522026-06-23T18:34:43.013Z Checking memoffset v0.9.1
25532026-06-23T18:34:43.025Z Checking rustix v0.38.44
25542026-06-23T18:34:43.051Z Checking pkcs1 v0.7.5
25552026-06-23T18:34:43.086Z Checking pem v3.0.6
25562026-06-23T18:34:43.097Z Checking float-cmp v0.10.0
25572026-06-23T18:34:43.154Z Checking serde_plain v1.0.2
25582026-06-23T18:34:43.220Z Checking serde-big-array v0.5.1
25592026-06-23T18:34:43.239Z Checking erased-serde v0.3.31
25602026-06-23T18:34:43.251Z Checking rfc6979 v0.4.0
25612026-06-23T18:34:43.265Z Checking thread-id v4.2.2
25622026-06-23T18:34:43.295Z Checking memmap2 v0.9.10
25632026-06-23T18:34:43.340Z Checking env_filter v1.0.0
25642026-06-23T18:34:43.351Z Checking difflib v0.4.0
25652026-06-23T18:34:43.361Z Checking keccak v0.1.6
25662026-06-23T18:34:43.458Z Checking jiff v0.2.21
25672026-06-23T18:34:43.478Z Checking new_debug_unreachable v1.0.6
25682026-06-23T18:34:43.489Z Checking toml_write v0.1.2
25692026-06-23T18:34:43.520Z Checking data-encoding v2.10.0
25702026-06-23T18:34:43.523Z Checking whoami v2.1.0
25712026-06-23T18:34:43.541Z Checking normalize-line-endings v0.3.0
25722026-06-23T18:34:43.622Z Checking predicates-core v1.0.10
25732026-06-23T18:34:43.633Z Checking precomputed-hash v0.1.1
25742026-06-23T18:34:43.646Z Checking typed-path v0.9.3
25752026-06-23T18:34:43.705Z Checking static_assertions v1.1.0
25762026-06-23T18:34:43.708Z Checking unicode-segmentation v1.12.0
25772026-06-23T18:34:43.727Z Checking fixedbitset v0.5.7
25782026-06-23T18:34:43.739Z Checking fixedbitset v0.4.2
25792026-06-23T18:34:43.772Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-06-23T18:34:43.788Z Checking hickory-proto v0.25.2
25812026-06-23T18:34:43.839Z Checking crossterm v0.28.1
25822026-06-23T18:34:43.880Z Checking petgraph v0.6.5
25832026-06-23T18:34:43.920Z Checking petgraph v0.8.3
25842026-06-23T18:34:44.018Z Checking similar v2.7.0
25852026-06-23T18:34:44.395Z Checking predicates v3.1.4
25862026-06-23T18:34:44.406Z Checking tough v0.22.0
25872026-06-23T18:34:44.528Z Checking tokio-postgres v0.7.16
25882026-06-23T18:34:44.687Z Checking ed25519-dalek v2.2.0
25892026-06-23T18:34:44.916Z Checking string_cache v0.8.9
25902026-06-23T18:34:45.092Z Checking toml_edit v0.22.27
25912026-06-23T18:34:45.119Z Checking slog v2.8.2
25922026-06-23T18:34:45.375Z Checking sha3 v0.10.8
25932026-06-23T18:34:45.466Z Checking env_logger v0.11.9
25942026-06-23T18:34:45.572Z Checking toml v0.7.8
25952026-06-23T18:34:45.647Z Checking zip v4.6.1
25962026-06-23T18:34:45.659Z Checking usdt v0.6.0
25972026-06-23T18:34:45.776Z Checking ecdsa v0.16.9
25982026-06-23T18:34:45.820Z Checking usdt-impl v0.5.0
25992026-06-23T18:34:45.876Z Checking rsa v0.9.10
26002026-06-23T18:34:45.995Z Checking nix v0.31.2
26012026-06-23T18:34:46.165Z Checking reqwest v0.13.2
26022026-06-23T18:34:46.201Z Checking clap v4.6.1
26032026-06-23T18:34:46.276Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-23T18:34:46.347Z Checking zip v0.6.6
26052026-06-23T18:34:46.434Z Checking itertools v0.13.0
26062026-06-23T18:34:46.456Z Checking serde_with v3.17.0
26072026-06-23T18:34:46.543Z Checking strum v0.26.3
26082026-06-23T18:34:46.598Z Checking fs-err v3.3.0
26092026-06-23T18:34:46.650Z Checking ahash v0.8.12
26102026-06-23T18:34:46.662Z Checking object v0.37.3
26112026-06-23T18:34:46.840Z Checking tokio-stream v0.1.18
26122026-06-23T18:34:46.892Z Checking buf-list v1.1.2
26132026-06-23T18:34:46.999Z Checking camino v1.2.2
26142026-06-23T18:34:47.012Z Checking anyhow v1.0.102
26152026-06-23T18:34:47.042Z Checking x509-cert v0.2.5
26162026-06-23T18:34:47.069Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-23T18:34:47.203Z Checking openapiv3 v2.2.0
26182026-06-23T18:34:47.222Z Checking sha1 v0.10.6
26192026-06-23T18:34:47.240Z Checking peg-runtime v0.8.5
26202026-06-23T18:34:47.329Z Checking lalrpop-util v0.19.12
26212026-06-23T18:34:47.373Z Checking rayon v1.11.0
26222026-06-23T18:34:47.376Z Checking sigpipe v0.1.3
26232026-06-23T18:34:47.458Z Checking glob v0.3.3
26242026-06-23T18:34:48.876Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-23T18:34:49.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
26262026-06-23T18:34:49.319Z
26272026-06-23T18:34:49.319Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26282026-06-23T18:34:49.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-23T18:34:49.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-23T18:34:49.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-23T18:34:49.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26322026-06-23T18:34:49.822Z
26332026-06-23T18:34:49.822Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26342026-06-23T18:34:50.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-23T18:34:50.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-23T18:34:50.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-23T18:34:50.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-23T18:34:50.345Z
26392026-06-23T18:34:50.345Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26402026-06-23T18:34:50.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-23T18:34:50.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-23T18:34:50.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-23T18:34:50.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-06-23T18:34:50.884Z
26452026-06-23T18:34:50.885Zinfo: running `cargo check --bins` on oxql-types (80/296)
26462026-06-23T18:34:51.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-23T18:34:51.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-23T18:34:51.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-23T18:34:51.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-06-23T18:34:51.417Z
26512026-06-23T18:34:51.417Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26522026-06-23T18:34:51.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-23T18:34:51.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-23T18:34:51.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-23T18:34:51.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26562026-06-23T18:34:51.932Z
26572026-06-23T18:34:51.932Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26582026-06-23T18:34:52.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-23T18:34:52.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-23T18:34:52.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-23T18:34:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-06-23T18:34:52.455Z
26632026-06-23T18:34:52.455Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26642026-06-23T18:34:52.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-23T18:34:52.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-23T18:34:52.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-23T18:34:52.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26682026-06-23T18:34:52.962Z
26692026-06-23T18:34:52.962Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26702026-06-23T18:34:53.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-23T18:34:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-23T18:34:53.587Z Compiling structmeta-derive v0.3.0
26732026-06-23T18:34:53.698Z Compiling rustls v0.22.4
26742026-06-23T18:34:53.707Z Compiling multer v3.1.0
26752026-06-23T18:34:53.716Z Compiling async-stream-impl v0.3.6
26762026-06-23T18:34:53.721Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-06-23T18:34:53.736Z Compiling dropshot v0.17.0
26782026-06-23T18:34:53.750Z Compiling dropshot_endpoint v0.17.0
26792026-06-23T18:34:53.750Z Compiling newtype-uuid-macros v0.1.0
26802026-06-23T18:34:53.869Z Checking newtype-uuid v1.3.2
26812026-06-23T18:34:53.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-23T18:34:53.972Z Checking rustls-webpki v0.102.8
26832026-06-23T18:34:54.064Z Checking daft v0.1.7
26842026-06-23T18:34:54.109Z Checking thread_local v1.1.9
26852026-06-23T18:34:54.278Z Checking compression-core v0.4.31
26862026-06-23T18:34:54.294Z Checking match_cfg v0.1.0
26872026-06-23T18:34:54.336Z Checking iddqd v0.4.2
26882026-06-23T18:34:54.349Z Checking crossbeam-channel v0.5.15
26892026-06-23T18:34:54.364Z Checking hostname v0.3.1
26902026-06-23T18:34:54.398Z Checking compression-codecs v0.4.37
26912026-06-23T18:34:54.453Z Checking atomicwrites v0.4.4
26922026-06-23T18:34:54.509Z Checking slog-json v2.6.1
26932026-06-23T18:34:54.560Z Checking serde_spanned v1.0.4
26942026-06-23T18:34:54.573Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-23T18:34:54.662Z Checking is-terminal v0.4.17
26962026-06-23T18:34:54.686Z Checking debug-ignore v1.0.5
26972026-06-23T18:34:54.690Z Checking take_mut v0.2.2
26982026-06-23T18:34:54.744Z Checking term v1.2.1
26992026-06-23T18:34:54.747Z Compiling structmeta v0.3.0
27002026-06-23T18:34:54.768Z Checking toml_writer v1.0.6+spec-1.1.0
27012026-06-23T18:34:54.781Z Checking slog-bunyan v2.5.0
27022026-06-23T18:34:54.791Z Checking slog-async v2.8.0
27032026-06-23T18:34:54.888Z Checking async-compression v0.4.41
27042026-06-23T18:34:54.939Z Checking toml v1.0.6+spec-1.1.0
27052026-06-23T18:34:54.957Z Compiling derive-ex v0.1.8
27062026-06-23T18:34:54.961Z Compiling parse-display-derive v0.10.0
27072026-06-23T18:34:54.961Z Checking slog-term v2.9.2
27082026-06-23T18:34:55.132Z Checking async-stream v0.3.6
27092026-06-23T18:34:55.218Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-23T18:34:55.240Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-23T18:34:55.256Z Checking progenitor-client v0.14.0
27122026-06-23T18:34:55.309Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-23T18:34:55.450Z Checking waitgroup v0.1.2
27142026-06-23T18:34:55.468Z Checking backon v1.6.0
27152026-06-23T18:34:55.554Z Checking rustls-pemfile v2.2.0
27162026-06-23T18:34:55.555Z Checking serde_path_to_error v0.1.20
27172026-06-23T18:34:55.555Z Checking hostname v0.4.2
27182026-06-23T18:34:55.614Z Checking instant v0.1.13
27192026-06-23T18:34:55.707Z Checking backoff v0.4.0
27202026-06-23T18:34:55.763Z Checking tokio-rustls v0.25.0
27212026-06-23T18:34:55.803Z Checking progenitor-extras v0.2.0
27222026-06-23T18:34:55.830Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-23T18:34:55.887Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-23T18:34:56.017Z Checking itertools v0.14.0
27252026-06-23T18:34:56.066Z Checking regress v0.10.5
27262026-06-23T18:34:56.242Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-23T18:34:56.465Z Checking macaddr v1.0.1
27282026-06-23T18:34:56.628Z Compiling test-strategy v0.4.5
27292026-06-23T18:34:56.659Z Checking parse-display v0.10.0
27302026-06-23T18:34:56.806Z Checking humantime v2.3.0
27312026-06-23T18:34:57.805Z Compiling prettyplease v0.2.37
27322026-06-23T18:34:58.096Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-23T18:34:58.259Z Checking num-rational v0.4.2
27342026-06-23T18:34:58.464Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-23T18:34:58.786Z Checking num-complex v0.4.6
27362026-06-23T18:34:59.342Z Checking num v0.4.3
27372026-06-23T18:34:59.414Z Compiling usdt-attr-macro v0.5.0
27382026-06-23T18:34:59.539Z Compiling usdt-macro v0.5.0
27392026-06-23T18:34:59.542Z Checking memmap v0.7.0
27402026-06-23T18:34:59.592Z Compiling float-ord v0.3.2
27412026-06-23T18:34:59.680Z Compiling convert_case v0.4.0
27422026-06-23T18:34:59.707Z Checking unicode-width v0.2.0
27432026-06-23T18:34:59.949Z Checking console v0.15.11
27442026-06-23T18:35:00.053Z Compiling derive_more v0.99.20
27452026-06-23T18:35:00.178Z Checking newline-converter v0.3.0
27462026-06-23T18:35:00.224Z Compiling toml v0.8.23
27472026-06-23T18:35:00.243Z Checking usdt v0.5.0
27482026-06-23T18:35:00.282Z Compiling minimal-lexical v0.2.1
27492026-06-23T18:35:00.412Z Checking linked-hash-map v0.5.6
27502026-06-23T18:35:00.530Z Compiling nom v7.1.3
27512026-06-23T18:35:00.580Z Checking lru-cache v0.1.2
27522026-06-23T18:35:00.698Z Checking expectorate v1.2.0
27532026-06-23T18:35:01.181Z Checking camino-tempfile v1.4.1
27542026-06-23T18:35:01.343Z Checking hickory-proto v0.24.4
27552026-06-23T18:35:01.356Z Checking phf_shared v0.12.1
27562026-06-23T18:35:01.438Z Compiling slog-dtrace v0.3.0
27572026-06-23T18:35:01.491Z Compiling chrono-tz v0.10.4
27582026-06-23T18:35:01.626Z Checking heck v0.5.0
27592026-06-23T18:35:01.669Z Checking resolv-conf v0.7.6
27602026-06-23T18:35:01.771Z Compiling const_format_proc_macros v0.2.34
27612026-06-23T18:35:01.798Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-23T18:35:01.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-23T18:35:01.898Z Checking phf v0.12.1
27642026-06-23T18:35:02.035Z Checking tokio-dtrace v0.1.1
27652026-06-23T18:35:02.224Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-06-23T18:35:02.333Z Compiling derive-where v1.6.0
27672026-06-23T18:35:02.575Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-23T18:35:02.744Z Checking highway v1.3.0
27692026-06-23T18:35:02.983Z Checking const_format v0.2.35
27702026-06-23T18:35:03.155Z Checking hickory-resolver v0.24.4
27712026-06-23T18:35:03.218Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-06-23T18:35:03.391Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-23T18:35:03.418Z Checking oxide-tokio-rt v0.1.4
27742026-06-23T18:35:03.654Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-06-23T18:35:03.692Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-06-23T18:35:03.910Z Checking qorb v0.4.1
27772026-06-23T18:35:03.929Z Checking gethostname v0.5.0
27782026-06-23T18:35:03.935Z Checking bcs v0.1.6
27792026-06-23T18:35:04.022Z Checking termtree v0.5.1
27802026-06-23T18:35:04.126Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-23T18:35:07.033Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-06-23T18:35:09.546Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-06-23T18:35:11.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.67s
27842026-06-23T18:35:11.800Z
27852026-06-23T18:35:11.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27862026-06-23T18:35:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-06-23T18:35:12.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-06-23T18:35:12.415Z Compiling ar_archive_writer v0.5.1
27892026-06-23T18:35:12.521Z Compiling stacker v0.1.23
27902026-06-23T18:35:12.527Z Compiling cfg_aliases v0.1.1
27912026-06-23T18:35:12.534Z Compiling convert_case v0.10.0
27922026-06-23T18:35:12.537Z Checking unicode-width v0.1.14
27932026-06-23T18:35:12.547Z Compiling proc-macro-error v1.0.4
27942026-06-23T18:35:12.557Z Checking fd-lock v4.0.4
27952026-06-23T18:35:12.557Z Checking nibble_vec v0.1.0
27962026-06-23T18:35:12.581Z Compiling nix v0.28.0
27972026-06-23T18:35:12.664Z Checking vte v0.14.1
27982026-06-23T18:35:12.678Z Compiling recursive-proc-macro-impl v0.1.1
27992026-06-23T18:35:12.765Z Checking endian-type v0.1.2
28002026-06-23T18:35:12.778Z Checking bytecount v0.6.9
28012026-06-23T18:35:12.809Z Checking strip-ansi-escapes v0.2.1
28022026-06-23T18:35:12.821Z Compiling derive_more-impl v2.1.1
28032026-06-23T18:35:12.831Z Compiling tabled_derive v0.7.0
28042026-06-23T18:35:12.870Z Checking papergrid v0.11.0
28052026-06-23T18:35:12.881Z Checking radix_trie v0.2.1
28062026-06-23T18:35:12.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-06-23T18:35:13.101Z Compiling peg-macros v0.8.5
28082026-06-23T18:35:13.116Z Checking winnow v0.6.26
28092026-06-23T18:35:13.349Z Compiling psm v0.1.30
28102026-06-23T18:35:13.393Z Compiling sqlparser_derive v0.5.0
28112026-06-23T18:35:13.504Z Checking unicode_categories v0.1.1
28122026-06-23T18:35:13.679Z Checking home v0.5.12
28132026-06-23T18:35:13.692Z Checking derive_more v2.1.1
28142026-06-23T18:35:13.752Z Checking nu-ansi-term v0.50.3
28152026-06-23T18:35:13.770Z Checking crossterm v0.29.0
28162026-06-23T18:35:13.824Z Checking tabled v0.15.0
28172026-06-23T18:35:13.904Z Checking rustyline v14.0.0
28182026-06-23T18:35:13.960Z Checking reedline v0.40.0
28192026-06-23T18:35:14.101Z Checking recursive v0.1.1
28202026-06-23T18:35:14.202Z Checking sqlparser v0.61.0
28212026-06-23T18:35:14.217Z Checking display-error-chain v0.2.2
28222026-06-23T18:35:14.259Z Checking sqlformat v0.3.5
28232026-06-23T18:35:14.458Z Checking peg v0.8.5
28242026-06-23T18:35:25.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
28252026-06-23T18:35:25.492Z
28262026-06-23T18:35:25.492Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28272026-06-23T18:35:25.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-23T18:35:26.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-23T18:35:26.118Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-23T18:35:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28312026-06-23T18:35:31.959Z
28322026-06-23T18:35:31.959Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28332026-06-23T18:35:31.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-23T18:35:31.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-23T18:35:31.959Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-23T18:35:33.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28372026-06-23T18:35:33.754Z
28382026-06-23T18:35:33.754Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28392026-06-23T18:35:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-23T18:35:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-23T18:35:33.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-23T18:35:36.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28432026-06-23T18:35:36.891Z
28442026-06-23T18:35:36.891Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28452026-06-23T18:35:37.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-23T18:35:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-23T18:35:37.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-23T18:35:40.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28492026-06-23T18:35:40.916Z
28502026-06-23T18:35:40.916Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28512026-06-23T18:35:41.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-23T18:35:41.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-23T18:35:41.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-23T18:35:44.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28552026-06-23T18:35:44.269Z
28562026-06-23T18:35:44.269Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28572026-06-23T18:35:44.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-23T18:35:44.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-23T18:35:44.879Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-23T18:35:47.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28612026-06-23T18:35:47.659Z
28622026-06-23T18:35:47.659Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28632026-06-23T18:35:48.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-23T18:35:48.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-23T18:35:48.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-06-23T18:35:51.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28672026-06-23T18:35:51.833Z
28682026-06-23T18:35:51.833Zinfo: running `cargo check --bins` on oximeter (93/296)
28692026-06-23T18:35:52.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-23T18:35:52.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-23T18:35:52.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-06-23T18:35:52.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28732026-06-23T18:35:52.361Z
28742026-06-23T18:35:52.361Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28752026-06-23T18:35:52.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-06-23T18:35:52.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-06-23T18:35:52.938Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-06-23T18:35:53.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-06-23T18:35:53.110Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-23T18:35:53.431Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-06-23T18:35:56.106Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-06-23T18:35:57.319Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-06-23T18:35:57.526Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-06-23T18:35:58.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
28852026-06-23T18:35:58.360Z
28862026-06-23T18:35:58.361Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28872026-06-23T18:35:58.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-23T18:35:58.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-23T18:35:58.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-23T18:35:58.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28912026-06-23T18:35:58.882Z
28922026-06-23T18:35:58.882Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28932026-06-23T18:35:59.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-23T18:35:59.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-23T18:35:59.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-23T18:35:59.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-06-23T18:35:59.446Z
28982026-06-23T18:35:59.446Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28992026-06-23T18:35:59.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-23T18:35:59.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-23T18:35:59.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-23T18:35:59.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29032026-06-23T18:35:59.979Z
29042026-06-23T18:35:59.979Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29052026-06-23T18:36:00.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-23T18:36:00.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-23T18:36:00.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-23T18:36:00.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-23T18:36:00.512Z
29102026-06-23T18:36:00.512Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29112026-06-23T18:36:00.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-23T18:36:00.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-23T18:36:00.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-23T18:36:00.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-23T18:36:01.048Z
29162026-06-23T18:36:01.048Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29172026-06-23T18:36:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-23T18:36:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-23T18:36:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-23T18:36:01.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-06-23T18:36:01.593Z
29222026-06-23T18:36:01.593Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29232026-06-23T18:36:02.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-23T18:36:02.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-23T18:36:02.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-23T18:36:02.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29272026-06-23T18:36:02.103Z
29282026-06-23T18:36:02.103Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29292026-06-23T18:36:02.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-23T18:36:02.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-23T18:36:02.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-23T18:36:02.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29332026-06-23T18:36:02.632Z
29342026-06-23T18:36:02.632Zinfo: running `cargo check --bins` on update-engine (103/296)
29352026-06-23T18:36:03.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-23T18:36:03.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-23T18:36:03.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-06-23T18:36:03.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29392026-06-23T18:36:03.147Z
29402026-06-23T18:36:03.147Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29412026-06-23T18:36:03.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-06-23T18:36:03.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-06-23T18:36:03.803Z Compiling crucible-workspace-hack v0.1.0
29442026-06-23T18:36:03.915Z Checking secrecy v0.10.3
29452026-06-23T18:36:03.922Z Compiling heapless v0.8.0
29462026-06-23T18:36:03.926Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-23T18:36:03.934Z Compiling ingot-macros v0.1.1
29482026-06-23T18:36:03.942Z Checking hash32 v0.3.1
29492026-06-23T18:36:03.952Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-23T18:36:03.956Z Compiling smoltcp v0.11.0
29512026-06-23T18:36:04.015Z Checking cobs v0.3.0
29522026-06-23T18:36:04.055Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-23T18:36:04.143Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-23T18:36:04.156Z Checking universal-hash v0.5.1
29552026-06-23T18:36:04.161Z Checking half v2.7.1
29562026-06-23T18:36:04.198Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-23T18:36:04.293Z Checking opaque-debug v0.3.1
29582026-06-23T18:36:04.308Z Checking ciborium-io v0.2.2
29592026-06-23T18:36:04.359Z Checking poly1305 v0.8.0
29602026-06-23T18:36:04.413Z Checking postcard v1.1.3
29612026-06-23T18:36:04.424Z Checking ciborium-ll v0.2.2
29622026-06-23T18:36:04.437Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e7af674f27ed04ce27739edee96829f7d7d5e6c0#e7af674f)
29632026-06-23T18:36:04.594Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-23T18:36:04.635Z Checking password-hash v0.5.0
29652026-06-23T18:36:04.696Z Compiling proc-macro-crate v3.4.0
29662026-06-23T18:36:04.837Z Checking chacha20 v0.9.1
29672026-06-23T18:36:04.854Z Compiling proc-macro-crate v1.3.1
29682026-06-23T18:36:04.868Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
29692026-06-23T18:36:05.027Z Checking blake2 v0.10.6
29702026-06-23T18:36:05.099Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-23T18:36:05.184Z Checking aead v0.5.2
29722026-06-23T18:36:05.204Z Checking thiserror-no-std v2.0.2
29732026-06-23T18:36:05.233Z Compiling num_enum_derive v0.7.6
29742026-06-23T18:36:05.258Z Compiling foreign-types-macros v0.2.3
29752026-06-23T18:36:05.269Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-23T18:36:05.285Z Checking cpufeatures v0.3.0
29772026-06-23T18:36:05.298Z Checking foreign-types-shared v0.3.1
29782026-06-23T18:36:05.320Z Checking chacha20poly1305 v0.10.1
29792026-06-23T18:36:05.355Z Checking chacha20 v0.10.0
29802026-06-23T18:36:05.381Z Checking vsss-rs v3.3.4
29812026-06-23T18:36:05.440Z Checking argon2 v0.5.3
29822026-06-23T18:36:05.509Z Compiling num_enum_derive v0.5.11
29832026-06-23T18:36:05.567Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
29842026-06-23T18:36:05.781Z Checking ciborium v0.2.2
29852026-06-23T18:36:05.828Z Checking foreign-types v0.5.0
29862026-06-23T18:36:05.998Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-06-23T18:36:06.014Z Checking tabwriter v1.4.1
29882026-06-23T18:36:06.161Z Checking byte-wrapper v0.1.0
29892026-06-23T18:36:06.199Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-23T18:36:06.262Z Checking num_enum v0.7.6
29912026-06-23T18:36:06.278Z Checking cstr-argument v0.1.2
29922026-06-23T18:36:06.365Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29932026-06-23T18:36:06.378Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-06-23T18:36:06.394Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-06-23T18:36:06.472Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-06-23T18:36:06.513Z Checking num_enum v0.5.11
29972026-06-23T18:36:06.566Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-23T18:36:06.582Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-23T18:36:06.599Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-23T18:36:06.611Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-06-23T18:36:06.706Z Checking ingot-types v0.1.2
30022026-06-23T18:36:06.718Z Checking rand v0.10.0
30032026-06-23T18:36:06.732Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-23T18:36:06.795Z Checking colored v3.1.1
30052026-06-23T18:36:06.808Z Checking indent_write v2.2.0
30062026-06-23T18:36:06.935Z Compiling zone_cfg_derive v0.3.1
30072026-06-23T18:36:06.991Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-06-23T18:36:07.019Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
30092026-06-23T18:36:07.035Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
30102026-06-23T18:36:07.063Z Checking ingot v0.1.1
30112026-06-23T18:36:07.110Z Checking itertools v0.12.1
30122026-06-23T18:36:07.156Z Compiling num-derive v0.4.2
30132026-06-23T18:36:07.203Z Checking swrite v0.1.0
30142026-06-23T18:36:07.206Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-23T18:36:07.290Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
30162026-06-23T18:36:07.408Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-23T18:36:07.565Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-06-23T18:36:07.581Z Checking dropshot-api-manager-types v0.7.2
30192026-06-23T18:36:07.584Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-06-23T18:36:07.604Z Checking smf v0.2.3
30212026-06-23T18:36:07.674Z Checking nanorand v0.7.0
30222026-06-23T18:36:07.737Z Checking whoami v1.6.1
30232026-06-23T18:36:07.830Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-23T18:36:07.865Z Checking flume v0.11.1
30252026-06-23T18:36:08.099Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-06-23T18:36:08.159Z Checking zone v0.3.1
30272026-06-23T18:36:08.636Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-23T18:36:09.593Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-23T18:36:10.470Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-23T18:36:13.713Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-06-23T18:36:15.760Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-06-23T18:36:16.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30332026-06-23T18:36:17.019Z
30342026-06-23T18:36:17.019Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30352026-06-23T18:36:17.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-23T18:36:17.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-23T18:36:17.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-23T18:36:17.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-23T18:36:17.544Z
30402026-06-23T18:36:17.544Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30412026-06-23T18:36:17.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-23T18:36:17.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-23T18:36:17.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-23T18:36:17.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-23T18:36:18.068Z
30462026-06-23T18:36:18.068Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30472026-06-23T18:36:18.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-23T18:36:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-23T18:36:18.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-23T18:36:18.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30512026-06-23T18:36:18.597Z
30522026-06-23T18:36:18.597Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30532026-06-23T18:36:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-23T18:36:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-23T18:36:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-23T18:36:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30572026-06-23T18:36:19.130Z
30582026-06-23T18:36:19.130Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30592026-06-23T18:36:19.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-23T18:36:19.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-23T18:36:19.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-23T18:36:19.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30632026-06-23T18:36:19.661Z
30642026-06-23T18:36:19.661Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30652026-06-23T18:36:20.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-23T18:36:20.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-23T18:36:20.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-23T18:36:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-23T18:36:20.188Z
30702026-06-23T18:36:20.188Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30712026-06-23T18:36:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-23T18:36:20.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-23T18:36:20.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-23T18:36:20.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30752026-06-23T18:36:20.711Z
30762026-06-23T18:36:20.712Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30772026-06-23T18:36:21.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-23T18:36:21.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-23T18:36:21.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-23T18:36:21.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-23T18:36:21.224Z
30822026-06-23T18:36:21.224Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30832026-06-23T18:36:21.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-23T18:36:21.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-23T18:36:21.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-23T18:36:21.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-23T18:36:21.746Z
30882026-06-23T18:36:21.746Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30892026-06-23T18:36:22.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-23T18:36:22.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-23T18:36:22.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-23T18:36:22.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-23T18:36:22.273Z
30942026-06-23T18:36:22.273Zinfo: running `cargo check --bins` on installinator-client (115/296)
30952026-06-23T18:36:22.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-23T18:36:22.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-23T18:36:22.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-23T18:36:22.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30992026-06-23T18:36:22.798Z
31002026-06-23T18:36:22.798Zinfo: running `cargo check --bins` on nexus-client (116/296)
31012026-06-23T18:36:23.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-23T18:36:23.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-23T18:36:23.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-23T18:36:23.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31052026-06-23T18:36:23.359Z
31062026-06-23T18:36:23.359Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31072026-06-23T18:36:23.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-23T18:36:23.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-23T18:36:23.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-23T18:36:23.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31112026-06-23T18:36:23.919Z
31122026-06-23T18:36:23.919Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31132026-06-23T18:36:24.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-23T18:36:24.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-23T18:36:24.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-23T18:36:24.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-23T18:36:24.430Z
31182026-06-23T18:36:24.431Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31192026-06-23T18:36:24.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-23T18:36:24.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-23T18:36:24.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-23T18:36:24.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31232026-06-23T18:36:24.939Z
31242026-06-23T18:36:24.939Zinfo: running `cargo check --bins` on oxide-client (120/296)
31252026-06-23T18:36:25.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-23T18:36:25.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-23T18:36:25.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-23T18:36:25.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31292026-06-23T18:36:25.453Z
31302026-06-23T18:36:25.453Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31312026-06-23T18:36:25.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-23T18:36:25.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-23T18:36:25.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-23T18:36:25.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31352026-06-23T18:36:25.976Z
31362026-06-23T18:36:25.977Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31372026-06-23T18:36:26.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-23T18:36:26.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-23T18:36:26.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-23T18:36:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31412026-06-23T18:36:26.489Z
31422026-06-23T18:36:26.489Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31432026-06-23T18:36:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-23T18:36:26.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-23T18:36:26.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-23T18:36:26.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31472026-06-23T18:36:27.020Z
31482026-06-23T18:36:27.020Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31492026-06-23T18:36:27.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-23T18:36:27.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-23T18:36:27.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-23T18:36:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31532026-06-23T18:36:27.570Z
31542026-06-23T18:36:27.570Zinfo: running `cargo check --bins` on installinator-common (125/296)
31552026-06-23T18:36:28.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-23T18:36:28.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-23T18:36:28.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-23T18:36:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31592026-06-23T18:36:28.114Z
31602026-06-23T18:36:28.114Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31612026-06-23T18:36:28.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-23T18:36:28.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-23T18:36:28.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-23T18:36:28.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31652026-06-23T18:36:28.623Z
31662026-06-23T18:36:28.623Zinfo: running `cargo check --bins` on wicket-common (127/296)
31672026-06-23T18:36:29.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-23T18:36:29.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-23T18:36:29.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-06-23T18:36:29.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31712026-06-23T18:36:29.164Z
31722026-06-23T18:36:29.164Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31732026-06-23T18:36:29.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-06-23T18:36:29.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-06-23T18:36:29.797Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-06-23T18:36:29.908Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-06-23T18:36:29.915Z Checking csv-core v0.1.13
31782026-06-23T18:36:29.921Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-06-23T18:36:29.929Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-23T18:36:29.932Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-23T18:36:29.947Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-06-23T18:36:29.957Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-23T18:36:30.069Z Checking csv v1.4.0
31842026-06-23T18:36:30.093Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-23T18:36:30.106Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-06-23T18:36:30.146Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-06-23T18:36:30.163Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-06-23T18:36:30.410Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-06-23T18:36:30.771Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-23T18:36:30.774Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-23T18:36:31.119Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-06-23T18:36:36.982Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-06-23T18:36:37.505Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-06-23T18:36:39.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
31952026-06-23T18:36:40.022Z
31962026-06-23T18:36:40.022Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31972026-06-23T18:36:40.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-23T18:36:40.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-23T18:36:40.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-23T18:36:40.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32012026-06-23T18:36:40.542Z
32022026-06-23T18:36:40.542Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32032026-06-23T18:36:41.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-23T18:36:41.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-23T18:36:41.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-23T18:36:41.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-06-23T18:36:41.147Z
32082026-06-23T18:36:41.147Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32092026-06-23T18:36:41.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-23T18:36:41.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-23T18:36:41.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-23T18:36:41.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32132026-06-23T18:36:41.749Z
32142026-06-23T18:36:41.749Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32152026-06-23T18:36:42.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-23T18:36:42.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-23T18:36:42.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-06-23T18:36:42.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32192026-06-23T18:36:42.323Z
32202026-06-23T18:36:42.323Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32212026-06-23T18:36:42.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-06-23T18:36:42.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-06-23T18:36:43.025Z Compiling regress v0.11.1
32242026-06-23T18:36:43.166Z Compiling unsafe-libyaml v0.2.11
32252026-06-23T18:36:43.176Z Compiling radium v0.7.0
32262026-06-23T18:36:43.180Z Compiling semver v0.1.20
32272026-06-23T18:36:43.196Z Checking nom v8.0.0
32282026-06-23T18:36:43.208Z Compiling maybe-uninit v2.0.0
32292026-06-23T18:36:43.211Z Checking tap v1.0.1
32302026-06-23T18:36:43.352Z Checking wyz v0.5.1
32312026-06-23T18:36:43.437Z Compiling rustc_version v0.1.7
32322026-06-23T18:36:43.491Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-23T18:36:43.516Z Compiling zerocopy-derive v0.6.6
32342026-06-23T18:36:43.627Z Checking crc-catalog v2.4.0
32352026-06-23T18:36:43.650Z Compiling newtype_derive v0.1.6
32362026-06-23T18:36:43.714Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-23T18:36:43.835Z Checking funty v2.0.0
32382026-06-23T18:36:43.886Z Compiling cancel-safe-futures v0.1.5
32392026-06-23T18:36:44.091Z Compiling packed_struct v0.10.1
32402026-06-23T18:36:44.162Z Compiling owo-colors v4.3.0
32412026-06-23T18:36:44.360Z Checking zerocopy v0.6.6
32422026-06-23T18:36:44.375Z Checking bitvec v1.0.1
32432026-06-23T18:36:44.588Z Checking typify-impl v0.6.2
32442026-06-23T18:36:44.600Z Checking crc v3.4.0
32452026-06-23T18:36:44.767Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-23T18:36:44.982Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-06-23T18:36:45.129Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-23T18:36:45.157Z Compiling packed_struct_codegen v0.10.1
32492026-06-23T18:36:45.309Z Checking libsw-core v0.3.2
32502026-06-23T18:36:45.324Z Compiling bitfield-macros v0.19.4
32512026-06-23T18:36:45.453Z Compiling indexmap v1.9.3
32522026-06-23T18:36:45.649Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-23T18:36:45.679Z Checking nodrop v0.1.14
32542026-06-23T18:36:45.732Z Checking libsw v3.5.0
32552026-06-23T18:36:45.748Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-23T18:36:45.767Z Checking array-init v0.0.4
32572026-06-23T18:36:45.883Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-06-23T18:36:46.030Z Checking bitfield v0.19.4
32592026-06-23T18:36:46.061Z Checking smallvec v0.6.14
32602026-06-23T18:36:46.064Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-23T18:36:46.295Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-06-23T18:36:46.309Z Checking linear-map v1.2.0
32632026-06-23T18:36:46.420Z Checking unicode-linebreak v0.1.5
32642026-06-23T18:36:46.451Z Checking smawk v0.3.2
32652026-06-23T18:36:46.472Z Checking tagptr v0.2.0
32662026-06-23T18:36:46.488Z Checking hashbrown v0.12.3
32672026-06-23T18:36:46.576Z Checking base64 v0.21.7
32682026-06-23T18:36:46.609Z Checking moka v0.12.13
32692026-06-23T18:36:46.627Z Checking textwrap v0.16.2
32702026-06-23T18:36:46.795Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-06-23T18:36:46.810Z Checking ron v0.8.1
32722026-06-23T18:36:46.838Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-23T18:36:47.004Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-06-23T18:36:47.207Z Checking serde-hex v0.1.0
32752026-06-23T18:36:47.238Z Checking steno v0.4.1
32762026-06-23T18:36:47.267Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-06-23T18:36:47.322Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-23T18:36:47.480Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-06-23T18:36:47.804Z Checking hashbrown v0.13.2
32802026-06-23T18:36:48.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-23T18:36:48.089Z Checking crc-any v2.5.0
32822026-06-23T18:36:48.236Z Checking object v0.30.4
32832026-06-23T18:36:48.250Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-23T18:36:48.274Z Checking hickory-resolver v0.25.2
32852026-06-23T18:36:48.287Z Checking utf-8 v0.7.6
32862026-06-23T18:36:48.416Z Checking half v1.8.3
32872026-06-23T18:36:48.429Z Checking void v1.0.2
32882026-06-23T18:36:48.534Z Checking path-slash v0.1.5
32892026-06-23T18:36:48.613Z Checking serde_cbor v0.11.2
32902026-06-23T18:36:48.639Z Checking lzss v0.8.2
32912026-06-23T18:36:48.741Z Checking tungstenite v0.23.0
32922026-06-23T18:36:48.965Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-23T18:36:48.993Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-23T18:36:49.007Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-06-23T18:36:49.118Z Checking nix v0.27.1
32962026-06-23T18:36:49.132Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-23T18:36:49.149Z Checking kstat-rs v0.2.4
32982026-06-23T18:36:49.186Z Compiling typify-macro v0.6.2
32992026-06-23T18:36:49.220Z Checking fxhash v0.2.1
33002026-06-23T18:36:49.234Z Checking serde_bytes v0.11.19
33012026-06-23T18:36:49.328Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-23T18:36:49.341Z Checking tokio-tungstenite v0.23.1
33032026-06-23T18:36:49.401Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-06-23T18:36:49.416Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-06-23T18:36:49.601Z Checking signal-hook-tokio v0.3.1
33062026-06-23T18:36:50.260Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-06-23T18:36:50.455Z Compiling typify v0.6.2
33082026-06-23T18:36:50.533Z Compiling progenitor-impl v0.14.0
33092026-06-23T18:36:51.151Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-06-23T18:36:51.448Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-06-23T18:36:51.960Z Compiling progenitor-macro v0.14.0
33122026-06-23T18:36:54.261Z Checking progenitor v0.14.0
33132026-06-23T18:36:54.369Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-06-23T18:36:54.372Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-06-23T18:36:56.995Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-06-23T18:37:04.940Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-06-23T18:37:11.406Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-06-23T18:37:12.755Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-06-23T18:37:13.247Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-06-23T18:37:15.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.98s
33212026-06-23T18:37:15.502Z
33222026-06-23T18:37:15.503Zinfo: running `cargo check --bins` on gateway-api (134/296)
33232026-06-23T18:37:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-23T18:37:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-23T18:37:15.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-23T18:37:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33272026-06-23T18:37:16.025Z
33282026-06-23T18:37:16.025Zinfo: running `cargo check --bins` on ipcc (135/296)
33292026-06-23T18:37:16.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-23T18:37:16.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-23T18:37:16.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-23T18:37:16.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-06-23T18:37:16.545Z
33342026-06-23T18:37:16.545Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33352026-06-23T18:37:16.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-23T18:37:16.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-23T18:37:16.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-23T18:37:16.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33392026-06-23T18:37:17.054Z
33402026-06-23T18:37:17.054Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33412026-06-23T18:37:17.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-23T18:37:17.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-23T18:37:17.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-23T18:37:17.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-06-23T18:37:17.596Z
33462026-06-23T18:37:17.597Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33472026-06-23T18:37:18.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-23T18:37:18.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-23T18:37:18.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-23T18:37:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-23T18:37:18.133Z
33522026-06-23T18:37:18.133Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33532026-06-23T18:37:18.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-23T18:37:18.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-23T18:37:18.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-23T18:37:18.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-06-23T18:37:18.669Z
33582026-06-23T18:37:18.669Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33592026-06-23T18:37:19.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-23T18:37:19.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-23T18:37:19.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-23T18:37:19.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-23T18:37:19.206Z
33642026-06-23T18:37:19.206Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33652026-06-23T18:37:19.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-23T18:37:19.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-23T18:37:19.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-23T18:37:19.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-06-23T18:37:19.760Z
33702026-06-23T18:37:19.760Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33712026-06-23T18:37:20.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-23T18:37:20.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-23T18:37:20.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-23T18:37:20.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-06-23T18:37:20.293Z
33762026-06-23T18:37:20.293Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33772026-06-23T18:37:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-23T18:37:20.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-23T18:37:20.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-23T18:37:20.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-06-23T18:37:20.827Z
33822026-06-23T18:37:20.827Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33832026-06-23T18:37:21.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-23T18:37:21.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-23T18:37:21.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-23T18:37:21.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-06-23T18:37:21.367Z
33882026-06-23T18:37:21.367Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33892026-06-23T18:37:21.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-23T18:37:21.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-23T18:37:21.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-23T18:37:21.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-06-23T18:37:21.894Z
33942026-06-23T18:37:21.894Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33952026-06-23T18:37:22.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-23T18:37:22.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-23T18:37:22.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-23T18:37:22.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-06-23T18:37:22.429Z
34002026-06-23T18:37:22.429Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34012026-06-23T18:37:22.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-23T18:37:22.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-23T18:37:22.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-23T18:37:22.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-06-23T18:37:22.965Z
34062026-06-23T18:37:22.965Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34072026-06-23T18:37:23.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-23T18:37:23.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-23T18:37:23.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-23T18:37:23.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-06-23T18:37:23.518Z
34122026-06-23T18:37:23.518Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34132026-06-23T18:37:23.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-23T18:37:23.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-23T18:37:23.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-23T18:37:23.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-06-23T18:37:24.070Z
34182026-06-23T18:37:24.070Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34192026-06-23T18:37:24.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-23T18:37:24.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-23T18:37:24.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-23T18:37:24.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-06-23T18:37:24.624Z
34242026-06-23T18:37:24.624Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34252026-06-23T18:37:25.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-23T18:37:25.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-23T18:37:25.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-23T18:37:25.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-06-23T18:37:25.179Z
34302026-06-23T18:37:25.179Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34312026-06-23T18:37:25.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-23T18:37:25.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-23T18:37:25.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-23T18:37:25.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-06-23T18:37:25.732Z
34362026-06-23T18:37:25.732Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34372026-06-23T18:37:26.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-23T18:37:26.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-23T18:37:26.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-23T18:37:26.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-06-23T18:37:26.279Z
34422026-06-23T18:37:26.279Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34432026-06-23T18:37:26.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-23T18:37:26.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-23T18:37:26.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-23T18:37:26.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-06-23T18:37:26.829Z
34482026-06-23T18:37:26.829Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34492026-06-23T18:37:27.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-23T18:37:27.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-23T18:37:27.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-23T18:37:27.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-23T18:37:27.385Z
34542026-06-23T18:37:27.385Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34552026-06-23T18:37:27.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-23T18:37:27.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-23T18:37:27.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-23T18:37:27.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-06-23T18:37:27.935Z
34602026-06-23T18:37:27.935Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34612026-06-23T18:37:28.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-23T18:37:28.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-23T18:37:28.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-23T18:37:28.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-06-23T18:37:28.490Z
34662026-06-23T18:37:28.490Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34672026-06-23T18:37:28.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-23T18:37:28.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-23T18:37:28.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-23T18:37:28.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-06-23T18:37:29.022Z
34722026-06-23T18:37:29.023Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34732026-06-23T18:37:29.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-23T18:37:29.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-23T18:37:29.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-23T18:37:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-23T18:37:29.549Z
34782026-06-23T18:37:29.549Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34792026-06-23T18:37:29.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-23T18:37:29.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-23T18:37:29.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-23T18:37:29.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-23T18:37:30.071Z
34842026-06-23T18:37:30.071Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34852026-06-23T18:37:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-23T18:37:30.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-23T18:37:30.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-23T18:37:30.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-23T18:37:30.596Z
34902026-06-23T18:37:30.596Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34912026-06-23T18:37:31.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-23T18:37:31.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-23T18:37:31.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-23T18:37:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-23T18:37:31.124Z
34962026-06-23T18:37:31.125Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34972026-06-23T18:37:31.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-23T18:37:31.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-23T18:37:31.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-23T18:37:31.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-23T18:37:31.647Z
35022026-06-23T18:37:31.647Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35032026-06-23T18:37:32.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-23T18:37:32.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-23T18:37:32.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-23T18:37:32.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35072026-06-23T18:37:32.172Z
35082026-06-23T18:37:32.173Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35092026-06-23T18:37:32.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-23T18:37:32.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-23T18:37:32.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-23T18:37:32.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35132026-06-23T18:37:32.698Z
35142026-06-23T18:37:32.698Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35152026-06-23T18:37:33.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-23T18:37:33.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-23T18:37:33.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-23T18:37:33.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-23T18:37:33.245Z
35202026-06-23T18:37:33.245Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35212026-06-23T18:37:33.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-23T18:37:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-23T18:37:33.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-23T18:37:33.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35252026-06-23T18:37:33.786Z
35262026-06-23T18:37:33.786Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35272026-06-23T18:37:34.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-23T18:37:34.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-23T18:37:34.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-23T18:37:34.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-06-23T18:37:34.332Z
35322026-06-23T18:37:34.332Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35332026-06-23T18:37:34.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-23T18:37:34.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-23T18:37:34.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-23T18:37:34.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35372026-06-23T18:37:34.876Z
35382026-06-23T18:37:34.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35392026-06-23T18:37:35.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-23T18:37:35.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-23T18:37:35.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-23T18:37:35.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-06-23T18:37:35.422Z
35442026-06-23T18:37:35.422Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35452026-06-23T18:37:35.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-23T18:37:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-23T18:37:35.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-23T18:37:35.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-23T18:37:35.966Z
35502026-06-23T18:37:35.966Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35512026-06-23T18:37:36.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-23T18:37:36.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-23T18:37:36.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-23T18:37:36.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-06-23T18:37:36.511Z
35562026-06-23T18:37:36.511Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35572026-06-23T18:37:36.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-23T18:37:36.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-23T18:37:36.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-23T18:37:36.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-06-23T18:37:37.075Z
35622026-06-23T18:37:37.075Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35632026-06-23T18:37:37.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-23T18:37:37.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-23T18:37:37.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-06-23T18:37:37.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35672026-06-23T18:37:37.605Z
35682026-06-23T18:37:37.606Zinfo: running `cargo check --bins` on dns-server (175/296)
35692026-06-23T18:37:38.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-06-23T18:37:38.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-06-23T18:37:38.205Z Compiling parking_lot_core v0.8.6
35722026-06-23T18:37:38.205Z Compiling git-stub v1.0.0
35732026-06-23T18:37:38.208Z Checking prefix-trie v0.7.0
35742026-06-23T18:37:38.208Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-06-23T18:37:38.428Z Compiling git-stub-vcs v0.1.0
35762026-06-23T18:37:38.588Z Checking hickory-server v0.25.2
35772026-06-23T18:37:38.696Z Checking parking_lot v0.11.2
35782026-06-23T18:37:38.699Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-23T18:37:38.775Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-23T18:37:38.778Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-06-23T18:37:38.866Z Checking sled v0.34.7
35822026-06-23T18:37:40.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35832026-06-23T18:37:40.916Z
35842026-06-23T18:37:40.916Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35852026-06-23T18:37:41.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-23T18:37:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-23T18:37:41.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-23T18:37:41.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-23T18:37:41.439Z
35902026-06-23T18:37:41.439Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35912026-06-23T18:37:41.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-23T18:37:41.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-23T18:37:41.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-06-23T18:37:41.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-06-23T18:37:41.963Z
35962026-06-23T18:37:41.963Zinfo: running `cargo check --bins` on sp-sim (178/296)
35972026-06-23T18:37:42.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-23T18:37:42.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-23T18:37:42.623Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-06-23T18:37:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36012026-06-23T18:37:44.544Z
36022026-06-23T18:37:44.544Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36032026-06-23T18:37:45.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-23T18:37:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-23T18:37:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-23T18:37:45.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-23T18:37:45.115Z
36082026-06-23T18:37:45.115Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36092026-06-23T18:37:45.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-23T18:37:45.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-23T18:37:45.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-23T18:37:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36132026-06-23T18:37:45.695Z
36142026-06-23T18:37:45.695Zinfo: running `cargo check --bins` on db-macros (181/296)
36152026-06-23T18:37:46.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-23T18:37:46.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-23T18:37:46.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-23T18:37:46.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-23T18:37:46.208Z
36202026-06-23T18:37:46.209Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36212026-06-23T18:37:46.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-23T18:37:46.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-23T18:37:46.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-23T18:37:46.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-06-23T18:37:46.719Z
36262026-06-23T18:37:46.719Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36272026-06-23T18:37:47.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-23T18:37:47.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-23T18:37:47.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-23T18:37:47.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36312026-06-23T18:37:47.296Z
36322026-06-23T18:37:47.296Zinfo: running `cargo check --bins` on authz-macros (184/296)
36332026-06-23T18:37:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-23T18:37:47.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-23T18:37:47.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-23T18:37:47.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36372026-06-23T18:37:47.807Z
36382026-06-23T18:37:47.807Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36392026-06-23T18:37:48.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-23T18:37:48.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-23T18:37:48.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-23T18:37:48.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-23T18:37:48.375Z
36442026-06-23T18:37:48.375Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36452026-06-23T18:37:48.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-23T18:37:48.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-23T18:37:48.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-23T18:37:48.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36492026-06-23T18:37:48.936Z
36502026-06-23T18:37:48.936Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36512026-06-23T18:37:49.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-23T18:37:49.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-23T18:37:49.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-23T18:37:49.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-23T18:37:49.447Z
36562026-06-23T18:37:49.447Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36572026-06-23T18:37:49.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-23T18:37:49.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-23T18:37:49.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-23T18:37:49.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-06-23T18:37:49.954Z
36622026-06-23T18:37:49.954Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36632026-06-23T18:37:50.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-23T18:37:50.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-23T18:37:50.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-23T18:37:50.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-06-23T18:37:50.476Z
36682026-06-23T18:37:50.476Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36692026-06-23T18:37:50.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-23T18:37:50.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-23T18:37:50.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-23T18:37:50.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-23T18:37:50.988Z
36742026-06-23T18:37:50.988Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36752026-06-23T18:37:51.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-23T18:37:51.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-23T18:37:51.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-23T18:37:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-23T18:37:51.497Z
36802026-06-23T18:37:51.497Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36812026-06-23T18:37:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-23T18:37:51.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-23T18:37:51.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-23T18:37:51.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-06-23T18:37:52.008Z
36862026-06-23T18:37:52.008Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36872026-06-23T18:37:52.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-23T18:37:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-23T18:37:52.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-23T18:37:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-23T18:37:52.585Z
36922026-06-23T18:37:52.585Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36932026-06-23T18:37:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-23T18:37:53.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-23T18:37:53.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-23T18:37:53.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-23T18:37:53.158Z
36982026-06-23T18:37:53.158Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36992026-06-23T18:37:53.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-23T18:37:53.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-23T18:37:53.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-23T18:37:53.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37032026-06-23T18:37:53.727Z
37042026-06-23T18:37:53.727Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37052026-06-23T18:37:54.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-23T18:37:54.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-23T18:37:54.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-23T18:37:54.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-23T18:37:54.271Z
37102026-06-23T18:37:54.271Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37112026-06-23T18:37:54.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-23T18:37:54.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-23T18:37:54.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-23T18:37:54.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37152026-06-23T18:37:54.817Z
37162026-06-23T18:37:54.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37172026-06-23T18:37:55.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-23T18:37:55.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-23T18:37:55.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-23T18:37:55.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37212026-06-23T18:37:55.360Z
37222026-06-23T18:37:55.360Zinfo: running `cargo check --bins` on key-manager (199/296)
37232026-06-23T18:37:55.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-23T18:37:55.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-23T18:37:55.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-23T18:37:55.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37272026-06-23T18:37:55.884Z
37282026-06-23T18:37:55.884Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37292026-06-23T18:37:56.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-23T18:37:56.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-23T18:37:56.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-23T18:37:56.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-06-23T18:37:56.430Z
37342026-06-23T18:37:56.430Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37352026-06-23T18:37:56.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-23T18:37:56.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-23T18:37:56.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-23T18:37:56.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-06-23T18:37:56.969Z
37402026-06-23T18:37:56.969Zinfo: running `cargo check --bins` on typed-rng (202/296)
37412026-06-23T18:37:57.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-23T18:37:57.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-23T18:37:57.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-06-23T18:37:57.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37452026-06-23T18:37:57.481Z
37462026-06-23T18:37:57.481Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37472026-06-23T18:37:57.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-06-23T18:37:57.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-06-23T18:37:58.262Z Compiling libefi-sys v0.1.0
37502026-06-23T18:37:58.265Z Compiling bitfield-struct v0.6.2
37512026-06-23T18:37:58.398Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-06-23T18:37:58.406Z Compiling xshell-macros v0.2.7
37532026-06-23T18:37:58.414Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-06-23T18:37:58.425Z Compiling salty v0.3.0
37552026-06-23T18:37:58.438Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-23T18:37:58.451Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-23T18:37:58.463Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-06-23T18:37:58.559Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-23T18:37:58.725Z Checking primeorder v0.13.6
37602026-06-23T18:37:58.741Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-23T18:37:58.741Z Compiling proc-macro-error-attr2 v2.0.0
37622026-06-23T18:37:58.767Z Checking xshell v0.2.7
37632026-06-23T18:37:58.888Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-23T18:37:58.902Z Checking tungstenite v0.21.0
37652026-06-23T18:37:58.951Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-06-23T18:37:58.965Z Checking p384 v0.13.1
37672026-06-23T18:37:58.990Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-23T18:37:59.081Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-23T18:37:59.098Z Compiling num-derive v0.3.3
37702026-06-23T18:37:59.117Z Compiling proc-macro-error2 v2.0.1
37712026-06-23T18:37:59.220Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-23T18:37:59.305Z Checking tokio-tungstenite v0.21.0
37732026-06-23T18:37:59.364Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-06-23T18:37:59.379Z Checking papergrid v0.17.0
37752026-06-23T18:37:59.416Z Compiling tabled_derive v0.11.0
37762026-06-23T18:37:59.443Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-23T18:37:59.456Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-23T18:37:59.573Z Compiling progenitor-impl v0.13.0
37792026-06-23T18:37:59.590Z Checking testing_table v0.3.0
37802026-06-23T18:37:59.678Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-06-23T18:37:59.718Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37822026-06-23T18:37:59.732Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-23T18:37:59.918Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-23T18:37:59.921Z Compiling illumos-nvpair-sys v0.2.0
37852026-06-23T18:37:59.967Z Checking libscf-sys v1.1.0
37862026-06-23T18:38:00.099Z Compiling unicase v2.9.0
37872026-06-23T18:38:00.112Z Checking corncobs v0.1.4
37882026-06-23T18:38:00.166Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-23T18:38:00.198Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-23T18:38:00.232Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-23T18:38:00.296Z Compiling mime_guess v2.0.5
37922026-06-23T18:38:00.311Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-06-23T18:38:00.365Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-06-23T18:38:00.437Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-23T18:38:00.518Z Checking progenitor-client v0.13.0
37962026-06-23T18:38:00.554Z Checking tabled v0.20.0
37972026-06-23T18:38:00.758Z Checking secrecy v0.8.0
37982026-06-23T18:38:00.828Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-06-23T18:38:00.926Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-23T18:38:00.986Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-06-23T18:38:01.060Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-06-23T18:38:01.289Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
38032026-06-23T18:38:01.346Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-06-23T18:38:01.394Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-23T18:38:01.436Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-23T18:38:01.438Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38072026-06-23T18:38:01.598Z Checking filetime v0.2.27
38082026-06-23T18:38:01.734Z Checking crc8 v0.1.1
38092026-06-23T18:38:01.768Z Checking xattr v1.6.1
38102026-06-23T18:38:01.831Z Checking http-range v0.1.5
38112026-06-23T18:38:01.894Z Checking tar v0.4.45
38122026-06-23T18:38:01.954Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38132026-06-23T18:38:02.033Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38142026-06-23T18:38:02.135Z Compiling progenitor-macro v0.13.0
38152026-06-23T18:38:02.150Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-06-23T18:38:02.167Z Checking illumos-nvpair v0.3.0
38172026-06-23T18:38:02.270Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-23T18:38:02.318Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-23T18:38:02.344Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-23T18:38:02.572Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-23T18:38:02.605Z Checking atty v0.2.14
38222026-06-23T18:38:02.644Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-06-23T18:38:02.680Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-23T18:38:02.697Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d59ac2dcf1a24f08f82ea803978d7a3351525c17#d59ac2dc)
38252026-06-23T18:38:02.870Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-06-23T18:38:03.013Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-06-23T18:38:03.029Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-23T18:38:03.032Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-06-23T18:38:03.175Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-23T18:38:03.220Z Checking hyper-staticfile v0.10.1
38312026-06-23T18:38:03.372Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-06-23T18:38:03.401Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-06-23T18:38:03.517Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-06-23T18:38:03.630Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-23T18:38:03.787Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-06-23T18:38:03.923Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-23T18:38:04.065Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-23T18:38:04.454Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-06-23T18:38:04.612Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38402026-06-23T18:38:05.082Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38412026-06-23T18:38:05.557Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38422026-06-23T18:38:05.962Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38432026-06-23T18:38:06.266Z Checking progenitor v0.13.0
38442026-06-23T18:38:06.399Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38452026-06-23T18:38:08.302Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38462026-06-23T18:38:11.652Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38472026-06-23T18:38:22.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s
38482026-06-23T18:38:22.835Z
38492026-06-23T18:38:22.835Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38502026-06-23T18:38:23.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-06-23T18:38:23.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-06-23T18:38:23.557Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532026-06-23T18:38:34.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38542026-06-23T18:38:34.618Z
38552026-06-23T18:38:34.618Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38562026-06-23T18:38:35.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-23T18:38:35.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-23T18:38:35.333Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-06-23T18:38:46.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38602026-06-23T18:38:46.272Z
38612026-06-23T18:38:46.272Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38622026-06-23T18:38:46.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-23T18:38:46.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-23T18:38:46.987Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-06-23T18:38:57.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38662026-06-23T18:38:57.945Z
38672026-06-23T18:38:57.945Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38682026-06-23T18:38:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-23T18:38:58.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-23T18:38:58.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-06-23T18:39:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38722026-06-23T18:39:09.719Z
38732026-06-23T18:39:09.719Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38742026-06-23T18:39:10.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-23T18:39:10.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-23T18:39:10.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-06-23T18:39:21.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38782026-06-23T18:39:21.460Z
38792026-06-23T18:39:21.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38802026-06-23T18:39:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-06-23T18:39:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-06-23T18:39:22.175Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-06-23T18:39:32.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38842026-06-23T18:39:33.167Z
38852026-06-23T18:39:33.167Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38862026-06-23T18:39:33.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-06-23T18:39:33.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-06-23T18:39:33.887Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-06-23T18:39:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38902026-06-23T18:39:44.870Z
38912026-06-23T18:39:44.870Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38922026-06-23T18:39:45.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-06-23T18:39:45.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-06-23T18:39:45.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-06-23T18:39:45.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38962026-06-23T18:39:45.407Z
38972026-06-23T18:39:45.407Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38982026-06-23T18:39:45.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-06-23T18:39:45.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-06-23T18:39:45.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-06-23T18:39:45.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39022026-06-23T18:39:45.946Z
39032026-06-23T18:39:45.946Zinfo: running `cargo check --bins` on range-requests (213/296)
39042026-06-23T18:39:46.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-06-23T18:39:46.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-06-23T18:39:46.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-06-23T18:39:46.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39082026-06-23T18:39:46.473Z
39092026-06-23T18:39:46.473Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39102026-06-23T18:39:46.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-06-23T18:39:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-06-23T18:39:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-06-23T18:39:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39142026-06-23T18:39:46.997Z
39152026-06-23T18:39:46.997Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39162026-06-23T18:39:47.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-06-23T18:39:47.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-06-23T18:39:47.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-06-23T18:39:47.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39202026-06-23T18:39:47.547Z
39212026-06-23T18:39:47.547Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39222026-06-23T18:39:48.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-06-23T18:39:48.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-06-23T18:39:48.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-06-23T18:39:48.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39262026-06-23T18:39:48.094Z
39272026-06-23T18:39:48.094Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39282026-06-23T18:39:48.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-06-23T18:39:48.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-06-23T18:39:48.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-06-23T18:39:48.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39322026-06-23T18:39:48.642Z
39332026-06-23T18:39:48.642Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39342026-06-23T18:39:49.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-06-23T18:39:49.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-06-23T18:39:49.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-06-23T18:39:49.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39382026-06-23T18:39:49.196Z
39392026-06-23T18:39:49.196Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39402026-06-23T18:39:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-06-23T18:39:49.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-06-23T18:39:49.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-06-23T18:39:49.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39442026-06-23T18:39:49.752Z
39452026-06-23T18:39:49.752Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39462026-06-23T18:39:50.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-06-23T18:39:50.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-06-23T18:39:50.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-06-23T18:39:50.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39502026-06-23T18:39:50.303Z
39512026-06-23T18:39:50.304Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39522026-06-23T18:39:50.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-23T18:39:50.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-23T18:39:50.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-06-23T18:39:50.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39562026-06-23T18:39:50.853Z
39572026-06-23T18:39:50.854Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39582026-06-23T18:39:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-06-23T18:39:51.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-06-23T18:39:51.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-06-23T18:39:51.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39622026-06-23T18:39:51.407Z
39632026-06-23T18:39:51.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39642026-06-23T18:39:51.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-06-23T18:39:51.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-06-23T18:39:51.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-06-23T18:39:51.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39682026-06-23T18:39:51.963Z
39692026-06-23T18:39:51.963Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39702026-06-23T18:39:52.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-06-23T18:39:52.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-06-23T18:39:52.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-06-23T18:39:52.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39742026-06-23T18:39:52.517Z
39752026-06-23T18:39:52.517Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39762026-06-23T18:39:52.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-06-23T18:39:53.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-06-23T18:39:53.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-06-23T18:39:53.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39802026-06-23T18:39:53.092Z
39812026-06-23T18:39:53.092Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39822026-06-23T18:39:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-06-23T18:39:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-06-23T18:39:53.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-06-23T18:39:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39862026-06-23T18:39:53.650Z
39872026-06-23T18:39:53.650Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39882026-06-23T18:39:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-06-23T18:39:54.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-06-23T18:39:54.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-06-23T18:39:54.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39922026-06-23T18:39:54.220Z
39932026-06-23T18:39:54.220Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39942026-06-23T18:39:54.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-06-23T18:39:54.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-06-23T18:39:54.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-06-23T18:39:54.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39982026-06-23T18:39:54.803Z
39992026-06-23T18:39:54.803Zinfo: running `cargo check --bins` on update-common (229/296)
40002026-06-23T18:39:55.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-06-23T18:39:55.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-06-23T18:39:55.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-06-23T18:39:55.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40042026-06-23T18:39:55.341Z
40052026-06-23T18:39:55.341Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40062026-06-23T18:39:55.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-06-23T18:39:55.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-06-23T18:39:55.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-06-23T18:39:55.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40102026-06-23T18:39:55.917Z
40112026-06-23T18:39:55.917Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40122026-06-23T18:39:56.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-06-23T18:39:56.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-06-23T18:39:56.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-06-23T18:39:56.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40162026-06-23T18:39:56.432Z
40172026-06-23T18:39:56.432Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40182026-06-23T18:39:56.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-06-23T18:39:56.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-06-23T18:39:57.151Z Compiling fs-err v2.11.0
40212026-06-23T18:39:57.154Z Checking ignore v0.4.25
40222026-06-23T18:39:57.155Z Checking arc-swap v1.8.2
40232026-06-23T18:39:57.280Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40242026-06-23T18:39:57.280Z Checking predicates-tree v1.0.13
40252026-06-23T18:39:57.284Z Checking parse-size v1.1.0
40262026-06-23T18:39:57.309Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40272026-06-23T18:39:57.313Z Checking rand_seeder v0.4.0
40282026-06-23T18:39:57.392Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40292026-06-23T18:39:57.405Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40302026-06-23T18:39:57.453Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40312026-06-23T18:39:57.468Z Checking slog-scope v4.4.1
40322026-06-23T18:39:57.501Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40332026-06-23T18:39:57.590Z Checking slog-stdlog v4.1.1
40342026-06-23T18:39:57.604Z Compiling petname v2.0.2
40352026-06-23T18:39:57.616Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40362026-06-23T18:39:57.648Z Checking globwalk v0.9.1
40372026-06-23T18:39:57.691Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-06-23T18:39:57.706Z Checking slog-envlogger v2.2.0
40392026-06-23T18:39:57.822Z Checking camino-tempfile-ext v0.3.3
40402026-06-23T18:39:57.852Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40412026-06-23T18:39:57.919Z Checking sapling-renderdag v0.1.0
40422026-06-23T18:39:58.074Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40432026-06-23T18:39:58.107Z Checking subprocess v0.2.15
40442026-06-23T18:39:58.213Z Checking sync-ptr v0.1.4
40452026-06-23T18:39:58.217Z Checking colored v2.2.0
40462026-06-23T18:39:58.274Z Checking assert_matches v1.5.0
40472026-06-23T18:39:58.315Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40482026-06-23T18:39:58.497Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40492026-06-23T18:39:58.497Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40502026-06-23T18:39:59.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40512026-06-23T18:40:00.506Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40522026-06-23T18:40:02.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40532026-06-23T18:40:02.844Z
40542026-06-23T18:40:02.844Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40552026-06-23T18:40:03.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-06-23T18:40:03.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-06-23T18:40:03.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-06-23T18:40:03.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40592026-06-23T18:40:03.366Z
40602026-06-23T18:40:03.366Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40612026-06-23T18:40:03.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-06-23T18:40:03.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-06-23T18:40:03.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-06-23T18:40:03.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40652026-06-23T18:40:03.903Z
40662026-06-23T18:40:03.903Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40672026-06-23T18:40:04.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-06-23T18:40:04.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-06-23T18:40:04.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-06-23T18:40:04.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40712026-06-23T18:40:04.495Z
40722026-06-23T18:40:04.495Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40732026-06-23T18:40:04.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-23T18:40:04.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-23T18:40:05.157Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-06-23T18:40:05.157Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40772026-06-23T18:40:05.790Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40782026-06-23T18:40:07.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40792026-06-23T18:40:07.515Z
40802026-06-23T18:40:07.515Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40812026-06-23T18:40:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-23T18:40:07.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-23T18:40:07.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-06-23T18:40:07.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40852026-06-23T18:40:08.043Z
40862026-06-23T18:40:08.043Zinfo: running `cargo check --bins` on cert-dev (238/296)
40872026-06-23T18:40:08.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-23T18:40:08.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-23T18:40:08.592Z Checking yasna v0.5.2
40902026-06-23T18:40:08.987Z Checking rcgen v0.12.1
40912026-06-23T18:40:09.235Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40922026-06-23T18:40:09.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40932026-06-23T18:40:09.578Z
40942026-06-23T18:40:09.578Zinfo: running `cargo check --bins` on clickana (239/296)
40952026-06-23T18:40:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-06-23T18:40:10.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-06-23T18:40:10.176Z Compiling darling_core v0.23.0
40982026-06-23T18:40:10.179Z Compiling instability v0.3.11
40992026-06-23T18:40:10.280Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41002026-06-23T18:40:10.286Z Checking castaway v0.2.4
41012026-06-23T18:40:10.296Z Compiling indoc v2.0.7
41022026-06-23T18:40:10.299Z Checking unicode-truncate v1.1.0
41032026-06-23T18:40:10.313Z Checking lru v0.12.5
41042026-06-23T18:40:10.313Z Checking cassowary v0.3.0
41052026-06-23T18:40:10.370Z Checking compact_str v0.8.1
41062026-06-23T18:40:11.603Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41072026-06-23T18:40:11.668Z Compiling darling_macro v0.23.0
41082026-06-23T18:40:11.773Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41092026-06-23T18:40:12.079Z Compiling darling v0.23.0
41102026-06-23T18:40:12.691Z Checking ratatui v0.29.0
41112026-06-23T18:40:13.753Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41122026-06-23T18:40:14.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
41132026-06-23T18:40:14.570Z
41142026-06-23T18:40:14.570Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41152026-06-23T18:40:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-06-23T18:40:15.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-06-23T18:40:15.233Z Checking headers-core v0.3.0
41182026-06-23T18:40:15.236Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41192026-06-23T18:40:15.422Z Checking headers v0.4.1
41202026-06-23T18:40:15.780Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-06-23T18:40:16.627Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41222026-06-23T18:40:17.094Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41232026-06-23T18:40:17.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
41242026-06-23T18:40:17.669Z
41252026-06-23T18:40:17.669Zinfo: running `cargo check --bins` on ch-dev (241/296)
41262026-06-23T18:40:18.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-06-23T18:40:18.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-06-23T18:40:18.329Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41292026-06-23T18:40:19.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41302026-06-23T18:40:19.224Z
41312026-06-23T18:40:19.224Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41322026-06-23T18:40:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-06-23T18:40:19.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-06-23T18:40:19.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-06-23T18:40:19.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41362026-06-23T18:40:19.617Z
41372026-06-23T18:40:19.617Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41382026-06-23T18:40:20.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-23T18:40:20.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-23T18:40:20.271Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41412026-06-23T18:40:21.259Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41422026-06-23T18:40:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41432026-06-23T18:40:21.763Z
41442026-06-23T18:40:21.763Zinfo: running `cargo check --bins` on db-dev (244/296)
41452026-06-23T18:40:22.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-23T18:40:22.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-23T18:40:22.421Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41482026-06-23T18:40:23.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41492026-06-23T18:40:23.330Z
41502026-06-23T18:40:23.330Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41512026-06-23T18:40:23.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-23T18:40:23.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-23T18:40:23.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-06-23T18:40:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41552026-06-23T18:40:23.900Z
41562026-06-23T18:40:23.900Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41572026-06-23T18:40:24.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-06-23T18:40:24.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-06-23T18:40:24.459Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41602026-06-23T18:40:25.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41612026-06-23T18:40:25.295Z
41622026-06-23T18:40:25.295Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41632026-06-23T18:40:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-06-23T18:40:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-06-23T18:40:25.991Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-23T18:40:25.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-23T18:40:25.994Z Checking git-stub v1.0.0
41682026-06-23T18:40:25.994Z Compiling trait-variant v0.1.2
41692026-06-23T18:40:25.994Z Checking is_ci v1.2.0
41702026-06-23T18:40:25.994Z Checking maplit v1.0.2
41712026-06-23T18:40:26.113Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41722026-06-23T18:40:26.134Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41732026-06-23T18:40:26.188Z Checking supports-color v3.0.2
41742026-06-23T18:40:26.199Z Checking drift v0.2.0
41752026-06-23T18:40:26.252Z Checking git-stub-vcs v0.1.0
41762026-06-23T18:40:26.305Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41772026-06-23T18:40:26.355Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41782026-06-23T18:40:26.369Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-06-23T18:40:26.444Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41802026-06-23T18:40:26.551Z Checking dropshot-api-manager v0.7.2
41812026-06-23T18:40:26.565Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41822026-06-23T18:40:26.580Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-06-23T18:40:26.624Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-23T18:40:26.838Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-06-23T18:40:27.349Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-06-23T18:40:28.304Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41872026-06-23T18:40:29.520Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41882026-06-23T18:40:30.097Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41892026-06-23T18:40:30.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
41902026-06-23T18:40:30.716Z
41912026-06-23T18:40:30.716Zinfo: running `cargo check --bins` on installinator-api (248/296)
41922026-06-23T18:40:31.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-06-23T18:40:31.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-06-23T18:40:31.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-06-23T18:40:31.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41962026-06-23T18:40:31.250Z
41972026-06-23T18:40:31.250Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41982026-06-23T18:40:31.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-06-23T18:40:31.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-06-23T18:40:31.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-06-23T18:40:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-06-23T18:40:31.829Z
42032026-06-23T18:40:31.829Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42042026-06-23T18:40:32.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-06-23T18:40:32.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-06-23T18:40:32.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-06-23T18:40:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-06-23T18:40:32.400Z
42092026-06-23T18:40:32.400Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42102026-06-23T18:40:32.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-06-23T18:40:32.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-06-23T18:40:32.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-06-23T18:40:32.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-06-23T18:40:32.970Z
42152026-06-23T18:40:32.970Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42162026-06-23T18:40:33.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-06-23T18:40:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-06-23T18:40:33.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-06-23T18:40:33.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42202026-06-23T18:40:33.507Z
42212026-06-23T18:40:33.507Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42222026-06-23T18:40:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-06-23T18:40:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-06-23T18:40:33.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-06-23T18:40:33.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42262026-06-23T18:40:34.026Z
42272026-06-23T18:40:34.026Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42282026-06-23T18:40:34.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-23T18:40:34.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-23T18:40:34.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-06-23T18:40:34.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42322026-06-23T18:40:34.573Z
42332026-06-23T18:40:34.573Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42342026-06-23T18:40:35.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-06-23T18:40:35.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-06-23T18:40:35.129Z Checking typeid v1.0.3
42372026-06-23T18:40:35.236Z Checking ordered-float v2.10.1
42382026-06-23T18:40:35.253Z Checking unicode-xid v0.2.6
42392026-06-23T18:40:35.264Z Checking cargo-platform v0.2.0
42402026-06-23T18:40:35.273Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42412026-06-23T18:40:35.299Z Checking erased-serde v0.4.9
42422026-06-23T18:40:35.435Z Checking serde-value v0.7.0
42432026-06-23T18:40:35.609Z Checking serde-untagged v0.1.9
42442026-06-23T18:40:35.760Z Checking cargo-util-schemas v0.8.2
42452026-06-23T18:40:36.438Z Checking cargo_metadata v0.21.0
42462026-06-23T18:40:37.030Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-06-23T18:40:37.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
42482026-06-23T18:40:37.920Z
42492026-06-23T18:40:37.920Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42502026-06-23T18:40:38.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-23T18:40:38.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-23T18:40:38.598Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-06-23T18:40:39.204Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-06-23T18:40:39.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42552026-06-23T18:40:39.875Z
42562026-06-23T18:40:39.875Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42572026-06-23T18:40:40.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-06-23T18:40:40.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-06-23T18:40:40.780Z Compiling vergen-lib v0.1.6
42602026-06-23T18:40:40.780Z Compiling diesel_derives v2.3.7
42612026-06-23T18:40:40.780Z Compiling dsl_auto_type v0.2.0
42622026-06-23T18:40:40.780Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-23T18:40:40.783Z Checking scheduled-thread-pool v0.2.7
42642026-06-23T18:40:40.783Z Compiling vergen-gitcl v1.0.8
42652026-06-23T18:40:40.784Z Compiling diesel_table_macro_syntax v0.3.0
42662026-06-23T18:40:40.784Z Compiling dirs-sys-next v0.1.2
42672026-06-23T18:40:41.073Z Compiling glob v0.3.3
42682026-06-23T18:40:41.107Z Compiling crunchy v0.2.4
42692026-06-23T18:40:41.135Z Compiling dirs-next v2.0.0
42702026-06-23T18:40:41.149Z Checking r2d2 v0.8.10
42712026-06-23T18:40:41.222Z Checking downcast-rs v2.0.2
42722026-06-23T18:40:41.251Z Compiling tiny-keccak v2.0.2
42732026-06-23T18:40:41.316Z Compiling term v0.7.0
42742026-06-23T18:40:41.331Z Compiling bit-vec v0.6.3
42752026-06-23T18:40:41.451Z Compiling clang-sys v1.8.1
42762026-06-23T18:40:41.542Z Compiling bit-set v0.5.3
42772026-06-23T18:40:41.557Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42782026-06-23T18:40:41.702Z Compiling ascii-canvas v3.0.0
42792026-06-23T18:40:41.738Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-06-23T18:40:41.819Z Compiling itertools v0.10.5
42812026-06-23T18:40:41.859Z Compiling ena v0.14.4
42822026-06-23T18:40:41.885Z Compiling libloading v0.8.9
42832026-06-23T18:40:41.888Z Compiling regex-syntax v0.6.29
42842026-06-23T18:40:41.938Z Compiling bindgen v0.71.1
42852026-06-23T18:40:42.027Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42862026-06-23T18:40:42.066Z Compiling diff v0.1.13
42872026-06-23T18:40:42.353Z Compiling cexpr v0.6.0
42882026-06-23T18:40:42.390Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-06-23T18:40:42.576Z Compiling rustc-hash v2.1.1
42902026-06-23T18:40:42.728Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-06-23T18:40:42.836Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-06-23T18:40:42.879Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-06-23T18:40:43.049Z Compiling libxml v0.3.3
42942026-06-23T18:40:43.158Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-06-23T18:40:43.186Z Compiling strum_macros v0.24.3
42962026-06-23T18:40:43.272Z Compiling lalrpop v0.19.12
42972026-06-23T18:40:43.377Z Compiling indoc v1.0.9
42982026-06-23T18:40:44.069Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-06-23T18:40:44.258Z Checking derive_builder v0.20.2
43002026-06-23T18:40:44.374Z Compiling oso-derive v0.27.3
43012026-06-23T18:40:44.537Z Checking quick-xml v0.37.5
43022026-06-23T18:40:44.556Z Compiling impl-trait-for-tuples v0.2.3
43032026-06-23T18:40:44.870Z Checking openssl-probe v0.1.6
43042026-06-23T18:40:45.009Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-06-23T18:40:45.421Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-06-23T18:40:45.609Z Checking bb8 v0.8.6
43072026-06-23T18:40:45.724Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-06-23T18:40:45.759Z Compiling libz-sys v1.1.24
43092026-06-23T18:40:45.887Z Checking nonempty v0.12.0
43102026-06-23T18:40:45.943Z Compiling strsim v0.10.0
43112026-06-23T18:40:46.053Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-06-23T18:40:46.073Z Compiling vergen-git2 v9.1.0
43132026-06-23T18:40:46.193Z Compiling darling_core v0.13.4
43142026-06-23T18:40:46.299Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-06-23T18:40:46.376Z Compiling rustls v0.21.12
43162026-06-23T18:40:46.487Z Compiling base64 v0.21.7
43172026-06-23T18:40:46.615Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-23T18:40:46.794Z Checking diesel v2.3.7
43192026-06-23T18:40:46.819Z Compiling ron v0.8.1
43202026-06-23T18:40:47.566Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43212026-06-23T18:40:47.741Z Checking sct v0.7.1
43222026-06-23T18:40:47.757Z Checking rustls-webpki v0.101.7
43232026-06-23T18:40:47.903Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-06-23T18:40:48.053Z Compiling darling_macro v0.13.4
43252026-06-23T18:40:48.518Z Compiling darling v0.13.4
43262026-06-23T18:40:48.610Z Compiling serde_with_macros v1.5.2
43272026-06-23T18:40:48.955Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43282026-06-23T18:40:49.454Z Compiling serde_with v1.14.0
43292026-06-23T18:40:49.469Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43302026-06-23T18:40:50.578Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43312026-06-23T18:40:50.610Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43322026-06-23T18:40:51.215Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43332026-06-23T18:40:51.856Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-06-23T18:40:52.045Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43352026-06-23T18:40:52.080Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-06-23T18:40:52.185Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-06-23T18:40:52.229Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-06-23T18:40:52.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-06-23T18:40:52.366Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43402026-06-23T18:40:52.538Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-06-23T18:40:52.572Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43422026-06-23T18:40:52.592Z Checking tokio-rustls v0.24.1
43432026-06-23T18:40:52.791Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-23T18:40:53.408Z Checking rustls-pemfile v1.0.4
43452026-06-23T18:40:53.429Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-06-23T18:40:53.550Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-06-23T18:40:53.647Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-23T18:40:53.734Z Checking twox-hash v2.1.2
43492026-06-23T18:40:54.011Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-06-23T18:40:54.029Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43512026-06-23T18:40:54.067Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43522026-06-23T18:40:54.399Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-23T18:40:54.554Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-23T18:40:55.709Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43552026-06-23T18:40:55.818Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43562026-06-23T18:40:56.016Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43572026-06-23T18:40:56.364Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43582026-06-23T18:40:56.490Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43592026-06-23T18:40:56.676Z Checking console v0.16.2
43602026-06-23T18:40:56.994Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43612026-06-23T18:40:57.138Z Checking fatfs v0.3.6
43622026-06-23T18:40:57.339Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43632026-06-23T18:40:57.597Z Checking unit-prefix v0.5.2
43642026-06-23T18:40:57.733Z Compiling seq-macro v0.3.6
43652026-06-23T18:40:58.247Z Checking indicatif v0.18.4
43662026-06-23T18:40:58.653Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-06-23T18:40:58.669Z Checking support-bundle-viewer v0.1.2
43682026-06-23T18:40:58.911Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43692026-06-23T18:40:58.993Z Checking multimap v0.10.1
43702026-06-23T18:41:04.757Z Checking diesel-dtrace v0.5.0
43712026-06-23T18:41:05.026Z Checking async-bb8-diesel v0.2.1
43722026-06-23T18:41:07.684Z Compiling samael v0.0.19
43732026-06-23T18:41:13.681Z Compiling git2 v0.20.4
43742026-06-23T18:41:14.442Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43752026-06-23T18:41:15.470Z Compiling polar-core v0.27.3
43762026-06-23T18:41:16.061Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-23T18:41:20.027Z Checking oso v0.27.3
43782026-06-23T18:41:48.932Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43792026-06-23T18:43:02.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43802026-06-23T18:43:02.367Z
43812026-06-23T18:43:02.367Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43822026-06-23T18:43:02.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-23T18:43:02.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-23T18:43:02.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-23T18:43:02.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43862026-06-23T18:43:03.005Z
43872026-06-23T18:43:03.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43882026-06-23T18:43:03.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-23T18:43:03.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-23T18:43:03.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-23T18:43:03.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43922026-06-23T18:43:03.612Z
43932026-06-23T18:43:03.612Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43942026-06-23T18:43:04.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-23T18:43:04.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-23T18:43:04.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-23T18:43:04.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43982026-06-23T18:43:04.216Z
43992026-06-23T18:43:04.216Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
44002026-06-23T18:43:04.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-23T18:43:04.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-23T18:43:04.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-23T18:43:04.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44042026-06-23T18:43:04.751Z
44052026-06-23T18:43:04.751Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44062026-06-23T18:43:05.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-23T18:43:05.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-23T18:43:05.551Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-23T18:43:06.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44102026-06-23T18:43:06.506Z
44112026-06-23T18:43:06.506Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44122026-06-23T18:43:07.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-23T18:43:07.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-23T18:43:07.298Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-23T18:43:45.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.23s
44162026-06-23T18:43:45.953Z
44172026-06-23T18:43:45.953Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44182026-06-23T18:43:46.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-23T18:43:46.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-23T18:43:46.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-23T18:43:46.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44222026-06-23T18:43:46.489Z
44232026-06-23T18:43:46.489Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44242026-06-23T18:43:46.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-23T18:43:46.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-23T18:43:46.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-23T18:43:46.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44282026-06-23T18:43:47.089Z
44292026-06-23T18:43:47.089Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44302026-06-23T18:43:47.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-23T18:43:47.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-23T18:43:47.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-23T18:43:47.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44342026-06-23T18:43:47.700Z
44352026-06-23T18:43:47.700Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44362026-06-23T18:43:48.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-23T18:43:48.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-23T18:43:48.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-23T18:43:48.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44402026-06-23T18:43:48.307Z
44412026-06-23T18:43:48.307Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44422026-06-23T18:43:48.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-23T18:43:48.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-23T18:43:48.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-23T18:43:48.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-06-23T18:43:48.899Z
44472026-06-23T18:43:48.900Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44482026-06-23T18:43:49.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-23T18:43:49.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-23T18:43:49.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-23T18:43:49.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44522026-06-23T18:43:49.511Z
44532026-06-23T18:43:49.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44542026-06-23T18:43:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-23T18:43:50.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-23T18:43:50.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-23T18:43:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44582026-06-23T18:43:50.117Z
44592026-06-23T18:43:50.117Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44602026-06-23T18:43:50.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-23T18:43:50.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-23T18:43:50.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-23T18:43:50.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44642026-06-23T18:43:50.719Z
44652026-06-23T18:43:50.719Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44662026-06-23T18:43:51.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-23T18:43:51.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-23T18:43:51.567Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44692026-06-23T18:43:51.567Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44702026-06-23T18:43:51.718Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44712026-06-23T18:43:51.734Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44722026-06-23T18:43:51.749Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44732026-06-23T18:43:51.767Z Checking diff v0.1.13
44742026-06-23T18:43:51.767Z Checking yansi v1.0.1
44752026-06-23T18:43:51.773Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44762026-06-23T18:43:51.893Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44772026-06-23T18:43:52.071Z Checking pretty_assertions v1.4.1
44782026-06-23T18:43:52.735Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44792026-06-23T18:43:52.823Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44802026-06-23T18:44:17.481Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44812026-06-23T18:44:17.485Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44822026-06-23T18:44:17.485Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44832026-06-23T18:44:17.485Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44842026-06-23T18:44:17.485Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44852026-06-23T18:44:17.485Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44862026-06-23T18:44:18.309Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44872026-06-23T18:44:18.312Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44882026-06-23T18:44:19.544Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44892026-06-23T18:44:58.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44902026-06-23T18:44:58.250Z
44912026-06-23T18:44:58.250Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44922026-06-23T18:44:58.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-06-23T18:44:58.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-06-23T18:44:58.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-06-23T18:44:58.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44962026-06-23T18:44:58.782Z
44972026-06-23T18:44:58.782Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44982026-06-23T18:44:59.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-23T18:44:59.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-23T18:44:59.513Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45012026-06-23T18:44:59.634Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45022026-06-23T18:44:59.637Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45032026-06-23T18:45:26.721Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45042026-06-23T18:45:27.103Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45052026-06-23T18:45:28.822Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45062026-06-23T18:45:29.274Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45072026-06-23T18:45:32.266Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45082026-06-23T18:45:55.754Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45092026-06-23T18:45:56.459Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45102026-06-23T18:45:58.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.29s
45112026-06-23T18:45:58.292Z
45122026-06-23T18:45:58.292Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45132026-06-23T18:45:58.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-06-23T18:45:58.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-06-23T18:45:58.968Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45162026-06-23T18:45:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45172026-06-23T18:45:59.835Z
45182026-06-23T18:45:59.835Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45192026-06-23T18:46:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-23T18:46:00.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-23T18:46:00.440Z Compiling blake3 v1.8.5
45222026-06-23T18:46:00.544Z Checking constant_time_eq v0.4.2
45232026-06-23T18:46:00.548Z Checking arrayref v0.3.9
45242026-06-23T18:46:00.549Z Checking arrayvec v0.7.6
45252026-06-23T18:46:00.552Z Checking topological-sort v0.2.2
45262026-06-23T18:46:00.557Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45272026-06-23T18:46:00.557Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45282026-06-23T18:46:00.557Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45292026-06-23T18:46:00.594Z Checking shell-words v1.1.1
45302026-06-23T18:46:01.429Z Checking omicron-zone-package v0.12.2
45312026-06-23T18:46:02.154Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45322026-06-23T18:46:03.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45332026-06-23T18:46:03.199Z
45342026-06-23T18:46:03.199Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45352026-06-23T18:46:03.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-06-23T18:46:03.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-06-23T18:46:03.795Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45382026-06-23T18:46:04.114Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45392026-06-23T18:46:04.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45402026-06-23T18:46:04.683Z
45412026-06-23T18:46:04.683Zinfo: running `cargo check --bins` on schema (278/296)
45422026-06-23T18:46:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-23T18:46:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-23T18:46:05.366Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45452026-06-23T18:46:06.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45462026-06-23T18:46:06.224Z
45472026-06-23T18:46:06.224Zinfo: running `cargo check --bins` on xtask (279/296)
45482026-06-23T18:46:06.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-23T18:46:06.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-23T18:46:06.620Z Checking libc v0.2.185
45512026-06-23T18:46:06.623Z Checking serde v1.0.228
45522026-06-23T18:46:06.695Z Checking zerofrom v0.1.6
45532026-06-23T18:46:06.704Z Checking bitflags v2.11.0
45542026-06-23T18:46:06.708Z Checking smallvec v1.15.1
45552026-06-23T18:46:06.714Z Checking indexmap v2.14.0
45562026-06-23T18:46:06.723Z Checking serde_json v1.0.149
45572026-06-23T18:46:06.726Z Checking num-traits v0.2.19
45582026-06-23T18:46:06.796Z Checking yoke v0.8.1
45592026-06-23T18:46:06.847Z Checking scroll v0.12.0
45602026-06-23T18:46:06.881Z Checking thiserror v1.0.69
45612026-06-23T18:46:06.964Z Checking zerovec v0.11.5
45622026-06-23T18:46:06.976Z Checking zerotrie v0.2.3
45632026-06-23T18:46:06.986Z Checking errno v0.3.14
45642026-06-23T18:46:07.078Z Checking percent-encoding v2.3.2
45652026-06-23T18:46:07.089Z Checking serde_spanned v0.6.9
45662026-06-23T18:46:07.099Z Checking rustix v1.1.3
45672026-06-23T18:46:07.208Z Checking toml_datetime v0.6.11
45682026-06-23T18:46:07.218Z Checking log v0.4.29
45692026-06-23T18:46:07.229Z Checking zerocopy v0.7.35
45702026-06-23T18:46:07.244Z Checking ordered-float v2.10.1
45712026-06-23T18:46:07.248Z Checking form_urlencoded v1.2.2
45722026-06-23T18:46:07.342Z Checking getrandom v0.4.1
45732026-06-23T18:46:07.372Z Checking goblin v0.8.2
45742026-06-23T18:46:07.381Z Checking thiserror v2.0.18
45752026-06-23T18:46:07.393Z Checking toml_edit v0.22.27
45762026-06-23T18:46:07.405Z Checking tinystr v0.8.2
45772026-06-23T18:46:07.478Z Checking potential_utf v0.1.4
45782026-06-23T18:46:07.481Z Checking serde-value v0.7.0
45792026-06-23T18:46:07.498Z Checking syn v2.0.117
45802026-06-23T18:46:07.581Z Checking icu_locale_core v2.1.1
45812026-06-23T18:46:07.611Z Checking icu_collections v2.1.1
45822026-06-23T18:46:07.688Z Checking dtrace-parser v0.2.0
45832026-06-23T18:46:07.721Z Checking thread-id v4.2.2
45842026-06-23T18:46:07.802Z Checking once_cell v1.21.3
45852026-06-23T18:46:07.921Z Checking terminal_size v0.4.3
45862026-06-23T18:46:07.934Z Checking cargo-platform v0.2.0
45872026-06-23T18:46:07.934Z Checking memmap v0.7.0
45882026-06-23T18:46:07.977Z Checking tempfile v3.25.0
45892026-06-23T18:46:08.033Z Checking clap_builder v4.6.0
45902026-06-23T18:46:08.060Z Checking textwrap v0.16.2
45912026-06-23T18:46:08.117Z Checking fs-err v3.3.0
45922026-06-23T18:46:08.145Z Checking icu_provider v2.1.1
45932026-06-23T18:46:08.170Z Checking camino-tempfile v1.4.1
45942026-06-23T18:46:08.274Z Checking anyhow v1.0.102
45952026-06-23T18:46:08.300Z Checking tabled v0.15.0
45962026-06-23T18:46:08.325Z Checking macaddr v1.0.1
45972026-06-23T18:46:08.380Z Checking icu_normalizer v2.1.1
45982026-06-23T18:46:08.471Z Checking icu_properties v2.1.2
45992026-06-23T18:46:08.501Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46002026-06-23T18:46:08.514Z Checking toml v0.8.23
46012026-06-23T18:46:08.828Z Checking cargo_toml v0.21.0
46022026-06-23T18:46:09.260Z Checking clap v4.6.1
46032026-06-23T18:46:09.270Z Checking dof v0.3.0
46042026-06-23T18:46:09.280Z Checking idna_adapter v1.2.1
46052026-06-23T18:46:09.390Z Checking idna v1.1.0
46062026-06-23T18:46:09.532Z Checking usdt-impl v0.5.0
46072026-06-23T18:46:09.613Z Checking url v2.5.8
46082026-06-23T18:46:09.775Z Checking usdt v0.5.0
46092026-06-23T18:46:09.958Z Checking cargo-util-schemas v0.8.2
46102026-06-23T18:46:10.657Z Checking cargo_metadata v0.21.0
46112026-06-23T18:46:11.272Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46122026-06-23T18:46:11.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
46132026-06-23T18:46:11.794Z
46142026-06-23T18:46:11.795Zinfo: running `cargo check --bins` on dnsadm (280/296)
46152026-06-23T18:46:12.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-06-23T18:46:12.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-06-23T18:46:12.381Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46182026-06-23T18:46:12.849Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46192026-06-23T18:46:13.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46202026-06-23T18:46:13.408Z
46212026-06-23T18:46:13.408Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46222026-06-23T18:46:13.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-06-23T18:46:13.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-06-23T18:46:14.156Z Checking polyval v0.6.2
46252026-06-23T18:46:14.276Z Checking ctr v0.9.2
46262026-06-23T18:46:14.286Z Checking ssh-encoding v0.2.0
46272026-06-23T18:46:14.286Z Checking blowfish v0.9.1
46282026-06-23T18:46:14.305Z Checking password-hash v0.4.2
46292026-06-23T18:46:14.319Z Checking p521 v0.13.3
46302026-06-23T18:46:14.319Z Checking p256 v0.13.2
46312026-06-23T18:46:14.344Z Checking russh-cryptovec v0.7.3
46322026-06-23T18:46:14.420Z Checking md5 v0.7.0
46332026-06-23T18:46:14.423Z Checking ghash v0.5.1
46342026-06-23T18:46:14.423Z Checking bcrypt-pbkdf v0.10.0
46352026-06-23T18:46:14.461Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46362026-06-23T18:46:14.484Z Checking num-bigint v0.4.6
46372026-06-23T18:46:14.523Z Checking pbkdf2 v0.11.0
46382026-06-23T18:46:14.556Z Checking aes-gcm v0.10.3
46392026-06-23T18:46:14.577Z Checking des v0.8.1
46402026-06-23T18:46:14.590Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46412026-06-23T18:46:14.593Z Checking hex-literal v0.4.1
46422026-06-23T18:46:14.695Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46432026-06-23T18:46:14.700Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46442026-06-23T18:46:14.709Z Checking internet-checksum v0.2.1
46452026-06-23T18:46:14.722Z Checking ssh-cipher v0.2.0
46462026-06-23T18:46:14.885Z Checking ssh-key v0.6.7
46472026-06-23T18:46:14.951Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46482026-06-23T18:46:15.506Z Checking russh-keys v0.45.0
46492026-06-23T18:46:16.060Z Checking russh v0.45.0
46502026-06-23T18:46:32.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
46512026-06-23T18:46:32.654Z
46522026-06-23T18:46:32.654Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46532026-06-23T18:46:33.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-06-23T18:46:33.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-06-23T18:46:33.251Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46562026-06-23T18:46:33.356Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46572026-06-23T18:46:33.363Z Checking termios v0.3.3
46582026-06-23T18:46:34.581Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46592026-06-23T18:46:34.730Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46602026-06-23T18:46:36.410Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46612026-06-23T18:46:36.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
46622026-06-23T18:46:37.147Z
46632026-06-23T18:46:37.148Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46642026-06-23T18:46:37.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-06-23T18:46:37.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-06-23T18:46:37.819Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46672026-06-23T18:46:37.822Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46682026-06-23T18:46:37.822Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46692026-06-23T18:46:37.822Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46702026-06-23T18:46:37.939Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46712026-06-23T18:46:37.961Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46722026-06-23T18:46:38.711Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46732026-06-23T18:46:39.057Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46742026-06-23T18:46:39.057Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46752026-06-23T18:46:39.717Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46762026-06-23T18:46:41.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
46772026-06-23T18:46:41.539Z
46782026-06-23T18:46:41.539Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46792026-06-23T18:46:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-06-23T18:46:42.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-06-23T18:46:42.130Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46822026-06-23T18:46:42.572Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46832026-06-23T18:46:42.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46842026-06-23T18:46:43.055Z
46852026-06-23T18:46:43.055Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46862026-06-23T18:46:43.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-23T18:46:43.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-23T18:46:43.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-06-23T18:46:43.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46902026-06-23T18:46:43.584Z
46912026-06-23T18:46:43.584Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46922026-06-23T18:46:44.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-23T18:46:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-23T18:46:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-23T18:46:44.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46962026-06-23T18:46:44.111Z
46972026-06-23T18:46:44.111Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46982026-06-23T18:46:44.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-23T18:46:44.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-23T18:46:44.817Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47012026-06-23T18:46:45.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47022026-06-23T18:46:45.580Z
47032026-06-23T18:46:45.581Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47042026-06-23T18:46:46.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-23T18:46:46.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-23T18:46:46.192Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47072026-06-23T18:46:46.195Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47082026-06-23T18:46:46.463Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47092026-06-23T18:46:46.463Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47102026-06-23T18:46:47.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47112026-06-23T18:46:47.427Z
47122026-06-23T18:46:47.427Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47132026-06-23T18:46:47.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-23T18:46:47.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-23T18:46:47.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-06-23T18:46:47.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47172026-06-23T18:46:47.956Z
47182026-06-23T18:46:47.956Zinfo: running `cargo check --bins` on omicron-package (290/296)
47192026-06-23T18:46:48.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-23T18:46:48.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-23T18:46:48.593Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47222026-06-23T18:46:49.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47232026-06-23T18:46:49.856Z
47242026-06-23T18:46:49.856Zinfo: running `cargo check --bins` on tqdb (291/296)
47252026-06-23T18:46:50.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-23T18:46:50.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-23T18:46:50.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47282026-06-23T18:46:50.946Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47292026-06-23T18:46:51.462Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47302026-06-23T18:46:51.465Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47312026-06-23T18:46:57.458Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47322026-06-23T18:46:57.461Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47332026-06-23T18:46:58.029Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47342026-06-23T18:46:58.034Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47352026-06-23T18:46:58.034Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47362026-06-23T18:46:58.034Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47372026-06-23T18:46:58.834Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47382026-06-23T18:46:59.826Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47392026-06-23T18:47:00.613Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47402026-06-23T18:47:01.212Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47412026-06-23T18:47:05.854Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47422026-06-23T18:47:12.311Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47432026-06-23T18:47:12.314Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47442026-06-23T18:47:12.314Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47452026-06-23T18:47:12.314Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47462026-06-23T18:47:13.754Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47472026-06-23T18:47:15.061Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47482026-06-23T18:47:15.714Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47492026-06-23T18:47:16.925Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47502026-06-23T18:47:17.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.59s
47512026-06-23T18:47:17.646Z
47522026-06-23T18:47:17.646Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47532026-06-23T18:47:18.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-06-23T18:47:18.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-06-23T18:47:18.298Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47562026-06-23T18:47:18.302Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47572026-06-23T18:47:18.302Z Checking rtoolbox v0.0.3
47582026-06-23T18:47:18.302Z Checking tui-tree-widget v0.23.1
47592026-06-23T18:47:18.516Z Checking rpassword v7.4.0
47602026-06-23T18:47:19.578Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47612026-06-23T18:47:22.648Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47622026-06-23T18:47:24.489Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47632026-06-23T18:47:25.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
47642026-06-23T18:47:25.546Z
47652026-06-23T18:47:25.546Zinfo: running `cargo check --bins` on wicket (293/296)
47662026-06-23T18:47:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-06-23T18:47:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-06-23T18:47:26.186Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47692026-06-23T18:47:26.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47702026-06-23T18:47:26.708Z
47712026-06-23T18:47:26.708Zinfo: running `cargo check --bins` on wicketd (294/296)
47722026-06-23T18:47:27.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-06-23T18:47:27.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-06-23T18:47:27.373Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47752026-06-23T18:47:27.377Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47762026-06-23T18:47:27.377Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47772026-06-23T18:47:27.377Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47782026-06-23T18:47:28.360Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47792026-06-23T18:47:28.919Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47802026-06-23T18:47:31.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47812026-06-23T18:47:32.123Z
47822026-06-23T18:47:32.123Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47832026-06-23T18:47:32.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-06-23T18:47:32.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-06-23T18:47:32.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47862026-06-23T18:47:32.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47872026-06-23T18:47:32.646Z
47882026-06-23T18:47:32.646Zinfo: running `cargo check --bins` on zone-setup (296/296)
47892026-06-23T18:47:33.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-23T18:47:33.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-23T18:47:33.263Z Checking uzers v0.12.2
47922026-06-23T18:47:33.528Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47932026-06-23T18:47:34.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
47942026-06-23T18:47:34.461Z
47952026-06-23T18:47:34.465Zreal 13:46.740837842
47962026-06-23T18:47:34.465Zuser 20:44.380732614
47972026-06-23T18:47:34.465Zsys 4:06.690331649
47982026-06-23T18:47:34.465Ztrap 0.344277100
47992026-06-23T18:47:34.465Ztflt 0.697827190
48002026-06-23T18:47:34.465Zdflt 1.064091563
48012026-06-23T18:47:34.465Zkflt 0.004329272
48022026-06-23T18:47:34.465Zlock 1:15:36.727947525
48032026-06-23T18:47:34.465Zslp 1:39:49.111566714
48042026-06-23T18:47:34.465Zlat 49.517986645
48052026-06-23T18:47:34.465Zstop 3:09.785560452
48062026-06-23T18:47:34.465Zprocess exited: duration 949638 ms, exit code 0
 
48072026-06-23T18:47:34.472Zfound 0 output files