01KTVQ3JEVXEGA4AG4SKZZ7X4D: 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: 01KTVQ53TA5DTHEJAQACZ3YA7M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T16:10:46.189Zjob assigned to worker 01KTVQ598T1434PX44XEJ883P4 [factory aws, i-045853b7395b7db7b] (queued for 47 s)
 
22026-06-11T16:10:52.285Zstarting task 0: "setup"
32026-06-11T16:10:52.291Z++ uname -s
42026-06-11T16:10:52.295Z+ kern=SunOS
52026-06-11T16:10:52.295Z+ build_user=build
62026-06-11T16:10:52.295Z+ build_uid=12345
72026-06-11T16:10:52.295Z+ work_dir=/work
82026-06-11T16:10:52.295Z+ input_dir=/input
92026-06-11T16:10:52.295Z+ [[ 0 == 12345 ]]
102026-06-11T16:10:52.295Z+ case "$kern" in
112026-06-11T16:10:52.295Z+ groupadd -g 12345 build
122026-06-11T16:10:52.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T16:10:54.300Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T16:10:54.376Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T16:10:54.379Z+ home_fs=zfs
162026-06-11T16:10:54.379Z+ [[ zfs == autofs ]]
172026-06-11T16:10:54.379Z+ mkdir -p /home/build
182026-06-11T16:10:54.379Z+ chown build:build /home/build /work
192026-06-11T16:10:56.380Z+ chmod 0700 /home/build /work
202026-06-11T16:10:56.384Zprocess exited: duration 4100 ms, exit code 0
 
212026-06-11T16:10:56.390Zstarting task 1: "rust-toolchain"
222026-06-11T16:10:56.394Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T16:10:56.394Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T16:10:56.394Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-11T16:10:56.394Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T16:10:56.394Z * rust toolchain channel = "1.94.0"
272026-06-11T16:10:56.394Z * rust toolchain profile = "default"
282026-06-11T16:10:56.397Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T16:10:56.397Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T16:10:56.481Zinfo: downloading installer
312026-06-11T16:10:58.194Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T16:10:58.194Zwarn: /home/build/.rustup/settings.toml
332026-06-11T16:10:58.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T16:10:58.194Zwarn: instead of the one inferred from the default host triple.
352026-06-11T16:10:58.207Zinfo: profile set to default
362026-06-11T16:10:58.207Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T16:10:58.210Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T16:10:58.347Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T16:10:58.350Zinfo: downloading 6 components
402026-06-11T16:11:15.128Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T16:11:15.128Z
422026-06-11T16:11:15.155Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T16:11:15.155Z
442026-06-11T16:11:15.159Z
452026-06-11T16:11:15.159ZRust is installed now. Great!
462026-06-11T16:11:15.159Z
472026-06-11T16:11:15.159ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T16:11:15.159Zenvironment variable. This has not been done automatically.
492026-06-11T16:11:15.159Z
502026-06-11T16:11:15.159ZTo configure your current shell, you need to source
512026-06-11T16:11:15.159Zthe corresponding env file under $HOME/.cargo.
522026-06-11T16:11:15.159Z
532026-06-11T16:11:15.159ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T16:11:15.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T16:11:15.159Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T16:11:15.159Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T16:11:15.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T16:11:15.159Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T16:11:15.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T16:11:15.159Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T16:11:15.159Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T16:11:15.241Z+ rustup --version
632026-06-11T16:11:15.250Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T16:11:15.253Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T16:11:15.272Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T16:11:15.275Z+ cargo --version
672026-06-11T16:11:15.288Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T16:11:15.291Z+ rustc --version
692026-06-11T16:11:15.310Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T16:11:15.313Zprocess exited: duration 18922 ms, exit code 0
 
712026-06-11T16:11:15.320Zstarting task 2: "authentication"
722026-06-11T16:11:15.335Zprocess exited: duration 15 ms, exit code 0
 
732026-06-11T16:11:15.341Zstarting task 3: "clone repository"
742026-06-11T16:11:15.344Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T16:11:15.347Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T16:11:15.375ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T16:11:26.673Z+ cd /work/oxidecomputer/omicron
782026-06-11T16:11:26.673Z+ git fetch origin 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
792026-06-11T16:11:27.051ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T16:11:27.051Z * branch 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06 -> FETCH_HEAD
812026-06-11T16:11:27.064Z+ [[ -n john/scrimlet-reconcilers-static-route-v4-over-v6 ]]
822026-06-11T16:11:27.067Z++ git branch --show-current
832026-06-11T16:11:27.067Z+ current=main
842026-06-11T16:11:27.067Z+ [[ main != john/scrimlet-reconcilers-static-route-v4-over-v6 ]]
852026-06-11T16:11:27.067Z+ git branch -f john/scrimlet-reconcilers-static-route-v4-over-v6 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
862026-06-11T16:11:27.070Z+ git checkout -f john/scrimlet-reconcilers-static-route-v4-over-v6
872026-06-11T16:11:27.319ZSwitched to branch 'john/scrimlet-reconcilers-static-route-v4-over-v6'
882026-06-11T16:11:27.322Z+ git reset --hard 30c2c3c9e9e5000a1a67805b85bc26e59aed5c06
892026-06-11T16:11:27.566ZHEAD is now at 30c2c3c9e scrimlet-reconcilers: backport "v4 route over v6 nexthop"
902026-06-11T16:11:27.569Zprocess exited: duration 12226 ms, exit code 0
 
912026-06-11T16:11:27.576Zstarting task 4: "build"
922026-06-11T16:11:27.582Z+ source .github/buildomat/ci-env.sh
932026-06-11T16:11:27.582Z++ export CARGO_TERM_COLOR=always
942026-06-11T16:11:27.582Z++ CARGO_TERM_COLOR=always
952026-06-11T16:11:27.582Z+ cargo --version
962026-06-11T16:11:27.590Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T16:11:27.593Z+ rustc --version
982026-06-11T16:11:27.613Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T16:11:27.616Z+ source ./env.sh
1002026-06-11T16:11:27.616Z++ OLD_SHELL_OPTS=ehxB
1012026-06-11T16:11:27.616Z++ set -o xtrace
1022026-06-11T16:11:27.620Z++++ dirname ./env.sh
1032026-06-11T16:11:27.620Z+++ readlink -f .
1042026-06-11T16:11:27.624Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-11T16:11:27.624Z++ 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-11T16:11:27.624Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ 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-11T16:11:27.625Z++ case $OLD_SHELL_OPTS in
1162026-06-11T16:11:27.625Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-11T16:11:27.625Z+ 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-11T16:11:27.625Z+ 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-11T16:11:27.625Z+ banner prerequisites
1202026-06-11T16:11:27.625Z
1212026-06-11T16:11:27.625Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-11T16:11:27.626Z # # # # # # # # # # # # # # #
1232026-06-11T16:11:27.626Z # # # # ##### # # ##### # # # # # #### #
1242026-06-11T16:11:27.626Z ##### ##### # ##### # # # # # # # # #
1252026-06-11T16:11:27.626Z # # # # # # # # # # # # # # #
1262026-06-11T16:11:27.626Z # # # ###### # # ###### ### # #### # #### #
1272026-06-11T16:11:27.626Z
1282026-06-11T16:11:27.626Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-11T16:11:29.070Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-11T16:11:29.153Z Startup: Caching catalogs ... Done
1312026-06-11T16:11:29.482ZPlanning: Solver setup ... Done (0.289s)
1322026-06-11T16:11:29.504ZPlanning: Running solver ... Done (0.022s)
1332026-06-11T16:11:29.513ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-11T16:11:29.523ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-11T16:11:29.539ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-11T16:11:29.552ZPlanning: Package planning ... Done (0.014s)
1372026-06-11T16:11:29.555ZPlanning: Merging actions ... Done (0.001s)
1382026-06-11T16:11:29.745ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392026-06-11T16:11:29.748ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-11T16:11:30.500ZPlanning: Evaluating mediators ... Done (0.755s)
1412026-06-11T16:11:30.503ZPlanning: Planning completed in 1.33 seconds
1422026-06-11T16:11:30.509Z Packages to install: 2
1432026-06-11T16:11:30.514Z Estimated space available: 156.08 GB
1442026-06-11T16:11:30.514ZEstimated space to be consumed: 25.37 MB
1452026-06-11T16:11:30.514Z Create boot environment: No
1462026-06-11T16:11:30.514ZCreate backup boot environment: No
1472026-06-11T16:11:30.514Z Rebuild boot archive: No
1482026-06-11T16:11:30.514Z
1492026-06-11T16:11:30.514ZChanged packages:
1502026-06-11T16:11:30.514Zhelios
1512026-06-11T16:11:30.514Z developer/build-essential
1522026-06-11T16:11:30.514Z None -> 11-3.0
1532026-06-11T16:11:30.514Z library/libxmlsec1
1542026-06-11T16:11:30.514Z None -> 1.2.35-3.0
1552026-06-11T16:11:30.535Z
1562026-06-11T16:11:30.535ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-11T16:11:31.211ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1582026-06-11T16:11:31.298Z Actions: 1/268 actions (Installing new actions)
1592026-06-11T16:11:31.335Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-11T16:11:31.343ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-11T16:11:31.343ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-11T16:11:31.366ZFinalize: Updating image state ... Done (0.022s)
1632026-06-11T16:11:33.772ZFinalize: Creating fast lookup database ... Done (2.383s)
1642026-06-11T16:11:33.839ZFinalize: Reading search index ... Done (0.012s)
1652026-06-11T16:11:33.842ZFinalize: Updating search index ... Done (0.000s)
1662026-06-11T16:11:33.919ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-11T16:11:34.224ZPlanning: Evaluating mediator changes ... Done
1682026-06-11T16:11:34.328ZPlanning: Checking for conflicting actions ... Done
1692026-06-11T16:11:34.331ZPlanning: Consolidating action changes ... Done
1702026-06-11T16:11:34.487ZPlanning: Evaluating mediators ... Done
1712026-06-11T16:11:34.490ZPlanning: Planning completed in 0.26 seconds
1722026-06-11T16:11:34.510Z Mediators to change: 2
1732026-06-11T16:11:34.510Z Create boot environment: No
1742026-06-11T16:11:34.510ZCreate backup boot environment: No
1752026-06-11T16:11:34.563ZFinalize: Updating package state database ... Done
1762026-06-11T16:11:34.563ZFinalize: Updating package cache ... Done
1772026-06-11T16:11:34.575ZFinalize: Updating image state ... Done
1782026-06-11T16:11:36.527ZFinalize: Creating fast lookup database ... Done
1792026-06-11T16:11:36.589ZFinalize: Reading search index ... Done
1802026-06-11T16:11:36.592ZFinalize: Updating search index ... Done
1812026-06-11T16:11:36.661ZFinalize: Updating package cache ... Done
1822026-06-11T16:11:36.943ZPlanning: Evaluating mediator changes ... Done
1832026-06-11T16:11:37.047ZPlanning: Checking for conflicting actions ... Done
1842026-06-11T16:11:37.050ZPlanning: Consolidating action changes ... Done
1852026-06-11T16:11:37.206ZPlanning: Evaluating mediators ... Done
1862026-06-11T16:11:37.209ZPlanning: Planning completed in 0.26 seconds
1872026-06-11T16:11:37.229Z Mediators to change: 1
1882026-06-11T16:11:37.229Z Create boot environment: No
1892026-06-11T16:11:37.229ZCreate backup boot environment: No
1902026-06-11T16:11:37.271ZFinalize: Updating package state database ... Done
1912026-06-11T16:11:37.271ZFinalize: Updating package cache ... Done
1922026-06-11T16:11:37.286ZFinalize: Updating image state ... Done
1932026-06-11T16:11:39.226ZFinalize: Creating fast lookup database ... Done
1942026-06-11T16:11:39.290ZFinalize: Reading search index ... Done
1952026-06-11T16:11:39.296ZFinalize: Updating search index ... Done
1962026-06-11T16:11:39.360ZFinalize: Updating package cache ... Done
1972026-06-11T16:11:39.670ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-11T16:11:39.670Zapache system 2.4 system
1992026-06-11T16:11:39.670Zclang system 15 system
2002026-06-11T16:11:39.670Zcsh system system illumos
2012026-06-11T16:11:39.670Zctags system system illumos
2022026-06-11T16:11:39.670Zfile vendor vendor darwinsys
2032026-06-11T16:11:39.670Zfile system system illumos
2042026-06-11T16:11:39.670Zgcc vendor 14 vendor
2052026-06-11T16:11:39.670Zgcc system 13 system
2062026-06-11T16:11:39.670Zgcc system 10 system
2072026-06-11T16:11:39.670Zgo system 1.25 system
2082026-06-11T16:11:39.670Zllvm system 15 system
2092026-06-11T16:11:39.670Zmariadb system 11.4 system
2102026-06-11T16:11:39.670Zmta vendor vendor dma
2112026-06-11T16:11:39.670Zopenjdk system 17 system
2122026-06-11T16:11:39.670Zopenjdk system 11 system
2132026-06-11T16:11:39.670Zopenssl vendor 3 vendor
2142026-06-11T16:11:39.671Zperl system 5.40 system
2152026-06-11T16:11:39.671Zpostgresql system 18 system
2162026-06-11T16:11:39.671Zpostgresql system 17 system
2172026-06-11T16:11:39.671Zpython vendor 3 vendor
2182026-06-11T16:11:39.671Zpython system 2 system
2192026-06-11T16:11:39.671Zpython3 vendor 3.13 vendor
2202026-06-11T16:11:39.671Zruby system 3.4 system
2212026-06-11T16:11:39.671Zruby system 3.0 system
2222026-06-11T16:11:39.671Zwords vendor vendor american-english
2232026-06-11T16:11:39.671Zwords system system australian-english
2242026-06-11T16:11:39.671Zwords system system british-english
2252026-06-11T16:11:39.671Zwords system system canadian-english
2262026-06-11T16:11:39.671Zwords system system french
2272026-06-11T16:11:39.671Zwords system system italian
2282026-06-11T16:11:39.671Zwords system system ngerman
2292026-06-11T16:11:39.671Zwords system system ogerman
2302026-06-11T16:11:39.671Zwords system system spanish
2312026-06-11T16:11:39.922ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-11T16:11:39.922Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-11T16:11:40.206ZFMRI IFO
2342026-06-11T16:11:40.206Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-11T16:11:40.206Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-11T16:11:40.206Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-11T16:11:40.206Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-11T16:11:40.206Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-11T16:11:40.206Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-11T16:11:40.206Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-11T16:11:40.206Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-11T16:11:40.206Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-11T16:11:40.452Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-11T16:11:40.760Z Updating crates.io index
2452026-06-11T16:11:40.799Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-11T16:11:41.803Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-11T16:11:42.343Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-11T16:11:43.173Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-11T16:11:44.177Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-11T16:11:44.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-11T16:11:46.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-11T16:11:47.770Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-11T16:11:48.328Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-11T16:11:49.676Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-11T16:11:50.175Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-11T16:11:50.563Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-11T16:11:50.997Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-11T16:11:51.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-11T16:11:52.507Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-11T16:11:52.882Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-11T16:11:53.272Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-11T16:11:53.567Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-11T16:11:54.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-11T16:11:54.587Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-11T16:11:54.893Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-11T16:11:55.235Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-11T16:11:55.745Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-11T16:11:56.310Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-11T16:11:56.619Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-11T16:11:57.190Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-11T16:11:57.498Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-11T16:11:57.899Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-11T16:11:59.366Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-11T16:12:00.327Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-11T16:12:00.858Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-11T16:12:01.329Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-11T16:12:01.636Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-11T16:12:02.329Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-11T16:12:02.732Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-11T16:12:03.185Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-11T16:12:03.870Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-11T16:12:04.170Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-11T16:12:04.518Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-11T16:12:04.954Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-11T16:12:05.465Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-11T16:12:17.598Z Downloading crates ...
2872026-06-11T16:12:17.656Z Downloaded camino v1.2.2
2882026-06-11T16:12:17.659Z Downloaded dtrace-parser v0.2.0
2892026-06-11T16:12:17.663Z Downloaded serde_spanned v0.6.9
2902026-06-11T16:12:17.663Z Downloaded anstream v1.0.0
2912026-06-11T16:12:17.665Z Downloaded cargo-platform v0.2.0
2922026-06-11T16:12:17.665Z Downloaded anstyle v1.0.14
2932026-06-11T16:12:17.668Z Downloaded byteorder v1.5.0
2942026-06-11T16:12:17.672Z Downloaded camino-tempfile v1.4.1
2952026-06-11T16:12:17.672Z Downloaded typeid v1.0.3
2962026-06-11T16:12:17.672Z Downloaded dof v0.3.0
2972026-06-11T16:12:17.672Z Downloaded toml v0.8.23
2982026-06-11T16:12:17.674Z Downloaded anstyle-query v1.1.5
2992026-06-11T16:12:17.675Z Downloaded digest v0.10.7
3002026-06-11T16:12:17.677Z Downloaded log v0.4.29
3012026-06-11T16:12:17.677Z Downloaded zerofrom-derive v0.1.6
3022026-06-11T16:12:17.677Z Downloaded utf8parse v0.2.2
3032026-06-11T16:12:17.680Z Downloaded unicode-xid v0.2.6
3042026-06-11T16:12:17.680Z Downloaded heck v0.5.0
3052026-06-11T16:12:17.680Z Downloaded thiserror-impl v2.0.18
3062026-06-11T16:12:17.680Z Downloaded thiserror-impl v1.0.69
3072026-06-11T16:12:17.684Z Downloaded serde_tokenstream v0.2.3
3082026-06-11T16:12:17.684Z Downloaded pretty-hex v0.4.1
3092026-06-11T16:12:17.687Z Downloaded writeable v0.6.2
3102026-06-11T16:12:17.687Z Downloaded usdt-impl v0.5.0
3112026-06-11T16:12:17.687Z Downloaded serde-untagged v0.1.9
3122026-06-11T16:12:17.690Z Downloaded cpufeatures v0.2.17
3132026-06-11T16:12:17.690Z Downloaded toml_edit v0.22.27
3142026-06-11T16:12:17.692Z Downloaded smawk v0.3.2
3152026-06-11T16:12:17.692Z Downloaded bitflags v2.11.0
3162026-06-11T16:12:17.695Z Downloaded zmij v1.0.21
3172026-06-11T16:12:17.695Z Downloaded serde_core v1.0.228
3182026-06-11T16:12:17.698Z Downloaded zerovec-derive v0.11.2
3192026-06-11T16:12:17.698Z Downloaded clap_derive v4.6.1
3202026-06-11T16:12:17.701Z Downloaded stable_deref_trait v1.2.1
3212026-06-11T16:12:17.701Z Downloaded serde-value v0.7.0
3222026-06-11T16:12:17.701Z Downloaded zerofrom v0.1.6
3232026-06-11T16:12:17.701Z Downloaded version_check v0.9.5
3242026-06-11T16:12:17.704Z Downloaded utf8_iter v1.0.4
3252026-06-11T16:12:17.704Z Downloaded usdt-macro v0.5.0
3262026-06-11T16:12:17.704Z Downloaded proc-macro2 v1.0.106
3272026-06-11T16:12:17.707Z Downloaded block-buffer v0.10.4
3282026-06-11T16:12:17.707Z Downloaded usdt v0.5.0
3292026-06-11T16:12:17.707Z Downloaded yoke v0.8.1
3302026-06-11T16:12:17.710Z Downloaded percent-encoding v2.3.2
3312026-06-11T16:12:17.710Z Downloaded proc-macro-error-attr v1.0.4
3322026-06-11T16:12:17.710Z Downloaded ordered-float v2.10.1
3332026-06-11T16:12:17.713Z Downloaded yoke-derive v0.8.1
3342026-06-11T16:12:17.716Z Downloaded ucd-trie v0.1.7
3352026-06-11T16:12:17.718Z Downloaded errno v0.3.14
3362026-06-11T16:12:17.721Z Downloaded crypto-common v0.1.7
3372026-06-11T16:12:17.721Z Downloaded clap_lex v1.0.0
3382026-06-11T16:12:17.724Z Downloaded zerocopy v0.7.35
3392026-06-11T16:12:17.731Z Downloaded itoa v1.0.17
3402026-06-11T16:12:17.734Z Downloaded toml_write v0.1.2
3412026-06-11T16:12:17.734Z Downloaded toml_datetime v0.6.11
3422026-06-11T16:12:17.734Z Downloaded textwrap v0.16.2
3432026-06-11T16:12:17.737Z Downloaded sha2 v0.10.9
3442026-06-11T16:12:17.737Z Downloaded icu_normalizer_data v2.1.1
3452026-06-11T16:12:17.740Z Downloaded plain v0.2.3
3462026-06-11T16:12:17.740Z Downloaded cargo-util-schemas v0.8.2
3472026-06-11T16:12:17.743Z Downloaded thread-id v4.2.2
3482026-06-11T16:12:17.743Z Downloaded fnv v1.0.7
3492026-06-11T16:12:17.743Z Downloaded tabled_derive v0.7.0
3502026-06-11T16:12:17.746Z Downloaded zerovec v0.11.5
3512026-06-11T16:12:17.749Z Downloaded usdt-attr-macro v0.5.0
3522026-06-11T16:12:17.749Z Downloaded typenum v1.19.0
3532026-06-11T16:12:17.752Z Downloaded unicode-linebreak v0.1.5
3542026-06-11T16:12:17.752Z Downloaded form_urlencoded v1.2.2
3552026-06-11T16:12:17.752Z Downloaded colorchoice v1.0.4
3562026-06-11T16:12:17.755Z Downloaded fastrand v2.3.0
3572026-06-11T16:12:17.755Z Downloaded heck v0.4.1
3582026-06-11T16:12:17.759Z Downloaded is_terminal_polyfill v1.70.2
3592026-06-11T16:12:17.759Z Downloaded equivalent v1.0.2
3602026-06-11T16:12:17.762Z Downloaded strsim v0.11.1
3612026-06-11T16:12:17.762Z Downloaded thiserror v2.0.18
3622026-06-11T16:12:17.765Z Downloaded thiserror v1.0.69
3632026-06-11T16:12:17.768Z Downloaded zerocopy-derive v0.7.35
3642026-06-11T16:12:17.771Z Downloaded tinystr v0.8.2
3652026-06-11T16:12:17.771Z Downloaded scroll_derive v0.12.1
3662026-06-11T16:12:17.771Z Downloaded idna_adapter v1.2.1
3672026-06-11T16:12:17.774Z Downloaded generic-array v0.14.7
3682026-06-11T16:12:17.774Z Downloaded potential_utf v0.1.4
3692026-06-11T16:12:17.774Z Downloaded cfg-if v1.0.4
3702026-06-11T16:12:17.774Z Downloaded unicode-ident v1.0.24
3712026-06-11T16:12:17.777Z Downloaded macaddr v1.0.1
3722026-06-11T16:12:17.777Z Downloaded swrite v0.1.0
3732026-06-11T16:12:17.780Z Downloaded memmap v0.7.0
3742026-06-11T16:12:17.780Z Downloaded cargo_metadata v0.21.0
3752026-06-11T16:12:17.786Z Downloaded litemap v0.8.1
3762026-06-11T16:12:17.789Z Downloaded cargo_toml v0.21.0
3772026-06-11T16:12:17.789Z Downloaded winnow v0.7.14
3782026-06-11T16:12:17.793Z Downloaded unicode-width v0.2.0
3792026-06-11T16:12:17.796Z Downloaded zerotrie v0.2.3
3802026-06-11T16:12:17.799Z Downloaded unicode-width v0.1.14
3812026-06-11T16:12:17.802Z Downloaded scroll v0.12.0
3822026-06-11T16:12:17.805Z Downloaded autocfg v1.5.0
3832026-06-11T16:12:17.805Z Downloaded erased-serde v0.4.9
3842026-06-11T16:12:17.805Z Downloaded anstyle-parse v1.0.0
3852026-06-11T16:12:17.808Z Downloaded url v2.5.8
3862026-06-11T16:12:17.808Z Downloaded terminal_size v0.4.3
3872026-06-11T16:12:17.808Z Downloaded tempfile v3.25.0
3882026-06-11T16:12:17.811Z Downloaded quote v1.0.45
3892026-06-11T16:12:17.811Z Downloaded bytecount v0.6.9
3902026-06-11T16:12:17.814Z Downloaded displaydoc v0.2.5
3912026-06-11T16:12:17.816Z Downloaded synstructure v0.13.2
3922026-06-11T16:12:17.820Z Downloaded pest_derive v2.8.6
3932026-06-11T16:12:17.824Z Downloaded proc-macro-error v1.0.4
3942026-06-11T16:12:17.827Z Downloaded pest_generator v2.8.6
3952026-06-11T16:12:17.830Z Downloaded clap v4.6.1
3962026-06-11T16:12:17.840Z Downloaded anyhow v1.0.102
3972026-06-11T16:12:17.845Z Downloaded once_cell v1.21.3
3982026-06-11T16:12:17.848Z Downloaded smallvec v1.15.1
3992026-06-11T16:12:17.851Z Downloaded semver v1.0.28
4002026-06-11T16:12:17.851Z Downloaded fs-err v3.3.0
4012026-06-11T16:12:17.859Z Downloaded getrandom v0.4.1
4022026-06-11T16:12:17.862Z Downloaded num-traits v0.2.19
4032026-06-11T16:12:17.866Z Downloaded pest_meta v2.8.6
4042026-06-11T16:12:17.869Z Downloaded serde_derive v1.0.228
4052026-06-11T16:12:17.872Z Downloaded papergrid v0.11.0
4062026-06-11T16:12:17.872Z Downloaded icu_properties v2.1.2
4072026-06-11T16:12:17.878Z Downloaded icu_locale_core v2.1.1
4082026-06-11T16:12:17.885Z Downloaded icu_provider v2.1.1
4092026-06-11T16:12:17.895Z Downloaded icu_normalizer v2.1.1
4102026-06-11T16:12:17.898Z Downloaded memchr v2.8.0
4112026-06-11T16:12:17.902Z Downloaded serde v1.0.228
4122026-06-11T16:12:17.905Z Downloaded icu_collections v2.1.1
4132026-06-11T16:12:17.913Z Downloaded indexmap v2.14.0
4142026-06-11T16:12:17.942Z Downloaded idna v1.1.0
4152026-06-11T16:12:17.949Z Downloaded pest v2.8.6
4162026-06-11T16:12:17.953Z Downloaded icu_properties_data v2.1.2
4172026-06-11T16:12:17.965Z Downloaded serde_json v1.0.149
4182026-06-11T16:12:17.971Z Downloaded hashbrown v0.17.0
4192026-06-11T16:12:17.979Z Downloaded clap_builder v4.6.0
4202026-06-11T16:12:17.984Z Downloaded goblin v0.8.2
4212026-06-11T16:12:17.991Z Downloaded tabled v0.15.0
4222026-06-11T16:12:18.000Z Downloaded syn v1.0.109
4232026-06-11T16:12:18.013Z Downloaded syn v2.0.117
4242026-06-11T16:12:18.028Z Downloaded rustix v1.1.3
4252026-06-11T16:12:18.057Z Downloaded libc v0.2.185
4262026-06-11T16:12:18.125Z Compiling proc-macro2 v1.0.106
4272026-06-11T16:12:18.125Z Compiling quote v1.0.45
4282026-06-11T16:12:18.125Z Compiling unicode-ident v1.0.24
4292026-06-11T16:12:18.125Z Compiling serde_core v1.0.228
4302026-06-11T16:12:18.128Z Compiling libc v0.2.185
4312026-06-11T16:12:18.128Z Compiling version_check v0.9.5
4322026-06-11T16:12:18.128Z Compiling memchr v2.8.0
4332026-06-11T16:12:18.128Z Compiling stable_deref_trait v1.2.1
4342026-06-11T16:12:18.434Z Compiling serde v1.0.228
4352026-06-11T16:12:18.453Z Compiling zmij v1.0.21
4362026-06-11T16:12:18.661Z Compiling thiserror v1.0.69
4372026-06-11T16:12:18.691Z Compiling ucd-trie v0.1.7
4382026-06-11T16:12:18.934Z Compiling autocfg v1.5.0
4392026-06-11T16:12:18.983Z Compiling itoa v1.0.17
4402026-06-11T16:12:19.053Z Compiling pest v2.8.6
4412026-06-11T16:12:19.135Z Compiling litemap v0.8.1
4422026-06-11T16:12:19.157Z Compiling writeable v0.6.2
4432026-06-11T16:12:19.199Z Compiling icu_normalizer_data v2.1.1
4442026-06-11T16:12:19.393Z Compiling byteorder v1.5.0
4452026-06-11T16:12:19.426Z Compiling rustix v1.1.3
4462026-06-11T16:12:19.628Z Compiling syn v2.0.117
4472026-06-11T16:12:19.631Z Compiling icu_properties_data v2.1.2
4482026-06-11T16:12:19.687Z Compiling errno v0.3.14
4492026-06-11T16:12:19.764Z Compiling serde_json v1.0.149
4502026-06-11T16:12:19.844Z Compiling bitflags v2.11.0
4512026-06-11T16:12:19.997Z Compiling num-traits v0.2.19
4522026-06-11T16:12:20.058Z Compiling hashbrown v0.17.0
4532026-06-11T16:12:20.074Z Compiling equivalent v1.0.2
4542026-06-11T16:12:20.168Z Compiling pest_meta v2.8.6
4552026-06-11T16:12:20.186Z Compiling typeid v1.0.3
4562026-06-11T16:12:20.331Z Compiling smallvec v1.15.1
4572026-06-11T16:12:20.606Z Compiling indexmap v2.14.0
4582026-06-11T16:12:20.678Z Compiling thread-id v4.2.2
4592026-06-11T16:12:20.696Z Compiling usdt-impl v0.5.0
4602026-06-11T16:12:20.765Z Compiling proc-macro-error-attr v1.0.4
4612026-06-11T16:12:20.795Z Compiling toml_write v0.1.2
4622026-06-11T16:12:20.904Z Compiling winnow v0.7.14
4632026-06-11T16:12:20.997Z Compiling syn v1.0.109
4642026-06-11T16:12:21.070Z Compiling erased-serde v0.4.9
4652026-06-11T16:12:21.391Z Compiling proc-macro-error v1.0.4
4662026-06-11T16:12:21.476Z Compiling plain v0.2.3
4672026-06-11T16:12:21.577Z Compiling utf8parse v0.2.2
4682026-06-11T16:12:21.594Z Compiling percent-encoding v2.3.2
4692026-06-11T16:12:21.694Z Compiling camino v1.2.2
4702026-06-11T16:12:21.790Z Compiling log v0.4.29
4712026-06-11T16:12:21.817Z Compiling thiserror v2.0.18
4722026-06-11T16:12:21.839Z Compiling getrandom v0.4.1
4732026-06-11T16:12:21.969Z Compiling utf8_iter v1.0.4
4742026-06-11T16:12:21.974Z Compiling ordered-float v2.10.1
4752026-06-11T16:12:22.071Z Compiling form_urlencoded v1.2.2
4762026-06-11T16:12:22.125Z Compiling anstyle-parse v1.0.0
4772026-06-11T16:12:22.251Z Compiling synstructure v0.13.2
4782026-06-11T16:12:22.268Z Compiling pest_generator v2.8.6
4792026-06-11T16:12:22.358Z Compiling terminal_size v0.4.3
4802026-06-11T16:12:22.499Z Compiling is_terminal_polyfill v1.70.2
4812026-06-11T16:12:22.586Z Compiling anstyle v1.0.14
4822026-06-11T16:12:22.604Z Compiling colorchoice v1.0.4
4832026-06-11T16:12:22.724Z Compiling anstyle-query v1.1.5
4842026-06-11T16:12:22.728Z Compiling cfg-if v1.0.4
4852026-06-11T16:12:22.784Z Compiling pretty-hex v0.4.1
4862026-06-11T16:12:22.816Z Compiling anstream v1.0.0
4872026-06-11T16:12:22.852Z Compiling serde-untagged v0.1.9
4882026-06-11T16:12:22.967Z Compiling semver v1.0.28
4892026-06-11T16:12:23.003Z Compiling fs-err v3.3.0
4902026-06-11T16:12:23.091Z Compiling fnv v1.0.7
4912026-06-11T16:12:23.118Z Compiling clap_lex v1.0.0
4922026-06-11T16:12:23.193Z Compiling heck v0.4.1
4932026-06-11T16:12:23.210Z Compiling heck v0.5.0
4942026-06-11T16:12:23.289Z Compiling unicode-width v0.1.14
4952026-06-11T16:12:23.306Z Compiling once_cell v1.21.3
4962026-06-11T16:12:23.352Z Compiling strsim v0.11.1
4972026-06-11T16:12:23.440Z Compiling bytecount v0.6.9
4982026-06-11T16:12:23.525Z Compiling fastrand v2.3.0
4992026-06-11T16:12:23.560Z Compiling anyhow v1.0.102
5002026-06-11T16:12:23.577Z Compiling unicode-xid v0.2.6
5012026-06-11T16:12:23.702Z Compiling papergrid v0.11.0
5022026-06-11T16:12:23.702Z Compiling clap_builder v4.6.0
5032026-06-11T16:12:23.737Z Compiling tempfile v3.25.0
5042026-06-11T16:12:23.885Z Compiling memmap v0.7.0
5052026-06-11T16:12:23.955Z Compiling serde_derive v1.0.228
5062026-06-11T16:12:24.064Z Compiling zerofrom-derive v0.1.6
5072026-06-11T16:12:24.082Z Compiling yoke-derive v0.8.1
5082026-06-11T16:12:24.103Z Compiling zerovec-derive v0.11.2
5092026-06-11T16:12:24.327Z Compiling displaydoc v0.2.5
5102026-06-11T16:12:25.086Z Compiling thiserror-impl v1.0.69
5112026-06-11T16:12:25.226Z Compiling zerocopy-derive v0.7.35
5122026-06-11T16:12:25.275Z Compiling pest_derive v2.8.6
5132026-06-11T16:12:25.293Z Compiling scroll_derive v0.12.1
5142026-06-11T16:12:25.509Z Compiling zerofrom v0.1.6
5152026-06-11T16:12:25.653Z Compiling yoke v0.8.1
5162026-06-11T16:12:25.699Z Compiling thiserror-impl v2.0.18
5172026-06-11T16:12:25.846Z Compiling zerovec v0.11.5
5182026-06-11T16:12:25.948Z Compiling zerotrie v0.2.3
5192026-06-11T16:12:26.094Z Compiling zerocopy v0.7.35
5202026-06-11T16:12:26.250Z Compiling scroll v0.12.0
5212026-06-11T16:12:26.347Z Compiling tinystr v0.8.2
5222026-06-11T16:12:26.477Z Compiling potential_utf v0.1.4
5232026-06-11T16:12:26.525Z Compiling icu_locale_core v2.1.1
5242026-06-11T16:12:26.556Z Compiling dtrace-parser v0.2.0
5252026-06-11T16:12:26.646Z Compiling icu_collections v2.1.1
5262026-06-11T16:12:26.663Z Compiling goblin v0.8.2
5272026-06-11T16:12:26.814Z Compiling tabled_derive v0.7.0
5282026-06-11T16:12:27.118Z Compiling clap_derive v4.6.1
5292026-06-11T16:12:27.135Z Compiling icu_provider v2.1.1
5302026-06-11T16:12:27.308Z Compiling unicode-linebreak v0.1.5
5312026-06-11T16:12:27.404Z Compiling icu_normalizer v2.1.1
5322026-06-11T16:12:27.422Z Compiling icu_properties v2.1.2
5332026-06-11T16:12:27.440Z Compiling serde_spanned v0.6.9
5342026-06-11T16:12:27.444Z Compiling toml_datetime v0.6.11
5352026-06-11T16:12:27.551Z Compiling dof v0.3.0
5362026-06-11T16:12:27.587Z Compiling serde_tokenstream v0.2.3
5372026-06-11T16:12:27.711Z Compiling toml_edit v0.22.27
5382026-06-11T16:12:27.732Z Compiling serde-value v0.7.0
5392026-06-11T16:12:27.936Z Compiling cargo-platform v0.2.0
5402026-06-11T16:12:27.939Z Compiling unicode-width v0.2.0
5412026-06-11T16:12:28.096Z Compiling smawk v0.3.2
5422026-06-11T16:12:28.225Z Compiling textwrap v0.16.2
5432026-06-11T16:12:28.241Z Compiling tabled v0.15.0
5442026-06-11T16:12:28.257Z Compiling macaddr v1.0.1
5452026-06-11T16:12:28.485Z Compiling idna_adapter v1.2.1
5462026-06-11T16:12:28.538Z Compiling usdt-macro v0.5.0
5472026-06-11T16:12:28.632Z Compiling idna v1.1.0
5482026-06-11T16:12:28.685Z Compiling usdt-attr-macro v0.5.0
5492026-06-11T16:12:28.900Z Compiling clap v4.6.1
5502026-06-11T16:12:28.987Z Compiling url v2.5.8
5512026-06-11T16:12:29.145Z Compiling toml v0.8.23
5522026-06-11T16:12:29.359Z Compiling camino-tempfile v1.4.1
5532026-06-11T16:12:29.598Z Compiling cargo-util-schemas v0.8.2
5542026-06-11T16:12:29.619Z Compiling cargo_toml v0.21.0
5552026-06-11T16:12:29.804Z Compiling usdt v0.5.0
5562026-06-11T16:12:29.961Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-11T16:12:30.057Z Compiling swrite v0.1.0
5582026-06-11T16:12:30.524Z Compiling cargo_metadata v0.21.0
5592026-06-11T16:12:31.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-11T16:12:33.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.21s
5612026-06-11T16:12:33.748Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-11T16:12:34.733Z Downloading crates ...
5632026-06-11T16:12:34.747Z Downloaded adler2 v2.0.1
5642026-06-11T16:12:34.748Z Downloaded ahash v0.8.12
5652026-06-11T16:12:34.748Z Downloaded anstream v0.6.21
5662026-06-11T16:12:34.748Z Downloaded async-trait v0.1.89
5672026-06-11T16:12:34.748Z Downloaded cstr-argument v0.1.2
5682026-06-11T16:12:34.748Z Downloaded cancel-safe-futures v0.1.5
5692026-06-11T16:12:34.748Z Downloaded ctr v0.9.2
5702026-06-11T16:12:34.748Z Downloaded cookie_store v0.22.1
5712026-06-11T16:12:34.748Z Downloaded curve25519-dalek-derive v0.1.1
5722026-06-11T16:12:34.748Z Downloaded dyn-clone v1.0.20
5732026-06-11T16:12:34.748Z Downloaded daft v0.1.7
5742026-06-11T16:12:34.748Z Downloaded darling v0.13.4
5752026-06-11T16:12:34.748Z Downloaded csv-core v0.1.13
5762026-06-11T16:12:34.748Z Downloaded dunce v1.0.5
5772026-06-11T16:12:34.748Z Downloaded enum-as-inner v0.6.1
5782026-06-11T16:12:34.748Z Downloaded derive_builder_macro v0.20.2
5792026-06-11T16:12:34.748Z Downloaded darling v0.21.3
5802026-06-11T16:12:34.748Z Downloaded darling_core v0.21.3
5812026-06-11T16:12:34.748Z Downloaded dirs-next v2.0.0
5822026-06-11T16:12:34.748Z Downloaded arrayref v0.3.9
5832026-06-11T16:12:34.748Z Downloaded darling_macro v0.23.0
5842026-06-11T16:12:34.748Z Downloaded arrayvec v0.7.6
5852026-06-11T16:12:34.748Z Downloaded downcast-rs v2.0.2
5862026-06-11T16:12:34.748Z Downloaded embedded-io v0.6.1
5872026-06-11T16:12:34.748Z Downloaded embedded-io v0.4.0
5882026-06-11T16:12:34.748Z Downloaded difflib v0.4.0
5892026-06-11T16:12:34.748Z Downloaded flagset v0.4.7
5902026-06-11T16:12:34.748Z Downloaded atomic-waker v1.1.2
5912026-06-11T16:12:34.749Z Downloaded bit-set v0.8.0
5922026-06-11T16:12:34.749Z Downloaded ascii-canvas v3.0.0
5932026-06-11T16:12:34.749Z Downloaded dtrace-parser v0.3.0
5942026-06-11T16:12:34.749Z Downloaded dirs-sys-next v0.1.2
5952026-06-11T16:12:34.749Z Downloaded debug-ignore v1.0.5
5962026-06-11T16:12:34.749Z Downloaded cfg_aliases v0.2.1
5972026-06-11T16:12:34.749Z Downloaded defmt v0.3.100
5982026-06-11T16:12:34.749Z Downloaded block-padding v0.3.3
5992026-06-11T16:12:34.749Z Downloaded base16ct v0.2.0
6002026-06-11T16:12:34.749Z Downloaded atty v0.2.14
6012026-06-11T16:12:34.749Z Downloaded darling_macro v0.20.11
6022026-06-11T16:12:34.749Z Downloaded document-features v0.2.12
6032026-06-11T16:12:34.749Z Downloaded daft-derive v0.1.7
6042026-06-11T16:12:34.749Z Downloaded cargo-platform v0.3.2
6052026-06-11T16:12:34.749Z Downloaded der_derive v0.7.3
6062026-06-11T16:12:34.749Z Downloaded async-stream-impl v0.3.6
6072026-06-11T16:12:34.749Z Downloaded aead v0.5.2
6082026-06-11T16:12:34.749Z Downloaded darling_core v0.13.4
6092026-06-11T16:12:34.749Z Downloaded darling_macro v0.13.4
6102026-06-11T16:12:34.749Z Downloaded darling v0.23.0
6112026-06-11T16:12:34.749Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-06-11T16:12:34.749Z Downloaded crossbeam-deque v0.8.6
6132026-06-11T16:12:34.749Z Downloaded async-recursion v1.1.1
6142026-06-11T16:12:34.749Z Downloaded float-cmp v0.10.0
6152026-06-11T16:12:34.749Z Downloaded foreign-types-shared v0.1.1
6162026-06-11T16:12:34.749Z Downloaded float-ord v0.3.2
6172026-06-11T16:12:34.749Z Downloaded dropshot-api-manager-types v0.7.2
6182026-06-11T16:12:34.749Z Downloaded cobs v0.3.0
6192026-06-11T16:12:34.749Z Downloaded fd-lock v4.0.4
6202026-06-11T16:12:34.749Z Downloaded foreign-types-macros v0.2.3
6212026-06-11T16:12:34.749Z Downloaded fixedbitset v0.4.2
6222026-06-11T16:12:34.749Z Downloaded dsl_auto_type v0.2.0
6232026-06-11T16:12:34.749Z Downloaded bb8 v0.8.6
6242026-06-11T16:12:34.749Z Downloaded env_filter v1.0.0
6252026-06-11T16:12:34.749Z Downloaded bit-vec v0.8.0
6262026-06-11T16:12:34.749Z Downloaded endian-type v0.1.2
6272026-06-11T16:12:34.749Z Downloaded crc-catalog v2.4.0
6282026-06-11T16:12:34.749Z Downloaded arc-swap v1.8.2
6292026-06-11T16:12:34.750Z Downloaded bcrypt-pbkdf v0.10.0
6302026-06-11T16:12:34.750Z Downloaded crc8 v0.1.1
6312026-06-11T16:12:34.750Z Downloaded array-init v0.0.4
6322026-06-11T16:12:34.750Z Downloaded dof v0.4.0
6332026-06-11T16:12:34.750Z Downloaded defmt-parser v1.0.0
6342026-06-11T16:12:34.750Z Downloaded crucible-workspace-hack v0.1.0
6352026-06-11T16:12:34.750Z Downloaded funty v2.0.0
6362026-06-11T16:12:34.750Z Downloaded async-stream v0.3.6
6372026-06-11T16:12:34.750Z Downloaded display-error-chain v0.2.2
6382026-06-11T16:12:34.750Z Downloaded crunchy v0.2.4
6392026-06-11T16:12:34.750Z Downloaded ecdsa v0.16.9
6402026-06-11T16:12:34.750Z Downloaded critical-section v1.2.0
6412026-06-11T16:12:34.750Z Downloaded ff v0.13.1
6422026-06-11T16:12:34.750Z Downloaded ed25519 v2.2.3
6432026-06-11T16:12:34.750Z Downloaded crc v3.4.0
6442026-06-11T16:12:34.750Z Downloaded compression-core v0.4.31
6452026-06-11T16:12:34.750Z Downloaded ciborium-io v0.2.2
6462026-06-11T16:12:34.750Z Downloaded bitfield-struct v0.6.2
6472026-06-11T16:12:34.750Z Downloaded castaway v0.2.4
6482026-06-11T16:12:34.750Z Downloaded assert_matches v1.5.0
6492026-06-11T16:12:34.750Z Downloaded bitfield-macros v0.19.4
6502026-06-11T16:12:34.750Z Downloaded diesel-dtrace v0.5.0
6512026-06-11T16:12:34.750Z Downloaded derive_builder_core v0.20.2
6522026-06-11T16:12:34.750Z Downloaded foreign-types v0.5.0
6532026-06-11T16:12:34.750Z Downloaded darling_macro v0.21.3
6542026-06-11T16:12:34.750Z Downloaded fallible-iterator v0.2.0
6552026-06-11T16:12:34.750Z Downloaded crossbeam-utils v0.8.21
6562026-06-11T16:12:34.750Z Downloaded crc32fast v1.5.0
6572026-06-11T16:12:34.750Z Downloaded ciborium-ll v0.2.2
6582026-06-11T16:12:34.750Z Downloaded darling v0.20.11
6592026-06-11T16:12:34.750Z Downloaded atomicwrites v0.4.4
6602026-06-11T16:12:34.750Z Downloaded futures-sink v0.3.32
6612026-06-11T16:12:34.750Z Downloaded futures-macro v0.3.32
6622026-06-11T16:12:34.750Z Downloaded futures-io v0.3.32
6632026-06-11T16:12:34.758Z Downloaded futures-core v0.3.32
6642026-06-11T16:12:34.758Z Downloaded find-msvc-tools v0.1.9
6652026-06-11T16:12:34.758Z Downloaded ghash v0.5.1
6662026-06-11T16:12:34.758Z Downloaded globwalk v0.9.1
6672026-06-11T16:12:34.759Z Downloaded gethostname v0.5.0
6682026-06-11T16:12:34.759Z Downloaded convert_case v0.4.0
6692026-06-11T16:12:34.759Z Downloaded foreign-types-shared v0.3.1
6702026-06-11T16:12:34.759Z Downloaded cpufeatures v0.3.0
6712026-06-11T16:12:34.759Z Downloaded cfg_aliases v0.1.1
6722026-06-11T16:12:34.759Z Downloaded hash32 v0.2.1
6732026-06-11T16:12:34.759Z Downloaded const_format_proc_macros v0.2.34
6742026-06-11T16:12:34.759Z Downloaded cipher v0.4.4
6752026-06-11T16:12:34.759Z Downloaded defmt-macros v1.0.1
6762026-06-11T16:12:34.759Z Downloaded argon2 v0.5.3
6772026-06-11T16:12:34.759Z Downloaded fixedbitset v0.5.7
6782026-06-11T16:12:34.759Z Downloaded filetime v0.2.27
6792026-06-11T16:12:34.759Z Downloaded constant_time_eq v0.4.2
6802026-06-11T16:12:34.759Z Downloaded deranged v0.5.8
6812026-06-11T16:12:34.759Z Downloaded fs-err v2.11.0
6822026-06-11T16:12:34.759Z Downloaded data-encoding v2.10.0
6832026-06-11T16:12:34.759Z Downloaded anstyle-parse v0.2.7
6842026-06-11T16:12:34.759Z Downloaded camino-tempfile-ext v0.3.3
6852026-06-11T16:12:34.759Z Downloaded bcs v0.1.6
6862026-06-11T16:12:34.759Z Downloaded cassowary v0.3.0
6872026-06-11T16:12:34.759Z Downloaded hex-literal v0.4.1
6882026-06-11T16:12:34.760Z Downloaded fs_extra v1.3.0
6892026-06-11T16:12:34.760Z Downloaded fxhash v0.2.1
6902026-06-11T16:12:34.760Z Downloaded futures-task v0.3.32
6912026-06-11T16:12:34.760Z Downloaded derive-ex v0.1.8
6922026-06-11T16:12:34.760Z Downloaded defmt v1.0.1
6932026-06-11T16:12:34.760Z Downloaded hash32 v0.3.1
6942026-06-11T16:12:34.760Z Downloaded erased-serde v0.3.31
6952026-06-11T16:12:34.760Z Downloaded ena v0.14.4
6962026-06-11T16:12:34.760Z Downloaded headers-core v0.3.0
6972026-06-11T16:12:34.760Z Downloaded crossbeam-epoch v0.9.18
6982026-06-11T16:12:34.760Z Downloaded hex v0.4.3
6992026-06-11T16:12:34.760Z Downloaded bitfield v0.19.4
7002026-06-11T16:12:34.760Z Downloaded either v1.15.0
7012026-06-11T16:12:34.760Z Downloaded cargo_metadata v0.23.1
7022026-06-11T16:12:34.760Z Downloaded crc-any v2.5.0
7032026-06-11T16:12:34.760Z Downloaded corncobs v0.1.4
7042026-06-11T16:12:34.760Z Downloaded chacha20 v0.9.1
7052026-06-11T16:12:34.760Z Downloaded http-range v0.1.5
7062026-06-11T16:12:34.760Z Downloaded http-body v1.0.1
7072026-06-11T16:12:34.760Z Downloaded base64ct v1.8.3
7082026-06-11T16:12:34.760Z Downloaded darling_core v0.20.11
7092026-06-11T16:12:34.760Z Downloaded git-stub v1.0.0
7102026-06-11T16:12:34.760Z Downloaded hubpack v0.1.2
7112026-06-11T16:12:34.760Z Downloaded httpdate v1.0.3
7122026-06-11T16:12:34.760Z Downloaded globset v0.4.18
7132026-06-11T16:12:34.760Z Downloaded foreign-types v0.3.2
7142026-06-11T16:12:34.760Z Downloaded foldhash v0.2.0
7152026-06-11T16:12:34.761Z Downloaded bit-set v0.5.3
7162026-06-11T16:12:34.761Z Downloaded byte-wrapper v0.1.0
7172026-06-11T16:12:34.761Z Downloaded buf-list v1.1.2
7182026-06-11T16:12:34.761Z Downloaded blowfish v0.9.1
7192026-06-11T16:12:34.761Z Downloaded illumos-nvpair v0.3.0
7202026-06-11T16:12:34.761Z Downloaded compression-codecs v0.4.37
7212026-06-11T16:12:34.761Z Downloaded hubpack_derive v0.1.1
7222026-06-11T16:12:34.761Z Downloaded hostname v0.3.1
7232026-06-11T16:12:34.761Z Downloaded indent_write v2.2.0
7242026-06-11T16:12:34.761Z Downloaded foldhash v0.1.5
7252026-06-11T16:12:34.761Z Downloaded bitflags v1.3.2
7262026-06-11T16:12:34.761Z Downloaded backoff v0.4.0
7272026-06-11T16:12:34.761Z Downloaded git-stub-vcs v0.1.0
7282026-06-11T16:12:34.761Z Downloaded home v0.5.12
7292026-06-11T16:12:34.761Z Downloaded cmake v0.1.57
7302026-06-11T16:12:34.761Z Downloaded cexpr v0.6.0
7312026-06-11T16:12:34.761Z Downloaded backon v1.6.0
7322026-06-11T16:12:34.761Z Downloaded des v0.8.1
7332026-06-11T16:12:34.761Z Downloaded cbc v0.1.2
7342026-06-11T16:12:34.762Z Downloaded is_ci v1.2.0
7352026-06-11T16:12:34.762Z Downloaded illumos-nvpair-sys v0.2.0
7362026-06-11T16:12:34.762Z Downloaded internet-checksum v0.2.1
7372026-06-11T16:12:34.762Z Downloaded instability v0.3.11
7382026-06-11T16:12:34.762Z Downloaded ident_case v1.0.1
7392026-06-11T16:12:34.762Z Downloaded bzip2 v0.4.4
7402026-06-11T16:12:34.762Z Downloaded group v0.13.0
7412026-06-11T16:12:34.762Z Downloaded derive_more v0.99.20
7422026-06-11T16:12:34.762Z Downloaded glob v0.3.3
7432026-06-11T16:12:34.762Z Downloaded inout v0.1.4
7442026-06-11T16:12:34.762Z Downloaded indoc v1.0.9
7452026-06-11T16:12:34.762Z Downloaded lazy_static v1.5.0
7462026-06-11T16:12:34.762Z Downloaded is-terminal v0.4.17
7472026-06-11T16:12:34.762Z Downloaded instant v0.1.13
7482026-06-11T16:12:34.762Z Downloaded hostname v0.4.2
7492026-06-11T16:12:34.762Z Downloaded kstat-rs v0.2.4
7502026-06-11T16:12:34.762Z Downloaded crypto-bigint v0.5.5
7512026-06-11T16:12:34.762Z Downloaded linked-hash-map v0.5.6
7522026-06-11T16:12:34.762Z Downloaded highway v1.3.0
7532026-06-11T16:12:34.762Z Downloaded lalrpop-util v0.19.12
7542026-06-11T16:12:34.762Z Downloaded futures-channel v0.3.32
7552026-06-11T16:12:34.762Z Downloaded keccak v0.1.6
7562026-06-11T16:12:34.762Z Downloaded drift v0.2.0
7572026-06-11T16:12:34.762Z Downloaded libscf-sys v1.2.0
7582026-06-11T16:12:34.762Z Downloaded managed v0.8.0
7592026-06-11T16:12:34.762Z Downloaded lru v0.12.5
7602026-06-11T16:12:34.762Z Downloaded futures-executor v0.3.32
7612026-06-11T16:12:34.763Z Downloaded bit-vec v0.6.3
7622026-06-11T16:12:34.763Z Downloaded http-body-util v0.1.3
7632026-06-11T16:12:34.767Z Downloaded hyper-tls v0.6.0
7642026-06-11T16:12:34.767Z Downloaded hyper-staticfile v0.10.1
7652026-06-11T16:12:34.767Z Downloaded impl-trait-for-tuples v0.2.3
7662026-06-11T16:12:34.767Z Downloaded console v0.16.2
7672026-06-11T16:12:34.767Z Downloaded lru-cache v0.1.2
7682026-06-11T16:12:34.767Z Downloaded md5 v0.7.0
7692026-06-11T16:12:34.767Z Downloaded lzss v0.8.2
7702026-06-11T16:12:34.767Z Downloaded md-5 v0.10.6
7712026-06-11T16:12:34.767Z Downloaded mime v0.3.17
7722026-06-11T16:12:34.767Z Downloaded const-oid v0.9.6
7732026-06-11T16:12:34.767Z Downloaded console v0.15.11
7742026-06-11T16:12:34.767Z Downloaded maplit v1.0.2
7752026-06-11T16:12:34.767Z Downloaded derive-where v1.6.0
7762026-06-11T16:12:34.767Z Downloaded env_logger v0.11.9
7772026-06-11T16:12:34.767Z Downloaded fatfs v0.3.6
7782026-06-11T16:12:34.767Z Downloaded convert_case v0.10.0
7792026-06-11T16:12:34.767Z Downloaded bzip2 v0.6.1
7802026-06-11T16:12:34.767Z Downloaded chacha20 v0.10.0
7812026-06-11T16:12:34.767Z Downloaded ipnetwork v0.21.1
7822026-06-11T16:12:34.767Z Downloaded cookie v0.18.1
7832026-06-11T16:12:34.767Z Downloaded colored v2.2.0
7842026-06-11T16:12:34.768Z Downloaded clang-sys v1.8.1
7852026-06-11T16:12:34.768Z Downloaded newline-converter v0.3.0
7862026-06-11T16:12:34.768Z Downloaded maybe-uninit v2.0.0
7872026-06-11T16:12:34.768Z Downloaded multimap v0.10.1
7882026-06-11T16:12:34.768Z Downloaded futures v0.3.32
7892026-06-11T16:12:34.768Z Downloaded getrandom v0.2.17
7902026-06-11T16:12:34.768Z Downloaded dropshot_endpoint v0.17.0
7912026-06-11T16:12:34.771Z Downloaded match_cfg v0.1.0
7922026-06-11T16:12:34.771Z Downloaded ingot-types v0.1.2
7932026-06-11T16:12:34.771Z Downloaded ingot v0.1.1
7942026-06-11T16:12:34.774Z Downloaded indoc v2.0.7
7952026-06-11T16:12:34.774Z Downloaded nibble_vec v0.1.0
7962026-06-11T16:12:34.774Z Downloaded newtype_derive v0.1.6
7972026-06-11T16:12:34.777Z Downloaded num-derive v0.4.2
7982026-06-11T16:12:34.777Z Downloaded num-conv v0.2.0
7992026-06-11T16:12:34.777Z Downloaded new_debug_unreachable v1.0.6
8002026-06-11T16:12:34.780Z Downloaded nodrop v0.1.14
8012026-06-11T16:12:34.780Z Downloaded newtype-uuid-macros v0.1.0
8022026-06-11T16:12:34.780Z Downloaded ipnet v2.11.0
8032026-06-11T16:12:34.780Z Downloaded elliptic-curve v0.13.8
8042026-06-11T16:12:34.783Z Downloaded num v0.4.3
8052026-06-11T16:12:34.786Z Downloaded libsw-core v0.3.2
8062026-06-11T16:12:34.786Z Downloaded diff v0.1.13
8072026-06-11T16:12:34.786Z Downloaded normalize-line-endings v0.3.0
8082026-06-11T16:12:34.791Z Downloaded num-iter v0.1.45
8092026-06-11T16:12:34.791Z Downloaded ciborium v0.2.2
8102026-06-11T16:12:34.791Z Downloaded num_enum_derive v0.5.11
8112026-06-11T16:12:34.794Z Downloaded async-bb8-diesel v0.2.1
8122026-06-11T16:12:34.794Z Downloaded humantime v2.3.0
8132026-06-11T16:12:34.794Z Downloaded half v1.8.3
8142026-06-11T16:12:34.797Z Downloaded lock_api v0.4.14
8152026-06-11T16:12:34.797Z Downloaded libloading v0.8.9
8162026-06-11T16:12:34.797Z Downloaded iana-time-zone v0.1.65
8172026-06-11T16:12:34.800Z Downloaded hyper-rustls v0.27.7
8182026-06-11T16:12:34.802Z Downloaded httparse v1.10.1
8192026-06-11T16:12:34.802Z Downloaded num_threads v0.1.7
8202026-06-11T16:12:34.803Z Downloaded libsw v3.5.0
8212026-06-11T16:12:34.805Z Downloaded packed_struct_codegen v0.10.1
8222026-06-11T16:12:34.805Z Downloaded oso-derive v0.27.3
8232026-06-11T16:12:34.805Z Downloaded jobserver v0.1.34
8242026-06-11T16:12:34.808Z Downloaded getrandom v0.3.4
8252026-06-11T16:12:34.811Z Downloaded blake2 v0.10.6
8262026-06-11T16:12:34.811Z Downloaded colored v3.1.1
8272026-06-11T16:12:34.814Z Downloaded lru-slab v0.1.2
8282026-06-11T16:12:35.313Z Downloaded openssl-probe v0.2.1
8292026-06-11T16:12:35.328Z Downloaded ed25519-dalek v2.2.0
8302026-06-11T16:12:35.328Z Downloaded openssl-probe v0.1.6
8312026-06-11T16:12:35.328Z Downloaded openssl-macros v0.1.1
8322026-06-11T16:12:35.328Z Downloaded opaque-debug v0.3.1
8332026-06-11T16:12:35.328Z Downloaded olpc-cjson v0.1.4
8342026-06-11T16:12:35.328Z Downloaded native-tls v0.2.18
8352026-06-11T16:12:35.328Z Downloaded memoffset v0.9.1
8362026-06-11T16:12:35.328Z Downloaded peg-runtime v0.8.5
8372026-06-11T16:12:35.328Z Downloaded pbkdf2 v0.12.2
8382026-06-11T16:12:35.328Z Downloaded compact_str v0.8.1
8392026-06-11T16:12:35.329Z Downloaded base64 v0.22.1
8402026-06-11T16:12:35.329Z Downloaded nonempty v0.12.0
8412026-06-11T16:12:35.329Z Downloaded path-slash v0.1.5
8422026-06-11T16:12:35.329Z Downloaded mime_guess v2.0.5
8432026-06-11T16:12:35.329Z Downloaded ingot-macros v0.1.1
8442026-06-11T16:12:35.329Z Downloaded multer v3.1.0
8452026-06-11T16:12:35.329Z Downloaded crossbeam-channel v0.5.15
8462026-06-11T16:12:35.329Z Downloaded derive_more-impl v2.1.1
8472026-06-11T16:12:35.329Z Downloaded newtype-uuid v1.3.2
8482026-06-11T16:12:35.329Z Downloaded num-integer v0.1.46
8492026-06-11T16:12:35.329Z Downloaded num-complex v0.4.6
8502026-06-11T16:12:35.329Z Downloaded phf_shared v0.13.1
8512026-06-11T16:12:35.329Z Downloaded pin-utils v0.1.0
8522026-06-11T16:12:35.329Z Downloaded parse-size v1.1.0
8532026-06-11T16:12:35.330Z Downloaded parse-display v0.10.0
8542026-06-11T16:12:35.330Z Downloaded phf_shared v0.11.3
8552026-06-11T16:12:35.330Z Downloaded pbkdf2 v0.11.0
8562026-06-11T16:12:35.330Z Downloaded linear-map v1.2.0
8572026-06-11T16:12:35.330Z Downloaded phf_shared v0.12.1
8582026-06-11T16:12:35.330Z Downloaded num_enum_derive v0.7.6
8592026-06-11T16:12:35.330Z Downloaded indexmap v1.9.3
8602026-06-11T16:12:35.330Z Downloaded ignore v0.4.25
8612026-06-11T16:12:35.330Z Downloaded litrs v1.0.0
8622026-06-11T16:12:35.330Z Downloaded nu-ansi-term v0.50.3
8632026-06-11T16:12:35.330Z Downloaded num_enum v0.7.6
8642026-06-11T16:12:35.330Z Downloaded libefi-sys v0.1.0
8652026-06-11T16:12:35.330Z Downloaded hmac v0.12.1
8662026-06-11T16:12:35.330Z Downloaded derive_builder v0.20.2
8672026-06-11T16:12:35.330Z Downloaded proc-macro-crate v1.3.1
8682026-06-11T16:12:35.331Z Downloaded der v0.7.10
8692026-06-11T16:12:35.331Z Downloaded predicates-tree v1.0.13
8702026-06-11T16:12:35.331Z Downloaded powerfmt v0.2.0
8712026-06-11T16:12:35.331Z Downloaded packed_struct v0.10.1
8722026-06-11T16:12:35.331Z Downloaded half v2.7.1
8732026-06-11T16:12:35.331Z Downloaded flate2 v1.1.9
8742026-06-11T16:12:35.331Z Downloaded derive_more v2.1.1
8752026-06-11T16:12:35.331Z Downloaded proc-macro-crate v3.4.0
8762026-06-11T16:12:35.331Z Downloaded predicates-core v1.0.10
8772026-06-11T16:12:35.331Z Downloaded nanorand v0.7.0
8782026-06-11T16:12:35.331Z Downloaded paste v1.0.15
8792026-06-11T16:12:35.331Z Downloaded parking_lot_core v0.8.6
8802026-06-11T16:12:35.331Z Downloaded precomputed-hash v0.1.1
8812026-06-11T16:12:35.331Z Downloaded chacha20poly1305 v0.10.1
8822026-06-11T16:12:35.331Z Downloaded heapless v0.7.17
8832026-06-11T16:12:35.331Z Downloaded progenitor-client v0.14.0
8842026-06-11T16:12:35.332Z Downloaded oxnet v0.1.5
8852026-06-11T16:12:35.332Z Downloaded oxide-tokio-rt v0.1.4
8862026-06-11T16:12:35.332Z Downloaded ar_archive_writer v0.5.1
8872026-06-11T16:12:35.332Z Downloaded progenitor-macro v0.14.0
8882026-06-11T16:12:35.332Z Downloaded progenitor-macro v0.13.0
8892026-06-11T16:12:35.332Z Downloaded quick-error v1.2.3
8902026-06-11T16:12:35.332Z Downloaded libbz2-rs-sys v0.2.2
8912026-06-11T16:12:35.332Z Downloaded progenitor-macro v0.11.2
8922026-06-11T16:12:35.332Z Downloaded psl-types v2.0.11
8932026-06-11T16:12:35.332Z Downloaded progenitor-client v0.11.2
8942026-06-11T16:12:35.332Z Downloaded phf v0.13.1
8952026-06-11T16:12:35.332Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-06-11T16:12:35.332Z Downloaded owo-colors v4.3.0
8972026-06-11T16:12:35.332Z Downloaded const_format v0.2.35
8982026-06-11T16:12:35.332Z Downloaded allocator-api2 v0.2.21
8992026-06-11T16:12:35.332Z Downloaded password-hash v0.5.0
9002026-06-11T16:12:35.332Z Downloaded password-hash v0.4.2
9012026-06-11T16:12:35.332Z Downloaded darling_core v0.23.0
9022026-06-11T16:12:35.332Z Downloaded pkcs8 v0.10.2
9032026-06-11T16:12:35.332Z Downloaded poly1305 v0.8.0
9042026-06-11T16:12:35.332Z Downloaded parse-display-derive v0.10.0
9052026-06-11T16:12:35.332Z Downloaded num_enum v0.5.11
9062026-06-11T16:12:35.332Z Downloaded num-rational v0.4.2
9072026-06-11T16:12:35.333Z Downloaded ppv-lite86 v0.2.21
9082026-06-11T16:12:35.333Z Downloaded memmap2 v0.9.10
9092026-06-11T16:12:35.333Z Downloaded pin-project-internal v1.1.11
9102026-06-11T16:12:35.333Z Downloaded pem v3.0.6
9112026-06-11T16:12:35.333Z Downloaded peg-macros v0.8.5
9122026-06-11T16:12:35.333Z Downloaded peg v0.8.5
9132026-06-11T16:12:35.333Z Downloaded expectorate v1.2.0
9142026-06-11T16:12:35.333Z Downloaded radium v0.7.0
9152026-06-11T16:12:35.333Z Downloaded diesel_derives v2.3.7
9162026-06-11T16:12:35.333Z Downloaded proc-macro-error2 v2.0.1
9172026-06-11T16:12:35.333Z Downloaded ref-cast-impl v1.0.25
9182026-06-11T16:12:35.333Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-11T16:12:35.333Z Downloaded rand_chacha v0.3.1
9202026-06-11T16:12:35.333Z Downloaded heapless v0.8.0
9212026-06-11T16:12:35.333Z Downloaded bytes v1.11.1
9222026-06-11T16:12:35.333Z Downloaded parking_lot_core v0.9.12
9232026-06-11T16:12:35.333Z Downloaded hickory-resolver v0.25.2
9242026-06-11T16:12:35.333Z Downloaded hickory-resolver v0.24.4
9252026-06-11T16:12:35.333Z Downloaded progenitor-extras v0.2.0
9262026-06-11T16:12:35.333Z Downloaded progenitor-client v0.13.0
9272026-06-11T16:12:35.333Z Downloaded phf v0.12.1
9282026-06-11T16:12:35.333Z Downloaded parking_lot v0.11.2
9292026-06-11T16:12:35.360Z Downloaded flume v0.11.1
9302026-06-11T16:12:35.360Z Downloaded rand_xorshift v0.4.0
9312026-06-11T16:12:35.360Z Downloaded pkg-config v0.3.32
9322026-06-11T16:12:35.360Z Downloaded cc v1.2.56
9332026-06-11T16:12:35.360Z Downloaded async-compression v0.4.41
9342026-06-11T16:12:35.360Z Downloaded predicates v3.1.4
9352026-06-11T16:12:35.360Z Downloaded recursive v0.1.1
9362026-06-11T16:12:35.361Z Downloaded base64 v0.21.7
9372026-06-11T16:12:35.361Z Downloaded pin-project-lite v0.2.17
9382026-06-11T16:12:35.361Z Downloaded rustc_version v0.1.7
9392026-06-11T16:12:35.361Z Downloaded rustc-hash v2.1.1
9402026-06-11T16:12:35.361Z Downloaded rfc6979 v0.4.0
9412026-06-11T16:12:35.361Z Downloaded russh-cryptovec v0.7.3
9422026-06-11T16:12:35.361Z Downloaded rtoolbox v0.0.3
9432026-06-11T16:12:35.361Z Downloaded progenitor v0.14.0
9442026-06-11T16:12:35.361Z Downloaded primeorder v0.13.6
9452026-06-11T16:12:35.361Z Downloaded postcard v1.1.3
9462026-06-11T16:12:35.361Z Downloaded postgres-types v0.2.12
9472026-06-11T16:12:35.361Z Downloaded progenitor v0.13.0
9482026-06-11T16:12:35.361Z Downloaded indicatif v0.18.4
9492026-06-11T16:12:35.361Z Downloaded rand_core v0.9.5
9502026-06-11T16:12:35.361Z Downloaded polyval v0.6.2
9512026-06-11T16:12:35.361Z Downloaded salsa20 v0.10.2
9522026-06-11T16:12:35.362Z Downloaded headers v0.4.1
9532026-06-11T16:12:35.362Z Downloaded progenitor v0.11.2
9542026-06-11T16:12:35.362Z Downloaded oso v0.27.3
9552026-06-11T16:12:35.362Z Downloaded miniz_oxide v0.8.9
9562026-06-11T16:12:35.362Z Downloaded pem-rfc7468 v0.7.0
9572026-06-11T16:12:35.362Z Downloaded ref-cast v1.0.25
9582026-06-11T16:12:35.362Z Downloaded psm v0.1.30
9592026-06-11T16:12:35.362Z Downloaded rustc_version v0.4.1
9602026-06-11T16:12:35.362Z Downloaded same-file v1.0.6
9612026-06-11T16:12:35.362Z Downloaded r2d2 v0.8.10
9622026-06-11T16:12:35.362Z Downloaded rand_chacha v0.9.0
9632026-06-11T16:12:35.362Z Downloaded sapling-renderdag v0.1.0
9642026-06-11T16:12:35.362Z Downloaded bumpalo v3.20.2
9652026-06-11T16:12:35.362Z Downloaded rand_core v0.10.0
9662026-06-11T16:12:35.362Z Downloaded secrecy v0.10.3
9672026-06-11T16:12:35.362Z Downloaded postgres-protocol v0.6.10
9682026-06-11T16:12:35.362Z Downloaded rand_seeder v0.4.0
9692026-06-11T16:12:35.363Z Downloaded crossterm v0.29.0
9702026-06-11T16:12:35.363Z Downloaded pkcs5 v0.7.1
9712026-06-11T16:12:35.363Z Downloaded scroll_derive v0.13.1
9722026-06-11T16:12:35.363Z Downloaded pkcs1 v0.7.5
9732026-06-11T16:12:35.363Z Downloaded scopeguard v1.2.0
9742026-06-11T16:12:35.363Z Downloaded serde_bytes v0.11.19
9752026-06-11T16:12:35.363Z Downloaded rand_core v0.6.4
9762026-06-11T16:12:35.363Z Downloaded rustls-pemfile v1.0.4
9772026-06-11T16:12:35.363Z Downloaded secrecy v0.8.0
9782026-06-11T16:12:35.363Z Downloaded seq-macro v0.3.6
9792026-06-11T16:12:35.363Z Downloaded scrypt v0.11.0
9802026-06-11T16:12:35.363Z Downloaded sha1 v0.10.6
9812026-06-11T16:12:35.363Z Downloaded semver v0.1.20
9822026-06-11T16:12:35.363Z Downloaded resolv-conf v0.7.6
9832026-06-11T16:12:35.363Z Downloaded serde_urlencoded v0.7.1
9842026-06-11T16:12:35.363Z Downloaded serde_plain v1.0.2
9852026-06-11T16:12:35.363Z Downloaded p256 v0.13.2
9862026-06-11T16:12:35.363Z Downloaded parking_lot v0.12.5
9872026-06-11T16:12:35.363Z Downloaded serde_repr v0.1.20
9882026-06-11T16:12:35.363Z Downloaded dropshot-api-manager v0.7.2
9892026-06-11T16:12:35.363Z Downloaded minimal-lexical v0.2.1
9902026-06-11T16:12:35.363Z Downloaded jiff-static v0.2.21
9912026-06-11T16:12:35.363Z Downloaded rusty-fork v0.3.1
9922026-06-11T16:12:35.363Z Downloaded rustversion v1.0.22
9932026-06-11T16:12:35.363Z Downloaded serde-big-array v0.5.1
9942026-06-11T16:12:35.363Z Downloaded scheduled-thread-pool v0.2.7
9952026-06-11T16:12:35.363Z Downloaded signal-hook-mio v0.2.5
9962026-06-11T16:12:35.364Z Downloaded shell-words v1.1.1
9972026-06-11T16:12:35.364Z Downloaded hickory-server v0.25.2
9982026-06-11T16:12:35.364Z Downloaded signal-hook-tokio v0.3.1
9992026-06-11T16:12:35.364Z Downloaded rustls-native-certs v0.8.3
10002026-06-11T16:12:35.364Z Downloaded siphasher v1.0.2
10012026-06-11T16:12:35.364Z Downloaded sigpipe v0.1.3
10022026-06-11T16:12:35.364Z Downloaded signature v2.2.0
10032026-06-11T16:12:35.364Z Downloaded quinn-udp v0.5.14
10042026-06-11T16:12:35.364Z Downloaded pin-project v1.1.11
10052026-06-11T16:12:35.364Z Downloaded schemars_derive v0.8.22
10062026-06-11T16:12:35.364Z Downloaded russh-keys v0.45.0
10072026-06-11T16:12:35.364Z Downloaded slog-envlogger v2.2.0
10082026-06-11T16:12:35.364Z Downloaded slog-bunyan v2.5.0
10092026-06-11T16:12:35.364Z Downloaded aes v0.8.4
10102026-06-11T16:12:35.364Z Downloaded serde_with_macros v1.5.2
10112026-06-11T16:12:35.364Z Downloaded serde-hex v0.1.0
10122026-06-11T16:12:35.364Z Downloaded openssl-sys v0.9.115
10132026-06-11T16:12:35.364Z Downloaded sec1 v0.7.3
10142026-06-11T16:12:35.364Z Downloaded prefix-trie v0.7.0
10152026-06-11T16:12:35.364Z Downloaded papergrid v0.17.0
10162026-06-11T16:12:35.364Z Downloaded serde_derive_internals v0.29.1
10172026-06-11T16:12:35.364Z Downloaded sct v0.7.1
10182026-06-11T16:12:35.364Z Downloaded serde_spanned v1.0.4
10192026-06-11T16:12:35.364Z Downloaded serde_path_to_error v0.1.20
10202026-06-11T16:12:35.364Z Downloaded ssh-encoding v0.2.0
10212026-06-11T16:12:35.364Z Downloaded scroll v0.13.0
10222026-06-11T16:12:35.364Z Downloaded progenitor-impl v0.13.0
10232026-06-11T16:12:35.364Z Downloaded hashbrown v0.12.3
10242026-06-11T16:12:35.365Z Downloaded progenitor-impl v0.11.2
10252026-06-11T16:12:35.365Z Downloaded itertools v0.10.5
10262026-06-11T16:12:35.365Z Downloaded simd-adler32 v0.3.8
10272026-06-11T16:12:35.365Z Downloaded progenitor-impl v0.14.0
10282026-06-11T16:12:35.365Z Downloaded shlex v1.3.0
10292026-06-11T16:12:35.377Z Downloaded signal-hook-registry v1.4.8
10302026-06-11T16:12:35.377Z Downloaded ssh-cipher v0.2.0
10312026-06-11T16:12:35.377Z Downloaded sqlparser_derive v0.5.0
10322026-06-11T16:12:35.377Z Downloaded strsim v0.10.0
10332026-06-11T16:12:35.377Z Downloaded slog-term v2.9.2
10342026-06-11T16:12:35.377Z Downloaded supports-color v3.0.2
10352026-06-11T16:12:35.377Z Downloaded strum v0.27.2
10362026-06-11T16:12:35.377Z Downloaded strip-ansi-escapes v0.2.1
10372026-06-11T16:12:35.377Z Downloaded slog-stdlog v4.1.1
10382026-06-11T16:12:35.378Z Downloaded slab v0.4.12
10392026-06-11T16:12:35.378Z Downloaded ron v0.8.1
10402026-06-11T16:12:35.378Z Downloaded hashbrown v0.13.2
10412026-06-11T16:12:35.378Z Downloaded smallvec v0.6.14
10422026-06-11T16:12:35.378Z Downloaded slog-async v2.8.0
10432026-06-11T16:12:35.378Z Downloaded tagptr v0.2.0
10442026-06-11T16:12:35.378Z Downloaded tabwriter v1.4.1
10452026-06-11T16:12:35.378Z Downloaded sync_wrapper v1.0.2
10462026-06-11T16:12:35.378Z Downloaded http v1.4.0
10472026-06-11T16:12:35.378Z Downloaded serde_cbor v0.11.2
10482026-06-11T16:12:35.378Z Downloaded rustls-pemfile v2.2.0
10492026-06-11T16:12:35.378Z Downloaded hyper-util v0.1.20
10502026-06-11T16:12:35.378Z Downloaded strum v0.26.3
10512026-06-11T16:12:35.378Z Downloaded sync-ptr v0.1.4
10522026-06-11T16:12:35.378Z Downloaded structmeta-derive v0.3.0
10532026-06-11T16:12:35.378Z Downloaded subtle v2.6.1
10542026-06-11T16:12:35.378Z Downloaded slog-json v2.6.1
10552026-06-11T16:12:35.378Z Downloaded spki v0.7.3
10562026-06-11T16:12:35.378Z Downloaded omicron-zone-package v0.12.2
10572026-06-11T16:12:35.378Z Downloaded termtree v0.5.1
10582026-06-11T16:12:35.378Z Downloaded prettyplease v0.2.37
10592026-06-11T16:12:35.378Z Downloaded smf v0.2.3
10602026-06-11T16:12:35.379Z Downloaded slog-dtrace v0.3.0
10612026-06-11T16:12:35.379Z Downloaded tap v1.0.1
10622026-06-11T16:12:35.379Z Downloaded slog-scope v4.4.1
10632026-06-11T16:12:35.379Z Downloaded rayon-core v1.13.0
10642026-06-11T16:12:35.379Z Downloaded hashbrown v0.15.5
10652026-06-11T16:12:35.379Z Downloaded stacker v0.1.23
10662026-06-11T16:12:35.379Z Downloaded crossterm v0.28.1
10672026-06-11T16:12:35.379Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-11T16:12:35.379Z Downloaded stringprep v0.1.5
10692026-06-11T16:12:35.379Z Downloaded pretty_assertions v1.4.1
10702026-06-11T16:12:35.379Z Downloaded sqlformat v0.3.5
10712026-06-11T16:12:35.379Z Downloaded mio v1.2.0
10722026-06-11T16:12:35.379Z Downloaded string_cache v0.8.9
10732026-06-11T16:12:35.381Z Downloaded static_assertions v1.1.0
10742026-06-11T16:12:35.381Z Downloaded testing_table v0.3.0
10752026-06-11T16:12:35.381Z Downloaded take_mut v0.2.2
10762026-06-11T16:12:35.381Z Downloaded num-bigint v0.4.6
10772026-06-11T16:12:35.381Z Downloaded tabled_derive v0.11.0
10782026-06-11T16:12:35.381Z Downloaded tokio-macros v2.7.0
10792026-06-11T16:12:35.381Z Downloaded thread-id v5.1.0
10802026-06-11T16:12:35.381Z Downloaded strum_macros v0.24.3
10812026-06-11T16:12:35.381Z Downloaded serde_with_macros v3.17.0
10822026-06-11T16:12:35.381Z Downloaded rustls-platform-verifier v0.6.2
10832026-06-11T16:12:35.381Z Downloaded structmeta v0.3.0
10842026-06-11T16:12:35.381Z Downloaded time-core v0.1.8
10852026-06-11T16:12:35.381Z Downloaded tinyvec_macros v0.1.1
10862026-06-11T16:12:35.381Z Downloaded snafu-derive v0.8.9
10872026-06-11T16:12:35.381Z Downloaded support-bundle-viewer v0.1.2
10882026-06-11T16:12:35.381Z Downloaded strum_macros v0.27.2
10892026-06-11T16:12:35.381Z Downloaded rustls-pki-types v1.14.0
10902026-06-11T16:12:35.381Z Downloaded aes-gcm v0.10.3
10912026-06-11T16:12:35.381Z Downloaded serde_yaml v0.9.34+deprecated
10922026-06-11T16:12:35.381Z Downloaded strum_macros v0.26.4
10932026-06-11T16:12:35.381Z Downloaded tower-layer v0.3.3
10942026-06-11T16:12:35.381Z Downloaded ryu v1.0.23
10952026-06-11T16:12:35.381Z Downloaded rcgen v0.12.1
10962026-06-11T16:12:35.382Z Downloaded thiserror-no-std v2.0.2
10972026-06-11T16:12:35.382Z Downloaded tower-service v0.3.3
10982026-06-11T16:12:35.382Z Downloaded try-lock v0.2.5
10992026-06-11T16:12:35.382Z Downloaded schemars v0.8.22
11002026-06-11T16:12:35.382Z Downloaded trait-variant v0.1.2
11012026-06-11T16:12:35.382Z Downloaded topological-sort v0.2.2
11022026-06-11T16:12:35.382Z Downloaded unarray v0.1.4
11032026-06-11T16:12:35.382Z Downloaded thread_local v1.1.9
11042026-06-11T16:12:35.382Z Downloaded similar v2.7.0
11052026-06-11T16:12:35.404Z Downloaded slog v2.8.2
11062026-06-11T16:12:35.404Z Downloaded rsa v0.9.10
11072026-06-11T16:12:35.404Z Downloaded tokio-native-tls v0.3.1
11082026-06-11T16:12:35.404Z Downloaded libxml v0.3.3
11092026-06-11T16:12:35.404Z Downloaded nom v7.1.3
11102026-06-11T16:12:35.405Z Downloaded usdt v0.6.0
11112026-06-11T16:12:35.405Z Downloaded untrusted v0.7.1
11122026-06-11T16:12:35.573Z Downloaded signal-hook v0.3.18
11132026-06-11T16:12:35.573Z Downloaded tls_codec v0.4.2
11142026-06-11T16:12:35.574Z Downloaded untrusted v0.9.0
11152026-06-11T16:12:35.574Z Downloaded futures-util v0.3.32
11162026-06-11T16:12:35.574Z Downloaded typify-macro v0.6.2
11172026-06-11T16:12:35.574Z Downloaded tls_codec_derive v0.4.2
11182026-06-11T16:12:35.574Z Downloaded spin v0.9.8
11192026-06-11T16:12:35.574Z Downloaded usdt-macro v0.6.0
11202026-06-11T16:12:35.574Z Downloaded unit-prefix v0.5.2
11212026-06-11T16:12:35.574Z Downloaded unicode-truncate v1.1.0
11222026-06-11T16:12:35.574Z Downloaded time-macros v0.2.27
11232026-06-11T16:12:35.574Z Downloaded utf-8 v0.7.6
11242026-06-11T16:12:35.574Z Downloaded universal-hash v0.5.1
11252026-06-11T16:12:35.600Z Downloaded tokio-dtrace v0.1.1
11262026-06-11T16:12:35.600Z Downloaded quinn v0.11.9
11272026-06-11T16:12:35.600Z Downloaded termios v0.3.3
11282026-06-11T16:12:35.600Z Downloaded qorb v0.4.1
11292026-06-11T16:12:35.600Z Downloaded itertools v0.13.0
11302026-06-11T16:12:35.600Z Downloaded chrono-tz v0.10.4
11312026-06-11T16:12:35.600Z Downloaded wait-timeout v0.2.1
11322026-06-11T16:12:35.600Z Downloaded void v1.0.2
11332026-06-11T16:12:35.600Z Downloaded tokio-rustls v0.25.0
11342026-06-11T16:12:35.601Z Downloaded tui-tree-widget v0.23.1
11352026-06-11T16:12:35.601Z Downloaded tiny-keccak v2.0.2
11362026-06-11T16:12:35.601Z Downloaded aho-corasick v1.1.4
11372026-06-11T16:12:35.601Z Downloaded unicase v2.9.0
11382026-06-11T16:12:35.601Z Downloaded schemars v0.9.0
11392026-06-11T16:12:35.601Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-06-11T16:12:35.601Z Downloaded socket2 v0.5.10
11412026-06-11T16:12:35.601Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-06-11T16:12:35.601Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-06-11T16:12:35.601Z Downloaded term v1.2.1
11442026-06-11T16:12:35.601Z Downloaded xattr v1.6.1
11452026-06-11T16:12:35.601Z Downloaded uzers v0.12.2
11462026-06-11T16:12:35.601Z Downloaded want v0.3.1
11472026-06-11T16:12:35.601Z Downloaded tokio-tungstenite v0.21.0
11482026-06-11T16:12:35.601Z Downloaded rand v0.10.0
11492026-06-11T16:12:35.601Z Downloaded test-strategy v0.4.5
11502026-06-11T16:12:35.601Z Downloaded publicsuffix v2.3.0
11512026-06-11T16:12:35.601Z Downloaded iri-string v0.7.10
11522026-06-11T16:12:35.601Z Downloaded rand v0.8.6
11532026-06-11T16:12:35.601Z Downloaded num-bigint-dig v0.8.6
11542026-06-11T16:12:35.601Z Downloaded zeroize_derive v1.4.3
11552026-06-11T16:12:35.601Z Downloaded tokio-tungstenite v0.23.1
11562026-06-11T16:12:35.601Z Downloaded typify-macro v0.4.3
11572026-06-11T16:12:35.601Z Downloaded p521 v0.13.3
11582026-06-11T16:12:35.601Z Downloaded term v0.7.0
11592026-06-11T16:12:35.601Z Downloaded toml_parser v1.0.9+spec-1.1.0
11602026-06-11T16:12:35.601Z Downloaded socket2 v0.6.3
11612026-06-11T16:12:35.602Z Downloaded rand v0.9.2
11622026-06-11T16:12:35.602Z Downloaded xshell-macros v0.2.7
11632026-06-11T16:12:35.602Z Downloaded usdt-attr-macro v0.6.0
11642026-06-11T16:12:35.602Z Downloaded vergen-lib v9.1.0
11652026-06-11T16:12:35.602Z Downloaded itertools v0.12.1
11662026-06-11T16:12:35.602Z Downloaded rustls-webpki v0.103.9
11672026-06-11T16:12:35.602Z Downloaded tracing-attributes v0.1.31
11682026-06-11T16:12:35.602Z Downloaded tokio-rustls v0.24.1
11692026-06-11T16:12:35.602Z Downloaded itertools v0.14.0
11702026-06-11T16:12:35.602Z Downloaded vergen-lib v0.1.6
11712026-06-11T16:12:35.602Z Downloaded hashbrown v0.16.1
11722026-06-11T16:12:35.602Z Downloaded hkdf v0.12.4
11732026-06-11T16:12:35.602Z Downloaded unicode-properties v0.1.4
11742026-06-11T16:12:35.602Z Downloaded libm v0.2.16
11752026-06-11T16:12:35.602Z Downloaded wyz v0.5.1
11762026-06-11T16:12:35.602Z Downloaded vergen-gitcl v1.0.8
11772026-06-11T16:12:35.602Z Downloaded tokio-rustls v0.26.4
11782026-06-11T16:12:35.602Z Downloaded zone_cfg_derive v0.3.1
11792026-06-11T16:12:35.602Z Downloaded subprocess v0.2.15
11802026-06-11T16:12:35.602Z Downloaded usdt-impl v0.6.0
11812026-06-11T16:12:35.602Z Downloaded xshell v0.2.7
11822026-06-11T16:12:35.602Z Downloaded schemars v1.2.1
11832026-06-11T16:12:35.602Z Downloaded zone v0.3.1
11842026-06-11T16:12:35.602Z Downloaded snafu v0.8.9
11852026-06-11T16:12:35.602Z Downloaded walkdir v2.5.0
11862026-06-11T16:12:35.602Z Downloaded whoami v1.6.1
11872026-06-11T16:12:35.602Z Downloaded waitgroup v0.1.2
11882026-06-11T16:12:35.602Z Downloaded vsss-rs v3.3.4
11892026-06-11T16:12:35.603Z Downloaded rustyline v14.0.0
11902026-06-11T16:12:35.603Z Downloaded zeroize v1.8.2
11912026-06-11T16:12:35.603Z Downloaded tracing-core v0.1.36
11922026-06-11T16:12:35.603Z Downloaded hyper v1.8.1
11932026-06-11T16:12:35.603Z Downloaded tungstenite v0.21.0
11942026-06-11T16:12:35.603Z Downloaded nom v8.0.0
11952026-06-11T16:12:35.603Z Downloaded twox-hash v2.1.2
11962026-06-11T16:12:35.603Z Downloaded typify v0.6.2
11972026-06-11T16:12:35.603Z Downloaded tungstenite v0.23.0
11982026-06-11T16:12:35.603Z Downloaded whoami v2.1.0
11992026-06-11T16:12:35.603Z Downloaded tinyvec v1.10.0
12002026-06-11T16:12:35.616Z Downloaded samael v0.0.19
12012026-06-11T16:12:35.616Z Downloaded rpassword v7.4.0
12022026-06-11T16:12:35.616Z Downloaded russh v0.45.0
12032026-06-11T16:12:35.617Z Downloaded tar v0.4.45
12042026-06-11T16:12:35.617Z Downloaded iddqd v0.4.2
12052026-06-11T16:12:35.617Z Downloaded yasna v0.5.2
12062026-06-11T16:12:35.617Z Downloaded vergen-git2 v9.1.0
12072026-06-11T16:12:35.617Z Downloaded vergen v9.1.0
12082026-06-11T16:12:35.617Z Downloaded toml v0.7.8
12092026-06-11T16:12:35.617Z Downloaded toml v1.0.6+spec-1.1.0
12102026-06-11T16:12:35.617Z Downloaded uuid v1.23.0
12112026-06-11T16:12:35.698Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-11T16:12:35.698Z Downloaded zstd-safe v7.2.4
12132026-06-11T16:12:35.698Z Downloaded h2 v0.4.13
12142026-06-11T16:12:35.698Z Downloaded reedline v0.40.0
12152026-06-11T16:12:35.698Z Downloaded tokio-stream v0.1.18
12162026-06-11T16:12:35.708Z Downloaded zstd v0.13.3
12172026-06-11T16:12:35.708Z Downloaded steno v0.4.1
12182026-06-11T16:12:35.708Z Downloaded typify v0.4.3
12192026-06-11T16:12:35.708Z Downloaded unicode-bidi v0.3.18
12202026-06-11T16:12:35.708Z Downloaded serde_with v1.14.0
12212026-06-11T16:12:35.708Z Downloaded git2 v0.20.4
12222026-06-11T16:12:35.708Z Downloaded zerocopy v0.6.6
12232026-06-11T16:12:35.708Z Downloaded blake3 v1.8.3
12242026-06-11T16:12:35.708Z Downloaded vte v0.14.1
12252026-06-11T16:12:35.708Z Downloaded regex v1.12.3
12262026-06-11T16:12:35.708Z Downloaded reqwest v0.13.2
12272026-06-11T16:12:35.708Z Downloaded portable-atomic v1.13.1
12282026-06-11T16:12:35.715Z Downloaded aws-lc-rs v1.16.3
12292026-06-11T16:12:35.820Z Downloaded reqwest v0.12.28
12302026-06-11T16:12:35.829Z Downloaded zopfli v0.8.3
12312026-06-11T16:12:35.829Z Downloaded unsafe-libyaml v0.2.11
12322026-06-11T16:12:35.829Z Downloaded lalrpop v0.19.12
12332026-06-11T16:12:35.829Z Downloaded zip v0.6.6
12342026-06-11T16:12:35.830Z Downloaded tower v0.5.3
12352026-06-11T16:12:35.830Z Downloaded yansi v1.0.1
12362026-06-11T16:12:35.830Z Downloaded p384 v0.13.1
12372026-06-11T16:12:35.830Z Downloaded tokio-postgres v0.7.16
12382026-06-11T16:12:35.830Z Downloaded unicode_categories v0.1.1
12392026-06-11T16:12:35.830Z Downloaded toml_edit v0.19.15
12402026-06-11T16:12:35.830Z Downloaded ssh-key v0.6.7
12412026-06-11T16:12:35.830Z Downloaded x509-cert v0.2.5
12422026-06-11T16:12:35.830Z Downloaded bitvec v1.0.1
12432026-06-11T16:12:35.830Z Downloaded proptest v1.11.0
12442026-06-11T16:12:35.830Z Downloaded curve25519-dalek v4.1.3
12452026-06-11T16:12:35.830Z Downloaded unicode-normalization v0.1.25
12462026-06-11T16:12:35.830Z Downloaded zerocopy-derive v0.8.40
12472026-06-11T16:12:35.830Z Downloaded typed-path v0.9.3
12482026-06-11T16:12:35.830Z Downloaded tokio-util v0.7.18
12492026-06-11T16:12:35.830Z Downloaded tower-http v0.6.8
12502026-06-11T16:12:35.848Z Downloaded unicode-segmentation v1.12.0
12512026-06-11T16:12:35.848Z Downloaded rustls-webpki v0.101.7
12522026-06-11T16:12:35.852Z Downloaded salty v0.3.0
12532026-06-11T16:12:35.853Z Downloaded goblin v0.10.5
12542026-06-11T16:12:35.853Z Downloaded petname v2.0.2
12552026-06-11T16:12:35.853Z Downloaded tough v0.22.0
12562026-06-11T16:12:35.856Z Downloaded object v0.30.4
12572026-06-11T16:12:35.860Z Downloaded quick-xml v0.37.5
12582026-06-11T16:12:35.863Z Downloaded rayon v1.11.0
12592026-06-11T16:12:35.870Z Downloaded chrono v0.4.44
12602026-06-11T16:12:35.873Z Downloaded zip v4.6.1
12612026-06-11T16:12:35.877Z Downloaded moka v0.12.13
12622026-06-11T16:12:35.881Z Downloaded bindgen v0.71.1
12632026-06-11T16:12:35.885Z Downloaded serde_with v3.17.0
12642026-06-11T16:12:35.893Z Downloaded winnow v0.5.40
12652026-06-11T16:12:35.898Z Downloaded rustls-webpki v0.102.8
12662026-06-11T16:12:36.071Z Downloaded nix v0.27.1
12672026-06-11T16:12:36.081Z Downloaded winnow v0.6.26
12682026-06-11T16:12:36.081Z Downloaded tabled v0.20.0
12692026-06-11T16:12:36.081Z Downloaded radix_trie v0.2.1
12702026-06-11T16:12:36.081Z Downloaded smoltcp v0.9.1
12712026-06-11T16:12:36.081Z Downloaded dropshot v0.17.0
12722026-06-11T16:12:36.081Z Downloaded polar-core v0.27.3
12732026-06-11T16:12:36.081Z Downloaded quinn-proto v0.11.13
12742026-06-11T16:12:36.081Z Downloaded zlib-rs v0.6.2
12752026-06-11T16:12:36.081Z Downloaded hickory-proto v0.24.4
12762026-06-11T16:12:36.081Z Downloaded openssl v0.10.79
12772026-06-11T16:12:36.081Z Downloaded time v0.3.47
12782026-06-11T16:12:36.081Z Downloaded vcpkg v0.2.15
12792026-06-11T16:12:36.081Z Downloaded zerocopy v0.8.40
12802026-06-11T16:12:36.082Z Downloaded regex-syntax v0.8.10
12812026-06-11T16:12:36.082Z Downloaded webpki-roots v1.0.6
12822026-06-11T16:12:36.082Z Downloaded regress v0.11.1
12832026-06-11T16:12:36.082Z Downloaded regex-syntax v0.6.29
12842026-06-11T16:12:36.089Z Downloaded rustls v0.23.37
12852026-06-11T16:12:36.089Z Downloaded regress v0.10.5
12862026-06-11T16:12:36.093Z Downloaded bstr v1.12.1
12872026-06-11T16:12:36.098Z Downloaded nix v0.31.2
12882026-06-11T16:12:36.102Z Downloaded diesel v2.3.7
12892026-06-11T16:12:36.115Z Downloaded smoltcp v0.11.0
12902026-06-11T16:12:36.124Z Downloaded rustls v0.21.12
12912026-06-11T16:12:36.129Z Downloaded object v0.37.3
12922026-06-11T16:12:36.136Z Downloaded openapiv3 v2.2.0
12932026-06-11T16:12:36.144Z Downloaded sqlparser v0.61.0
12942026-06-11T16:12:36.150Z Downloaded rustix v0.38.44
12952026-06-11T16:12:36.165Z Downloaded nix v0.28.0
12962026-06-11T16:12:36.262Z Downloaded hickory-proto v0.25.2
12972026-06-11T16:12:36.270Z Downloaded rustls v0.22.4
12982026-06-11T16:12:36.270Z Downloaded tracing v0.1.44
12992026-06-11T16:12:36.270Z Downloaded sled v0.34.7
13002026-06-11T16:12:36.270Z Downloaded ratatui v0.29.0
13012026-06-11T16:12:36.270Z Downloaded regex-automata v0.4.14
13022026-06-11T16:12:36.270Z Downloaded typify-impl v0.6.2
13032026-06-11T16:12:36.274Z Downloaded typify-impl v0.4.3
13042026-06-11T16:12:36.284Z Downloaded jiff v0.2.21
13052026-06-11T16:12:36.295Z Downloaded csv v1.4.0
13062026-06-11T16:12:36.307Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-06-11T16:12:36.319Z Downloaded zerocopy-derive v0.6.6
13082026-06-11T16:12:36.329Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-11T16:12:36.344Z Downloaded sha3 v0.10.8
13102026-06-11T16:12:36.354Z Downloaded petgraph v0.6.5
13112026-06-11T16:12:36.523Z Downloaded encoding_rs v0.8.35
13122026-06-11T16:12:36.530Z Downloaded petgraph v0.8.3
13132026-06-11T16:12:36.530Z Downloaded libz-sys v1.1.24
13142026-06-11T16:12:36.530Z Downloaded tokio v1.52.1
13152026-06-11T16:12:36.587Z Downloaded ring v0.17.14
13162026-06-11T16:12:36.704Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-11T16:12:37.239Z Downloaded aws-lc-sys v0.40.0
13182026-06-11T16:12:37.486Z Compiling libc v0.2.185
13192026-06-11T16:12:37.486Z Compiling serde v1.0.228
13202026-06-11T16:12:37.490Z Compiling log v0.4.29
13212026-06-11T16:12:37.490Z Compiling shlex v1.3.0
13222026-06-11T16:12:37.490Z Compiling find-msvc-tools v0.1.9
13232026-06-11T16:12:37.490Z Compiling smallvec v1.15.1
13242026-06-11T16:12:37.490Z Compiling syn v2.0.117
13252026-06-11T16:12:37.490Z Compiling typenum v1.19.0
13262026-06-11T16:12:37.833Z Compiling generic-array v0.14.7
13272026-06-11T16:12:37.847Z Compiling subtle v2.6.1
13282026-06-11T16:12:37.851Z Compiling scopeguard v1.2.0
13292026-06-11T16:12:37.867Z Compiling const-oid v0.9.6
13302026-06-11T16:12:37.996Z Compiling lock_api v0.4.14
13312026-06-11T16:12:38.001Z Compiling serde_json v1.0.149
13322026-06-11T16:12:38.001Z Compiling zerocopy v0.8.40
13332026-06-11T16:12:38.050Z Compiling parking_lot_core v0.9.12
13342026-06-11T16:12:38.187Z Compiling pin-project-lite v0.2.17
13352026-06-11T16:12:38.271Z Compiling portable-atomic v1.13.1
13362026-06-11T16:12:38.327Z Compiling pkg-config v0.3.32
13372026-06-11T16:12:38.415Z Compiling getrandom v0.2.17
13382026-06-11T16:12:38.499Z Compiling jobserver v0.1.34
13392026-06-11T16:12:38.577Z Compiling rand_core v0.6.4
13402026-06-11T16:12:38.591Z Compiling errno v0.3.14
13412026-06-11T16:12:38.720Z Compiling cc v1.2.56
13422026-06-11T16:12:38.841Z Compiling signal-hook-registry v1.4.8
13432026-06-11T16:12:38.852Z Compiling bitflags v2.11.0
13442026-06-11T16:12:38.866Z Compiling futures-core v0.3.32
13452026-06-11T16:12:39.014Z Compiling critical-section v1.2.0
13462026-06-11T16:12:39.021Z Compiling libm v0.2.16
13472026-06-11T16:12:39.026Z Compiling parking_lot v0.12.5
13482026-06-11T16:12:39.067Z Compiling mio v1.2.0
13492026-06-11T16:12:39.097Z Compiling num-traits v0.2.19
13502026-06-11T16:12:39.334Z Compiling once_cell v1.21.3
13512026-06-11T16:12:39.341Z Compiling percent-encoding v2.3.2
13522026-06-11T16:12:39.481Z Compiling socket2 v0.6.3
13532026-06-11T16:12:39.551Z Compiling futures-sink v0.3.32
13542026-06-11T16:12:39.565Z Compiling cpufeatures v0.2.17
13552026-06-11T16:12:39.630Z Compiling slab v0.4.12
13562026-06-11T16:12:39.636Z Compiling futures-task v0.3.32
13572026-06-11T16:12:39.653Z Compiling futures-channel v0.3.32
13582026-06-11T16:12:39.664Z Compiling getrandom v0.4.1
13592026-06-11T16:12:39.770Z Compiling futures-io v0.3.32
13602026-06-11T16:12:39.809Z Compiling rand_core v0.10.0
13612026-06-11T16:12:39.928Z Compiling indexmap v2.14.0
13622026-06-11T16:12:39.935Z Compiling rustversion v1.0.22
13632026-06-11T16:12:39.935Z Compiling getrandom v0.3.4
13642026-06-11T16:12:39.975Z Compiling form_urlencoded v1.2.2
13652026-06-11T16:12:40.236Z Compiling cmake v0.1.57
13662026-06-11T16:12:40.388Z Compiling dunce v1.0.5
13672026-06-11T16:12:40.561Z Compiling fs_extra v1.3.0
13682026-06-11T16:12:40.688Z Compiling base64ct v1.8.3
13692026-06-11T16:12:40.688Z Compiling ident_case v1.0.1
13702026-06-11T16:12:40.689Z Compiling synstructure v0.13.2
13712026-06-11T16:12:40.779Z Compiling aws-lc-sys v0.40.0
13722026-06-11T16:12:40.779Z Compiling rustix v1.1.3
13732026-06-11T16:12:40.907Z Compiling pem-rfc7468 v0.7.0
13742026-06-11T16:12:41.044Z Compiling regex-syntax v0.8.10
13752026-06-11T16:12:41.044Z Compiling iana-time-zone v0.1.65
13762026-06-11T16:12:41.128Z Compiling flagset v0.4.7
13772026-06-11T16:12:41.221Z Compiling rand_core v0.9.5
13782026-06-11T16:12:41.221Z Compiling ring v0.17.14
13792026-06-11T16:12:41.300Z Compiling vcpkg v0.2.15
13802026-06-11T16:12:41.300Z Compiling aws-lc-rs v1.16.3
13812026-06-11T16:12:41.405Z Compiling uuid v1.23.0
13822026-06-11T16:12:41.512Z Compiling rustc_version v0.4.1
13832026-06-11T16:12:41.836Z Compiling tracing-core v0.1.36
13842026-06-11T16:12:41.942Z Compiling openssl-sys v0.9.115
13852026-06-11T16:12:42.247Z Compiling base64 v0.22.1
13862026-06-11T16:12:42.381Z Compiling serde_derive v1.0.228
13872026-06-11T16:12:42.394Z Compiling zeroize_derive v1.4.3
13882026-06-11T16:12:42.458Z Compiling zerofrom-derive v0.1.6
13892026-06-11T16:12:42.472Z Compiling yoke-derive v0.8.1
13902026-06-11T16:12:42.529Z Compiling zerovec-derive v0.11.2
13912026-06-11T16:12:43.071Z Compiling zeroize v1.8.2
13922026-06-11T16:12:43.281Z Compiling zerocopy-derive v0.8.40
13932026-06-11T16:12:43.625Z Compiling displaydoc v0.2.5
13942026-06-11T16:12:43.658Z Compiling tokio-macros v2.7.0
13952026-06-11T16:12:43.856Z Compiling crypto-common v0.1.7
13962026-06-11T16:12:43.869Z Compiling zerofrom v0.1.6
13972026-06-11T16:12:43.985Z Compiling yoke v0.8.1
13982026-06-11T16:12:43.989Z Compiling block-buffer v0.10.4
13992026-06-11T16:12:44.165Z Compiling zerovec v0.11.5
14002026-06-11T16:12:44.198Z Compiling digest v0.10.7
14012026-06-11T16:12:44.344Z Compiling zerotrie v0.2.3
14022026-06-11T16:12:44.344Z Compiling futures-macro v0.3.32
14032026-06-11T16:12:44.419Z Compiling hmac v0.12.1
14042026-06-11T16:12:44.574Z Compiling block-padding v0.3.3
14052026-06-11T16:12:44.675Z Compiling tinystr v0.8.2
14062026-06-11T16:12:44.705Z Compiling potential_utf v0.1.4
14072026-06-11T16:12:44.742Z Compiling inout v0.1.4
14082026-06-11T16:12:44.870Z Compiling icu_locale_core v2.1.1
14092026-06-11T16:12:44.880Z Compiling icu_collections v2.1.1
14102026-06-11T16:12:44.895Z Compiling cipher v0.4.4
14112026-06-11T16:12:45.315Z Compiling sha2 v0.10.9
14122026-06-11T16:12:45.326Z Compiling futures-util v0.3.32
14132026-06-11T16:12:45.352Z Compiling der_derive v0.7.3
14142026-06-11T16:12:46.280Z Compiling icu_provider v2.1.1
14152026-06-11T16:12:46.292Z Compiling bytes v1.11.1
14162026-06-11T16:12:46.292Z Compiling chrono v0.4.44
14172026-06-11T16:12:46.292Z Compiling icu_normalizer v2.1.1
14182026-06-11T16:12:46.303Z Compiling tokio v1.52.1
14192026-06-11T16:12:46.501Z Compiling icu_properties v2.1.2
14202026-06-11T16:12:46.551Z Compiling der v0.7.10
14212026-06-11T16:12:46.576Z Compiling http v1.4.0
14222026-06-11T16:12:47.255Z Compiling salsa20 v0.10.2
14232026-06-11T16:12:48.008Z Compiling idna_adapter v1.2.1
14242026-06-11T16:12:48.008Z Compiling spki v0.7.3
14252026-06-11T16:12:48.008Z Compiling pbkdf2 v0.12.2
14262026-06-11T16:12:48.008Z Compiling idna v1.1.0
14272026-06-11T16:12:48.008Z Compiling ppv-lite86 v0.2.21
14282026-06-11T16:12:48.009Z Compiling rustls-pki-types v1.14.0
14292026-06-11T16:12:48.009Z Compiling thiserror-impl v2.0.18
14302026-06-11T16:12:48.009Z Compiling tracing-attributes v0.1.31
14312026-06-11T16:12:48.009Z Compiling scrypt v0.11.0
14322026-06-11T16:12:48.009Z Compiling url v2.5.8
14332026-06-11T16:12:48.057Z Compiling rand_chacha v0.9.0
14342026-06-11T16:12:48.057Z Compiling http-body v1.0.1
14352026-06-11T16:12:48.197Z Compiling cbc v0.1.2
14362026-06-11T16:12:48.235Z Compiling aes v0.8.4
14372026-06-11T16:12:48.558Z Compiling untrusted v0.7.1
14382026-06-11T16:12:48.579Z Compiling tinyvec_macros v0.1.1
14392026-06-11T16:12:48.651Z Compiling untrusted v0.9.0
14402026-06-11T16:12:48.799Z Compiling openssl-probe v0.2.1
14412026-06-11T16:12:48.799Z Compiling httparse v1.10.1
14422026-06-11T16:12:48.831Z Compiling tinyvec v1.10.0
14432026-06-11T16:12:49.027Z Compiling thiserror v2.0.18
14442026-06-11T16:12:49.041Z Compiling tracing v0.1.44
14452026-06-11T16:12:49.041Z Compiling pkcs5 v0.7.1
14462026-06-11T16:12:49.052Z Compiling pest_generator v2.8.6
14472026-06-11T16:12:49.173Z Compiling rand v0.9.2
14482026-06-11T16:12:49.202Z Compiling serde_derive_internals v0.29.1
14492026-06-11T16:12:49.247Z Compiling aho-corasick v1.1.4
14502026-06-11T16:12:49.859Z Compiling rustls v0.23.37
14512026-06-11T16:12:49.888Z Compiling tower-layer v0.3.3
14522026-06-11T16:12:49.888Z Compiling atomic-waker v1.1.2
14532026-06-11T16:12:49.888Z Compiling dyn-clone v1.0.20
14542026-06-11T16:12:49.918Z Compiling tower-service v0.3.3
14552026-06-11T16:12:49.932Z Compiling try-lock v0.2.5
14562026-06-11T16:12:50.141Z Compiling schemars v0.8.22
14572026-06-11T16:12:50.152Z Compiling tokio-util v0.7.18
14582026-06-11T16:12:50.152Z Compiling want v0.3.1
14592026-06-11T16:12:50.152Z Compiling schemars_derive v0.8.22
14602026-06-11T16:12:50.209Z Compiling regex-automata v0.4.14
14612026-06-11T16:12:50.223Z Compiling pest_derive v2.8.6
14622026-06-11T16:12:50.624Z Compiling pkcs8 v0.10.2
14632026-06-11T16:12:50.851Z Compiling h2 v0.4.13
14642026-06-11T16:12:50.922Z Compiling ipnet v2.11.0
14652026-06-11T16:12:50.934Z Compiling scroll_derive v0.13.1
14662026-06-11T16:12:51.041Z Compiling darling_core v0.20.11
14672026-06-11T16:12:51.352Z Compiling pin-utils v0.1.0
14682026-06-11T16:12:51.424Z Compiling foreign-types-shared v0.1.1
14692026-06-11T16:12:51.428Z Compiling openssl v0.10.79
14702026-06-11T16:12:51.495Z Compiling httpdate v1.0.3
14712026-06-11T16:12:51.667Z Compiling foreign-types v0.3.2
14722026-06-11T16:12:51.752Z Compiling tempfile v3.25.0
14732026-06-11T16:12:51.758Z Compiling scroll v0.13.0
14742026-06-11T16:12:51.960Z Compiling unicode-normalization v0.1.25
14752026-06-11T16:12:52.089Z Compiling openssl-macros v0.1.1
14762026-06-11T16:12:52.392Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-11T16:12:52.412Z Compiling spin v0.9.8
14782026-06-11T16:12:52.464Z Compiling native-tls v0.2.18
14792026-06-11T16:12:52.631Z Compiling crc32fast v1.5.0
14802026-06-11T16:12:52.662Z Compiling num-conv v0.2.0
14812026-06-11T16:12:52.777Z Compiling time-core v0.1.8
14822026-06-11T16:12:52.795Z Compiling powerfmt v0.2.0
14832026-06-11T16:12:52.923Z Compiling time-macros v0.2.27
14842026-06-11T16:12:52.937Z Compiling deranged v0.5.8
14852026-06-11T16:12:53.400Z Compiling darling_macro v0.20.11
14862026-06-11T16:12:53.879Z Compiling hyper v1.8.1
14872026-06-11T16:12:53.897Z Compiling darling v0.20.11
14882026-06-11T16:12:53.966Z Compiling goblin v0.10.5
14892026-06-11T16:12:54.190Z Compiling rustls-native-certs v0.8.3
14902026-06-11T16:12:54.256Z Compiling sync_wrapper v1.0.2
14912026-06-11T16:12:54.270Z Compiling wait-timeout v0.2.1
14922026-06-11T16:12:55.256Z Compiling usdt-impl v0.6.0
14932026-06-11T16:12:55.281Z Compiling bit-vec v0.8.0
14942026-06-11T16:12:55.281Z Compiling num_threads v0.1.7
14952026-06-11T16:12:55.281Z Compiling syn v1.0.109
14962026-06-11T16:12:55.281Z Compiling quick-error v1.2.3
14972026-06-11T16:12:55.282Z Compiling hyper-util v0.1.20
14982026-06-11T16:12:55.282Z Compiling unicode-segmentation v1.12.0
14992026-06-11T16:12:55.282Z Compiling crossbeam-utils v0.8.21
15002026-06-11T16:12:55.282Z Compiling siphasher v1.0.2
15012026-06-11T16:12:55.297Z Compiling simd-adler32 v0.3.8
15022026-06-11T16:12:55.837Z Compiling rusty-fork v0.3.1
15032026-06-11T16:12:55.856Z Compiling bit-set v0.8.0
15042026-06-11T16:12:55.856Z Compiling time v0.3.47
15052026-06-11T16:12:55.856Z Compiling tower v0.5.3
15062026-06-11T16:12:55.856Z Compiling derive_builder_core v0.20.2
15072026-06-11T16:12:56.190Z Compiling dtrace-parser v0.3.0
15082026-06-11T16:12:56.349Z Compiling http-body-util v0.1.3
15092026-06-11T16:12:56.507Z Compiling webpki-roots v1.0.6
15102026-06-11T16:12:56.560Z Compiling signature v2.2.0
15112026-06-11T16:12:56.601Z Compiling scroll_derive v0.12.1
15122026-06-11T16:12:56.643Z Compiling thiserror-impl v1.0.69
15132026-06-11T16:12:56.739Z Compiling dof v0.4.0
15142026-06-11T16:12:56.925Z Compiling heapless v0.7.17
15152026-06-11T16:12:57.161Z Compiling rand_xorshift v0.4.0
15162026-06-11T16:12:57.232Z Compiling slog v2.8.2
15172026-06-11T16:12:57.247Z Compiling darling_core v0.21.3
15182026-06-11T16:12:57.317Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-11T16:12:57.413Z Compiling thread-id v5.1.0
15202026-06-11T16:12:57.497Z Compiling cookie v0.18.1
15212026-06-11T16:12:57.585Z Compiling unarray v0.1.4
15222026-06-11T16:12:57.673Z Compiling unicode-bidi v0.3.18
15232026-06-11T16:12:57.694Z Compiling anyhow v1.0.102
15242026-06-11T16:12:57.868Z Compiling allocator-api2 v0.2.21
15252026-06-11T16:12:57.881Z Compiling unicode-properties v0.1.4
15262026-06-11T16:12:57.997Z Compiling paste v1.0.15
15272026-06-11T16:12:58.084Z Compiling iri-string v0.7.10
15282026-06-11T16:12:58.188Z Compiling zstd-safe v7.2.4
15292026-06-11T16:12:58.205Z Compiling signal-hook v0.3.18
15302026-06-11T16:12:58.237Z Compiling adler2 v2.0.1
15312026-06-11T16:12:58.252Z Compiling ryu v1.0.23
15322026-06-11T16:12:58.363Z Compiling miniz_oxide v0.8.9
15332026-06-11T16:12:58.377Z Compiling serde_urlencoded v0.7.1
15342026-06-11T16:12:58.424Z Compiling stringprep v0.1.5
15352026-06-11T16:12:58.627Z Compiling thiserror v1.0.69
15362026-06-11T16:12:58.701Z Compiling proptest v1.11.0
15372026-06-11T16:12:58.973Z Compiling scroll v0.12.0
15382026-06-11T16:12:59.234Z Compiling tower-http v0.6.8
15392026-06-11T16:12:59.475Z Compiling derive_builder_macro v0.20.2
15402026-06-11T16:12:59.554Z Compiling tokio-native-tls v0.3.1
15412026-06-11T16:12:59.717Z Compiling heck v0.4.1
15422026-06-11T16:12:59.771Z Compiling darling_macro v0.21.3
15432026-06-11T16:12:59.913Z Compiling ipnetwork v0.21.1
15442026-06-11T16:12:59.927Z Compiling bstr v1.12.1
15452026-06-11T16:12:59.939Z Compiling rand_chacha v0.3.1
15462026-06-11T16:13:00.171Z Compiling serde_tokenstream v0.2.3
15472026-06-11T16:13:00.242Z Compiling toml_datetime v0.6.11
15482026-06-11T16:13:00.303Z Compiling erased-serde v0.3.31
15492026-06-11T16:13:00.487Z Compiling serde_spanned v0.6.9
15502026-06-11T16:13:00.505Z Compiling md-5 v0.10.6
15512026-06-11T16:13:00.585Z Compiling async-trait v0.1.89
15522026-06-11T16:13:00.628Z Compiling pin-project-internal v1.1.11
15532026-06-11T16:13:00.665Z Compiling zerocopy-derive v0.7.35
15542026-06-11T16:13:00.738Z Compiling curve25519-dalek v4.1.3
15552026-06-11T16:13:00.795Z Compiling vergen-lib v9.1.0
15562026-06-11T16:13:00.972Z Compiling num-integer v0.1.46
15572026-06-11T16:13:01.064Z Compiling hash32 v0.2.1
15582026-06-11T16:13:01.256Z Compiling ff v0.13.1
15592026-06-11T16:13:01.292Z Compiling memoffset v0.9.1
15602026-06-11T16:13:01.395Z Compiling encoding_rs v0.8.35
15612026-06-11T16:13:01.500Z Compiling fallible-iterator v0.2.0
15622026-06-11T16:13:01.530Z Compiling num-bigint-dig v0.8.6
15632026-06-11T16:13:01.618Z Compiling mime v0.3.17
15642026-06-11T16:13:01.714Z Compiling ref-cast v1.0.25
15652026-06-11T16:13:01.729Z Compiling zlib-rs v0.6.2
15662026-06-11T16:13:01.816Z Compiling psl-types v2.0.11
15672026-06-11T16:13:01.874Z Compiling rustix v0.38.44
15682026-06-11T16:13:01.931Z Compiling litrs v1.0.0
15692026-06-11T16:13:02.014Z Compiling cfg_aliases v0.2.1
15702026-06-11T16:13:02.090Z Compiling smoltcp v0.9.1
15712026-06-11T16:13:02.209Z Compiling base16ct v0.2.0
15722026-06-11T16:13:02.392Z Compiling sec1 v0.7.3
15732026-06-11T16:13:02.434Z Compiling document-features v0.2.12
15742026-06-11T16:13:02.543Z Compiling nix v0.31.2
15752026-06-11T16:13:02.713Z Compiling publicsuffix v2.3.0
15762026-06-11T16:13:02.884Z Compiling postgres-protocol v0.6.10
15772026-06-11T16:13:02.897Z Compiling pin-project v1.1.11
15782026-06-11T16:13:02.924Z Compiling zerocopy v0.7.35
15792026-06-11T16:13:03.005Z Compiling group v0.13.0
15802026-06-11T16:13:03.190Z Compiling num-iter v0.1.45
15812026-06-11T16:13:03.391Z Compiling newtype-uuid v1.3.2
15822026-06-11T16:13:03.472Z Compiling darling v0.21.3
15832026-06-11T16:13:03.499Z Compiling hubpack_derive v0.1.1
15842026-06-11T16:13:03.551Z Compiling rand v0.8.6
15852026-06-11T16:13:03.564Z Compiling oxnet v0.1.5
15862026-06-11T16:13:03.724Z Compiling snafu-derive v0.8.9
15872026-06-11T16:13:03.810Z Compiling derive_builder v0.20.2
15882026-06-11T16:13:03.936Z Compiling hyper-tls v0.6.0
15892026-06-11T16:13:04.055Z Compiling goblin v0.8.2
15902026-06-11T16:13:04.582Z Compiling flate2 v1.1.9
15912026-06-11T16:13:04.919Z Compiling phf_shared v0.13.1
15922026-06-11T16:13:04.933Z Compiling lazy_static v1.5.0
15932026-06-11T16:13:05.000Z Compiling regex v1.12.3
15942026-06-11T16:13:05.014Z Compiling anstyle-parse v0.2.7
15952026-06-11T16:13:05.026Z Compiling strum_macros v0.27.2
15962026-06-11T16:13:05.163Z Compiling futures-executor v0.3.32
15972026-06-11T16:13:05.195Z Compiling hex v0.4.3
15982026-06-11T16:13:05.421Z Compiling hkdf v0.12.4
15992026-06-11T16:13:05.436Z Compiling crypto-bigint v0.5.5
16002026-06-11T16:13:05.463Z Compiling daft-derive v0.1.7
16012026-06-11T16:13:05.587Z Compiling ref-cast-impl v1.0.25
16022026-06-11T16:13:05.649Z Compiling curve25519-dalek-derive v0.1.1
16032026-06-11T16:13:06.120Z Compiling terminal_size v0.4.3
16042026-06-11T16:13:06.188Z Compiling vergen v9.1.0
16052026-06-11T16:13:06.262Z Compiling fs-err v3.3.0
16062026-06-11T16:13:06.280Z Compiling cargo-platform v0.3.2
16072026-06-11T16:13:06.367Z Compiling ahash v0.8.12
16082026-06-11T16:13:06.449Z Compiling foldhash v0.2.0
16092026-06-11T16:13:06.550Z Compiling winnow v0.5.40
16102026-06-11T16:13:06.566Z Compiling foldhash v0.1.5
16112026-06-11T16:13:06.670Z Compiling bitflags v1.3.2
16122026-06-11T16:13:06.737Z Compiling libbz2-rs-sys v0.2.2
16132026-06-11T16:13:06.751Z Compiling managed v0.8.0
16142026-06-11T16:13:06.962Z Compiling bumpalo v3.20.2
16152026-06-11T16:13:06.986Z Compiling object v0.37.3
16162026-06-11T16:13:07.210Z Compiling same-file v1.0.6
16172026-06-11T16:13:07.300Z Compiling bzip2 v0.6.1
16182026-06-11T16:13:07.374Z Compiling walkdir v2.5.0
16192026-06-11T16:13:07.415Z Compiling zopfli v0.8.3
16202026-06-11T16:13:07.509Z Compiling clap_builder v4.6.0
16212026-06-11T16:13:07.549Z Compiling strum v0.27.2
16222026-06-11T16:13:07.680Z Compiling hashbrown v0.15.5
16232026-06-11T16:13:07.694Z Compiling hashbrown v0.16.1
16242026-06-11T16:13:07.960Z Compiling toml_edit v0.19.15
16252026-06-11T16:13:08.219Z Compiling cargo_metadata v0.23.1
16262026-06-11T16:13:08.251Z Compiling elliptic-curve v0.13.8
16272026-06-11T16:13:08.264Z Compiling dof v0.3.0
16282026-06-11T16:13:08.641Z Compiling daft v0.1.7
16292026-06-11T16:13:08.982Z Compiling snafu v0.8.9
16302026-06-11T16:13:09.019Z Compiling futures v0.3.32
16312026-06-11T16:13:09.101Z Compiling anstream v0.6.21
16322026-06-11T16:13:09.335Z Compiling phf v0.13.1
16332026-06-11T16:13:09.518Z Compiling signal-hook-mio v0.2.5
16342026-06-11T16:13:09.569Z Compiling cookie_store v0.22.1
16352026-06-11T16:13:09.725Z Compiling zstd v0.13.3
16362026-06-11T16:13:09.990Z Compiling bzip2 v0.4.4
16372026-06-11T16:13:10.005Z Compiling hubpack v0.1.2
16382026-06-11T16:13:10.202Z Compiling serde_with_macros v3.17.0
16392026-06-11T16:13:10.222Z Compiling postgres-types v0.2.12
16402026-06-11T16:13:10.535Z Compiling usdt-attr-macro v0.6.0
16412026-06-11T16:13:10.639Z Compiling usdt-macro v0.6.0
16422026-06-11T16:13:10.795Z Compiling globset v0.4.18
16432026-06-11T16:13:11.314Z Compiling dtrace-parser v0.2.0
16442026-06-11T16:13:11.329Z Compiling ed25519 v2.2.3
16452026-06-11T16:13:11.374Z Compiling phf_shared v0.11.3
16462026-06-11T16:13:11.423Z Compiling olpc-cjson v0.1.4
16472026-06-11T16:13:11.428Z Compiling pkcs1 v0.7.5
16482026-06-11T16:13:11.460Z Compiling strum_macros v0.26.4
16492026-06-11T16:13:11.550Z Compiling enum-as-inner v0.6.1
16502026-06-11T16:13:11.580Z Compiling clap_derive v4.6.1
16512026-06-11T16:13:11.811Z Compiling serde-big-array v0.5.1
16522026-06-11T16:13:11.958Z Compiling serde_plain v1.0.2
16532026-06-11T16:13:12.048Z Compiling rfc6979 v0.4.0
16542026-06-11T16:13:12.063Z Compiling pem v3.0.6
16552026-06-11T16:13:12.152Z Compiling async-recursion v1.1.1
16562026-06-11T16:13:12.168Z Compiling serde_repr v0.1.20
16572026-06-11T16:13:12.230Z Compiling float-cmp v0.10.0
16582026-06-11T16:13:12.379Z Compiling thread-id v4.2.2
16592026-06-11T16:13:12.392Z Compiling memmap2 v0.9.10
16602026-06-11T16:13:12.467Z Compiling env_filter v1.0.0
16612026-06-11T16:13:12.602Z Compiling predicates-core v1.0.10
16622026-06-11T16:13:12.688Z Compiling fixedbitset v0.5.7
16632026-06-11T16:13:12.765Z Compiling static_assertions v1.1.0
16642026-06-11T16:13:12.780Z Compiling either v1.15.0
16652026-06-11T16:13:12.795Z Compiling jiff v0.2.21
16662026-06-11T16:13:12.841Z Compiling whoami v2.1.0
16672026-06-11T16:13:12.982Z Compiling fixedbitset v0.4.2
16682026-06-11T16:13:12.985Z Compiling data-encoding v2.10.0
16692026-06-11T16:13:13.200Z Compiling keccak v0.1.6
16702026-06-11T16:13:13.213Z Compiling new_debug_unreachable v1.0.6
16712026-06-11T16:13:13.224Z Compiling precomputed-hash v0.1.1
16722026-06-11T16:13:13.281Z Compiling difflib v0.4.0
16732026-06-11T16:13:13.311Z Compiling typed-path v0.9.3
16742026-06-11T16:13:13.349Z Compiling normalize-line-endings v0.3.0
16752026-06-11T16:13:13.445Z Compiling clap v4.6.1
16762026-06-11T16:13:13.530Z Compiling predicates v3.1.4
16772026-06-11T16:13:13.680Z Compiling sha3 v0.10.8
16782026-06-11T16:13:13.835Z Compiling string_cache v0.8.9
16792026-06-11T16:13:14.006Z Compiling hickory-proto v0.25.2
16802026-06-11T16:13:14.059Z Compiling strum v0.26.3
16812026-06-11T16:13:14.134Z Compiling petgraph v0.6.5
16822026-06-11T16:13:14.179Z Compiling tokio-postgres v0.7.16
16832026-06-11T16:13:14.193Z Compiling itertools v0.13.0
16842026-06-11T16:13:14.523Z Compiling petgraph v0.8.3
16852026-06-11T16:13:15.069Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-06-11T16:13:15.502Z Compiling zip v4.6.1
16872026-06-11T16:13:15.656Z Compiling toml_edit v0.22.27
16882026-06-11T16:13:16.433Z Compiling env_logger v0.11.9
16892026-06-11T16:13:16.473Z Compiling usdt v0.6.0
16902026-06-11T16:13:16.473Z Compiling usdt-impl v0.5.0
16912026-06-11T16:13:16.727Z Compiling ecdsa v0.16.9
16922026-06-11T16:13:16.783Z Compiling rsa v0.9.10
16932026-06-11T16:13:17.015Z Compiling ed25519-dalek v2.2.0
16942026-06-11T16:13:17.063Z Compiling serde_with v3.17.0
16952026-06-11T16:13:17.111Z Compiling crossterm v0.28.1
16962026-06-11T16:13:17.901Z Compiling zip v0.6.6
16972026-06-11T16:13:18.415Z Compiling toml v0.7.8
16982026-06-11T16:13:18.472Z Compiling iddqd v0.4.2
16992026-06-11T16:13:19.004Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-11T16:13:19.018Z Compiling similar v2.7.0
17012026-06-11T16:13:19.164Z Compiling crossbeam-epoch v0.9.18
17022026-06-11T16:13:19.187Z Compiling tokio-stream v0.1.18
17032026-06-11T16:13:19.509Z Compiling buf-list v1.1.2
17042026-06-11T16:13:19.666Z Compiling x509-cert v0.2.5
17052026-06-11T16:13:19.687Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-11T16:13:19.749Z Compiling openapiv3 v2.2.0
17072026-06-11T16:13:19.791Z Compiling sha1 v0.10.6
17082026-06-11T16:13:19.890Z Compiling lalrpop-util v0.19.12
17092026-06-11T16:13:19.997Z Compiling peg-runtime v0.8.5
17102026-06-11T16:13:20.014Z Compiling thread_local v1.1.9
17112026-06-11T16:13:20.083Z Compiling slog-async v2.8.0
17122026-06-11T16:13:20.166Z Compiling crossbeam-channel v0.5.15
17132026-06-11T16:13:20.263Z Compiling is-terminal v0.4.17
17142026-06-11T16:13:20.276Z Compiling filetime v0.2.27
17152026-06-11T16:13:20.362Z Compiling term v1.2.1
17162026-06-11T16:13:20.395Z Compiling xattr v1.6.1
17172026-06-11T16:13:20.449Z Compiling take_mut v0.2.2
17182026-06-11T16:13:20.572Z Compiling tar v0.4.45
17192026-06-11T16:13:20.938Z Compiling slog-term v2.9.2
17202026-06-11T16:13:30.731Z Compiling rustls-webpki v0.103.9
17212026-06-11T16:13:33.524Z Compiling tokio-rustls v0.26.4
17222026-06-11T16:13:33.524Z Compiling rustls-platform-verifier v0.6.2
17232026-06-11T16:13:33.728Z Compiling hyper-rustls v0.27.7
17242026-06-11T16:13:33.926Z Compiling reqwest v0.12.28
17252026-06-11T16:13:33.939Z Compiling reqwest v0.13.2
17262026-06-11T16:13:35.198Z Compiling tough v0.22.0
17272026-06-11T16:13:37.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-11T16:13:37.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-11T16:13:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17302026-06-11T16:13:40.987Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-06-11T16:13:41.039ZJun 11 16:13:39.654 INFO Starting download, target: Clickhouse
17322026-06-11T16:13:41.039ZJun 11 16:13:39.655 INFO Starting download, target: Console
17332026-06-11T16:13:41.039ZJun 11 16:13:39.655 INFO Starting download, target: Cockroach
17342026-06-11T16:13:41.039ZJun 11 16:13:39.655 INFO Starting download, target: DendriteStub
17352026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Starting download, target: MaghemiteMgd
17362026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Starting download, target: MaghemiteDdmd
17372026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Starting download, target: TransceiverControl
17382026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-06-11T16:13:41.043ZJun 11 16:13:39.655 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-11T16:13:41.044ZJun 11 16:13:39.655 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-06-11T16:13:41.044ZJun 11 16:13:39.655 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-06-11T16:13:41.044ZJun 11 16:13:39.655 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-11T16:13:41.375ZJun 11 16:13:39.989 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-06-11T16:13:41.608ZJun 11 16:13:40.210 INFO Download complete, target: TransceiverControl
17472026-06-11T16:13:42.215ZJun 11 16:13:40.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-11T16:13:42.464ZJun 11 16:13:41.056 INFO Download complete, target: Console
17492026-06-11T16:13:43.445ZJun 11 16:13:42.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-06-11T16:13:44.005ZJun 11 16:13:42.589 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-06-11T16:13:44.059ZJun 11 16:13:42.610 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-06-11T16:13:44.214ZJun 11 16:13:42.791 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-11T16:13:45.366ZJun 11 16:13:43.981 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-11T16:13:45.367ZJun 11 16:13:43.981 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-11T16:13:46.076ZJun 11 16:13:44.690 INFO Download complete, target: MaghemiteDdmd
17562026-06-11T16:13:46.652ZJun 11 16:13:45.267 INFO Download complete, target: DendriteStub
17572026-06-11T16:13:46.741ZJun 11 16:13:45.353 INFO Download complete, target: MaghemiteMgd
17582026-06-11T16:13:50.188ZJun 11 16:13:48.802 INFO Checking that binary works, target: Cockroach
17592026-06-11T16:13:50.300ZJun 11 16:13:48.915 INFO Download complete, target: Cockroach
17602026-06-11T16:13:50.524ZJun 11 16:13:49.139 INFO Checking that binary works, target: Clickhouse
17612026-06-11T16:13:50.619ZJun 11 16:13:49.234 INFO Download complete, target: Clickhouse
17622026-06-11T16:13:50.635ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-11T16:13:50.651Z
17642026-06-11T16:13:50.651Zreal 2:23.009361199
17652026-06-11T16:13:50.651Zuser 7:00.252600853
17662026-06-11T16:13:50.651Zsys 1:22.922722042
17672026-06-11T16:13:50.651Ztrap 0.236528040
17682026-06-11T16:13:50.651Ztflt 0.692167818
17692026-06-11T16:13:50.651Zdflt 0.602659932
17702026-06-11T16:13:50.651Zkflt 0.023647783
17712026-06-11T16:13:50.651Zlock 21:56.517210207
17722026-06-11T16:13:50.651Zslp 21:37.510172387
17732026-06-11T16:13:50.651Zlat 43.548527069
17742026-06-11T16:13:50.651Zstop 1:53.993424250
17752026-06-11T16:13:50.651Z+ banner hack-check
17762026-06-11T16:13:50.651Z
17772026-06-11T16:13:50.651Z # # ## #### # # #### # # ###### #### # #
17782026-06-11T16:13:50.651Z # # # # # # # # # # # # # # # # #
17792026-06-11T16:13:50.651Z ###### # # # #### ##### # ###### ##### # ####
17802026-06-11T16:13:50.651Z # # ###### # # # # # # # # # #
17812026-06-11T16:13:50.652Z # # # # # # # # # # # # # # # # #
17822026-06-11T16:13:50.652Z # # # # #### # # #### # # ###### #### # #
17832026-06-11T16:13:50.652Z
17842026-06-11T16:13:50.652Z+ export CARGO_INCREMENTAL=0
17852026-06-11T16:13:50.652Z+ CARGO_INCREMENTAL=0
17862026-06-11T16:13:50.652Z+ ptime -m timeout 2h cargo xtask check-features --ci
17872026-06-11T16:13:51.163Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-06-11T16:13:51.398Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-06-11T16:13:53.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17902026-06-11T16:13:53.311Z Running `target/debug/xtask check-features --ci`
17912026-06-11T16:13:53.346Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17922026-06-11T16:13:53.346Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17932026-06-11T16:13:53.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17942026-06-11T16:13:53.868Z Running `target/debug/xtask download cargo-hack`
17952026-06-11T16:13:54.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17962026-06-11T16:13:54.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17972026-06-11T16:13:57.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
17982026-06-11T16:13:57.692Z Running `target/debug/xtask-downloader cargo-hack`
17992026-06-11T16:13:57.730ZJun 11 16:13:56.335 INFO Starting download, target: CargoHack
18002026-06-11T16:13:57.766ZJun 11 16:13:56.336 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18012026-06-11T16:13:58.138ZJun 11 16:13:56.753 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18022026-06-11T16:13:58.189ZJun 11 16:13:56.803 INFO Download complete, target: CargoHack
18032026-06-11T16:13:58.192Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18042026-06-11T16:13:58.204Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18052026-06-11T16:13:58.359Zinfo: running `cargo check --bins` on api_identity (1/297)
18062026-06-11T16:13:58.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-11T16:13:58.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-11T16:13:58.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-11T16:13:58.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-06-11T16:13:58.937Z
18112026-06-11T16:13:58.937Zinfo: running `cargo check --bins` on bootstore (2/297)
18122026-06-11T16:13:59.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-11T16:13:59.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-11T16:13:59.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-11T16:13:59.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-06-11T16:13:59.517Z
18172026-06-11T16:13:59.518Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18182026-06-11T16:14:00.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-11T16:14:00.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-11T16:14:00.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-11T16:14:00.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-06-11T16:14:00.090Z
18232026-06-11T16:14:00.090Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18242026-06-11T16:14:00.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-11T16:14:00.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-11T16:14:00.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-11T16:14:00.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-06-11T16:14:00.673Z
18292026-06-11T16:14:00.673Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18302026-06-11T16:14:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-11T16:14:01.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-11T16:14:01.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-11T16:14:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-06-11T16:14:01.256Z
18352026-06-11T16:14:01.256Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18362026-06-11T16:14:01.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-11T16:14:01.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-11T16:14:01.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-11T16:14:01.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-06-11T16:14:01.857Z
18412026-06-11T16:14:01.857Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18422026-06-11T16:14:02.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-11T16:14:02.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-11T16:14:02.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-11T16:14:02.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-06-11T16:14:02.453Z
18472026-06-11T16:14:02.453Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18482026-06-11T16:14:02.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-11T16:14:02.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-11T16:14:02.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-11T16:14:02.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18522026-06-11T16:14:03.045Z
18532026-06-11T16:14:03.045Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18542026-06-11T16:14:03.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-11T16:14:03.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-11T16:14:03.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-11T16:14:03.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-06-11T16:14:03.522Z
18592026-06-11T16:14:03.522Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18602026-06-11T16:14:03.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-11T16:14:03.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-11T16:14:03.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-11T16:14:03.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-06-11T16:14:03.980Z
18652026-06-11T16:14:03.980Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18662026-06-11T16:14:04.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-11T16:14:04.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-11T16:14:04.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-11T16:14:04.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-06-11T16:14:04.443Z
18712026-06-11T16:14:04.443Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18722026-06-11T16:14:04.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-11T16:14:04.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-11T16:14:04.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-11T16:14:04.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-06-11T16:14:04.906Z
18772026-06-11T16:14:04.906Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18782026-06-11T16:14:05.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-11T16:14:05.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-11T16:14:05.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-11T16:14:05.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-06-11T16:14:05.378Z
18832026-06-11T16:14:05.378Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18842026-06-11T16:14:05.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-11T16:14:05.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-11T16:14:05.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-11T16:14:05.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-06-11T16:14:05.837Z
18892026-06-11T16:14:05.837Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18902026-06-11T16:14:06.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-11T16:14:06.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-11T16:14:06.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-11T16:14:06.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-06-11T16:14:06.296Z
18952026-06-11T16:14:06.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18962026-06-11T16:14:06.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-11T16:14:06.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-11T16:14:06.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-11T16:14:06.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-06-11T16:14:06.762Z
19012026-06-11T16:14:06.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
19022026-06-11T16:14:07.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-11T16:14:07.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-11T16:14:07.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-11T16:14:07.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-06-11T16:14:07.228Z
19072026-06-11T16:14:07.228Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19082026-06-11T16:14:07.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-11T16:14:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-11T16:14:07.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-11T16:14:07.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-06-11T16:14:07.695Z
19132026-06-11T16:14:07.695Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19142026-06-11T16:14:08.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-11T16:14:08.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-11T16:14:08.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-11T16:14:08.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-06-11T16:14:08.160Z
19192026-06-11T16:14:08.160Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19202026-06-11T16:14:08.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-11T16:14:08.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-11T16:14:08.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-11T16:14:08.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-06-11T16:14:08.623Z
19252026-06-11T16:14:08.623Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19262026-06-11T16:14:09.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-11T16:14:09.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-11T16:14:09.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-11T16:14:09.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-06-11T16:14:09.090Z
19312026-06-11T16:14:09.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19322026-06-11T16:14:09.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-11T16:14:09.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-11T16:14:09.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-11T16:14:09.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-06-11T16:14:09.557Z
19372026-06-11T16:14:09.557Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19382026-06-11T16:14:09.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-11T16:14:09.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-11T16:14:09.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-11T16:14:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-06-11T16:14:10.024Z
19432026-06-11T16:14:10.024Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19442026-06-11T16:14:10.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-11T16:14:10.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-11T16:14:10.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-11T16:14:10.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-06-11T16:14:10.492Z
19492026-06-11T16:14:10.492Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19502026-06-11T16:14:10.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-11T16:14:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-11T16:14:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-11T16:14:10.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-06-11T16:14:10.960Z
19552026-06-11T16:14:10.960Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19562026-06-11T16:14:11.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-11T16:14:11.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-11T16:14:11.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-11T16:14:11.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-06-11T16:14:11.430Z
19612026-06-11T16:14:11.430Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19622026-06-11T16:14:11.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-11T16:14:11.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-11T16:14:11.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-11T16:14:11.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-06-11T16:14:11.932Z
19672026-06-11T16:14:11.932Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19682026-06-11T16:14:12.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-11T16:14:12.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-11T16:14:12.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-11T16:14:12.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-06-11T16:14:12.372Z
19732026-06-11T16:14:12.372Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19742026-06-11T16:14:12.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-11T16:14:12.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-11T16:14:12.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-11T16:14:12.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-06-11T16:14:12.881Z
19792026-06-11T16:14:12.881Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19802026-06-11T16:14:13.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-11T16:14:13.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-11T16:14:13.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-11T16:14:13.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-06-11T16:14:13.342Z
19852026-06-11T16:14:13.342Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19862026-06-11T16:14:13.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-11T16:14:13.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-11T16:14:13.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-11T16:14:13.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-06-11T16:14:13.780Z
19912026-06-11T16:14:13.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19922026-06-11T16:14:14.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-11T16:14:14.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-11T16:14:14.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-11T16:14:14.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-06-11T16:14:14.239Z
19972026-06-11T16:14:14.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19982026-06-11T16:14:14.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-11T16:14:14.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-11T16:14:14.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-11T16:14:14.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-06-11T16:14:14.714Z
20032026-06-11T16:14:14.714Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
20042026-06-11T16:14:15.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-11T16:14:15.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-11T16:14:15.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-11T16:14:15.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-06-11T16:14:15.170Z
20092026-06-11T16:14:15.170Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20102026-06-11T16:14:15.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-11T16:14:15.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-11T16:14:15.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-11T16:14:15.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-06-11T16:14:15.636Z
20152026-06-11T16:14:15.636Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20162026-06-11T16:14:16.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-11T16:14:16.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-11T16:14:16.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-11T16:14:16.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-06-11T16:14:16.096Z
20212026-06-11T16:14:16.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20222026-06-11T16:14:16.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-11T16:14:16.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-11T16:14:16.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-11T16:14:16.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-06-11T16:14:16.568Z
20272026-06-11T16:14:16.568Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20282026-06-11T16:14:16.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-11T16:14:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-11T16:14:16.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-11T16:14:16.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-06-11T16:14:17.029Z
20332026-06-11T16:14:17.029Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20342026-06-11T16:14:17.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-11T16:14:17.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-11T16:14:17.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-11T16:14:17.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-06-11T16:14:17.525Z
20392026-06-11T16:14:17.525Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20402026-06-11T16:14:17.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-11T16:14:17.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-11T16:14:17.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-11T16:14:17.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-06-11T16:14:17.988Z
20452026-06-11T16:14:17.988Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20462026-06-11T16:14:18.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-11T16:14:18.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-11T16:14:18.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-11T16:14:18.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-06-11T16:14:18.428Z
20512026-06-11T16:14:18.428Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20522026-06-11T16:14:18.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-11T16:14:18.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-11T16:14:18.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-11T16:14:18.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-06-11T16:14:18.919Z
20572026-06-11T16:14:18.919Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20582026-06-11T16:14:19.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-11T16:14:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-11T16:14:19.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-11T16:14:19.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-06-11T16:14:19.363Z
20632026-06-11T16:14:19.363Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20642026-06-11T16:14:19.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-11T16:14:19.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-11T16:14:19.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-11T16:14:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-06-11T16:14:19.829Z
20692026-06-11T16:14:19.829Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20702026-06-11T16:14:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-11T16:14:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-11T16:14:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-11T16:14:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-06-11T16:14:23.492Z
20752026-06-11T16:14:23.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20762026-06-11T16:14:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-11T16:14:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-11T16:14:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-11T16:14:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-06-11T16:14:23.492Z
20812026-06-11T16:14:23.492Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20822026-06-11T16:14:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-11T16:14:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-11T16:14:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-11T16:14:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-06-11T16:14:23.492Z
20872026-06-11T16:14:23.492Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20882026-06-11T16:14:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-11T16:14:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-11T16:14:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-11T16:14:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-06-11T16:14:23.492Z
20932026-06-11T16:14:23.492Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20942026-06-11T16:14:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-11T16:14:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-11T16:14:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-11T16:14:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982026-06-11T16:14:23.517Z
20992026-06-11T16:14:23.517Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
21002026-06-11T16:14:23.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-11T16:14:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-11T16:14:23.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-11T16:14:23.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-06-11T16:14:23.518Z
21052026-06-11T16:14:23.518Zinfo: running `cargo check --bins` on nexus-config (51/297)
21062026-06-11T16:14:23.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-11T16:14:23.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-11T16:14:23.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-11T16:14:23.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-06-11T16:14:23.599Z
21112026-06-11T16:14:23.599Zinfo: running `cargo check --bins` on nexus-types (52/297)
21122026-06-11T16:14:24.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-11T16:14:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-11T16:14:24.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-11T16:14:24.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-06-11T16:14:24.240Z
21172026-06-11T16:14:24.240Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21182026-06-11T16:14:24.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-11T16:14:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-11T16:14:24.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-11T16:14:24.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21222026-06-11T16:14:24.826Z
21232026-06-11T16:14:24.826Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21242026-06-11T16:14:25.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-11T16:14:25.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-11T16:14:25.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-11T16:14:25.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21282026-06-11T16:14:25.407Z
21292026-06-11T16:14:25.407Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21302026-06-11T16:14:25.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-11T16:14:25.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-11T16:14:25.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-11T16:14:25.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-06-11T16:14:26.006Z
21352026-06-11T16:14:26.006Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21362026-06-11T16:14:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-11T16:14:26.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-11T16:14:26.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-11T16:14:26.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-06-11T16:14:26.615Z
21412026-06-11T16:14:26.615Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21422026-06-11T16:14:27.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-11T16:14:27.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-11T16:14:27.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-11T16:14:27.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21462026-06-11T16:14:27.220Z
21472026-06-11T16:14:27.220Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21482026-06-11T16:14:27.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-11T16:14:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-11T16:14:27.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-11T16:14:27.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-06-11T16:14:27.830Z
21532026-06-11T16:14:27.830Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21542026-06-11T16:14:28.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-11T16:14:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-11T16:14:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-11T16:14:28.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21582026-06-11T16:14:28.411Z
21592026-06-11T16:14:28.411Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21602026-06-11T16:14:28.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-11T16:14:28.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-11T16:14:28.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-11T16:14:28.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21642026-06-11T16:14:28.998Z
21652026-06-11T16:14:28.998Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21662026-06-11T16:14:29.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-11T16:14:29.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-11T16:14:29.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-11T16:14:29.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-06-11T16:14:29.581Z
21712026-06-11T16:14:29.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21722026-06-11T16:14:30.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-11T16:14:30.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-11T16:14:30.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-11T16:14:30.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-06-11T16:14:30.162Z
21772026-06-11T16:14:30.162Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21782026-06-11T16:14:30.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-11T16:14:30.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-11T16:14:30.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-11T16:14:30.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-06-11T16:14:30.761Z
21832026-06-11T16:14:30.761Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21842026-06-11T16:14:31.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-11T16:14:31.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-11T16:14:31.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-11T16:14:31.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21882026-06-11T16:14:31.361Z
21892026-06-11T16:14:31.361Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21902026-06-11T16:14:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-11T16:14:31.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-11T16:14:31.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-11T16:14:31.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-06-11T16:14:31.941Z
21952026-06-11T16:14:31.941Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21962026-06-11T16:14:32.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-11T16:14:32.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-11T16:14:32.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-11T16:14:32.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-06-11T16:14:32.522Z
22012026-06-11T16:14:32.522Zinfo: running `cargo check --bins` on ereport-types (67/297)
22022026-06-11T16:14:33.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-11T16:14:33.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-11T16:14:33.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-11T16:14:33.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-06-11T16:14:33.113Z
22072026-06-11T16:14:33.114Zinfo: running `cargo check --bins` on gateway-client (68/297)
22082026-06-11T16:14:33.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-11T16:14:33.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-11T16:14:33.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-11T16:14:33.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-06-11T16:14:33.709Z
22132026-06-11T16:14:33.709Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22142026-06-11T16:14:34.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-11T16:14:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-11T16:14:34.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-11T16:14:34.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-06-11T16:14:34.298Z
22192026-06-11T16:14:34.298Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22202026-06-11T16:14:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-11T16:14:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-11T16:14:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-11T16:14:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-06-11T16:14:34.884Z
22252026-06-11T16:14:34.884Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22262026-06-11T16:14:35.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-11T16:14:35.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-11T16:14:35.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-11T16:14:35.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-06-11T16:14:35.474Z
22312026-06-11T16:14:35.474Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22322026-06-11T16:14:35.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-11T16:14:35.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-11T16:14:35.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-11T16:14:35.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-06-11T16:14:36.067Z
22372026-06-11T16:14:36.067Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22382026-06-11T16:14:36.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-11T16:14:36.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-11T16:14:36.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-11T16:14:36.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-06-11T16:14:36.681Z
22432026-06-11T16:14:36.681Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22442026-06-11T16:14:37.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-11T16:14:37.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-11T16:14:37.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-11T16:14:37.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22482026-06-11T16:14:37.293Z
22492026-06-11T16:14:37.293Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22502026-06-11T16:14:37.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-11T16:14:37.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-11T16:14:37.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-06-11T16:14:37.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22542026-06-11T16:14:37.882Z
22552026-06-11T16:14:37.882Zinfo: running `cargo check --bins` on oxlog (76/297)
22562026-06-11T16:14:38.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-06-11T16:14:38.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-06-11T16:14:38.495Z Checking cfg-if v1.0.4
22592026-06-11T16:14:38.498Z Checking libc v0.2.185
22602026-06-11T16:14:38.499Z Checking serde_core v1.0.228
22612026-06-11T16:14:38.613Z Checking zeroize v1.8.2
22622026-06-11T16:14:38.621Z Checking memchr v2.8.0
22632026-06-11T16:14:38.629Z Checking log v0.4.29
22642026-06-11T16:14:38.638Z Checking smallvec v1.15.1
22652026-06-11T16:14:38.649Z Checking typenum v1.19.0
22662026-06-11T16:14:38.658Z Checking subtle v2.6.1
22672026-06-11T16:14:38.750Z Checking itoa v1.0.17
22682026-06-11T16:14:38.782Z Checking scopeguard v1.2.0
22692026-06-11T16:14:38.802Z Checking stable_deref_trait v1.2.1
22702026-06-11T16:14:38.814Z Checking const-oid v0.9.6
22712026-06-11T16:14:38.876Z Checking zerofrom v0.1.6
22722026-06-11T16:14:38.888Z Checking lock_api v0.4.14
22732026-06-11T16:14:38.900Z Checking pin-project-lite v0.2.17
22742026-06-11T16:14:38.986Z Checking yoke v0.8.1
22752026-06-11T16:14:39.001Z Checking getrandom v0.2.17
22762026-06-11T16:14:39.001Z Checking errno v0.3.14
22772026-06-11T16:14:39.004Z Checking parking_lot_core v0.9.12
22782026-06-11T16:14:39.083Z Checking portable-atomic v1.13.1
22792026-06-11T16:14:39.129Z Checking signal-hook-registry v1.4.8
22802026-06-11T16:14:39.141Z Checking rand_core v0.6.4
22812026-06-11T16:14:39.151Z Checking zerovec v0.11.5
22822026-06-11T16:14:39.170Z Checking generic-array v0.14.7
22832026-06-11T16:14:39.184Z Checking critical-section v1.2.0
22842026-06-11T16:14:39.282Z Checking futures-core v0.3.32
22852026-06-11T16:14:39.285Z Checking parking_lot v0.12.5
22862026-06-11T16:14:39.305Z Checking mio v1.2.0
22872026-06-11T16:14:39.405Z Checking zerocopy v0.8.40
22882026-06-11T16:14:39.475Z Checking once_cell v1.21.3
22892026-06-11T16:14:39.482Z Checking zmij v1.0.21
22902026-06-11T16:14:39.497Z Checking socket2 v0.6.3
22912026-06-11T16:14:39.577Z Checking tinystr v0.8.2
22922026-06-11T16:14:39.593Z Checking libm v0.2.16
22932026-06-11T16:14:39.604Z Checking crypto-common v0.1.7
22942026-06-11T16:14:39.680Z Checking block-buffer v0.10.4
22952026-06-11T16:14:39.763Z Checking equivalent v1.0.2
22962026-06-11T16:14:39.773Z Checking writeable v0.6.2
22972026-06-11T16:14:39.773Z Checking percent-encoding v2.3.2
22982026-06-11T16:14:39.773Z Checking litemap v0.8.1
22992026-06-11T16:14:39.782Z Checking potential_utf v0.1.4
23002026-06-11T16:14:39.786Z Checking digest v0.10.7
23012026-06-11T16:14:39.877Z Checking zerotrie v0.2.3
23022026-06-11T16:14:39.892Z Checking futures-sink v0.3.32
23032026-06-11T16:14:39.897Z Checking icu_collections v2.1.1
23042026-06-11T16:14:39.947Z Checking icu_locale_core v2.1.1
23052026-06-11T16:14:39.969Z Checking slab v0.4.12
23062026-06-11T16:14:40.023Z Checking futures-channel v0.3.32
23072026-06-11T16:14:40.070Z Checking serde v1.0.228
23082026-06-11T16:14:40.110Z Checking bitflags v2.11.0
23092026-06-11T16:14:40.121Z Checking serde_json v1.0.149
23102026-06-11T16:14:40.210Z Checking cpufeatures v0.2.17
23112026-06-11T16:14:40.221Z Checking futures-task v0.3.32
23122026-06-11T16:14:40.272Z Checking futures-io v0.3.32
23132026-06-11T16:14:40.284Z Checking num-traits v0.2.19
23142026-06-11T16:14:40.296Z Checking hmac v0.12.1
23152026-06-11T16:14:40.353Z Checking icu_normalizer_data v2.1.1
23162026-06-11T16:14:40.380Z Checking futures-util v0.3.32
23172026-06-11T16:14:40.422Z Checking icu_properties_data v2.1.2
23182026-06-11T16:14:40.434Z Checking hashbrown v0.17.0
23192026-06-11T16:14:40.464Z Checking bytes v1.11.1
23202026-06-11T16:14:40.499Z Checking icu_provider v2.1.1
23212026-06-11T16:14:40.547Z Checking rand_core v0.10.0
23222026-06-11T16:14:40.684Z Checking getrandom v0.4.1
23232026-06-11T16:14:40.726Z Checking icu_properties v2.1.2
23242026-06-11T16:14:40.778Z Checking icu_normalizer v2.1.1
23252026-06-11T16:14:40.808Z Checking block-padding v0.3.3
23262026-06-11T16:14:40.831Z Checking utf8_iter v1.0.4
23272026-06-11T16:14:40.886Z Checking indexmap v2.14.0
23282026-06-11T16:14:40.899Z Checking tokio v1.52.1
23292026-06-11T16:14:40.933Z Checking inout v0.1.4
23302026-06-11T16:14:40.954Z Checking sha2 v0.10.9
23312026-06-11T16:14:41.068Z Checking cipher v0.4.4
23322026-06-11T16:14:41.080Z Checking form_urlencoded v1.2.2
23332026-06-11T16:14:41.203Z Checking getrandom v0.3.4
23342026-06-11T16:14:41.225Z Checking base64ct v1.8.3
23352026-06-11T16:14:41.271Z Checking fnv v1.0.7
23362026-06-11T16:14:41.346Z Checking byteorder v1.5.0
23372026-06-11T16:14:41.366Z Checking flagset v0.4.7
23382026-06-11T16:14:41.457Z Checking rand_core v0.9.5
23392026-06-11T16:14:41.470Z Checking pem-rfc7468 v0.7.0
23402026-06-11T16:14:41.488Z Checking http v1.4.0
23412026-06-11T16:14:41.547Z Checking idna_adapter v1.2.1
23422026-06-11T16:14:41.560Z Checking regex-syntax v0.8.10
23432026-06-11T16:14:41.626Z Checking der v0.7.10
23442026-06-11T16:14:41.641Z Checking salsa20 v0.10.2
23452026-06-11T16:14:41.668Z Checking idna v1.1.0
23462026-06-11T16:14:41.769Z Checking uuid v1.23.0
23472026-06-11T16:14:41.907Z Checking url v2.5.8
23482026-06-11T16:14:42.069Z Checking pbkdf2 v0.12.2
23492026-06-11T16:14:42.089Z Checking rustix v1.1.3
23502026-06-11T16:14:42.177Z Checking tracing-core v0.1.36
23512026-06-11T16:14:42.193Z Checking ppv-lite86 v0.2.21
23522026-06-11T16:14:42.314Z Checking rustls-pki-types v1.14.0
23532026-06-11T16:14:42.357Z Checking base64 v0.22.1
23542026-06-11T16:14:42.372Z Checking spki v0.7.3
23552026-06-11T16:14:42.484Z Checking iana-time-zone v0.1.65
23562026-06-11T16:14:42.498Z Checking tracing v0.1.44
23572026-06-11T16:14:42.531Z Checking rand_chacha v0.9.0
23582026-06-11T16:14:42.590Z Checking chrono v0.4.44
23592026-06-11T16:14:42.590Z Checking scrypt v0.11.0
23602026-06-11T16:14:42.590Z Checking http-body v1.0.1
23612026-06-11T16:14:42.694Z Checking aes v0.8.4
23622026-06-11T16:14:42.728Z Checking cbc v0.1.2
23632026-06-11T16:14:42.740Z Checking aws-lc-sys v0.40.0
23642026-06-11T16:14:42.752Z Checking untrusted v0.9.0
23652026-06-11T16:14:42.856Z Checking tinyvec_macros v0.1.1
23662026-06-11T16:14:42.868Z Checking openssl-probe v0.2.1
23672026-06-11T16:14:42.880Z Checking untrusted v0.7.1
23682026-06-11T16:14:42.918Z Checking ring v0.17.14
23692026-06-11T16:14:42.930Z Checking tinyvec v1.10.0
23702026-06-11T16:14:42.969Z Checking rand v0.9.2
23712026-06-11T16:14:42.989Z Checking try-lock v0.2.5
23722026-06-11T16:14:43.081Z Checking pkcs5 v0.7.1
23732026-06-11T16:14:43.094Z Checking tower-service v0.3.3
23742026-06-11T16:14:43.181Z Checking atomic-waker v1.1.2
23752026-06-11T16:14:43.227Z Checking tower-layer v0.3.3
23762026-06-11T16:14:43.240Z Checking aws-lc-rs v1.16.3
23772026-06-11T16:14:43.276Z Checking want v0.3.1
23782026-06-11T16:14:43.334Z Checking pkcs8 v0.10.2
23792026-06-11T16:14:43.374Z Checking ipnet v2.11.0
23802026-06-11T16:14:43.399Z Checking httparse v1.10.1
23812026-06-11T16:14:43.434Z Checking aho-corasick v1.1.4
23822026-06-11T16:14:43.447Z Checking pin-utils v0.1.0
23832026-06-11T16:14:43.508Z Checking plain v0.2.3
23842026-06-11T16:14:43.521Z Checking foreign-types-shared v0.1.1
23852026-06-11T16:14:43.602Z Checking httpdate v1.0.3
23862026-06-11T16:14:43.616Z Checking fastrand v2.3.0
23872026-06-11T16:14:43.626Z Checking utf8parse v0.2.2
23882026-06-11T16:14:43.638Z Checking dyn-clone v1.0.20
23892026-06-11T16:14:43.724Z Checking foreign-types v0.3.2
23902026-06-11T16:14:43.739Z Checking unicode-normalization v0.1.25
23912026-06-11T16:14:43.753Z Checking semver v1.0.28
23922026-06-11T16:14:43.786Z Checking tempfile v3.25.0
23932026-06-11T16:14:43.798Z Checking openssl-sys v0.9.115
23942026-06-11T16:14:43.907Z Checking spin v0.9.8
23952026-06-11T16:14:43.957Z Checking unicode-ident v1.0.24
23962026-06-11T16:14:43.976Z Checking anstyle v1.0.14
23972026-06-11T16:14:44.067Z Checking ucd-trie v0.1.7
23982026-06-11T16:14:44.079Z Checking rustls-webpki v0.103.9
23992026-06-11T16:14:44.095Z Checking proc-macro2 v1.0.106
24002026-06-11T16:14:44.111Z Checking regex-automata v0.4.14
24012026-06-11T16:14:44.138Z Checking schemars v0.8.22
24022026-06-11T16:14:44.151Z Checking tokio-util v0.7.18
24032026-06-11T16:14:44.163Z Checking rustls-native-certs v0.8.3
24042026-06-11T16:14:44.177Z Checking openssl v0.10.79
24052026-06-11T16:14:44.196Z Checking pest v2.8.6
24062026-06-11T16:14:44.288Z Checking thiserror v2.0.18
24072026-06-11T16:14:44.389Z Checking sync_wrapper v1.0.2
24082026-06-11T16:14:44.401Z Checking wait-timeout v0.2.1
24092026-06-11T16:14:44.491Z Checking colorchoice v1.0.4
24102026-06-11T16:14:44.503Z Checking rustls v0.23.37
24112026-06-11T16:14:44.518Z Checking pretty-hex v0.4.1
24122026-06-11T16:14:44.586Z Checking simd-adler32 v0.3.8
24132026-06-11T16:14:44.632Z Checking bit-vec v0.8.0
24142026-06-11T16:14:44.752Z Checking quick-error v1.2.3
24152026-06-11T16:14:44.757Z Checking h2 v0.4.13
24162026-06-11T16:14:44.777Z Checking anstyle-query v1.1.5
24172026-06-11T16:14:44.827Z Checking siphasher v1.0.2
24182026-06-11T16:14:44.852Z Checking is_terminal_polyfill v1.70.2
24192026-06-11T16:14:44.866Z Checking powerfmt v0.2.0
24202026-06-11T16:14:44.940Z Checking rusty-fork v0.3.1
24212026-06-11T16:14:44.978Z Checking bit-set v0.8.0
24222026-06-11T16:14:45.014Z Checking deranged v0.5.8
24232026-06-11T16:14:45.106Z Checking tower v0.5.3
24242026-06-11T16:14:45.122Z Checking quote v1.0.45
24252026-06-11T16:14:45.258Z Compiling newtype-uuid v1.3.2
24262026-06-11T16:14:45.291Z Checking http-body-util v0.1.3
24272026-06-11T16:14:45.441Z Checking webpki-roots v1.0.6
24282026-06-11T16:14:45.486Z Checking crossbeam-utils v0.8.21
24292026-06-11T16:14:45.508Z Checking rand_xorshift v0.4.0
24302026-06-11T16:14:45.557Z Checking crc32fast v1.5.0
24312026-06-11T16:14:45.625Z Checking scroll v0.13.0
24322026-06-11T16:14:45.696Z Checking signature v2.2.0
24332026-06-11T16:14:45.817Z Checking time-core v0.1.8
24342026-06-11T16:14:45.828Z Checking unarray v0.1.4
24352026-06-11T16:14:45.849Z Checking adler2 v2.0.1
24362026-06-11T16:14:45.926Z Checking iri-string v0.7.10
24372026-06-11T16:14:45.929Z Checking num-conv v0.2.0
24382026-06-11T16:14:45.929Z Checking num_threads v0.1.7
24392026-06-11T16:14:45.961Z Checking allocator-api2 v0.2.21
24402026-06-11T16:14:45.972Z Checking ryu v1.0.23
24412026-06-11T16:14:46.031Z Checking unicode-properties v0.1.4
24422026-06-11T16:14:46.045Z Checking unicode-bidi v0.3.18
24432026-06-11T16:14:46.104Z Checking serde_urlencoded v0.7.1
24442026-06-11T16:14:46.197Z Checking native-tls v0.2.18
24452026-06-11T16:14:46.218Z Checking time v0.3.47
24462026-06-11T16:14:46.241Z Checking miniz_oxide v0.8.9
24472026-06-11T16:14:46.307Z Checking bstr v1.12.1
24482026-06-11T16:14:46.357Z Checking stringprep v0.1.5
24492026-06-11T16:14:46.391Z Checking tokio-native-tls v0.3.1
24502026-06-11T16:14:46.514Z Checking proptest v1.11.0
24512026-06-11T16:14:46.548Z Checking goblin v0.10.5
24522026-06-11T16:14:46.594Z Checking crossbeam-epoch v0.9.18
24532026-06-11T16:14:46.703Z Compiling daft v0.1.7
24542026-06-11T16:14:46.826Z Checking syn v2.0.117
24552026-06-11T16:14:46.911Z Checking tokio-rustls v0.26.4
24562026-06-11T16:14:46.984Z Checking tower-http v0.6.8
24572026-06-11T16:14:47.010Z Checking ipnetwork v0.21.1
24582026-06-11T16:14:47.139Z Checking anstyle-parse v1.0.0
24592026-06-11T16:14:47.214Z Checking rand_chacha v0.3.1
24602026-06-11T16:14:47.264Z Checking thiserror v1.0.69
24612026-06-11T16:14:47.291Z Checking scroll v0.12.0
24622026-06-11T16:14:47.364Z Checking hash32 v0.2.1
24632026-06-11T16:14:47.389Z Checking zstd-sys v2.0.16+zstd.1.5.7
24642026-06-11T16:14:47.416Z Checking num-integer v0.1.46
24652026-06-11T16:14:47.473Z Checking hyper v1.8.1
24662026-06-11T16:14:47.498Z Checking toml_datetime v0.6.11
24672026-06-11T16:14:47.515Z Checking serde_spanned v0.6.9
24682026-06-11T16:14:47.518Z Checking md-5 v0.10.6
24692026-06-11T16:14:47.638Z Checking ff v0.13.1
24702026-06-11T16:14:47.638Z Checking encoding_rs v0.8.35
24712026-06-11T16:14:47.663Z Checking base16ct v0.2.0
24722026-06-11T16:14:47.678Z Checking fallible-iterator v0.2.0
24732026-06-11T16:14:47.777Z Checking psl-types v2.0.11
24742026-06-11T16:14:47.790Z Checking zlib-rs v0.6.2
24752026-06-11T16:14:47.894Z Checking mime v0.3.17
24762026-06-11T16:14:47.948Z Checking postgres-protocol v0.6.10
24772026-06-11T16:14:48.068Z Checking publicsuffix v2.3.0
24782026-06-11T16:14:48.229Z Checking sec1 v0.7.3
24792026-06-11T16:14:48.260Z Checking group v0.13.0
24802026-06-11T16:14:48.373Z Checking hyper-util v0.1.20
24812026-06-11T16:14:48.406Z Checking num-iter v0.1.45
24822026-06-11T16:14:48.432Z Checking goblin v0.8.2
24832026-06-11T16:14:48.461Z Checking heapless v0.7.17
24842026-06-11T16:14:48.515Z Checking zstd-safe v7.2.4
24852026-06-11T16:14:48.571Z Checking rand v0.8.6
24862026-06-11T16:14:48.660Z Checking flate2 v1.1.9
24872026-06-11T16:14:48.679Z Checking cookie v0.18.1
24882026-06-11T16:14:48.858Z Checking dof v0.4.0
24892026-06-11T16:14:48.871Z Checking anstream v1.0.0
24902026-06-11T16:14:48.898Z Checking oxnet v0.1.5
24912026-06-11T16:14:48.953Z Compiling iddqd v0.4.2
24922026-06-11T16:14:49.064Z Checking dtrace-parser v0.3.0
24932026-06-11T16:14:49.081Z Checking phf_shared v0.13.1
24942026-06-11T16:14:49.094Z Checking lazy_static v1.5.0
24952026-06-11T16:14:49.135Z Checking anstyle-parse v0.2.7
24962026-06-11T16:14:49.179Z Checking zerocopy v0.7.35
24972026-06-11T16:14:49.273Z Checking pin-project v1.1.11
24982026-06-11T16:14:49.285Z Checking bzip2-sys v0.1.13+1.0.8
24992026-06-11T16:14:49.296Z Checking signal-hook v0.3.18
25002026-06-11T16:14:49.364Z Checking terminal_size v0.4.3
25012026-06-11T16:14:49.367Z Checking futures-executor v0.3.32
25022026-06-11T16:14:49.478Z Checking hex v0.4.3
25032026-06-11T16:14:49.478Z Checking hkdf v0.12.4
25042026-06-11T16:14:49.504Z Checking crypto-bigint v0.5.5
25052026-06-11T16:14:49.519Z Checking thread-id v5.1.0
25062026-06-11T16:14:49.597Z Checking bitflags v1.3.2
25072026-06-11T16:14:49.617Z Checking foldhash v0.1.5
25082026-06-11T16:14:49.630Z Checking hyper-rustls v0.27.7
25092026-06-11T16:14:49.665Z Checking hyper-tls v0.6.0
25102026-06-11T16:14:49.678Z Checking either v1.15.0
25112026-06-11T16:14:49.697Z Checking strsim v0.11.1
25122026-06-11T16:14:49.745Z Checking winnow v0.5.40
25132026-06-11T16:14:49.831Z Compiling rayon-core v1.13.0
25142026-06-11T16:14:49.834Z Checking clap_lex v1.0.0
25152026-06-11T16:14:49.855Z Checking managed v0.8.0
25162026-06-11T16:14:49.858Z Checking same-file v1.0.6
25172026-06-11T16:14:49.978Z Checking winnow v0.7.14
25182026-06-11T16:14:49.996Z Checking bumpalo v3.20.2
25192026-06-11T16:14:50.006Z Checking libbz2-rs-sys v0.2.2
25202026-06-11T16:14:50.040Z Checking foldhash v0.2.0
25212026-06-11T16:14:50.190Z Checking zopfli v0.8.3
25222026-06-11T16:14:50.201Z Checking hashbrown v0.16.1
25232026-06-11T16:14:50.232Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25242026-06-11T16:14:50.311Z Checking dof v0.3.0
25252026-06-11T16:14:50.390Z Checking elliptic-curve v0.13.8
25262026-06-11T16:14:50.401Z Checking bzip2 v0.6.1
25272026-06-11T16:14:50.416Z Checking smoltcp v0.9.1
25282026-06-11T16:14:50.539Z Checking clap_builder v4.6.0
25292026-06-11T16:14:50.559Z Checking walkdir v2.5.0
25302026-06-11T16:14:50.608Z Checking reqwest v0.12.28
25312026-06-11T16:14:50.690Z Checking hashbrown v0.15.5
25322026-06-11T16:14:50.710Z Checking usdt-impl v0.6.0
25332026-06-11T16:14:50.719Z Checking futures v0.3.32
25342026-06-11T16:14:50.798Z Checking signal-hook-mio v0.2.5
25352026-06-11T16:14:50.892Z Checking toml_edit v0.19.15
25362026-06-11T16:14:50.905Z Checking snafu v0.8.9
25372026-06-11T16:14:50.972Z Checking bzip2 v0.4.4
25382026-06-11T16:14:51.003Z Checking anstream v0.6.21
25392026-06-11T16:14:51.133Z Checking phf v0.13.1
25402026-06-11T16:14:51.136Z Checking num-bigint-dig v0.8.6
25412026-06-11T16:14:51.178Z Checking cookie_store v0.22.1
25422026-06-11T16:14:51.200Z Checking zstd v0.13.3
25432026-06-11T16:14:51.281Z Checking postgres-types v0.2.12
25442026-06-11T16:14:51.392Z Checking dtrace-parser v0.2.0
25452026-06-11T16:14:51.409Z Checking rustls-platform-verifier v0.6.2
25462026-06-11T16:14:51.480Z Checking crossbeam-deque v0.8.6
25472026-06-11T16:14:51.526Z Checking globset v0.4.18
25482026-06-11T16:14:51.547Z Checking regex v1.12.3
25492026-06-11T16:14:51.593Z Checking ed25519 v2.2.3
25502026-06-11T16:14:51.627Z Checking phf_shared v0.11.3
25512026-06-11T16:14:51.660Z Checking olpc-cjson v0.1.4
25522026-06-11T16:14:51.770Z Checking curve25519-dalek v4.1.3
25532026-06-11T16:14:51.782Z Checking ref-cast v1.0.25
25542026-06-11T16:14:51.785Z Checking strum v0.27.2
25552026-06-11T16:14:51.785Z Checking hubpack v0.1.2
25562026-06-11T16:14:51.816Z Checking memoffset v0.9.1
25572026-06-11T16:14:51.828Z Checking rustix v0.38.44
25582026-06-11T16:14:51.889Z Checking pkcs1 v0.7.5
25592026-06-11T16:14:51.892Z Checking pem v3.0.6
25602026-06-11T16:14:51.911Z Checking float-cmp v0.10.0
25612026-06-11T16:14:51.950Z Checking serde-big-array v0.5.1
25622026-06-11T16:14:51.961Z Checking erased-serde v0.3.31
25632026-06-11T16:14:51.981Z Checking serde_plain v1.0.2
25642026-06-11T16:14:52.028Z Checking rfc6979 v0.4.0
25652026-06-11T16:14:52.051Z Checking thread-id v4.2.2
25662026-06-11T16:14:52.077Z Checking memmap2 v0.9.10
25672026-06-11T16:14:52.095Z Checking env_filter v1.0.0
25682026-06-11T16:14:52.121Z Checking jiff v0.2.21
25692026-06-11T16:14:52.132Z Checking whoami v2.1.0
25702026-06-11T16:14:52.144Z Checking data-encoding v2.10.0
25712026-06-11T16:14:52.232Z Checking fixedbitset v0.5.7
25722026-06-11T16:14:52.236Z Checking keccak v0.1.6
25732026-06-11T16:14:52.322Z Checking normalize-line-endings v0.3.0
25742026-06-11T16:14:52.337Z Checking unicode-segmentation v1.12.0
25752026-06-11T16:14:52.405Z Checking new_debug_unreachable v1.0.6
25762026-06-11T16:14:52.416Z Checking fixedbitset v0.4.2
25772026-06-11T16:14:52.420Z Checking static_assertions v1.1.0
25782026-06-11T16:14:52.441Z Checking predicates-core v1.0.10
25792026-06-11T16:14:52.474Z Checking toml_write v0.1.2
25802026-06-11T16:14:52.496Z Checking difflib v0.4.0
25812026-06-11T16:14:52.544Z Checking typed-path v0.9.3
25822026-06-11T16:14:52.559Z Checking precomputed-hash v0.1.1
25832026-06-11T16:14:52.571Z Checking petgraph v0.6.5
25842026-06-11T16:14:52.633Z Checking crossterm v0.28.1
25852026-06-11T16:14:52.636Z Checking toml_edit v0.22.27
25862026-06-11T16:14:52.645Z Checking string_cache v0.8.9
25872026-06-11T16:14:52.668Z Checking similar v2.7.0
25882026-06-11T16:14:52.680Z Checking predicates v3.1.4
25892026-06-11T16:14:52.820Z Checking ed25519-dalek v2.2.0
25902026-06-11T16:14:52.965Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25912026-06-11T16:14:53.035Z Checking petgraph v0.8.3
25922026-06-11T16:14:53.048Z Checking hickory-proto v0.25.2
25932026-06-11T16:14:53.308Z Checking tough v0.22.0
25942026-06-11T16:14:53.330Z Checking sha3 v0.10.8
25952026-06-11T16:14:53.536Z Checking slog v2.8.2
25962026-06-11T16:14:53.732Z Checking tokio-postgres v0.7.16
25972026-06-11T16:14:53.802Z Checking env_logger v0.11.9
25982026-06-11T16:14:53.802Z Checking usdt v0.6.0
25992026-06-11T16:14:53.977Z Checking ecdsa v0.16.9
26002026-06-11T16:14:53.992Z Checking usdt-impl v0.5.0
26012026-06-11T16:14:54.275Z Checking rsa v0.9.10
26022026-06-11T16:14:54.314Z Checking toml v0.7.8
26032026-06-11T16:14:54.345Z Checking zip v4.6.1
26042026-06-11T16:14:54.619Z Checking nix v0.31.2
26052026-06-11T16:14:54.754Z Checking clap v4.6.1
26062026-06-11T16:14:54.909Z Checking reqwest v0.13.2
26072026-06-11T16:14:54.983Z Checking toml_parser v1.0.9+spec-1.1.0
26082026-06-11T16:14:55.160Z Checking zip v0.6.6
26092026-06-11T16:14:55.239Z Checking itertools v0.13.0
26102026-06-11T16:14:55.313Z Checking serde_with v3.17.0
26112026-06-11T16:14:55.327Z Checking strum v0.26.3
26122026-06-11T16:14:55.438Z Checking fs-err v3.3.0
26132026-06-11T16:14:55.485Z Checking ahash v0.8.12
26142026-06-11T16:14:55.518Z Checking object v0.37.3
26152026-06-11T16:14:55.679Z Checking tokio-stream v0.1.18
26162026-06-11T16:14:55.683Z Checking buf-list v1.1.2
26172026-06-11T16:14:55.733Z Checking anyhow v1.0.102
26182026-06-11T16:14:55.752Z Checking camino v1.2.2
26192026-06-11T16:14:55.810Z Checking x509-cert v0.2.5
26202026-06-11T16:14:55.858Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-06-11T16:14:55.929Z Checking openapiv3 v2.2.0
26222026-06-11T16:14:55.999Z Checking sha1 v0.10.6
26232026-06-11T16:14:56.071Z Checking lalrpop-util v0.19.12
26242026-06-11T16:14:56.117Z Checking peg-runtime v0.8.5
26252026-06-11T16:14:56.159Z Checking rayon v1.11.0
26262026-06-11T16:14:56.230Z Checking sigpipe v0.1.3
26272026-06-11T16:14:56.259Z Checking glob v0.3.3
26282026-06-11T16:14:57.736Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292026-06-11T16:14:58.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
26302026-06-11T16:14:58.184Z
26312026-06-11T16:14:58.184Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26322026-06-11T16:14:58.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-11T16:14:58.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-11T16:14:58.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-11T16:14:58.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-06-11T16:14:58.788Z
26372026-06-11T16:14:58.788Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26382026-06-11T16:14:59.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-11T16:14:59.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-11T16:14:59.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-11T16:14:59.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-11T16:14:59.389Z
26432026-06-11T16:14:59.389Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26442026-06-11T16:14:59.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-11T16:14:59.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-11T16:14:59.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-11T16:14:59.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-06-11T16:15:00.001Z
26492026-06-11T16:15:00.001Zinfo: running `cargo check --bins` on oxql-types (80/297)
26502026-06-11T16:15:00.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-11T16:15:00.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-11T16:15:00.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-11T16:15:00.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-11T16:15:00.596Z
26552026-06-11T16:15:00.596Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26562026-06-11T16:15:01.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-11T16:15:01.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-11T16:15:01.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-11T16:15:01.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-06-11T16:15:01.200Z
26612026-06-11T16:15:01.200Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26622026-06-11T16:15:01.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-11T16:15:01.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-11T16:15:01.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-06-11T16:15:01.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-06-11T16:15:01.805Z
26672026-06-11T16:15:01.805Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26682026-06-11T16:15:02.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-06-11T16:15:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-06-11T16:15:02.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-06-11T16:15:02.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26722026-06-11T16:15:02.393Z
26732026-06-11T16:15:02.393Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26742026-06-11T16:15:02.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-06-11T16:15:02.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-06-11T16:15:03.079Z Compiling structmeta-derive v0.3.0
26772026-06-11T16:15:03.197Z Compiling rustls v0.22.4
26782026-06-11T16:15:03.206Z Compiling multer v3.1.0
26792026-06-11T16:15:03.216Z Compiling async-stream-impl v0.3.6
26802026-06-11T16:15:03.219Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-06-11T16:15:03.239Z Compiling dropshot v0.17.0
26822026-06-11T16:15:03.254Z Compiling dropshot_endpoint v0.17.0
26832026-06-11T16:15:03.254Z Compiling newtype-uuid-macros v0.1.0
26842026-06-11T16:15:03.371Z Checking newtype-uuid v1.3.2
26852026-06-11T16:15:03.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26862026-06-11T16:15:03.493Z Checking rustls-webpki v0.102.8
26872026-06-11T16:15:03.578Z Checking daft v0.1.7
26882026-06-11T16:15:03.599Z Checking thread_local v1.1.9
26892026-06-11T16:15:03.762Z Checking match_cfg v0.1.0
26902026-06-11T16:15:03.790Z Checking compression-core v0.4.31
26912026-06-11T16:15:03.817Z Checking iddqd v0.4.2
26922026-06-11T16:15:03.829Z Checking hostname v0.3.1
26932026-06-11T16:15:03.871Z Checking crossbeam-channel v0.5.15
26942026-06-11T16:15:03.915Z Checking compression-codecs v0.4.37
26952026-06-11T16:15:03.928Z Checking atomicwrites v0.4.4
26962026-06-11T16:15:04.006Z Checking slog-json v2.6.1
26972026-06-11T16:15:04.048Z Checking is-terminal v0.4.17
26982026-06-11T16:15:04.080Z Checking serde_spanned v1.0.4
26992026-06-11T16:15:04.139Z Checking toml_datetime v1.0.0+spec-1.1.0
27002026-06-11T16:15:04.160Z Checking term v1.2.1
27012026-06-11T16:15:04.206Z Checking debug-ignore v1.0.5
27022026-06-11T16:15:04.210Z Checking toml_writer v1.0.6+spec-1.1.0
27032026-06-11T16:15:04.249Z Compiling structmeta v0.3.0
27042026-06-11T16:15:04.306Z Checking take_mut v0.2.2
27052026-06-11T16:15:04.337Z Checking slog-bunyan v2.5.0
27062026-06-11T16:15:04.371Z Checking slog-term v2.9.2
27072026-06-11T16:15:04.398Z Checking toml v1.0.6+spec-1.1.0
27082026-06-11T16:15:04.410Z Checking slog-async v2.8.0
27092026-06-11T16:15:04.448Z Checking async-compression v0.4.41
27102026-06-11T16:15:04.466Z Compiling derive-ex v0.1.8
27112026-06-11T16:15:04.579Z Compiling parse-display-derive v0.10.0
27122026-06-11T16:15:04.626Z Checking async-stream v0.3.6
27132026-06-11T16:15:04.689Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27142026-06-11T16:15:04.727Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-06-11T16:15:04.751Z Checking progenitor-client v0.14.0
27162026-06-11T16:15:04.794Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-06-11T16:15:04.936Z Checking waitgroup v0.1.2
27182026-06-11T16:15:04.972Z Checking backon v1.6.0
27192026-06-11T16:15:04.987Z Checking rustls-pemfile v2.2.0
27202026-06-11T16:15:05.026Z Checking serde_path_to_error v0.1.20
27212026-06-11T16:15:05.039Z Checking hostname v0.4.2
27222026-06-11T16:15:05.118Z Checking instant v0.1.13
27232026-06-11T16:15:05.203Z Checking backoff v0.4.0
27242026-06-11T16:15:05.293Z Checking progenitor-extras v0.2.0
27252026-06-11T16:15:05.321Z Checking tokio-rustls v0.25.0
27262026-06-11T16:15:05.349Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-06-11T16:15:05.376Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-06-11T16:15:05.538Z Checking itertools v0.14.0
27292026-06-11T16:15:05.551Z Checking regress v0.10.5
27302026-06-11T16:15:05.742Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27312026-06-11T16:15:05.975Z Checking macaddr v1.0.1
27322026-06-11T16:15:06.144Z Compiling test-strategy v0.4.5
27332026-06-11T16:15:06.229Z Checking parse-display v0.10.0
27342026-06-11T16:15:06.395Z Checking humantime v2.3.0
27352026-06-11T16:15:07.409Z Compiling prettyplease v0.2.37
27362026-06-11T16:15:07.675Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-06-11T16:15:07.831Z Checking num-rational v0.4.2
27382026-06-11T16:15:08.048Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27392026-06-11T16:15:08.318Z Checking num-complex v0.4.6
27402026-06-11T16:15:08.982Z Compiling num v0.4.3
27412026-06-11T16:15:09.060Z Compiling usdt-macro v0.5.0
27422026-06-11T16:15:09.074Z Compiling usdt-attr-macro v0.5.0
27432026-06-11T16:15:09.112Z Checking memmap v0.7.0
27442026-06-11T16:15:09.123Z Compiling float-ord v0.3.2
27452026-06-11T16:15:09.239Z Compiling convert_case v0.4.0
27462026-06-11T16:15:09.242Z Checking unicode-width v0.2.0
27472026-06-11T16:15:09.493Z Checking console v0.15.11
27482026-06-11T16:15:09.624Z Compiling derive_more v0.99.20
27492026-06-11T16:15:09.771Z Checking newline-converter v0.3.0
27502026-06-11T16:15:09.783Z Compiling toml v0.8.23
27512026-06-11T16:15:09.842Z Checking usdt v0.5.0
27522026-06-11T16:15:09.882Z Checking linked-hash-map v0.5.6
27532026-06-11T16:15:10.010Z Compiling minimal-lexical v0.2.1
27542026-06-11T16:15:10.049Z Checking lru-cache v0.1.2
27552026-06-11T16:15:10.170Z Checking expectorate v1.2.0
27562026-06-11T16:15:10.264Z Compiling nom v7.1.3
27572026-06-11T16:15:10.740Z Checking camino-tempfile v1.4.1
27582026-06-11T16:15:10.903Z Checking hickory-proto v0.24.4
27592026-06-11T16:15:10.909Z Checking phf_shared v0.12.1
27602026-06-11T16:15:11.030Z Compiling slog-dtrace v0.3.0
27612026-06-11T16:15:11.061Z Compiling chrono-tz v0.10.4
27622026-06-11T16:15:11.224Z Checking heck v0.5.0
27632026-06-11T16:15:11.243Z Checking resolv-conf v0.7.6
27642026-06-11T16:15:11.372Z Compiling const_format_proc_macros v0.2.34
27652026-06-11T16:15:11.530Z Checking phf v0.12.1
27662026-06-11T16:15:11.591Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27672026-06-11T16:15:11.645Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-06-11T16:15:11.676Z Checking tokio-dtrace v0.1.1
27692026-06-11T16:15:11.867Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-06-11T16:15:12.137Z Compiling derive-where v1.6.0
27712026-06-11T16:15:12.198Z Checking highway v1.3.0
27722026-06-11T16:15:12.198Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-06-11T16:15:12.433Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-06-11T16:15:12.768Z Checking hickory-resolver v0.24.4
27752026-06-11T16:15:12.937Z Checking const_format v0.2.35
27762026-06-11T16:15:12.965Z Checking oxide-tokio-rt v0.1.4
27772026-06-11T16:15:13.117Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27782026-06-11T16:15:13.371Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27792026-06-11T16:15:13.385Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27802026-06-11T16:15:13.452Z Checking gethostname v0.5.0
27812026-06-11T16:15:13.490Z Checking qorb v0.4.1
27822026-06-11T16:15:13.543Z Checking bcs v0.1.6
27832026-06-11T16:15:13.690Z Checking termtree v0.5.1
27842026-06-11T16:15:13.704Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-06-11T16:15:16.779Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-06-11T16:15:19.327Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-06-11T16:15:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
27882026-06-11T16:15:21.612Z
27892026-06-11T16:15:21.612Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27902026-06-11T16:15:22.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-06-11T16:15:22.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-06-11T16:15:22.309Z Compiling ar_archive_writer v0.5.1
27932026-06-11T16:15:22.422Z Compiling stacker v0.1.23
27942026-06-11T16:15:22.429Z Compiling cfg_aliases v0.1.1
27952026-06-11T16:15:22.436Z Compiling convert_case v0.10.0
27962026-06-11T16:15:22.439Z Checking unicode-width v0.1.14
27972026-06-11T16:15:22.451Z Compiling proc-macro-error v1.0.4
27982026-06-11T16:15:22.462Z Checking fd-lock v4.0.4
27992026-06-11T16:15:22.466Z Checking nibble_vec v0.1.0
28002026-06-11T16:15:22.489Z Compiling nix v0.28.0
28012026-06-11T16:15:22.596Z Checking vte v0.14.1
28022026-06-11T16:15:22.603Z Compiling recursive-proc-macro-impl v0.1.1
28032026-06-11T16:15:22.673Z Checking endian-type v0.1.2
28042026-06-11T16:15:22.689Z Checking bytecount v0.6.9
28052026-06-11T16:15:22.725Z Checking strip-ansi-escapes v0.2.1
28062026-06-11T16:15:22.737Z Compiling derive_more-impl v2.1.1
28072026-06-11T16:15:22.747Z Compiling tabled_derive v0.7.0
28082026-06-11T16:15:22.780Z Checking papergrid v0.11.0
28092026-06-11T16:15:22.796Z Checking radix_trie v0.2.1
28102026-06-11T16:15:22.848Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-06-11T16:15:22.986Z Compiling peg-macros v0.8.5
28122026-06-11T16:15:23.001Z Checking winnow v0.6.26
28132026-06-11T16:15:23.263Z Compiling psm v0.1.30
28142026-06-11T16:15:23.337Z Compiling sqlparser_derive v0.5.0
28152026-06-11T16:15:23.381Z Checking unicode_categories v0.1.1
28162026-06-11T16:15:23.535Z Checking home v0.5.12
28172026-06-11T16:15:23.539Z Checking derive_more v2.1.1
28182026-06-11T16:15:23.616Z Checking nu-ansi-term v0.50.3
28192026-06-11T16:15:23.662Z Checking crossterm v0.29.0
28202026-06-11T16:15:23.694Z Checking tabled v0.15.0
28212026-06-11T16:15:23.790Z Checking rustyline v14.0.0
28222026-06-11T16:15:23.823Z Checking reedline v0.40.0
28232026-06-11T16:15:24.036Z Checking recursive v0.1.1
28242026-06-11T16:15:24.111Z Checking display-error-chain v0.2.2
28252026-06-11T16:15:24.128Z Checking sqlparser v0.61.0
28262026-06-11T16:15:24.141Z Checking sqlformat v0.3.5
28272026-06-11T16:15:24.339Z Checking peg v0.8.5
28282026-06-11T16:15:35.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28292026-06-11T16:15:35.447Z
28302026-06-11T16:15:35.447Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28312026-06-11T16:15:35.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-06-11T16:15:35.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-06-11T16:15:36.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-06-11T16:15:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28352026-06-11T16:15:39.765Z
28362026-06-11T16:15:39.765Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28372026-06-11T16:15:40.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-06-11T16:15:40.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-06-11T16:15:40.446Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-06-11T16:15:42.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28412026-06-11T16:15:43.088Z
28422026-06-11T16:15:43.088Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28432026-06-11T16:15:43.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-06-11T16:15:43.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-06-11T16:15:43.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-06-11T16:15:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28472026-06-11T16:15:47.164Z
28482026-06-11T16:15:47.164Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28492026-06-11T16:15:47.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-06-11T16:15:47.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-06-11T16:15:47.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-06-11T16:15:51.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28532026-06-11T16:15:51.275Z
28542026-06-11T16:15:51.275Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28552026-06-11T16:15:51.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-06-11T16:15:51.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-06-11T16:15:51.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-06-11T16:15:54.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28592026-06-11T16:15:54.737Z
28602026-06-11T16:15:54.737Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28612026-06-11T16:15:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-06-11T16:15:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-06-11T16:15:55.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-06-11T16:15:58.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28652026-06-11T16:15:58.222Z
28662026-06-11T16:15:58.222Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28672026-06-11T16:15:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-06-11T16:15:58.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-06-11T16:15:58.902Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-06-11T16:16:02.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28712026-06-11T16:16:02.487Z
28722026-06-11T16:16:02.487Zinfo: running `cargo check --bins` on oximeter (93/297)
28732026-06-11T16:16:02.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-06-11T16:16:02.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-06-11T16:16:02.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-06-11T16:16:03.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28772026-06-11T16:16:03.086Z
28782026-06-11T16:16:03.086Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28792026-06-11T16:16:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-06-11T16:16:03.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-06-11T16:16:03.730Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-06-11T16:16:03.897Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-06-11T16:16:03.897Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-06-11T16:16:04.236Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-06-11T16:16:07.064Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-06-11T16:16:08.269Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-06-11T16:16:08.477Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-06-11T16:16:09.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28892026-06-11T16:16:09.326Z
28902026-06-11T16:16:09.326Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28912026-06-11T16:16:09.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-06-11T16:16:09.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-06-11T16:16:09.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-06-11T16:16:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-06-11T16:16:09.932Z
28962026-06-11T16:16:09.932Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28972026-06-11T16:16:10.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-06-11T16:16:10.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-06-11T16:16:10.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-06-11T16:16:10.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29012026-06-11T16:16:10.577Z
29022026-06-11T16:16:10.577Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
29032026-06-11T16:16:11.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-06-11T16:16:11.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-06-11T16:16:11.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-06-11T16:16:11.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-06-11T16:16:11.190Z
29082026-06-11T16:16:11.190Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29092026-06-11T16:16:11.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-06-11T16:16:11.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-06-11T16:16:11.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-06-11T16:16:11.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-06-11T16:16:11.805Z
29142026-06-11T16:16:11.805Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29152026-06-11T16:16:12.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-06-11T16:16:12.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-06-11T16:16:12.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-06-11T16:16:12.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-06-11T16:16:12.413Z
29202026-06-11T16:16:12.413Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29212026-06-11T16:16:12.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-06-11T16:16:12.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-06-11T16:16:12.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-06-11T16:16:12.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-06-11T16:16:13.024Z
29262026-06-11T16:16:13.024Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29272026-06-11T16:16:13.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-06-11T16:16:13.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-06-11T16:16:13.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-06-11T16:16:13.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-06-11T16:16:13.616Z
29322026-06-11T16:16:13.616Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29332026-06-11T16:16:14.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-06-11T16:16:14.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-06-11T16:16:14.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-06-11T16:16:14.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29372026-06-11T16:16:14.223Z
29382026-06-11T16:16:14.223Zinfo: running `cargo check --bins` on update-engine (103/297)
29392026-06-11T16:16:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-06-11T16:16:14.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-06-11T16:16:14.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-06-11T16:16:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29432026-06-11T16:16:14.804Z
29442026-06-11T16:16:14.804Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29452026-06-11T16:16:15.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-06-11T16:16:15.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-06-11T16:16:15.522Z Compiling crucible-workspace-hack v0.1.0
29482026-06-11T16:16:15.641Z Checking secrecy v0.10.3
29492026-06-11T16:16:15.647Z Compiling heapless v0.8.0
29502026-06-11T16:16:15.651Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-06-11T16:16:15.661Z Compiling ingot-macros v0.1.1
29522026-06-11T16:16:15.669Z Checking hash32 v0.3.1
29532026-06-11T16:16:15.680Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29542026-06-11T16:16:15.680Z Compiling smoltcp v0.11.0
29552026-06-11T16:16:15.744Z Checking cobs v0.3.0
29562026-06-11T16:16:15.786Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-06-11T16:16:15.870Z Compiling thiserror-impl-no-std v2.0.2
29582026-06-11T16:16:15.882Z Checking universal-hash v0.5.1
29592026-06-11T16:16:15.887Z Checking half v2.7.1
29602026-06-11T16:16:15.932Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-06-11T16:16:16.014Z Checking ciborium-io v0.2.2
29622026-06-11T16:16:16.044Z Checking opaque-debug v0.3.1
29632026-06-11T16:16:16.111Z Checking poly1305 v0.8.0
29642026-06-11T16:16:16.136Z Checking ciborium-ll v0.2.2
29652026-06-11T16:16:16.139Z Checking postcard v1.1.3
29662026-06-11T16:16:16.148Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29672026-06-11T16:16:16.308Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-06-11T16:16:16.385Z Compiling proc-macro-crate v3.4.0
29692026-06-11T16:16:16.485Z Checking password-hash v0.5.0
29702026-06-11T16:16:16.585Z Checking chacha20 v0.9.1
29712026-06-11T16:16:16.622Z Compiling proc-macro-crate v1.3.1
29722026-06-11T16:16:16.717Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29732026-06-11T16:16:16.789Z Checking blake2 v0.10.6
29742026-06-11T16:16:16.862Z Checking aead v0.5.2
29752026-06-11T16:16:16.945Z Compiling num_enum_derive v0.7.6
29762026-06-11T16:16:16.960Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29772026-06-11T16:16:17.006Z Compiling foreign-types-macros v0.2.3
29782026-06-11T16:16:17.026Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29792026-06-11T16:16:17.047Z Checking cpufeatures v0.3.0
29802026-06-11T16:16:17.076Z Checking thiserror-no-std v2.0.2
29812026-06-11T16:16:17.120Z Checking foreign-types-shared v0.3.1
29822026-06-11T16:16:17.161Z Checking chacha20 v0.10.0
29832026-06-11T16:16:17.174Z Checking vsss-rs v3.3.4
29842026-06-11T16:16:17.208Z Compiling num_enum_derive v0.5.11
29852026-06-11T16:16:17.269Z Checking argon2 v0.5.3
29862026-06-11T16:16:17.376Z Checking chacha20poly1305 v0.10.1
29872026-06-11T16:16:17.505Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29882026-06-11T16:16:17.585Z Checking foreign-types v0.5.0
29892026-06-11T16:16:17.611Z Checking ciborium v0.2.2
29902026-06-11T16:16:17.732Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-06-11T16:16:17.775Z Checking tabwriter v1.4.1
29922026-06-11T16:16:17.927Z Checking byte-wrapper v0.1.0
29932026-06-11T16:16:17.984Z Checking num_enum v0.7.6
29942026-06-11T16:16:18.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-11T16:16:18.029Z Checking cstr-argument v0.1.2
29962026-06-11T16:16:18.097Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29972026-06-11T16:16:18.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-06-11T16:16:18.152Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-06-11T16:16:18.235Z Checking num_enum v0.5.11
30002026-06-11T16:16:18.274Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-06-11T16:16:18.326Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30022026-06-11T16:16:18.341Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-06-11T16:16:18.354Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042026-06-11T16:16:18.439Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30052026-06-11T16:16:18.469Z Checking ingot-types v0.1.2
30062026-06-11T16:16:18.503Z Checking rand v0.10.0
30072026-06-11T16:16:18.540Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-06-11T16:16:18.554Z Checking colored v3.1.1
30092026-06-11T16:16:18.567Z Checking indent_write v2.2.0
30102026-06-11T16:16:18.693Z Compiling zone_cfg_derive v0.3.1
30112026-06-11T16:16:18.747Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-06-11T16:16:18.833Z Checking ingot v0.1.1
30132026-06-11T16:16:18.849Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-11T16:16:18.921Z Checking itertools v0.12.1
30152026-06-11T16:16:18.936Z Compiling num-derive v0.4.2
30162026-06-11T16:16:18.970Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-11T16:16:19.020Z Checking swrite v0.1.0
30182026-06-11T16:16:19.078Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-06-11T16:16:19.115Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-06-11T16:16:19.277Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30212026-06-11T16:16:19.339Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-06-11T16:16:19.373Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-11T16:16:19.433Z Checking dropshot-api-manager-types v0.7.2
30242026-06-11T16:16:19.445Z Checking smf v0.2.3
30252026-06-11T16:16:19.459Z Checking nanorand v0.7.0
30262026-06-11T16:16:19.601Z Checking whoami v1.6.1
30272026-06-11T16:16:19.656Z Checking flume v0.11.1
30282026-06-11T16:16:19.673Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-06-11T16:16:19.855Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30302026-06-11T16:16:19.916Z Checking zone v0.3.1
30312026-06-11T16:16:20.418Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30322026-06-11T16:16:21.394Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30332026-06-11T16:16:22.295Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30342026-06-11T16:16:25.528Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-06-11T16:16:27.566Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-06-11T16:16:28.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30372026-06-11T16:16:28.842Z
30382026-06-11T16:16:28.842Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30392026-06-11T16:16:29.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-06-11T16:16:29.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-06-11T16:16:29.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-06-11T16:16:29.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-06-11T16:16:29.458Z
30442026-06-11T16:16:29.458Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30452026-06-11T16:16:29.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-06-11T16:16:29.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-06-11T16:16:29.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-06-11T16:16:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-06-11T16:16:30.070Z
30502026-06-11T16:16:30.070Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30512026-06-11T16:16:30.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-06-11T16:16:30.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-06-11T16:16:30.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-06-11T16:16:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-06-11T16:16:30.689Z
30562026-06-11T16:16:30.689Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30572026-06-11T16:16:31.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-06-11T16:16:31.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-06-11T16:16:31.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-06-11T16:16:31.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-06-11T16:16:31.305Z
30622026-06-11T16:16:31.305Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30632026-06-11T16:16:31.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-06-11T16:16:31.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-06-11T16:16:31.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-06-11T16:16:31.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-06-11T16:16:31.921Z
30682026-06-11T16:16:31.921Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30692026-06-11T16:16:32.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-06-11T16:16:32.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-06-11T16:16:32.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-06-11T16:16:32.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-06-11T16:16:32.528Z
30742026-06-11T16:16:32.529Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30752026-06-11T16:16:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-06-11T16:16:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-06-11T16:16:33.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-06-11T16:16:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-06-11T16:16:33.139Z
30802026-06-11T16:16:33.139Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30812026-06-11T16:16:33.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-06-11T16:16:33.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-06-11T16:16:33.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-06-11T16:16:33.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-06-11T16:16:33.732Z
30862026-06-11T16:16:33.732Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30872026-06-11T16:16:34.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-06-11T16:16:34.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-06-11T16:16:34.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-06-11T16:16:34.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-06-11T16:16:34.341Z
30922026-06-11T16:16:34.341Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30932026-06-11T16:16:34.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-06-11T16:16:34.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-06-11T16:16:34.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-06-11T16:16:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-06-11T16:16:34.946Z
30982026-06-11T16:16:34.946Zinfo: running `cargo check --bins` on installinator-client (115/297)
30992026-06-11T16:16:35.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-06-11T16:16:35.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-06-11T16:16:35.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-06-11T16:16:35.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032026-06-11T16:16:35.555Z
31042026-06-11T16:16:35.555Zinfo: running `cargo check --bins` on nexus-client (116/297)
31052026-06-11T16:16:36.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-06-11T16:16:36.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-06-11T16:16:36.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-06-11T16:16:36.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31092026-06-11T16:16:36.199Z
31102026-06-11T16:16:36.199Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31112026-06-11T16:16:36.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-06-11T16:16:36.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-06-11T16:16:36.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-06-11T16:16:36.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31152026-06-11T16:16:36.845Z
31162026-06-11T16:16:36.845Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31172026-06-11T16:16:37.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-06-11T16:16:37.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-06-11T16:16:37.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-06-11T16:16:37.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-06-11T16:16:37.438Z
31222026-06-11T16:16:37.438Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31232026-06-11T16:16:37.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-06-11T16:16:37.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-06-11T16:16:37.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-06-11T16:16:37.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-06-11T16:16:38.031Z
31282026-06-11T16:16:38.031Zinfo: running `cargo check --bins` on oxide-client (120/297)
31292026-06-11T16:16:38.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-06-11T16:16:38.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-06-11T16:16:38.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-06-11T16:16:38.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-06-11T16:16:38.629Z
31342026-06-11T16:16:38.629Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31352026-06-11T16:16:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-06-11T16:16:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-06-11T16:16:39.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-06-11T16:16:39.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-06-11T16:16:39.240Z
31402026-06-11T16:16:39.240Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31412026-06-11T16:16:39.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-06-11T16:16:39.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-06-11T16:16:39.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-06-11T16:16:39.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31452026-06-11T16:16:39.836Z
31462026-06-11T16:16:39.836Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31472026-06-11T16:16:40.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-06-11T16:16:40.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-06-11T16:16:40.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-06-11T16:16:40.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-06-11T16:16:40.453Z
31522026-06-11T16:16:40.453Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31532026-06-11T16:16:40.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-06-11T16:16:40.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-06-11T16:16:40.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-06-11T16:16:40.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31572026-06-11T16:16:41.087Z
31582026-06-11T16:16:41.087Zinfo: running `cargo check --bins` on installinator-common (125/297)
31592026-06-11T16:16:41.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-06-11T16:16:41.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-06-11T16:16:41.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-06-11T16:16:41.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-06-11T16:16:41.717Z
31642026-06-11T16:16:41.717Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31652026-06-11T16:16:42.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-06-11T16:16:42.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-06-11T16:16:42.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-06-11T16:16:42.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-06-11T16:16:42.311Z
31702026-06-11T16:16:42.311Zinfo: running `cargo check --bins` on wicket-common (127/297)
31712026-06-11T16:16:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-06-11T16:16:42.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-06-11T16:16:42.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-06-11T16:16:42.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31752026-06-11T16:16:42.933Z
31762026-06-11T16:16:42.933Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31772026-06-11T16:16:43.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-06-11T16:16:43.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-06-11T16:16:43.636Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-06-11T16:16:43.754Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-06-11T16:16:43.761Z Checking csv-core v0.1.13
31822026-06-11T16:16:43.769Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-06-11T16:16:43.776Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-06-11T16:16:43.776Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-06-11T16:16:43.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-06-11T16:16:43.809Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-11T16:16:43.919Z Checking csv v1.4.0
31882026-06-11T16:16:43.959Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-06-11T16:16:43.973Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-06-11T16:16:43.999Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-06-11T16:16:44.014Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-06-11T16:16:44.258Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-06-11T16:16:44.624Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-06-11T16:16:44.624Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-06-11T16:16:44.972Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-06-11T16:16:50.898Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-06-11T16:16:51.432Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-06-11T16:16:53.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31992026-06-11T16:16:53.973Z
32002026-06-11T16:16:53.973Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
32012026-06-11T16:16:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-06-11T16:16:54.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-06-11T16:16:54.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-06-11T16:16:54.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-06-11T16:16:54.576Z
32062026-06-11T16:16:54.576Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32072026-06-11T16:16:55.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-06-11T16:16:55.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-06-11T16:16:55.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-06-11T16:16:55.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32112026-06-11T16:16:55.269Z
32122026-06-11T16:16:55.269Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32132026-06-11T16:16:55.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-06-11T16:16:55.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-06-11T16:16:55.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-06-11T16:16:55.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32172026-06-11T16:16:55.953Z
32182026-06-11T16:16:55.953Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32192026-06-11T16:16:56.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-06-11T16:16:56.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-06-11T16:16:56.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-06-11T16:16:56.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32232026-06-11T16:16:56.610Z
32242026-06-11T16:16:56.610Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32252026-06-11T16:16:57.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-06-11T16:16:57.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-06-11T16:16:57.382Z Compiling regress v0.11.1
32282026-06-11T16:16:57.527Z Compiling unsafe-libyaml v0.2.11
32292026-06-11T16:16:57.537Z Compiling semver v0.1.20
32302026-06-11T16:16:57.540Z Compiling radium v0.7.0
32312026-06-11T16:16:57.560Z Checking nom v8.0.0
32322026-06-11T16:16:57.563Z Checking tap v1.0.1
32332026-06-11T16:16:57.563Z Compiling maybe-uninit v2.0.0
32342026-06-11T16:16:57.672Z Checking wyz v0.5.1
32352026-06-11T16:16:57.805Z Compiling rustc_version v0.1.7
32362026-06-11T16:16:57.861Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-06-11T16:16:57.895Z Compiling zerocopy-derive v0.6.6
32382026-06-11T16:16:57.989Z Checking funty v2.0.0
32392026-06-11T16:16:58.025Z Compiling newtype_derive v0.1.6
32402026-06-11T16:16:58.216Z Compiling serde_yaml v0.9.34+deprecated
32412026-06-11T16:16:58.255Z Compiling cancel-safe-futures v0.1.5
32422026-06-11T16:16:58.301Z Compiling owo-colors v4.3.0
32432026-06-11T16:16:58.470Z Checking crc-catalog v2.4.0
32442026-06-11T16:16:58.566Z Compiling packed_struct v0.10.1
32452026-06-11T16:16:58.684Z Checking crc v3.4.0
32462026-06-11T16:16:58.747Z Checking zerocopy v0.6.6
32472026-06-11T16:16:58.854Z Checking bitvec v1.0.1
32482026-06-11T16:16:58.971Z Checking typify-impl v0.6.2
32492026-06-11T16:16:59.042Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-06-11T16:16:59.366Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-06-11T16:16:59.492Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32522026-06-11T16:16:59.579Z Compiling packed_struct_codegen v0.10.1
32532026-06-11T16:16:59.672Z Checking libsw-core v0.3.2
32542026-06-11T16:16:59.707Z Compiling bitfield-macros v0.19.4
32552026-06-11T16:16:59.815Z Compiling indexmap v1.9.3
32562026-06-11T16:17:00.015Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32572026-06-11T16:17:00.095Z Checking nodrop v0.1.14
32582026-06-11T16:17:00.155Z Checking libsw v3.5.0
32592026-06-11T16:17:00.168Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-06-11T16:17:00.185Z Checking array-init v0.0.4
32612026-06-11T16:17:00.305Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-06-11T16:17:00.414Z Checking bitfield v0.19.4
32632026-06-11T16:17:00.484Z Checking smallvec v0.6.14
32642026-06-11T16:17:00.488Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-06-11T16:17:00.694Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-06-11T16:17:00.731Z Checking base64 v0.21.7
32672026-06-11T16:17:00.824Z Checking tagptr v0.2.0
32682026-06-11T16:17:00.876Z Checking smawk v0.3.2
32692026-06-11T16:17:00.918Z Checking linear-map v1.2.0
32702026-06-11T16:17:00.960Z Checking unicode-linebreak v0.1.5
32712026-06-11T16:17:00.975Z Checking hashbrown v0.12.3
32722026-06-11T16:17:01.006Z Checking ron v0.8.1
32732026-06-11T16:17:01.087Z Checking moka v0.12.13
32742026-06-11T16:17:01.175Z Checking textwrap v0.16.2
32752026-06-11T16:17:01.242Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32762026-06-11T16:17:01.418Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-06-11T16:17:01.561Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32782026-06-11T16:17:01.593Z Checking serde-hex v0.1.0
32792026-06-11T16:17:01.747Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-06-11T16:17:01.750Z Checking steno v0.4.1
32812026-06-11T16:17:01.776Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-11T16:17:01.939Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32832026-06-11T16:17:02.374Z Checking hashbrown v0.13.2
32842026-06-11T16:17:02.519Z Checking crc-any v2.5.0
32852026-06-11T16:17:02.550Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-11T16:17:02.698Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32872026-06-11T16:17:02.730Z Checking hickory-resolver v0.25.2
32882026-06-11T16:17:02.763Z Checking utf-8 v0.7.6
32892026-06-11T16:17:02.803Z Checking object v0.30.4
32902026-06-11T16:17:02.860Z Checking path-slash v0.1.5
32912026-06-11T16:17:02.874Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32922026-06-11T16:17:02.896Z Checking void v1.0.2
32932026-06-11T16:17:02.964Z Checking half v1.8.3
32942026-06-11T16:17:02.976Z Checking tungstenite v0.23.0
32952026-06-11T16:17:03.000Z Checking lzss v0.8.2
32962026-06-11T16:17:03.162Z Checking serde_cbor v0.11.2
32972026-06-11T16:17:03.186Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32982026-06-11T16:17:03.222Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32992026-06-11T16:17:03.346Z Checking nix v0.27.1
33002026-06-11T16:17:03.391Z Checking kstat-rs v0.2.4
33012026-06-11T16:17:03.438Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33022026-06-11T16:17:03.455Z Checking fxhash v0.2.1
33032026-06-11T16:17:03.542Z Checking serde_bytes v0.11.19
33042026-06-11T16:17:03.556Z Compiling typify-macro v0.6.2
33052026-06-11T16:17:03.572Z Checking tokio-tungstenite v0.23.1
33062026-06-11T16:17:03.585Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33072026-06-11T16:17:03.711Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-06-11T16:17:03.827Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-06-11T16:17:03.842Z Checking signal-hook-tokio v0.3.1
33102026-06-11T16:17:04.759Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33112026-06-11T16:17:04.797Z Compiling typify v0.6.2
33122026-06-11T16:17:04.874Z Compiling progenitor-impl v0.14.0
33132026-06-11T16:17:05.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33142026-06-11T16:17:05.954Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33152026-06-11T16:17:06.317Z Compiling progenitor-macro v0.14.0
33162026-06-11T16:17:08.627Z Checking progenitor v0.14.0
33172026-06-11T16:17:08.742Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33182026-06-11T16:17:08.745Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33192026-06-11T16:17:11.432Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33202026-06-11T16:17:19.358Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33212026-06-11T16:17:25.732Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33222026-06-11T16:17:27.086Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33232026-06-11T16:17:27.577Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33242026-06-11T16:17:29.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s
33252026-06-11T16:17:29.825Z
33262026-06-11T16:17:29.825Zinfo: running `cargo check --bins` on gateway-api (134/297)
33272026-06-11T16:17:30.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-06-11T16:17:30.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-06-11T16:17:30.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-06-11T16:17:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33312026-06-11T16:17:30.435Z
33322026-06-11T16:17:30.435Zinfo: running `cargo check --bins` on ipcc (135/297)
33332026-06-11T16:17:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-06-11T16:17:30.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-06-11T16:17:30.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-06-11T16:17:30.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-06-11T16:17:31.039Z
33382026-06-11T16:17:31.039Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33392026-06-11T16:17:31.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-06-11T16:17:31.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-06-11T16:17:31.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-06-11T16:17:31.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-06-11T16:17:31.640Z
33442026-06-11T16:17:31.640Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33452026-06-11T16:17:32.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-06-11T16:17:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-06-11T16:17:32.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-06-11T16:17:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-06-11T16:17:32.263Z
33502026-06-11T16:17:32.263Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33512026-06-11T16:17:32.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-06-11T16:17:32.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-06-11T16:17:32.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-06-11T16:17:32.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33552026-06-11T16:17:32.872Z
33562026-06-11T16:17:32.872Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33572026-06-11T16:17:33.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-06-11T16:17:33.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-06-11T16:17:33.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-06-11T16:17:33.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-06-11T16:17:33.477Z
33622026-06-11T16:17:33.477Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33632026-06-11T16:17:33.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-06-11T16:17:33.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-06-11T16:17:33.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-06-11T16:17:34.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-06-11T16:17:34.084Z
33682026-06-11T16:17:34.084Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33692026-06-11T16:17:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-06-11T16:17:34.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-06-11T16:17:34.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-06-11T16:17:34.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33732026-06-11T16:17:34.712Z
33742026-06-11T16:17:34.712Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33752026-06-11T16:17:35.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-06-11T16:17:35.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-06-11T16:17:35.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-06-11T16:17:35.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-06-11T16:17:35.322Z
33802026-06-11T16:17:35.322Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33812026-06-11T16:17:35.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-06-11T16:17:35.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-06-11T16:17:35.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-06-11T16:17:35.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-06-11T16:17:35.932Z
33862026-06-11T16:17:35.932Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33872026-06-11T16:17:36.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-06-11T16:17:36.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-06-11T16:17:36.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-06-11T16:17:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-06-11T16:17:36.546Z
33922026-06-11T16:17:36.546Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33932026-06-11T16:17:37.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-06-11T16:17:37.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-06-11T16:17:37.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-06-11T16:17:37.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-06-11T16:17:37.153Z
33982026-06-11T16:17:37.153Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33992026-06-11T16:17:37.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-06-11T16:17:37.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-06-11T16:17:37.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-06-11T16:17:37.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-06-11T16:17:37.761Z
34042026-06-11T16:17:37.761Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34052026-06-11T16:17:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-06-11T16:17:38.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-06-11T16:17:38.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-06-11T16:17:38.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34092026-06-11T16:17:38.372Z
34102026-06-11T16:17:38.372Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34112026-06-11T16:17:38.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-06-11T16:17:38.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-06-11T16:17:38.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-06-11T16:17:38.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-06-11T16:17:39.000Z
34162026-06-11T16:17:39.000Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34172026-06-11T16:17:39.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-06-11T16:17:39.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-06-11T16:17:39.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-06-11T16:17:39.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-06-11T16:17:39.627Z
34222026-06-11T16:17:39.627Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34232026-06-11T16:17:40.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-06-11T16:17:40.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-06-11T16:17:40.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-06-11T16:17:40.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-06-11T16:17:40.254Z
34282026-06-11T16:17:40.254Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34292026-06-11T16:17:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-06-11T16:17:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-06-11T16:17:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-06-11T16:17:40.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-06-11T16:17:40.880Z
34342026-06-11T16:17:40.880Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34352026-06-11T16:17:41.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-06-11T16:17:41.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-06-11T16:17:41.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-06-11T16:17:41.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-06-11T16:17:41.506Z
34402026-06-11T16:17:41.506Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34412026-06-11T16:17:42.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-06-11T16:17:42.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-06-11T16:17:42.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-06-11T16:17:42.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34452026-06-11T16:17:42.134Z
34462026-06-11T16:17:42.134Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34472026-06-11T16:17:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-06-11T16:17:42.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-06-11T16:17:42.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-06-11T16:17:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34512026-06-11T16:17:42.768Z
34522026-06-11T16:17:42.768Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34532026-06-11T16:17:43.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-06-11T16:17:43.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-06-11T16:17:43.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-06-11T16:17:43.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34572026-06-11T16:17:43.398Z
34582026-06-11T16:17:43.398Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34592026-06-11T16:17:43.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-06-11T16:17:43.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-06-11T16:17:43.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-06-11T16:17:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34632026-06-11T16:17:44.022Z
34642026-06-11T16:17:44.022Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34652026-06-11T16:17:44.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-06-11T16:17:44.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-06-11T16:17:44.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-06-11T16:17:44.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34692026-06-11T16:17:44.655Z
34702026-06-11T16:17:44.655Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34712026-06-11T16:17:45.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-06-11T16:17:45.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-06-11T16:17:45.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-06-11T16:17:45.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34752026-06-11T16:17:45.261Z
34762026-06-11T16:17:45.261Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34772026-06-11T16:17:45.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-06-11T16:17:45.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-06-11T16:17:45.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-06-11T16:17:45.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34812026-06-11T16:17:45.868Z
34822026-06-11T16:17:45.868Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34832026-06-11T16:17:46.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-06-11T16:17:46.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-06-11T16:17:46.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-06-11T16:17:46.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34872026-06-11T16:17:46.476Z
34882026-06-11T16:17:46.476Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34892026-06-11T16:17:46.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-06-11T16:17:46.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-06-11T16:17:46.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-06-11T16:17:46.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34932026-06-11T16:17:47.079Z
34942026-06-11T16:17:47.079Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34952026-06-11T16:17:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-06-11T16:17:47.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-06-11T16:17:47.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-06-11T16:17:47.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34992026-06-11T16:17:47.689Z
35002026-06-11T16:17:47.689Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
35012026-06-11T16:17:48.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-06-11T16:17:48.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-06-11T16:17:48.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-06-11T16:17:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35052026-06-11T16:17:48.296Z
35062026-06-11T16:17:48.296Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35072026-06-11T16:17:48.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-06-11T16:17:48.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-06-11T16:17:48.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-06-11T16:17:48.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35112026-06-11T16:17:48.897Z
35122026-06-11T16:17:48.897Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35132026-06-11T16:17:49.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-06-11T16:17:49.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-06-11T16:17:49.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-06-11T16:17:49.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35172026-06-11T16:17:49.507Z
35182026-06-11T16:17:49.507Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35192026-06-11T16:17:50.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-06-11T16:17:50.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-06-11T16:17:50.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-06-11T16:17:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35232026-06-11T16:17:50.134Z
35242026-06-11T16:17:50.134Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35252026-06-11T16:17:50.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-06-11T16:17:50.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-06-11T16:17:50.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-06-11T16:17:50.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35292026-06-11T16:17:50.759Z
35302026-06-11T16:17:50.759Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35312026-06-11T16:17:51.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-06-11T16:17:51.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-06-11T16:17:51.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-06-11T16:17:51.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35352026-06-11T16:17:51.390Z
35362026-06-11T16:17:51.390Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35372026-06-11T16:17:51.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-06-11T16:17:51.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-06-11T16:17:51.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-06-11T16:17:51.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35412026-06-11T16:17:52.015Z
35422026-06-11T16:17:52.015Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35432026-06-11T16:17:52.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-06-11T16:17:52.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-06-11T16:17:52.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-06-11T16:17:52.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35472026-06-11T16:17:52.648Z
35482026-06-11T16:17:52.648Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35492026-06-11T16:17:53.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-06-11T16:17:53.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-06-11T16:17:53.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-06-11T16:17:53.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-06-11T16:17:53.281Z
35542026-06-11T16:17:53.281Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35552026-06-11T16:17:53.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-06-11T16:17:53.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-06-11T16:17:53.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-06-11T16:17:53.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35592026-06-11T16:17:53.907Z
35602026-06-11T16:17:53.907Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35612026-06-11T16:17:54.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-06-11T16:17:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-06-11T16:17:54.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-06-11T16:17:54.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-06-11T16:17:54.559Z
35662026-06-11T16:17:54.560Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35672026-06-11T16:17:55.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-06-11T16:17:55.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-06-11T16:17:55.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-06-11T16:17:55.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35712026-06-11T16:17:55.174Z
35722026-06-11T16:17:55.174Zinfo: running `cargo check --bins` on dns-server (175/297)
35732026-06-11T16:17:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-06-11T16:17:55.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-06-11T16:17:55.833Z Compiling parking_lot_core v0.8.6
35762026-06-11T16:17:55.836Z Compiling git-stub v1.0.0
35772026-06-11T16:17:55.836Z Checking prefix-trie v0.7.0
35782026-06-11T16:17:55.836Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35792026-06-11T16:17:56.068Z Compiling git-stub-vcs v0.1.0
35802026-06-11T16:17:56.229Z Checking hickory-server v0.25.2
35812026-06-11T16:17:56.343Z Checking parking_lot v0.11.2
35822026-06-11T16:17:56.345Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35832026-06-11T16:17:56.419Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35842026-06-11T16:17:56.419Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-06-11T16:17:56.516Z Checking sled v0.34.7
35862026-06-11T16:17:58.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35872026-06-11T16:17:58.581Z
35882026-06-11T16:17:58.581Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35892026-06-11T16:17:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-06-11T16:17:59.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-06-11T16:17:59.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-06-11T16:17:59.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35932026-06-11T16:17:59.178Z
35942026-06-11T16:17:59.178Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35952026-06-11T16:17:59.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-06-11T16:17:59.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-06-11T16:17:59.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-06-11T16:17:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-06-11T16:17:59.802Z
36002026-06-11T16:17:59.802Zinfo: running `cargo check --bins` on sp-sim (178/297)
36012026-06-11T16:18:00.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-06-11T16:18:00.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-06-11T16:18:00.539Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36042026-06-11T16:18:02.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36052026-06-11T16:18:02.462Z
36062026-06-11T16:18:02.462Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36072026-06-11T16:18:03.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-06-11T16:18:03.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-06-11T16:18:03.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-06-11T16:18:03.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36112026-06-11T16:18:03.141Z
36122026-06-11T16:18:03.141Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36132026-06-11T16:18:03.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-06-11T16:18:03.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-06-11T16:18:03.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-06-11T16:18:03.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36172026-06-11T16:18:03.787Z
36182026-06-11T16:18:03.787Zinfo: running `cargo check --bins` on db-macros (181/297)
36192026-06-11T16:18:04.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-06-11T16:18:04.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-06-11T16:18:04.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-06-11T16:18:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-06-11T16:18:04.376Z
36242026-06-11T16:18:04.376Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36252026-06-11T16:18:04.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-06-11T16:18:04.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-06-11T16:18:04.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-06-11T16:18:04.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36292026-06-11T16:18:04.972Z
36302026-06-11T16:18:04.972Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36312026-06-11T16:18:05.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-06-11T16:18:05.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-06-11T16:18:05.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-06-11T16:18:05.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36352026-06-11T16:18:05.631Z
36362026-06-11T16:18:05.631Zinfo: running `cargo check --bins` on authz-macros (184/297)
36372026-06-11T16:18:06.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-06-11T16:18:06.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-06-11T16:18:06.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-06-11T16:18:06.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36412026-06-11T16:18:06.224Z
36422026-06-11T16:18:06.224Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36432026-06-11T16:18:06.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-06-11T16:18:06.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-06-11T16:18:06.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-06-11T16:18:06.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36472026-06-11T16:18:06.866Z
36482026-06-11T16:18:06.866Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36492026-06-11T16:18:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-06-11T16:18:07.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-06-11T16:18:07.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-06-11T16:18:07.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36532026-06-11T16:18:07.518Z
36542026-06-11T16:18:07.519Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36552026-06-11T16:18:08.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-06-11T16:18:08.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-06-11T16:18:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-06-11T16:18:08.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36592026-06-11T16:18:08.109Z
36602026-06-11T16:18:08.109Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36612026-06-11T16:18:08.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-06-11T16:18:08.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-06-11T16:18:08.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-06-11T16:18:08.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36652026-06-11T16:18:08.705Z
36662026-06-11T16:18:08.705Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36672026-06-11T16:18:09.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-06-11T16:18:09.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-06-11T16:18:09.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-06-11T16:18:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36712026-06-11T16:18:09.310Z
36722026-06-11T16:18:09.310Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36732026-06-11T16:18:09.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-06-11T16:18:09.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-06-11T16:18:09.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-06-11T16:18:09.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36772026-06-11T16:18:09.909Z
36782026-06-11T16:18:09.909Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36792026-06-11T16:18:10.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-06-11T16:18:10.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-06-11T16:18:10.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-06-11T16:18:10.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-06-11T16:18:10.498Z
36842026-06-11T16:18:10.498Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36852026-06-11T16:18:11.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-06-11T16:18:11.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-06-11T16:18:11.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-06-11T16:18:11.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36892026-06-11T16:18:11.157Z
36902026-06-11T16:18:11.157Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36912026-06-11T16:18:11.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-06-11T16:18:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-06-11T16:18:11.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-06-11T16:18:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36952026-06-11T16:18:11.826Z
36962026-06-11T16:18:11.826Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36972026-06-11T16:18:12.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-06-11T16:18:12.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-06-11T16:18:12.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-06-11T16:18:12.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37012026-06-11T16:18:12.473Z
37022026-06-11T16:18:12.473Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
37032026-06-11T16:18:12.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-06-11T16:18:13.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-06-11T16:18:13.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-06-11T16:18:13.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37072026-06-11T16:18:13.100Z
37082026-06-11T16:18:13.100Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
37092026-06-11T16:18:13.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-06-11T16:18:13.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-06-11T16:18:13.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-06-11T16:18:13.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37132026-06-11T16:18:13.731Z
37142026-06-11T16:18:13.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37152026-06-11T16:18:14.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-06-11T16:18:14.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-06-11T16:18:14.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-06-11T16:18:14.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-06-11T16:18:14.356Z
37202026-06-11T16:18:14.356Zinfo: running `cargo check --bins` on key-manager (198/297)
37212026-06-11T16:18:14.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-06-11T16:18:14.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-06-11T16:18:14.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-06-11T16:18:14.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37252026-06-11T16:18:14.965Z
37262026-06-11T16:18:14.965Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37272026-06-11T16:18:15.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-06-11T16:18:15.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-06-11T16:18:15.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-06-11T16:18:15.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37312026-06-11T16:18:15.595Z
37322026-06-11T16:18:15.596Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37332026-06-11T16:18:16.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-06-11T16:18:16.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-06-11T16:18:16.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-06-11T16:18:16.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37372026-06-11T16:18:16.231Z
37382026-06-11T16:18:16.231Zinfo: running `cargo check --bins` on typed-rng (201/297)
37392026-06-11T16:18:16.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-06-11T16:18:16.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-06-11T16:18:16.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-06-11T16:18:16.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37432026-06-11T16:18:16.827Z
37442026-06-11T16:18:16.827Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37452026-06-11T16:18:17.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-06-11T16:18:17.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-06-11T16:18:17.694Z Compiling libefi-sys v0.1.0
37482026-06-11T16:18:17.698Z Compiling bitfield-struct v0.6.2
37492026-06-11T16:18:17.841Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-06-11T16:18:17.849Z Compiling xshell-macros v0.2.7
37512026-06-11T16:18:17.883Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-06-11T16:18:17.887Z Compiling typify-impl v0.4.3
37532026-06-11T16:18:17.887Z Compiling salty v0.3.0
37542026-06-11T16:18:17.891Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-11T16:18:17.965Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-11T16:18:18.041Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37572026-06-11T16:18:18.193Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37582026-06-11T16:18:18.211Z Checking xshell v0.2.7
37592026-06-11T16:18:18.227Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37602026-06-11T16:18:18.400Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37612026-06-11T16:18:18.418Z Checking primeorder v0.13.6
37622026-06-11T16:18:18.435Z Compiling proc-macro-error-attr2 v2.0.0
37632026-06-11T16:18:18.449Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37642026-06-11T16:18:18.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37652026-06-11T16:18:18.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37662026-06-11T16:18:18.653Z Checking p384 v0.13.1
37672026-06-11T16:18:18.685Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-11T16:18:18.788Z Checking tungstenite v0.21.0
37692026-06-11T16:18:18.813Z Compiling proc-macro-error2 v2.0.1
37702026-06-11T16:18:18.855Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37712026-06-11T16:18:18.915Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-06-11T16:18:19.213Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37732026-06-11T16:18:19.398Z Checking tokio-tungstenite v0.21.0
37742026-06-11T16:18:19.503Z Compiling tabled_derive v0.11.0
37752026-06-11T16:18:19.594Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37762026-06-11T16:18:19.682Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-11T16:18:19.763Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37782026-06-11T16:18:20.029Z Checking papergrid v0.17.0
37792026-06-11T16:18:20.059Z Checking libscf-sys v1.2.0
37802026-06-11T16:18:20.077Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37812026-06-11T16:18:20.267Z Checking testing_table v0.3.0
37822026-06-11T16:18:20.368Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-11T16:18:20.451Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37842026-06-11T16:18:20.585Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-06-11T16:18:20.673Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37862026-06-11T16:18:20.819Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-11T16:18:20.893Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-11T16:18:20.907Z Compiling unicase v2.9.0
37892026-06-11T16:18:20.907Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37902026-06-11T16:18:21.018Z Checking corncobs v0.1.4
37912026-06-11T16:18:21.086Z Compiling illumos-nvpair-sys v0.2.0
37922026-06-11T16:18:21.114Z Compiling mime_guess v2.0.5
37932026-06-11T16:18:21.148Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-11T16:18:21.201Z Checking tabled v0.20.0
37952026-06-11T16:18:21.324Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37962026-06-11T16:18:21.397Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-06-11T16:18:21.446Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-06-11T16:18:21.541Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37992026-06-11T16:18:21.605Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38002026-06-11T16:18:21.668Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38012026-06-11T16:18:21.668Z Checking progenitor-client v0.11.2
38022026-06-11T16:18:21.790Z Checking secrecy v0.8.0
38032026-06-11T16:18:21.912Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38042026-06-11T16:18:22.125Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38052026-06-11T16:18:22.282Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38062026-06-11T16:18:22.297Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38072026-06-11T16:18:22.423Z Compiling typify-macro v0.4.3
38082026-06-11T16:18:22.442Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38092026-06-11T16:18:22.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38102026-06-11T16:18:22.509Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38112026-06-11T16:18:22.565Z Checking filetime v0.2.27
38122026-06-11T16:18:22.702Z Checking crc8 v0.1.1
38132026-06-11T16:18:22.804Z Checking http-range v0.1.5
38142026-06-11T16:18:22.829Z Checking xattr v1.6.1
38152026-06-11T16:18:22.933Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162026-06-11T16:18:22.965Z Checking tar v0.4.45
38172026-06-11T16:18:23.137Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38182026-06-11T16:18:23.260Z Checking illumos-nvpair v0.3.0
38192026-06-11T16:18:23.366Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-11T16:18:23.428Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38212026-06-11T16:18:23.444Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-06-11T16:18:23.766Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38232026-06-11T16:18:23.817Z Checking atty v0.2.14
38242026-06-11T16:18:23.928Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-11T16:18:24.021Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-11T16:18:24.036Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-06-11T16:18:24.120Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-11T16:18:24.150Z Compiling typify v0.4.3
38292026-06-11T16:18:24.269Z Compiling progenitor-impl v0.11.2
38302026-06-11T16:18:24.448Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38312026-06-11T16:18:24.451Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38322026-06-11T16:18:24.589Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-11T16:18:24.625Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38342026-06-11T16:18:24.701Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38352026-06-11T16:18:24.843Z Checking hyper-staticfile v0.10.1
38362026-06-11T16:18:25.113Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38372026-06-11T16:18:25.161Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38382026-06-11T16:18:25.379Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38392026-06-11T16:18:25.425Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38402026-06-11T16:18:25.557Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-11T16:18:25.588Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-06-11T16:18:25.749Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-06-11T16:18:25.856Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-06-11T16:18:25.932Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-06-11T16:18:26.018Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38462026-06-11T16:18:26.144Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-06-11T16:18:26.738Z Compiling progenitor-macro v0.11.2
38482026-06-11T16:18:29.172Z Checking progenitor v0.11.2
38492026-06-11T16:18:29.310Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38502026-06-11T16:18:29.463Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38512026-06-11T16:18:33.971Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38522026-06-11T16:18:44.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
38532026-06-11T16:18:45.093Z
38542026-06-11T16:18:45.093Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38552026-06-11T16:18:45.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-11T16:18:45.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-11T16:18:45.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-11T16:18:56.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38592026-06-11T16:18:56.826Z
38602026-06-11T16:18:56.826Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38612026-06-11T16:18:57.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-11T16:18:57.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-11T16:18:57.622Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-11T16:19:08.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38652026-06-11T16:19:08.566Z
38662026-06-11T16:19:08.566Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38672026-06-11T16:19:09.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-11T16:19:09.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-11T16:19:09.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-11T16:19:20.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38712026-06-11T16:19:20.269Z
38722026-06-11T16:19:20.269Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38732026-06-11T16:19:20.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-11T16:19:20.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-11T16:19:21.065Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-11T16:19:31.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38772026-06-11T16:19:32.025Z
38782026-06-11T16:19:32.026Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38792026-06-11T16:19:32.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-11T16:19:32.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-11T16:19:32.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-11T16:19:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38832026-06-11T16:19:43.695Z
38842026-06-11T16:19:43.695Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38852026-06-11T16:19:44.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-11T16:19:44.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-11T16:19:44.485Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-06-11T16:19:55.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38892026-06-11T16:19:55.365Z
38902026-06-11T16:19:55.365Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38912026-06-11T16:19:55.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-11T16:19:55.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-11T16:19:56.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38942026-06-11T16:20:06.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38952026-06-11T16:20:07.114Z
38962026-06-11T16:20:07.114Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38972026-06-11T16:20:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-11T16:20:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-11T16:20:07.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-11T16:20:07.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39012026-06-11T16:20:07.724Z
39022026-06-11T16:20:07.725Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
39032026-06-11T16:20:08.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-11T16:20:08.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-11T16:20:08.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-11T16:20:08.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-06-11T16:20:08.338Z
39082026-06-11T16:20:08.338Zinfo: running `cargo check --bins` on range-requests (212/297)
39092026-06-11T16:20:08.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-11T16:20:08.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-11T16:20:08.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-11T16:20:08.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39132026-06-11T16:20:08.941Z
39142026-06-11T16:20:08.941Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39152026-06-11T16:20:09.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-11T16:20:09.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-11T16:20:09.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-11T16:20:09.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39192026-06-11T16:20:09.547Z
39202026-06-11T16:20:09.547Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39212026-06-11T16:20:10.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-11T16:20:10.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-11T16:20:10.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-11T16:20:10.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39252026-06-11T16:20:10.176Z
39262026-06-11T16:20:10.176Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39272026-06-11T16:20:10.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-11T16:20:10.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-11T16:20:10.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-11T16:20:10.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39312026-06-11T16:20:10.807Z
39322026-06-11T16:20:10.807Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39332026-06-11T16:20:11.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-11T16:20:11.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-11T16:20:11.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-11T16:20:11.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39372026-06-11T16:20:11.435Z
39382026-06-11T16:20:11.435Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39392026-06-11T16:20:11.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-11T16:20:11.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-11T16:20:11.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-11T16:20:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39432026-06-11T16:20:12.074Z
39442026-06-11T16:20:12.074Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39452026-06-11T16:20:12.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-11T16:20:12.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-11T16:20:12.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-11T16:20:12.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39492026-06-11T16:20:12.712Z
39502026-06-11T16:20:12.712Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39512026-06-11T16:20:13.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-11T16:20:13.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-11T16:20:13.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-11T16:20:13.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39552026-06-11T16:20:13.345Z
39562026-06-11T16:20:13.345Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39572026-06-11T16:20:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-11T16:20:13.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-11T16:20:13.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-11T16:20:13.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39612026-06-11T16:20:13.980Z
39622026-06-11T16:20:13.980Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39632026-06-11T16:20:14.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-11T16:20:14.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-11T16:20:14.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-11T16:20:14.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39672026-06-11T16:20:14.607Z
39682026-06-11T16:20:14.607Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39692026-06-11T16:20:15.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-11T16:20:15.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-11T16:20:15.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-11T16:20:15.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39732026-06-11T16:20:15.239Z
39742026-06-11T16:20:15.239Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39752026-06-11T16:20:15.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-11T16:20:15.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-11T16:20:15.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-11T16:20:15.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39792026-06-11T16:20:15.875Z
39802026-06-11T16:20:15.875Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39812026-06-11T16:20:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-11T16:20:16.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-11T16:20:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-11T16:20:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39852026-06-11T16:20:16.533Z
39862026-06-11T16:20:16.533Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39872026-06-11T16:20:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-11T16:20:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-11T16:20:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-11T16:20:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39912026-06-11T16:20:17.165Z
39922026-06-11T16:20:17.165Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39932026-06-11T16:20:17.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-11T16:20:17.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-11T16:20:17.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-11T16:20:17.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39972026-06-11T16:20:17.807Z
39982026-06-11T16:20:17.807Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39992026-06-11T16:20:18.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-11T16:20:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-11T16:20:18.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-11T16:20:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40032026-06-11T16:20:18.463Z
40042026-06-11T16:20:18.463Zinfo: running `cargo check --bins` on update-common (228/297)
40052026-06-11T16:20:18.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-11T16:20:18.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-11T16:20:18.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-11T16:20:18.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-06-11T16:20:19.070Z
40102026-06-11T16:20:19.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
40112026-06-11T16:20:19.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-11T16:20:19.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-11T16:20:19.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-06-11T16:20:19.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40152026-06-11T16:20:19.725Z
40162026-06-11T16:20:19.725Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40172026-06-11T16:20:20.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-06-11T16:20:20.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-06-11T16:20:20.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-06-11T16:20:20.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-06-11T16:20:20.309Z
40222026-06-11T16:20:20.309Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40232026-06-11T16:20:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-06-11T16:20:20.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-06-11T16:20:21.079Z Compiling fs-err v2.11.0
40262026-06-11T16:20:21.079Z Checking ignore v0.4.25
40272026-06-11T16:20:21.079Z Checking arc-swap v1.8.2
40282026-06-11T16:20:21.217Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40292026-06-11T16:20:21.219Z Checking predicates-tree v1.0.13
40302026-06-11T16:20:21.224Z Checking parse-size v1.1.0
40312026-06-11T16:20:21.248Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40322026-06-11T16:20:21.251Z Checking rand_seeder v0.4.0
40332026-06-11T16:20:21.315Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40342026-06-11T16:20:21.347Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40352026-06-11T16:20:21.403Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40362026-06-11T16:20:21.419Z Checking slog-scope v4.4.1
40372026-06-11T16:20:21.455Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40382026-06-11T16:20:21.546Z Compiling petname v2.0.2
40392026-06-11T16:20:21.562Z Checking slog-stdlog v4.1.1
40402026-06-11T16:20:21.574Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40412026-06-11T16:20:21.593Z Checking globwalk v0.9.1
40422026-06-11T16:20:21.635Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40432026-06-11T16:20:21.677Z Checking slog-envlogger v2.2.0
40442026-06-11T16:20:21.771Z Checking camino-tempfile-ext v0.3.3
40452026-06-11T16:20:21.826Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40462026-06-11T16:20:21.839Z Checking sapling-renderdag v0.1.0
40472026-06-11T16:20:21.963Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40482026-06-11T16:20:22.014Z Checking subprocess v0.2.15
40492026-06-11T16:20:22.073Z Checking sync-ptr v0.1.4
40502026-06-11T16:20:22.187Z Checking colored v2.2.0
40512026-06-11T16:20:22.210Z Checking assert_matches v1.5.0
40522026-06-11T16:20:22.292Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40532026-06-11T16:20:22.432Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40542026-06-11T16:20:22.435Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40552026-06-11T16:20:23.172Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40562026-06-11T16:20:24.478Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40572026-06-11T16:20:26.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
40582026-06-11T16:20:26.854Z
40592026-06-11T16:20:26.854Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40602026-06-11T16:20:27.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-11T16:20:27.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-11T16:20:27.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-11T16:20:27.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40642026-06-11T16:20:27.444Z
40652026-06-11T16:20:27.444Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40662026-06-11T16:20:27.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-11T16:20:27.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-11T16:20:27.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-06-11T16:20:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-06-11T16:20:28.052Z
40712026-06-11T16:20:28.052Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40722026-06-11T16:20:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-11T16:20:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-11T16:20:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-06-11T16:20:28.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40762026-06-11T16:20:28.705Z
40772026-06-11T16:20:28.705Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40782026-06-11T16:20:29.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-06-11T16:20:29.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-06-11T16:20:29.429Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-06-11T16:20:29.429Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40822026-06-11T16:20:30.069Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40832026-06-11T16:20:31.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
40842026-06-11T16:20:31.817Z
40852026-06-11T16:20:31.817Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40862026-06-11T16:20:32.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-11T16:20:32.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-11T16:20:32.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-06-11T16:20:32.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-06-11T16:20:32.412Z
40912026-06-11T16:20:32.412Zinfo: running `cargo check --bins` on cert-dev (237/297)
40922026-06-11T16:20:32.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-06-11T16:20:32.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-06-11T16:20:33.019Z Checking yasna v0.5.2
40952026-06-11T16:20:33.423Z Checking rcgen v0.12.1
40962026-06-11T16:20:33.668Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40972026-06-11T16:20:33.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40982026-06-11T16:20:34.017Z
40992026-06-11T16:20:34.017Zinfo: running `cargo check --bins` on clickana (238/297)
41002026-06-11T16:20:34.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-06-11T16:20:34.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-06-11T16:20:34.668Z Compiling darling_core v0.23.0
41032026-06-11T16:20:34.671Z Compiling instability v0.3.11
41042026-06-11T16:20:34.777Z Checking castaway v0.2.4
41052026-06-11T16:20:34.786Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41062026-06-11T16:20:34.792Z Compiling indoc v2.0.7
41072026-06-11T16:20:34.795Z Checking unicode-truncate v1.1.0
41082026-06-11T16:20:34.822Z Checking lru v0.12.5
41092026-06-11T16:20:34.822Z Checking cassowary v0.3.0
41102026-06-11T16:20:34.877Z Checking compact_str v0.8.1
41112026-06-11T16:20:36.127Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41122026-06-11T16:20:36.170Z Compiling darling_macro v0.23.0
41132026-06-11T16:20:36.303Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41142026-06-11T16:20:36.579Z Compiling darling v0.23.0
41152026-06-11T16:20:37.204Z Checking ratatui v0.29.0
41162026-06-11T16:20:38.243Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41172026-06-11T16:20:38.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41182026-06-11T16:20:39.101Z
41192026-06-11T16:20:39.101Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41202026-06-11T16:20:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-06-11T16:20:39.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-06-11T16:20:39.823Z Checking headers-core v0.3.0
41232026-06-11T16:20:39.826Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41242026-06-11T16:20:40.022Z Checking headers v0.4.1
41252026-06-11T16:20:40.390Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41262026-06-11T16:20:41.232Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41272026-06-11T16:20:41.715Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41282026-06-11T16:20:42.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41292026-06-11T16:20:42.319Z
41302026-06-11T16:20:42.319Zinfo: running `cargo check --bins` on ch-dev (240/297)
41312026-06-11T16:20:42.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-11T16:20:42.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-11T16:20:43.036Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41342026-06-11T16:20:43.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41352026-06-11T16:20:43.989Z
41362026-06-11T16:20:43.989Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41372026-06-11T16:20:44.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-11T16:20:44.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-11T16:20:44.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-06-11T16:20:44.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41412026-06-11T16:20:44.454Z
41422026-06-11T16:20:44.454Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41432026-06-11T16:20:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-11T16:20:44.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-11T16:20:45.170Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41462026-06-11T16:20:46.158Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41472026-06-11T16:20:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41482026-06-11T16:20:46.689Z
41492026-06-11T16:20:46.689Zinfo: running `cargo check --bins` on db-dev (243/297)
41502026-06-11T16:20:47.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-11T16:20:47.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-11T16:20:47.414Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41532026-06-11T16:20:48.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41542026-06-11T16:20:48.354Z
41552026-06-11T16:20:48.354Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41562026-06-11T16:20:48.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-11T16:20:48.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-11T16:20:48.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-06-11T16:20:48.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41602026-06-11T16:20:48.992Z
41612026-06-11T16:20:48.992Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41622026-06-11T16:20:49.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-06-11T16:20:49.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-06-11T16:20:49.605Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41652026-06-11T16:20:50.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41662026-06-11T16:20:50.471Z
41672026-06-11T16:20:50.471Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41682026-06-11T16:20:51.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-06-11T16:20:51.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-06-11T16:20:51.219Z Compiling progenitor-impl v0.13.0
41712026-06-11T16:20:51.341Z Checking progenitor-client v0.13.0
41722026-06-11T16:20:51.341Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-11T16:20:51.344Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-06-11T16:20:51.378Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41752026-06-11T16:20:51.391Z Checking git-stub v1.0.0
41762026-06-11T16:20:51.391Z Compiling trait-variant v0.1.2
41772026-06-11T16:20:51.553Z Checking maplit v1.0.2
41782026-06-11T16:20:51.588Z Checking is_ci v1.2.0
41792026-06-11T16:20:51.601Z Checking git-stub-vcs v0.1.0
41802026-06-11T16:20:51.634Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41812026-06-11T16:20:51.685Z Checking supports-color v3.0.2
41822026-06-11T16:20:51.791Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41832026-06-11T16:20:51.814Z Checking drift v0.2.0
41842026-06-11T16:20:51.916Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41852026-06-11T16:20:52.000Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-06-11T16:20:52.087Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41872026-06-11T16:20:52.158Z Checking dropshot-api-manager v0.7.2
41882026-06-11T16:20:52.211Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41892026-06-11T16:20:52.227Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41902026-06-11T16:20:52.337Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-06-11T16:20:52.503Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41922026-06-11T16:20:52.683Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41932026-06-11T16:20:52.696Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41942026-06-11T16:20:53.211Z Compiling progenitor-macro v0.13.0
41952026-06-11T16:20:55.604Z Checking progenitor v0.13.0
41962026-06-11T16:20:55.718Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41972026-06-11T16:21:00.774Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41982026-06-11T16:21:01.871Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41992026-06-11T16:21:02.432Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42002026-06-11T16:21:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
42012026-06-11T16:21:03.075Z
42022026-06-11T16:21:03.075Zinfo: running `cargo check --bins` on installinator-api (247/297)
42032026-06-11T16:21:03.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-11T16:21:03.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-11T16:21:03.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-11T16:21:03.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42072026-06-11T16:21:03.679Z
42082026-06-11T16:21:03.679Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
42092026-06-11T16:21:04.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-11T16:21:04.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-11T16:21:04.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-11T16:21:04.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42132026-06-11T16:21:04.321Z
42142026-06-11T16:21:04.321Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
42152026-06-11T16:21:04.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-11T16:21:04.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-11T16:21:04.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-11T16:21:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42192026-06-11T16:21:04.960Z
42202026-06-11T16:21:04.961Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42212026-06-11T16:21:05.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-11T16:21:05.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-11T16:21:05.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-11T16:21:05.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42252026-06-11T16:21:05.602Z
42262026-06-11T16:21:05.602Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42272026-06-11T16:21:06.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-11T16:21:06.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-11T16:21:06.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-06-11T16:21:06.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42312026-06-11T16:21:06.202Z
42322026-06-11T16:21:06.202Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42332026-06-11T16:21:06.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-06-11T16:21:06.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-06-11T16:21:06.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-06-11T16:21:06.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42372026-06-11T16:21:06.795Z
42382026-06-11T16:21:06.795Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42392026-06-11T16:21:07.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-06-11T16:21:07.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-06-11T16:21:07.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-06-11T16:21:07.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42432026-06-11T16:21:07.412Z
42442026-06-11T16:21:07.412Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42452026-06-11T16:21:07.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-06-11T16:21:07.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-06-11T16:21:08.023Z Checking typeid v1.0.3
42482026-06-11T16:21:08.136Z Checking ordered-float v2.10.1
42492026-06-11T16:21:08.154Z Checking unicode-xid v0.2.6
42502026-06-11T16:21:08.167Z Checking cargo-platform v0.2.0
42512026-06-11T16:21:08.176Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42522026-06-11T16:21:08.203Z Checking erased-serde v0.4.9
42532026-06-11T16:21:08.338Z Checking serde-value v0.7.0
42542026-06-11T16:21:08.514Z Checking serde-untagged v0.1.9
42552026-06-11T16:21:08.668Z Checking cargo-util-schemas v0.8.2
42562026-06-11T16:21:09.363Z Checking cargo_metadata v0.21.0
42572026-06-11T16:21:09.966Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42582026-06-11T16:21:10.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
42592026-06-11T16:21:10.908Z
42602026-06-11T16:21:10.908Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42612026-06-11T16:21:11.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-06-11T16:21:11.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-06-11T16:21:11.644Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42642026-06-11T16:21:12.254Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42652026-06-11T16:21:12.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42662026-06-11T16:21:12.966Z
42672026-06-11T16:21:12.967Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42682026-06-11T16:21:13.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-06-11T16:21:13.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-06-11T16:21:13.921Z Compiling vergen-lib v0.1.6
42712026-06-11T16:21:13.921Z Compiling vergen-gitcl v1.0.8
42722026-06-11T16:21:13.921Z Compiling dirs-sys-next v0.1.2
42732026-06-11T16:21:13.921Z Compiling crunchy v0.2.4
42742026-06-11T16:21:13.924Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42752026-06-11T16:21:13.925Z Compiling diesel_derives v2.3.7
42762026-06-11T16:21:13.925Z Compiling glob v0.3.3
42772026-06-11T16:21:14.078Z Compiling dsl_auto_type v0.2.0
42782026-06-11T16:21:14.266Z Compiling dirs-next v2.0.0
42792026-06-11T16:21:14.316Z Checking scheduled-thread-pool v0.2.7
42802026-06-11T16:21:14.345Z Compiling diesel_table_macro_syntax v0.3.0
42812026-06-11T16:21:14.364Z Compiling tiny-keccak v2.0.2
42822026-06-11T16:21:14.456Z Checking r2d2 v0.8.10
42832026-06-11T16:21:14.494Z Compiling clang-sys v1.8.1
42842026-06-11T16:21:14.549Z Compiling term v0.7.0
42852026-06-11T16:21:14.629Z Checking downcast-rs v2.0.2
42862026-06-11T16:21:14.646Z Compiling bit-vec v0.6.3
42872026-06-11T16:21:14.729Z Compiling itertools v0.10.5
42882026-06-11T16:21:14.862Z Compiling bit-set v0.5.3
42892026-06-11T16:21:14.880Z Compiling ascii-canvas v3.0.0
42902026-06-11T16:21:15.020Z Compiling ena v0.14.4
42912026-06-11T16:21:15.037Z Compiling libloading v0.8.9
42922026-06-11T16:21:15.059Z Compiling bindgen v0.71.1
42932026-06-11T16:21:15.116Z Compiling diff v0.1.13
42942026-06-11T16:21:15.167Z Compiling regex-syntax v0.6.29
42952026-06-11T16:21:15.242Z Compiling cexpr v0.6.0
42962026-06-11T16:21:15.378Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42972026-06-11T16:21:15.502Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42982026-06-11T16:21:15.568Z Compiling rustc-hash v2.1.1
42992026-06-11T16:21:15.682Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43002026-06-11T16:21:15.702Z Compiling libxml v0.3.3
43012026-06-11T16:21:15.781Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43022026-06-11T16:21:15.921Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43032026-06-11T16:21:15.963Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43042026-06-11T16:21:16.157Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43052026-06-11T16:21:16.241Z Compiling strum_macros v0.24.3
43062026-06-11T16:21:16.267Z Compiling indoc v1.0.9
43072026-06-11T16:21:16.732Z Compiling lalrpop v0.19.12
43082026-06-11T16:21:17.104Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43092026-06-11T16:21:17.289Z Checking derive_builder v0.20.2
43102026-06-11T16:21:17.305Z Compiling oso-derive v0.27.3
43112026-06-11T16:21:17.407Z Checking quick-xml v0.37.5
43122026-06-11T16:21:17.614Z Compiling impl-trait-for-tuples v0.2.3
43132026-06-11T16:21:17.805Z Checking openssl-probe v0.1.6
43142026-06-11T16:21:17.948Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43152026-06-11T16:21:18.282Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43162026-06-11T16:21:18.479Z Checking bb8 v0.8.6
43172026-06-11T16:21:18.692Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43182026-06-11T16:21:18.762Z Compiling libz-sys v1.1.24
43192026-06-11T16:21:18.900Z Checking nonempty v0.12.0
43202026-06-11T16:21:18.920Z Compiling strsim v0.10.0
43212026-06-11T16:21:19.069Z Compiling libgit2-sys v0.18.3+1.9.2
43222026-06-11T16:21:19.166Z Compiling darling_core v0.13.4
43232026-06-11T16:21:19.253Z Compiling vergen-git2 v9.1.0
43242026-06-11T16:21:19.336Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43252026-06-11T16:21:19.477Z Compiling rustls v0.21.12
43262026-06-11T16:21:19.573Z Compiling base64 v0.21.7
43272026-06-11T16:21:19.717Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43282026-06-11T16:21:19.849Z Compiling ron v0.8.1
43292026-06-11T16:21:20.085Z Checking diesel v2.3.7
43302026-06-11T16:21:20.685Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43312026-06-11T16:21:20.805Z Checking rustls-webpki v0.101.7
43322026-06-11T16:21:20.880Z Checking sct v0.7.1
43332026-06-11T16:21:21.046Z Compiling darling_macro v0.13.4
43342026-06-11T16:21:21.067Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43352026-06-11T16:21:21.522Z Compiling darling v0.13.4
43362026-06-11T16:21:21.619Z Compiling serde_with_macros v1.5.2
43372026-06-11T16:21:22.063Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43382026-06-11T16:21:22.477Z Compiling serde_with v1.14.0
43392026-06-11T16:21:22.501Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43402026-06-11T16:21:23.613Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43412026-06-11T16:21:23.743Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43422026-06-11T16:21:24.226Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43432026-06-11T16:21:24.866Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43442026-06-11T16:21:25.063Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43452026-06-11T16:21:25.149Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-06-11T16:21:25.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43472026-06-11T16:21:25.298Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-06-11T16:21:25.346Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43492026-06-11T16:21:25.588Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43502026-06-11T16:21:25.605Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43512026-06-11T16:21:25.621Z Checking tokio-rustls v0.24.1
43522026-06-11T16:21:25.825Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43532026-06-11T16:21:26.382Z Checking rustls-pemfile v1.0.4
43542026-06-11T16:21:26.458Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43552026-06-11T16:21:26.528Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43562026-06-11T16:21:26.725Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43572026-06-11T16:21:26.745Z Checking twox-hash v2.1.2
43582026-06-11T16:21:27.053Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43592026-06-11T16:21:27.071Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43602026-06-11T16:21:27.127Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43612026-06-11T16:21:27.508Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-11T16:21:27.666Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43632026-06-11T16:21:28.788Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43642026-06-11T16:21:28.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43652026-06-11T16:21:29.056Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43662026-06-11T16:21:29.441Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43672026-06-11T16:21:29.730Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43682026-06-11T16:21:29.975Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43692026-06-11T16:21:30.244Z Checking console v0.16.2
43702026-06-11T16:21:30.560Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43712026-06-11T16:21:30.709Z Checking fatfs v0.3.6
43722026-06-11T16:21:31.015Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43732026-06-11T16:21:31.172Z Compiling seq-macro v0.3.6
43742026-06-11T16:21:31.684Z Checking unit-prefix v0.5.2
43752026-06-11T16:21:31.848Z Checking indicatif v0.18.4
43762026-06-11T16:21:31.991Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43772026-06-11T16:21:32.229Z Checking support-bundle-viewer v0.1.2
43782026-06-11T16:21:32.302Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43792026-06-11T16:21:32.469Z Checking multimap v0.10.1
43802026-06-11T16:21:36.969Z Checking async-bb8-diesel v0.2.1
43812026-06-11T16:21:37.338Z Checking diesel-dtrace v0.5.0
43822026-06-11T16:21:42.968Z Compiling samael v0.0.19
43832026-06-11T16:21:46.581Z Compiling git2 v0.20.4
43842026-06-11T16:21:48.013Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43852026-06-11T16:21:48.489Z Compiling polar-core v0.27.3
43862026-06-11T16:21:49.052Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43872026-06-11T16:21:53.021Z Checking oso v0.27.3
43882026-06-11T16:22:20.846Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43892026-06-11T16:23:31.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43902026-06-11T16:23:31.862Z
43912026-06-11T16:23:31.862Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43922026-06-11T16:23:32.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-11T16:23:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-11T16:23:32.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-11T16:23:32.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43962026-06-11T16:23:32.575Z
43972026-06-11T16:23:32.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43982026-06-11T16:23:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-11T16:23:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-11T16:23:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-11T16:23:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44022026-06-11T16:23:33.241Z
44032026-06-11T16:23:33.241Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
44042026-06-11T16:23:33.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-11T16:23:33.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-11T16:23:33.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-06-11T16:23:33.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44082026-06-11T16:23:33.921Z
44092026-06-11T16:23:33.921Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
44102026-06-11T16:23:34.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-11T16:23:34.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-11T16:23:34.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-06-11T16:23:34.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44142026-06-11T16:23:34.511Z
44152026-06-11T16:23:34.511Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
44162026-06-11T16:23:35.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-11T16:23:35.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-11T16:23:35.350Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44192026-06-11T16:23:36.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44202026-06-11T16:23:36.313Z
44212026-06-11T16:23:36.313Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44222026-06-11T16:23:36.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-11T16:23:36.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-11T16:23:37.148Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-06-11T16:24:13.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.46s
44262026-06-11T16:24:14.004Z
44272026-06-11T16:24:14.004Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44282026-06-11T16:24:14.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-11T16:24:14.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-11T16:24:14.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-11T16:24:14.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44322026-06-11T16:24:14.597Z
44332026-06-11T16:24:14.597Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44342026-06-11T16:24:15.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-11T16:24:15.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-11T16:24:15.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-11T16:24:15.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44382026-06-11T16:24:15.247Z
44392026-06-11T16:24:15.247Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44402026-06-11T16:24:15.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-11T16:24:15.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-11T16:24:15.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-11T16:24:15.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44442026-06-11T16:24:15.908Z
44452026-06-11T16:24:15.908Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44462026-06-11T16:24:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-11T16:24:16.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-11T16:24:16.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-11T16:24:16.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44502026-06-11T16:24:16.568Z
44512026-06-11T16:24:16.568Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44522026-06-11T16:24:17.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-11T16:24:17.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-11T16:24:17.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-11T16:24:17.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44562026-06-11T16:24:17.219Z
44572026-06-11T16:24:17.219Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44582026-06-11T16:24:17.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-11T16:24:17.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-11T16:24:17.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-11T16:24:17.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44622026-06-11T16:24:17.874Z
44632026-06-11T16:24:17.874Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44642026-06-11T16:24:18.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-11T16:24:18.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-11T16:24:18.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-06-11T16:24:18.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44682026-06-11T16:24:18.523Z
44692026-06-11T16:24:18.523Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44702026-06-11T16:24:19.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-06-11T16:24:19.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-06-11T16:24:19.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-06-11T16:24:19.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44742026-06-11T16:24:19.179Z
44752026-06-11T16:24:19.179Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44762026-06-11T16:24:19.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-06-11T16:24:19.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-06-11T16:24:20.088Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44792026-06-11T16:24:20.088Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44802026-06-11T16:24:20.277Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44812026-06-11T16:24:20.307Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44822026-06-11T16:24:20.327Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44832026-06-11T16:24:20.343Z Checking yansi v1.0.1
44842026-06-11T16:24:20.346Z Checking diff v0.1.13
44852026-06-11T16:24:20.372Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44862026-06-11T16:24:20.415Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44872026-06-11T16:24:20.591Z Checking pretty_assertions v1.4.1
44882026-06-11T16:24:21.247Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44892026-06-11T16:24:21.386Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44902026-06-11T16:24:45.155Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44912026-06-11T16:24:45.159Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44922026-06-11T16:24:45.159Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44932026-06-11T16:24:45.159Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-06-11T16:24:45.159Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44952026-06-11T16:24:45.159Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44962026-06-11T16:24:45.993Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-11T16:24:45.993Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44982026-06-11T16:24:47.203Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44992026-06-11T16:25:23.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45002026-06-11T16:25:23.667Z
45012026-06-11T16:25:23.667Zinfo: running `cargo check --bins` on omicron-pins (272/297)
45022026-06-11T16:25:24.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-06-11T16:25:24.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-06-11T16:25:24.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-06-11T16:25:24.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45062026-06-11T16:25:24.259Z
45072026-06-11T16:25:24.259Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
45082026-06-11T16:25:24.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-11T16:25:24.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-11T16:25:25.037Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-06-11T16:25:25.162Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-06-11T16:25:25.165Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45132026-06-11T16:25:51.014Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45142026-06-11T16:25:51.393Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45152026-06-11T16:25:53.115Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162026-06-11T16:25:53.558Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45172026-06-11T16:25:56.528Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45182026-06-11T16:26:19.390Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45192026-06-11T16:26:20.084Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45202026-06-11T16:26:21.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.43s
45212026-06-11T16:26:21.913Z
45222026-06-11T16:26:21.913Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45232026-06-11T16:26:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-06-11T16:26:22.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-06-11T16:26:22.641Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45262026-06-11T16:26:23.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45272026-06-11T16:26:23.535Z
45282026-06-11T16:26:23.535Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45292026-06-11T16:26:24.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-06-11T16:26:24.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-06-11T16:26:24.192Z Compiling blake3 v1.8.3
45322026-06-11T16:26:24.304Z Checking arrayref v0.3.9
45332026-06-11T16:26:24.304Z Checking constant_time_eq v0.4.2
45342026-06-11T16:26:24.308Z Checking arrayvec v0.7.6
45352026-06-11T16:26:24.324Z Checking topological-sort v0.2.2
45362026-06-11T16:26:24.324Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45372026-06-11T16:26:24.334Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45382026-06-11T16:26:24.334Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45392026-06-11T16:26:24.367Z Checking shell-words v1.1.1
45402026-06-11T16:26:25.216Z Checking omicron-zone-package v0.12.2
45412026-06-11T16:26:25.929Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45422026-06-11T16:26:26.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
45432026-06-11T16:26:26.996Z
45442026-06-11T16:26:26.996Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45452026-06-11T16:26:27.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-06-11T16:26:27.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-06-11T16:26:27.650Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45482026-06-11T16:26:27.977Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45492026-06-11T16:26:28.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45502026-06-11T16:26:28.557Z
45512026-06-11T16:26:28.557Zinfo: running `cargo check --bins` on schema (277/297)
45522026-06-11T16:26:29.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-06-11T16:26:29.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-06-11T16:26:29.297Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45552026-06-11T16:26:29.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45562026-06-11T16:26:30.601Z
45572026-06-11T16:26:30.601Zinfo: running `cargo check --bins` on xtask (278/297)
45582026-06-11T16:26:30.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-06-11T16:26:30.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-06-11T16:26:30.670Z Checking libc v0.2.185
45612026-06-11T16:26:30.673Z Checking serde v1.0.228
45622026-06-11T16:26:30.673Z Checking zerofrom v0.1.6
45632026-06-11T16:26:30.762Z Checking bitflags v2.11.0
45642026-06-11T16:26:30.768Z Checking smallvec v1.15.1
45652026-06-11T16:26:30.774Z Checking indexmap v2.14.0
45662026-06-11T16:26:30.783Z Checking serde_json v1.0.149
45672026-06-11T16:26:30.793Z Checking scroll v0.12.0
45682026-06-11T16:26:30.858Z Checking yoke v0.8.1
45692026-06-11T16:26:30.910Z Checking num-traits v0.2.19
45702026-06-11T16:26:30.938Z Checking thiserror v1.0.69
45712026-06-11T16:26:31.020Z Checking log v0.4.29
45722026-06-11T16:26:31.030Z Checking zerovec v0.11.5
45732026-06-11T16:26:31.040Z Checking zerotrie v0.2.3
45742026-06-11T16:26:31.049Z Checking errno v0.3.14
45752026-06-11T16:26:31.138Z Checking serde_spanned v0.6.9
45762026-06-11T16:26:31.164Z Checking rustix v1.1.3
45772026-06-11T16:26:31.168Z Checking toml_datetime v0.6.11
45782026-06-11T16:26:31.262Z Checking percent-encoding v2.3.2
45792026-06-11T16:26:31.281Z Checking goblin v0.8.2
45802026-06-11T16:26:31.298Z Checking zerocopy v0.7.35
45812026-06-11T16:26:31.346Z Checking toml_edit v0.22.27
45822026-06-11T16:26:31.384Z Checking getrandom v0.4.1
45832026-06-11T16:26:31.399Z Checking form_urlencoded v1.2.2
45842026-06-11T16:26:31.432Z Checking ordered-float v2.10.1
45852026-06-11T16:26:31.460Z Checking tinystr v0.8.2
45862026-06-11T16:26:31.514Z Checking potential_utf v0.1.4
45872026-06-11T16:26:31.526Z Checking thiserror v2.0.18
45882026-06-11T16:26:31.642Z Checking syn v2.0.117
45892026-06-11T16:26:31.645Z Checking icu_locale_core v2.1.1
45902026-06-11T16:26:31.645Z Checking icu_collections v2.1.1
45912026-06-11T16:26:31.671Z Checking serde-value v0.7.0
45922026-06-11T16:26:31.789Z Checking dtrace-parser v0.2.0
45932026-06-11T16:26:31.869Z Checking thread-id v4.2.2
45942026-06-11T16:26:31.949Z Checking once_cell v1.21.3
45952026-06-11T16:26:31.965Z Checking cargo-platform v0.2.0
45962026-06-11T16:26:31.977Z Checking terminal_size v0.4.3
45972026-06-11T16:26:32.024Z Checking memmap v0.7.0
45982026-06-11T16:26:32.086Z Checking clap_builder v4.6.0
45992026-06-11T16:26:32.121Z Checking tempfile v3.25.0
46002026-06-11T16:26:32.137Z Checking textwrap v0.16.2
46012026-06-11T16:26:32.153Z Checking fs-err v3.3.0
46022026-06-11T16:26:32.218Z Checking icu_provider v2.1.1
46032026-06-11T16:26:32.311Z Checking camino-tempfile v1.4.1
46042026-06-11T16:26:32.328Z Checking tabled v0.15.0
46052026-06-11T16:26:32.345Z Checking anyhow v1.0.102
46062026-06-11T16:26:32.446Z Checking toml v0.8.23
46072026-06-11T16:26:32.458Z Checking icu_normalizer v2.1.1
46082026-06-11T16:26:32.469Z Checking icu_properties v2.1.2
46092026-06-11T16:26:32.541Z Checking macaddr v1.0.1
46102026-06-11T16:26:32.719Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46112026-06-11T16:26:32.761Z Checking cargo_toml v0.21.0
46122026-06-11T16:26:33.158Z Checking dof v0.3.0
46132026-06-11T16:26:33.273Z Checking idna_adapter v1.2.1
46142026-06-11T16:26:33.298Z Checking clap v4.6.1
46152026-06-11T16:26:33.391Z Checking idna v1.1.0
46162026-06-11T16:26:33.442Z Checking usdt-impl v0.5.0
46172026-06-11T16:26:33.608Z Checking url v2.5.8
46182026-06-11T16:26:33.691Z Checking usdt v0.5.0
46192026-06-11T16:26:33.941Z Checking cargo-util-schemas v0.8.2
46202026-06-11T16:26:34.625Z Checking cargo_metadata v0.21.0
46212026-06-11T16:26:35.230Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46222026-06-11T16:26:35.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46232026-06-11T16:26:35.777Z
46242026-06-11T16:26:35.777Zinfo: running `cargo check --bins` on dnsadm (279/297)
46252026-06-11T16:26:36.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-06-11T16:26:36.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-06-11T16:26:36.428Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46282026-06-11T16:26:36.901Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46292026-06-11T16:26:37.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46302026-06-11T16:26:37.501Z
46312026-06-11T16:26:37.501Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46322026-06-11T16:26:38.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-06-11T16:26:38.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-06-11T16:26:38.313Z Checking polyval v0.6.2
46352026-06-11T16:26:38.439Z Checking ctr v0.9.2
46362026-06-11T16:26:38.452Z Checking ssh-encoding v0.2.0
46372026-06-11T16:26:38.452Z Checking blowfish v0.9.1
46382026-06-11T16:26:38.475Z Checking password-hash v0.4.2
46392026-06-11T16:26:38.488Z Checking p521 v0.13.3
46402026-06-11T16:26:38.491Z Checking p256 v0.13.2
46412026-06-11T16:26:38.515Z Checking russh-cryptovec v0.7.3
46422026-06-11T16:26:38.582Z Checking ghash v0.5.1
46432026-06-11T16:26:38.612Z Checking md5 v0.7.0
46442026-06-11T16:26:38.612Z Checking bcrypt-pbkdf v0.10.0
46452026-06-11T16:26:38.626Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46462026-06-11T16:26:38.643Z Checking num-bigint v0.4.6
46472026-06-11T16:26:38.700Z Checking pbkdf2 v0.11.0
46482026-06-11T16:26:38.722Z Checking aes-gcm v0.10.3
46492026-06-11T16:26:38.745Z Checking des v0.8.1
46502026-06-11T16:26:38.759Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46512026-06-11T16:26:38.759Z Checking hex-literal v0.4.1
46522026-06-11T16:26:38.831Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46532026-06-11T16:26:38.865Z Checking ssh-cipher v0.2.0
46542026-06-11T16:26:38.865Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46552026-06-11T16:26:38.893Z Checking socket2 v0.5.10
46562026-06-11T16:26:38.906Z Checking internet-checksum v0.2.1
46572026-06-11T16:26:39.032Z Checking ssh-key v0.6.7
46582026-06-11T16:26:39.140Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46592026-06-11T16:26:39.658Z Checking russh-keys v0.45.0
46602026-06-11T16:26:40.209Z Checking russh v0.45.0
46612026-06-11T16:26:56.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
46622026-06-11T16:26:56.749Z
46632026-06-11T16:26:56.749Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46642026-06-11T16:26:57.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-06-11T16:26:57.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-06-11T16:26:57.406Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46672026-06-11T16:26:57.518Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46682026-06-11T16:26:57.525Z Checking termios v0.3.3
46692026-06-11T16:26:58.719Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46702026-06-11T16:26:58.868Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46712026-06-11T16:27:00.645Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46722026-06-11T16:27:01.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
46732026-06-11T16:27:01.397Z
46742026-06-11T16:27:01.397Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46752026-06-11T16:27:01.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-11T16:27:01.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-11T16:27:02.115Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46782026-06-11T16:27:02.118Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46792026-06-11T16:27:02.118Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46802026-06-11T16:27:02.118Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46812026-06-11T16:27:02.254Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46822026-06-11T16:27:02.264Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46832026-06-11T16:27:02.991Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46842026-06-11T16:27:03.327Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46852026-06-11T16:27:03.330Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46862026-06-11T16:27:03.962Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46872026-06-11T16:27:05.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46882026-06-11T16:27:05.775Z
46892026-06-11T16:27:05.775Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46902026-06-11T16:27:06.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-11T16:27:06.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-11T16:27:06.428Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46932026-06-11T16:27:06.878Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46942026-06-11T16:27:07.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46952026-06-11T16:27:07.396Z
46962026-06-11T16:27:07.396Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46972026-06-11T16:27:07.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-11T16:27:07.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-11T16:27:07.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-06-11T16:27:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47012026-06-11T16:27:07.998Z
47022026-06-11T16:27:07.998Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
47032026-06-11T16:27:08.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-06-11T16:27:08.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-06-11T16:27:08.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-06-11T16:27:08.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47072026-06-11T16:27:08.602Z
47082026-06-11T16:27:08.602Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
47092026-06-11T16:27:09.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-11T16:27:09.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-11T16:27:09.364Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47122026-06-11T16:27:09.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47132026-06-11T16:27:10.179Z
47142026-06-11T16:27:10.179Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
47152026-06-11T16:27:10.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-11T16:27:10.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-11T16:27:10.845Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47182026-06-11T16:27:10.848Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47192026-06-11T16:27:11.128Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47202026-06-11T16:27:11.128Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47212026-06-11T16:27:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47222026-06-11T16:27:12.117Z
47232026-06-11T16:27:12.117Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47242026-06-11T16:27:12.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-11T16:27:12.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-11T16:27:12.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-06-11T16:27:12.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47282026-06-11T16:27:12.704Z
47292026-06-11T16:27:12.704Zinfo: running `cargo check --bins` on omicron-package (289/297)
47302026-06-11T16:27:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-06-11T16:27:13.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-06-11T16:27:13.387Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47332026-06-11T16:27:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47342026-06-11T16:27:14.656Z
47352026-06-11T16:27:14.656Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47362026-06-11T16:27:15.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-06-11T16:27:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-06-11T16:27:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-06-11T16:27:15.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-06-11T16:27:15.280Z
47412026-06-11T16:27:15.280Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47422026-06-11T16:27:15.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-06-11T16:27:15.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-06-11T16:27:15.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-06-11T16:27:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-06-11T16:27:15.901Z
47472026-06-11T16:27:15.901Zinfo: running `cargo check --bins` on tqdb (292/297)
47482026-06-11T16:27:16.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-06-11T16:27:16.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-06-11T16:27:16.685Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47512026-06-11T16:27:17.038Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47522026-06-11T16:27:17.554Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47532026-06-11T16:27:17.557Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47542026-06-11T16:27:23.515Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47552026-06-11T16:27:23.518Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47562026-06-11T16:27:24.084Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47572026-06-11T16:27:24.087Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47582026-06-11T16:27:24.087Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47592026-06-11T16:27:24.087Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47602026-06-11T16:27:24.862Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47612026-06-11T16:27:25.859Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47622026-06-11T16:27:26.631Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47632026-06-11T16:27:27.240Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47642026-06-11T16:27:31.784Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47652026-06-11T16:27:38.207Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47662026-06-11T16:27:38.210Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47672026-06-11T16:27:38.210Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47682026-06-11T16:27:38.210Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47692026-06-11T16:27:39.683Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47702026-06-11T16:27:41.011Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47712026-06-11T16:27:41.678Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47722026-06-11T16:27:42.895Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47732026-06-11T16:27:43.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s
47742026-06-11T16:27:43.653Z
47752026-06-11T16:27:43.653Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47762026-06-11T16:27:44.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-11T16:27:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-11T16:27:44.369Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47792026-06-11T16:27:44.369Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47802026-06-11T16:27:44.369Z Checking rtoolbox v0.0.3
47812026-06-11T16:27:44.372Z Checking tui-tree-widget v0.23.1
47822026-06-11T16:27:44.596Z Checking rpassword v7.4.0
47832026-06-11T16:27:45.609Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47842026-06-11T16:27:48.569Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-06-11T16:27:50.401Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47862026-06-11T16:27:51.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
47872026-06-11T16:27:51.503Z
47882026-06-11T16:27:51.503Zinfo: running `cargo check --bins` on wicket (294/297)
47892026-06-11T16:27:52.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-11T16:27:52.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-11T16:27:52.202Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47922026-06-11T16:27:52.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47932026-06-11T16:27:52.780Z
47942026-06-11T16:27:52.780Zinfo: running `cargo check --bins` on wicketd (295/297)
47952026-06-11T16:27:53.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-11T16:27:53.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-11T16:27:53.512Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47982026-06-11T16:27:53.515Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47992026-06-11T16:27:53.515Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48002026-06-11T16:27:53.515Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48012026-06-11T16:27:54.512Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48022026-06-11T16:27:55.081Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48032026-06-11T16:27:58.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
48042026-06-11T16:27:58.221Z
48052026-06-11T16:27:58.221Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
48062026-06-11T16:27:58.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-06-11T16:27:58.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-06-11T16:27:58.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48092026-06-11T16:27:58.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48102026-06-11T16:27:58.814Z
48112026-06-11T16:27:58.814Zinfo: running `cargo check --bins` on zone-setup (297/297)
48122026-06-11T16:27:59.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-06-11T16:27:59.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-06-11T16:27:59.493Z Checking uzers v0.12.2
48152026-06-11T16:27:59.766Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48162026-06-11T16:28:00.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48172026-06-11T16:28:00.734Z
48182026-06-11T16:28:00.737Zreal 14:10.092016260
48192026-06-11T16:28:00.737Zuser 21:12.079245591
48202026-06-11T16:28:00.737Zsys 4:22.594028505
48212026-06-11T16:28:00.737Ztrap 0.335090667
48222026-06-11T16:28:00.737Ztflt 0.727023141
48232026-06-11T16:28:00.737Zdflt 1.395266924
48242026-06-11T16:28:00.737Zkflt 0.005179985
48252026-06-11T16:28:00.737Zlock 1:18:46.459545822
48262026-06-11T16:28:00.737Zslp 1:41:46.353601261
48272026-06-11T16:28:00.737Zlat 56.572379088
48282026-06-11T16:28:00.737Zstop 3:39.694864588
48292026-06-11T16:28:00.737Zprocess exited: duration 993155 ms, exit code 0
 
48302026-06-11T16:28:00.743Zfound 0 output files