01KS6HWAYEN7FD8J84FG0PN915: 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: 01KS6HWMWE304W2QSY8VRMTCVV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T00:39:02.345Zjob assigned to worker 01KS6HWW3Y0RRZ8MSNFNWN9HTH [factory aws, i-07769dc2f15df66e3] (queued for 48 s)
 
22026-05-22T00:39:09.221Zstarting task 0: "setup"
32026-05-22T00:39:09.226Z++ uname -s
42026-05-22T00:39:09.230Z+ kern=SunOS
52026-05-22T00:39:09.230Z+ build_user=build
62026-05-22T00:39:09.230Z+ build_uid=12345
72026-05-22T00:39:09.230Z+ work_dir=/work
82026-05-22T00:39:09.230Z+ input_dir=/input
92026-05-22T00:39:09.230Z+ [[ 0 == 12345 ]]
102026-05-22T00:39:09.230Z+ case "$kern" in
112026-05-22T00:39:09.230Z+ groupadd -g 12345 build
122026-05-22T00:39:09.237Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T00:39:11.242Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T00:39:11.291Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T00:39:11.294Z+ home_fs=zfs
162026-05-22T00:39:11.294Z+ [[ zfs == autofs ]]
172026-05-22T00:39:11.294Z+ mkdir -p /home/build
182026-05-22T00:39:11.294Z+ chown build:build /home/build /work
192026-05-22T00:39:13.295Z+ chmod 0700 /home/build /work
202026-05-22T00:39:13.298Zprocess exited: duration 4075 ms, exit code 0
 
212026-05-22T00:39:13.304Zstarting task 1: "rust-toolchain"
222026-05-22T00:39:13.308Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T00:39:13.308Z * rust toolchain channel = "1.94.0"
242026-05-22T00:39:13.308Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-22T00:39:13.308Z * rust toolchain profile = "default"
262026-05-22T00:39:13.308Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T00:39:13.308Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T00:39:13.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T00:39:13.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T00:39:13.413Zinfo: downloading installer
312026-05-22T00:39:14.704Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T00:39:14.704Zwarn: /home/build/.rustup/settings.toml
332026-05-22T00:39:14.704Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T00:39:14.704Zwarn: instead of the one inferred from the default host triple.
352026-05-22T00:39:14.716Zinfo: profile set to default
362026-05-22T00:39:14.716Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T00:39:14.719Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T00:39:14.854Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T00:39:14.856Zinfo: downloading 6 components
402026-05-22T00:39:29.133Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T00:39:29.133Z
422026-05-22T00:39:29.163Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T00:39:29.163Z
442026-05-22T00:39:29.163Z
452026-05-22T00:39:29.163ZRust is installed now. Great!
462026-05-22T00:39:29.163Z
472026-05-22T00:39:29.163ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T00:39:29.166Zenvironment variable. This has not been done automatically.
492026-05-22T00:39:29.166Z
502026-05-22T00:39:29.166ZTo configure your current shell, you need to source
512026-05-22T00:39:29.166Zthe corresponding env file under $HOME/.cargo.
522026-05-22T00:39:29.166Z
532026-05-22T00:39:29.166ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T00:39:29.166Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T00:39:29.166Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T00:39:29.166Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T00:39:29.166Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T00:39:29.166Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T00:39:29.166Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T00:39:29.166Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T00:39:29.166Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T00:39:29.255Z+ rustup --version
632026-05-22T00:39:29.263Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T00:39:29.266Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T00:39:29.285Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T00:39:29.287Z+ cargo --version
672026-05-22T00:39:29.300Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T00:39:29.303Z+ rustc --version
692026-05-22T00:39:29.322Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T00:39:29.325Zprocess exited: duration 16020 ms, exit code 0
 
712026-05-22T00:39:29.330Zstarting task 2: "authentication"
722026-05-22T00:39:29.346Zprocess exited: duration 15 ms, exit code 0
 
732026-05-22T00:39:29.352Zstarting task 3: "clone repository"
742026-05-22T00:39:29.355Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T00:39:29.358Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T00:39:29.404ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T00:39:39.259Z+ cd /work/oxidecomputer/omicron
782026-05-22T00:39:39.259Z+ git fetch origin 66f835675b62f95838d91d0b107b7207943af2f9
792026-05-22T00:39:39.522ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T00:39:39.522Z * branch 66f835675b62f95838d91d0b107b7207943af2f9 -> FETCH_HEAD
812026-05-22T00:39:39.532Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-22T00:39:39.535Z++ git branch --show-current
832026-05-22T00:39:39.535Z+ current=main
842026-05-22T00:39:39.535Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-22T00:39:39.535Z+ git branch -f zl/ddm-internal-dns 66f835675b62f95838d91d0b107b7207943af2f9
862026-05-22T00:39:39.538Z+ git checkout -f zl/ddm-internal-dns
872026-05-22T00:39:39.772ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-22T00:39:39.775Z+ git reset --hard 66f835675b62f95838d91d0b107b7207943af2f9
892026-05-22T00:39:40.009ZHEAD is now at 66f835675 [review] address feedback, todo self-reference oximeter/oxlog issue, one more mags update
902026-05-22T00:39:40.012Zprocess exited: duration 10658 ms, exit code 0
 
912026-05-22T00:39:40.018Zstarting task 4: "build"
922026-05-22T00:39:40.022Z+ source .github/buildomat/ci-env.sh
932026-05-22T00:39:40.022Z++ export CARGO_TERM_COLOR=always
942026-05-22T00:39:40.022Z++ CARGO_TERM_COLOR=always
952026-05-22T00:39:40.025Z+ cargo --version
962026-05-22T00:39:40.031Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-22T00:39:40.034Z+ rustc --version
982026-05-22T00:39:40.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-22T00:39:40.056Z+ source ./env.sh
1002026-05-22T00:39:40.056Z++ OLD_SHELL_OPTS=ehxB
1012026-05-22T00:39:40.057Z++ set -o xtrace
1022026-05-22T00:39:40.059Z++++ dirname ./env.sh
1032026-05-22T00:39:40.065Z+++ readlink -f .
1042026-05-22T00:39:40.069Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-22T00:39:40.072Z++ 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-05-22T00:39:40.072Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-22T00:39:40.072Z++ 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-05-22T00:39:40.072Z++ 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-05-22T00:39:40.072Z++ 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-05-22T00:39:40.072Z++ 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-05-22T00:39:40.072Z++ 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-05-22T00:39:40.073Z++ 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-05-22T00:39:40.073Z++ 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-05-22T00:39:40.073Z++ 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-05-22T00:39:40.073Z++ case $OLD_SHELL_OPTS in
1162026-05-22T00:39:40.073Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-22T00:39:40.073Z+ 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-05-22T00:39:40.073Z+ 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-05-22T00:39:40.073Z+ banner prerequisites
1202026-05-22T00:39:40.073Z
1212026-05-22T00:39:40.073Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-22T00:39:40.073Z # # # # # # # # # # # # # # #
1232026-05-22T00:39:40.073Z # # # # ##### # # ##### # # # # # #### #
1242026-05-22T00:39:40.073Z ##### ##### # ##### # # # # # # # # #
1252026-05-22T00:39:40.073Z # # # # # # # # # # # # # # #
1262026-05-22T00:39:40.073Z # # # ###### # # ###### ### # #### # #### #
1272026-05-22T00:39:40.073Z
1282026-05-22T00:39:40.073Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-22T00:39:41.506Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-22T00:39:41.568Z Startup: Caching catalogs ... Done
1312026-05-22T00:39:41.800ZPlanning: Solver setup ... Done (0.199s)
1322026-05-22T00:39:41.818ZPlanning: Running solver ... Done (0.017s)
1332026-05-22T00:39:41.823ZPlanning: Finding local manifests ... Done (0.002s)
1342026-05-22T00:39:41.833ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-22T00:39:41.849ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-22T00:39:41.862ZPlanning: Package planning ... Done (0.013s)
1372026-05-22T00:39:41.864ZPlanning: Merging actions ... Done (0.001s)
1382026-05-22T00:39:42.046ZPlanning: Checking for conflicting actions ... Done (0.183s)
1392026-05-22T00:39:42.049ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-22T00:39:42.788ZPlanning: Evaluating mediators ... Done (0.741s)
1412026-05-22T00:39:42.791ZPlanning: Planning completed in 1.20 seconds
1422026-05-22T00:39:42.797Z Packages to install: 2
1432026-05-22T00:39:42.797Z Estimated space available: 156.08 GB
1442026-05-22T00:39:42.800ZEstimated space to be consumed: 21.14 MB
1452026-05-22T00:39:42.800Z Create boot environment: No
1462026-05-22T00:39:42.800ZCreate backup boot environment: No
1472026-05-22T00:39:42.800Z Rebuild boot archive: No
1482026-05-22T00:39:42.800Z
1492026-05-22T00:39:42.800ZChanged packages:
1502026-05-22T00:39:42.800Zhelios
1512026-05-22T00:39:42.800Z developer/build-essential
1522026-05-22T00:39:42.800Z None -> 11-3.0
1532026-05-22T00:39:42.800Z library/libxmlsec1
1542026-05-22T00:39:42.800Z None -> 1.2.35-3.0
1552026-05-22T00:39:42.822Z
1562026-05-22T00:39:42.822ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-22T00:39:43.330ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1582026-05-22T00:39:43.406Z Actions: 1/268 actions (Installing new actions)
1592026-05-22T00:39:43.449Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-22T00:39:43.455ZFinalize: Updating package state database ... Done (0.006s)
1612026-05-22T00:39:43.458ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-22T00:39:43.472ZFinalize: Updating image state ... Done (0.017s)
1632026-05-22T00:39:45.829ZFinalize: Creating fast lookup database ... Done (2.335s)
1642026-05-22T00:39:45.896ZFinalize: Reading search index ... Done (0.012s)
1652026-05-22T00:39:45.899ZFinalize: Updating search index ... Done (0.000s)
1662026-05-22T00:39:45.998ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-22T00:39:46.294ZPlanning: Evaluating mediator changes ... Done
1682026-05-22T00:39:46.398ZPlanning: Checking for conflicting actions ... Done
1692026-05-22T00:39:46.401ZPlanning: Consolidating action changes ... Done
1702026-05-22T00:39:46.558ZPlanning: Evaluating mediators ... Done
1712026-05-22T00:39:46.561ZPlanning: Planning completed in 0.27 seconds
1722026-05-22T00:39:46.581Z Mediators to change: 2
1732026-05-22T00:39:46.581Z Create boot environment: No
1742026-05-22T00:39:46.581ZCreate backup boot environment: No
1752026-05-22T00:39:46.637ZFinalize: Updating package state database ... Done
1762026-05-22T00:39:46.637ZFinalize: Updating package cache ... Done
1772026-05-22T00:39:46.647ZFinalize: Updating image state ... Done
1782026-05-22T00:39:48.590ZFinalize: Creating fast lookup database ... Done
1792026-05-22T00:39:48.655ZFinalize: Reading search index ... Done
1802026-05-22T00:39:48.658ZFinalize: Updating search index ... Done
1812026-05-22T00:39:48.745ZFinalize: Updating package cache ... Done
1822026-05-22T00:39:49.031ZPlanning: Evaluating mediator changes ... Done
1832026-05-22T00:39:49.135ZPlanning: Checking for conflicting actions ... Done
1842026-05-22T00:39:49.137ZPlanning: Consolidating action changes ... Done
1852026-05-22T00:39:49.293ZPlanning: Evaluating mediators ... Done
1862026-05-22T00:39:49.296ZPlanning: Planning completed in 0.26 seconds
1872026-05-22T00:39:49.316Z Mediators to change: 1
1882026-05-22T00:39:49.316Z Create boot environment: No
1892026-05-22T00:39:49.320ZCreate backup boot environment: No
1902026-05-22T00:39:49.372ZFinalize: Updating package state database ... Done
1912026-05-22T00:39:49.372ZFinalize: Updating package cache ... Done
1922026-05-22T00:39:49.382ZFinalize: Updating image state ... Done
1932026-05-22T00:39:51.336ZFinalize: Creating fast lookup database ... Done
1942026-05-22T00:39:51.403ZFinalize: Reading search index ... Done
1952026-05-22T00:39:51.406ZFinalize: Updating search index ... Done
1962026-05-22T00:39:51.470ZFinalize: Updating package cache ... Done
1972026-05-22T00:39:51.782ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-22T00:39:51.782Zapache system 2.4 system
1992026-05-22T00:39:51.782Zclang system 15 system
2002026-05-22T00:39:51.782Zcsh system system illumos
2012026-05-22T00:39:51.782Zctags system system illumos
2022026-05-22T00:39:51.782Zfile vendor vendor darwinsys
2032026-05-22T00:39:51.782Zfile system system illumos
2042026-05-22T00:39:51.782Zgcc vendor 14 vendor
2052026-05-22T00:39:51.782Zgcc system 13 system
2062026-05-22T00:39:51.782Zgcc system 10 system
2072026-05-22T00:39:51.782Zgo system 1.25 system
2082026-05-22T00:39:51.782Zllvm system 15 system
2092026-05-22T00:39:51.782Zmariadb system 11.4 system
2102026-05-22T00:39:51.782Zmta vendor vendor dma
2112026-05-22T00:39:51.782Zopenjdk system 17 system
2122026-05-22T00:39:51.783Zopenjdk system 11 system
2132026-05-22T00:39:51.783Zopenssl vendor 3 vendor
2142026-05-22T00:39:51.783Zperl system 5.40 system
2152026-05-22T00:39:51.783Zpostgresql system 18 system
2162026-05-22T00:39:51.783Zpostgresql system 17 system
2172026-05-22T00:39:51.783Zpython vendor 3 vendor
2182026-05-22T00:39:51.783Zpython system 2 system
2192026-05-22T00:39:51.783Zpython3 vendor 3.13 vendor
2202026-05-22T00:39:51.783Zruby system 3.4 system
2212026-05-22T00:39:51.783Zruby system 3.0 system
2222026-05-22T00:39:51.783Zwords vendor vendor american-english
2232026-05-22T00:39:51.783Zwords system system australian-english
2242026-05-22T00:39:51.783Zwords system system british-english
2252026-05-22T00:39:51.783Zwords system system canadian-english
2262026-05-22T00:39:51.783Zwords system system french
2272026-05-22T00:39:51.783Zwords system system italian
2282026-05-22T00:39:51.783Zwords system system ngerman
2292026-05-22T00:39:51.783Zwords system system ogerman
2302026-05-22T00:39:51.783Zwords system system spanish
2312026-05-22T00:39:52.042ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-22T00:39:52.042Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-22T00:39:52.311ZFMRI IFO
2342026-05-22T00:39:52.311Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-22T00:39:52.311Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-22T00:39:52.311Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-22T00:39:52.311Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-22T00:39:52.311Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-22T00:39:52.311Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-22T00:39:52.311Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-22T00:39:52.311Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-22T00:39:52.311Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-22T00:39:52.549Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-22T00:39:52.813Z Updating crates.io index
2452026-05-22T00:39:52.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-22T00:39:53.535Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-22T00:39:53.851Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-22T00:39:54.678Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-22T00:39:55.444Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-22T00:39:55.943Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-22T00:39:57.336Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-22T00:39:58.058Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-22T00:39:58.572Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-22T00:39:59.913Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-22T00:40:00.332Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-22T00:40:00.766Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-22T00:40:01.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-22T00:40:02.110Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-22T00:40:02.978Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-22T00:40:03.363Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-22T00:40:03.607Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-22T00:40:04.079Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-22T00:40:04.399Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-22T00:40:04.701Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-22T00:40:04.941Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-22T00:40:05.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-22T00:40:05.623Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-22T00:40:05.949Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-22T00:40:06.510Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-22T00:40:07.151Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-22T00:40:07.790Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-22T00:40:08.091Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-22T00:40:09.068Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-22T00:40:09.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-22T00:40:10.404Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-22T00:40:10.788Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-22T00:40:11.342Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-22T00:40:11.656Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-22T00:40:11.965Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-22T00:40:12.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-22T00:40:12.678Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-22T00:40:12.943Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-22T00:40:13.187Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-22T00:40:25.407Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-22T00:40:25.830Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2862026-05-22T00:40:27.380Z Downloading crates ...
2872026-05-22T00:40:27.432Z Downloaded serde_spanned v0.6.9
2882026-05-22T00:40:27.438Z Downloaded log v0.4.29
2892026-05-22T00:40:27.441Z Downloaded itoa v1.0.17
2902026-05-22T00:40:27.441Z Downloaded synstructure v0.13.2
2912026-05-22T00:40:27.444Z Downloaded anstream v1.0.0
2922026-05-22T00:40:27.449Z Downloaded anstyle v1.0.14
2932026-05-22T00:40:27.453Z Downloaded toml_write v0.1.2
2942026-05-22T00:40:27.456Z Downloaded fnv v1.0.7
2952026-05-22T00:40:27.461Z Downloaded utf8parse v0.2.2
2962026-05-22T00:40:27.463Z Downloaded form_urlencoded v1.2.2
2972026-05-22T00:40:27.463Z Downloaded crypto-common v0.1.7
2982026-05-22T00:40:27.463Z Downloaded proc-macro-error-attr v1.0.4
2992026-05-22T00:40:27.466Z Downloaded getrandom v0.4.1
3002026-05-22T00:40:27.466Z Downloaded unicode-xid v0.2.6
3012026-05-22T00:40:27.469Z Downloaded zerovec-derive v0.11.2
3022026-05-22T00:40:27.469Z Downloaded usdt-macro v0.5.0
3032026-05-22T00:40:27.469Z Downloaded unicode-linebreak v0.1.5
3042026-05-22T00:40:27.469Z Downloaded toml_edit v0.22.27
3052026-05-22T00:40:27.472Z Downloaded thread-id v4.2.2
3062026-05-22T00:40:27.474Z Downloaded usdt v0.5.0
3072026-05-22T00:40:27.474Z Downloaded equivalent v1.0.2
3082026-05-22T00:40:27.477Z Downloaded zerofrom-derive v0.1.6
3092026-05-22T00:40:27.479Z Downloaded dof v0.3.0
3102026-05-22T00:40:27.479Z Downloaded anyhow v1.0.102
3112026-05-22T00:40:27.482Z Downloaded version_check v0.9.5
3122026-05-22T00:40:27.482Z Downloaded yoke-derive v0.8.1
3132026-05-22T00:40:27.482Z Downloaded fs-err v3.3.0
3142026-05-22T00:40:27.486Z Downloaded utf8_iter v1.0.4
3152026-05-22T00:40:27.486Z Downloaded scroll v0.12.0
3162026-05-22T00:40:27.486Z Downloaded typeid v1.0.3
3172026-05-22T00:40:27.486Z Downloaded plain v0.2.3
3182026-05-22T00:40:27.486Z Downloaded clap_derive v4.6.1
3192026-05-22T00:40:27.488Z Downloaded zerofrom v0.1.6
3202026-05-22T00:40:27.488Z Downloaded usdt-attr-macro v0.5.0
3212026-05-22T00:40:27.488Z Downloaded icu_provider v2.1.1
3222026-05-22T00:40:27.491Z Downloaded yoke v0.8.1
3232026-05-22T00:40:27.497Z Downloaded once_cell v1.21.3
3242026-05-22T00:40:27.501Z Downloaded tempfile v3.25.0
3252026-05-22T00:40:27.503Z Downloaded usdt-impl v0.5.0
3262026-05-22T00:40:27.503Z Downloaded tinystr v0.8.2
3272026-05-22T00:40:27.506Z Downloaded swrite v0.1.0
3282026-05-22T00:40:27.506Z Downloaded percent-encoding v2.3.2
3292026-05-22T00:40:27.506Z Downloaded icu_locale_core v2.1.1
3302026-05-22T00:40:27.509Z Downloaded ordered-float v2.10.1
3312026-05-22T00:40:27.509Z Downloaded autocfg v1.5.0
3322026-05-22T00:40:27.511Z Downloaded serde-untagged v0.1.9
3332026-05-22T00:40:27.514Z Downloaded ucd-trie v0.1.7
3342026-05-22T00:40:27.514Z Downloaded pest_meta v2.8.6
3352026-05-22T00:40:27.516Z Downloaded writeable v0.6.2
3362026-05-22T00:40:27.516Z Downloaded thiserror-impl v1.0.69
3372026-05-22T00:40:27.516Z Downloaded thiserror-impl v2.0.18
3382026-05-22T00:40:27.519Z Downloaded thiserror v2.0.18
3392026-05-22T00:40:27.522Z Downloaded toml v0.8.23
3402026-05-22T00:40:27.522Z Downloaded zerocopy-derive v0.7.35
3412026-05-22T00:40:27.524Z Downloaded zmij v1.0.21
3422026-05-22T00:40:27.527Z Downloaded unicode-ident v1.0.24
3432026-05-22T00:40:27.527Z Downloaded toml_datetime v0.6.11
3442026-05-22T00:40:27.529Z Downloaded fastrand v2.3.0
3452026-05-22T00:40:27.529Z Downloaded errno v0.3.14
3462026-05-22T00:40:27.529Z Downloaded idna_adapter v1.2.1
3472026-05-22T00:40:27.534Z Downloaded typenum v1.19.0
3482026-05-22T00:40:27.537Z Downloaded potential_utf v0.1.4
3492026-05-22T00:40:27.537Z Downloaded thiserror v1.0.69
3502026-05-22T00:40:27.540Z Downloaded memmap v0.7.0
3512026-05-22T00:40:27.542Z Downloaded textwrap v0.16.2
3522026-05-22T00:40:27.542Z Downloaded scroll_derive v0.12.1
3532026-05-22T00:40:27.542Z Downloaded generic-array v0.14.7
3542026-05-22T00:40:27.544Z Downloaded is_terminal_polyfill v1.70.2
3552026-05-22T00:40:27.544Z Downloaded anstyle-query v1.1.5
3562026-05-22T00:40:27.547Z Downloaded heck v0.4.1
3572026-05-22T00:40:27.550Z Downloaded indexmap v2.14.0
3582026-05-22T00:40:27.553Z Downloaded zerotrie v0.2.3
3592026-05-22T00:40:27.555Z Downloaded url v2.5.8
3602026-05-22T00:40:27.556Z Downloaded zerovec v0.11.5
3612026-05-22T00:40:27.558Z Downloaded proc-macro-error v1.0.4
3622026-05-22T00:40:27.560Z Downloaded stable_deref_trait v1.2.1
3632026-05-22T00:40:27.560Z Downloaded serde-value v0.7.0
3642026-05-22T00:40:27.563Z Downloaded pretty-hex v0.4.1
3652026-05-22T00:40:27.565Z Downloaded dtrace-parser v0.2.0
3662026-05-22T00:40:27.566Z Downloaded terminal_size v0.4.3
3672026-05-22T00:40:27.566Z Downloaded smawk v0.3.2
3682026-05-22T00:40:27.569Z Downloaded digest v0.10.7
3692026-05-22T00:40:27.569Z Downloaded zerocopy v0.7.35
3702026-05-22T00:40:27.575Z Downloaded tabled_derive v0.7.0
3712026-05-22T00:40:27.578Z Downloaded winnow v0.7.14
3722026-05-22T00:40:27.580Z Downloaded macaddr v1.0.1
3732026-05-22T00:40:27.583Z Downloaded unicode-width v0.2.0
3742026-05-22T00:40:27.586Z Downloaded heck v0.5.0
3752026-05-22T00:40:27.586Z Downloaded colorchoice v1.0.4
3762026-05-22T00:40:27.586Z Downloaded unicode-width v0.1.14
3772026-05-22T00:40:27.588Z Downloaded cfg-if v1.0.4
3782026-05-22T00:40:27.591Z Downloaded block-buffer v0.10.4
3792026-05-22T00:40:27.591Z Downloaded cargo-platform v0.2.0
3802026-05-22T00:40:27.594Z Downloaded cargo_toml v0.21.0
3812026-05-22T00:40:27.594Z Downloaded displaydoc v0.2.5
3822026-05-22T00:40:27.597Z Downloaded strsim v0.11.1
3832026-05-22T00:40:27.597Z Downloaded erased-serde v0.4.9
3842026-05-22T00:40:27.603Z Downloaded cpufeatures v0.2.17
3852026-05-22T00:40:27.631Z Downloaded sha2 v0.10.9
3862026-05-22T00:40:27.634Z Downloaded serde_tokenstream v0.2.3
3872026-05-22T00:40:27.634Z Downloaded bytecount v0.6.9
3882026-05-22T00:40:27.634Z Downloaded quote v1.0.45
3892026-05-22T00:40:27.637Z Downloaded anstyle-parse v1.0.0
3902026-05-22T00:40:27.639Z Downloaded clap_lex v1.0.0
3912026-05-22T00:40:27.639Z Downloaded camino-tempfile v1.4.1
3922026-05-22T00:40:27.642Z Downloaded cargo_metadata v0.21.0
3932026-05-22T00:40:27.642Z Downloaded clap v4.6.1
3942026-05-22T00:40:27.649Z Downloaded smallvec v1.15.1
3952026-05-22T00:40:27.654Z Downloaded semver v1.0.28
3962026-05-22T00:40:27.656Z Downloaded litemap v0.8.1
3972026-05-22T00:40:27.659Z Downloaded papergrid v0.11.0
3982026-05-22T00:40:27.662Z Downloaded pest_derive v2.8.6
3992026-05-22T00:40:27.665Z Downloaded num-traits v0.2.19
4002026-05-22T00:40:27.665Z Downloaded cargo-util-schemas v0.8.2
4012026-05-22T00:40:27.668Z Downloaded byteorder v1.5.0
4022026-05-22T00:40:27.670Z Downloaded icu_normalizer v2.1.1
4032026-05-22T00:40:27.673Z Downloaded pest_generator v2.8.6
4042026-05-22T00:40:27.678Z Downloaded serde_core v1.0.228
4052026-05-22T00:40:27.685Z Downloaded proc-macro2 v1.0.106
4062026-05-22T00:40:27.687Z Downloaded icu_normalizer_data v2.1.1
4072026-05-22T00:40:27.690Z Downloaded camino v1.2.2
4082026-05-22T00:40:27.690Z Downloaded serde_derive v1.0.228
4092026-05-22T00:40:27.693Z Downloaded bitflags v2.11.0
4102026-05-22T00:40:27.703Z Downloaded icu_collections v2.1.1
4112026-05-22T00:40:27.717Z Downloaded serde v1.0.228
4122026-05-22T00:40:27.720Z Downloaded icu_properties v2.1.2
4132026-05-22T00:40:27.724Z Downloaded memchr v2.8.0
4142026-05-22T00:40:27.741Z Downloaded pest v2.8.6
4152026-05-22T00:40:27.765Z Downloaded hashbrown v0.17.0
4162026-05-22T00:40:27.768Z Downloaded icu_properties_data v2.1.2
4172026-05-22T00:40:27.774Z Downloaded idna v1.1.0
4182026-05-22T00:40:27.780Z Downloaded serde_json v1.0.149
4192026-05-22T00:40:27.789Z Downloaded clap_builder v4.6.0
4202026-05-22T00:40:27.792Z Downloaded syn v2.0.117
4212026-05-22T00:40:27.798Z Downloaded tabled v0.15.0
4222026-05-22T00:40:27.806Z Downloaded goblin v0.8.2
4232026-05-22T00:40:27.810Z Downloaded syn v1.0.109
4242026-05-22T00:40:27.834Z Downloaded rustix v1.1.3
4252026-05-22T00:40:27.851Z Downloaded libc v0.2.185
4262026-05-22T00:40:27.918Z Compiling proc-macro2 v1.0.106
4272026-05-22T00:40:27.918Z Compiling quote v1.0.45
4282026-05-22T00:40:27.921Z Compiling unicode-ident v1.0.24
4292026-05-22T00:40:27.921Z Compiling serde_core v1.0.228
4302026-05-22T00:40:27.921Z Compiling libc v0.2.185
4312026-05-22T00:40:27.921Z Compiling version_check v0.9.5
4322026-05-22T00:40:27.921Z Compiling serde v1.0.228
4332026-05-22T00:40:27.921Z Compiling stable_deref_trait v1.2.1
4342026-05-22T00:40:28.192Z Compiling memchr v2.8.0
4352026-05-22T00:40:28.241Z Compiling zmij v1.0.21
4362026-05-22T00:40:28.440Z Compiling ucd-trie v0.1.7
4372026-05-22T00:40:28.691Z Compiling autocfg v1.5.0
4382026-05-22T00:40:28.694Z Compiling itoa v1.0.17
4392026-05-22T00:40:28.719Z Compiling thiserror v1.0.69
4402026-05-22T00:40:28.892Z Compiling pest v2.8.6
4412026-05-22T00:40:28.953Z Compiling writeable v0.6.2
4422026-05-22T00:40:29.066Z Compiling litemap v0.8.1
4432026-05-22T00:40:29.118Z Compiling rustix v1.1.3
4442026-05-22T00:40:29.155Z Compiling icu_properties_data v2.1.2
4452026-05-22T00:40:29.253Z Compiling byteorder v1.5.0
4462026-05-22T00:40:29.459Z Compiling icu_normalizer_data v2.1.1
4472026-05-22T00:40:29.551Z Compiling syn v2.0.117
4482026-05-22T00:40:29.593Z Compiling errno v0.3.14
4492026-05-22T00:40:29.607Z Compiling serde_json v1.0.149
4502026-05-22T00:40:29.662Z Compiling bitflags v2.11.0
4512026-05-22T00:40:29.776Z Compiling num-traits v0.2.19
4522026-05-22T00:40:29.870Z Compiling smallvec v1.15.1
4532026-05-22T00:40:29.888Z Compiling typeid v1.0.3
4542026-05-22T00:40:29.960Z Compiling pest_meta v2.8.6
4552026-05-22T00:40:30.082Z Compiling hashbrown v0.17.0
4562026-05-22T00:40:30.145Z Compiling equivalent v1.0.2
4572026-05-22T00:40:30.333Z Compiling thread-id v4.2.2
4582026-05-22T00:40:30.419Z Compiling proc-macro-error-attr v1.0.4
4592026-05-22T00:40:30.445Z Compiling usdt-impl v0.5.0
4602026-05-22T00:40:30.558Z Compiling indexmap v2.14.0
4612026-05-22T00:40:30.599Z Compiling winnow v0.7.14
4622026-05-22T00:40:30.615Z Compiling erased-serde v0.4.9
4632026-05-22T00:40:30.654Z Compiling toml_write v0.1.2
4642026-05-22T00:40:30.876Z Compiling syn v1.0.109
4652026-05-22T00:40:31.227Z Compiling proc-macro-error v1.0.4
4662026-05-22T00:40:31.275Z Compiling log v0.4.29
4672026-05-22T00:40:31.413Z Compiling percent-encoding v2.3.2
4682026-05-22T00:40:31.491Z Compiling utf8parse v0.2.2
4692026-05-22T00:40:31.612Z Compiling camino v1.2.2
4702026-05-22T00:40:31.612Z Compiling getrandom v0.4.1
4712026-05-22T00:40:31.644Z Compiling utf8_iter v1.0.4
4722026-05-22T00:40:31.658Z Compiling thiserror v2.0.18
4732026-05-22T00:40:31.798Z Compiling plain v0.2.3
4742026-05-22T00:40:31.898Z Compiling anstyle-parse v1.0.0
4752026-05-22T00:40:31.917Z Compiling form_urlencoded v1.2.2
4762026-05-22T00:40:31.988Z Compiling ordered-float v2.10.1
4772026-05-22T00:40:32.117Z Compiling terminal_size v0.4.3
4782026-05-22T00:40:32.206Z Compiling synstructure v0.13.2
4792026-05-22T00:40:32.249Z Compiling pest_generator v2.8.6
4802026-05-22T00:40:32.271Z Compiling pretty-hex v0.4.1
4812026-05-22T00:40:32.353Z Compiling colorchoice v1.0.4
4822026-05-22T00:40:32.411Z Compiling anstyle v1.0.14
4832026-05-22T00:40:32.474Z Compiling is_terminal_polyfill v1.70.2
4842026-05-22T00:40:32.523Z Compiling anstyle-query v1.1.5
4852026-05-22T00:40:32.559Z Compiling cfg-if v1.0.4
4862026-05-22T00:40:32.589Z Compiling serde-untagged v0.1.9
4872026-05-22T00:40:32.663Z Compiling anstream v1.0.0
4882026-05-22T00:40:32.824Z Compiling semver v1.0.28
4892026-05-22T00:40:32.842Z Compiling fs-err v3.3.0
4902026-05-22T00:40:32.977Z Compiling fnv v1.0.7
4912026-05-22T00:40:32.980Z Compiling strsim v0.11.1
4922026-05-22T00:40:33.049Z Compiling once_cell v1.21.3
4932026-05-22T00:40:33.096Z Compiling clap_lex v1.0.0
4942026-05-22T00:40:33.151Z Compiling unicode-xid v0.2.6
4952026-05-22T00:40:33.173Z Compiling heck v0.5.0
4962026-05-22T00:40:33.277Z Compiling unicode-width v0.1.14
4972026-05-22T00:40:33.322Z Compiling bytecount v0.6.9
4982026-05-22T00:40:33.339Z Compiling heck v0.4.1
4992026-05-22T00:40:33.406Z Compiling fastrand v2.3.0
5002026-05-22T00:40:33.457Z Compiling anyhow v1.0.102
5012026-05-22T00:40:33.548Z Compiling papergrid v0.11.0
5022026-05-22T00:40:33.565Z Compiling clap_builder v4.6.0
5032026-05-22T00:40:33.664Z Compiling tempfile v3.25.0
5042026-05-22T00:40:33.681Z Compiling memmap v0.7.0
5052026-05-22T00:40:33.859Z Compiling smawk v0.3.2
5062026-05-22T00:40:33.876Z Compiling serde_derive v1.0.228
5072026-05-22T00:40:33.977Z Compiling zerofrom-derive v0.1.6
5082026-05-22T00:40:33.997Z Compiling yoke-derive v0.8.1
5092026-05-22T00:40:34.035Z Compiling zerovec-derive v0.11.2
5102026-05-22T00:40:34.147Z Compiling displaydoc v0.2.5
5112026-05-22T00:40:34.866Z Compiling thiserror-impl v1.0.69
5122026-05-22T00:40:34.932Z Compiling zerocopy-derive v0.7.35
5132026-05-22T00:40:35.128Z Compiling pest_derive v2.8.6
5142026-05-22T00:40:35.128Z Compiling scroll_derive v0.12.1
5152026-05-22T00:40:35.343Z Compiling zerofrom v0.1.6
5162026-05-22T00:40:35.475Z Compiling yoke v0.8.1
5172026-05-22T00:40:35.552Z Compiling thiserror-impl v2.0.18
5182026-05-22T00:40:35.682Z Compiling zerovec v0.11.5
5192026-05-22T00:40:35.799Z Compiling zerotrie v0.2.3
5202026-05-22T00:40:35.802Z Compiling zerocopy v0.7.35
5212026-05-22T00:40:36.122Z Compiling tinystr v0.8.2
5222026-05-22T00:40:36.185Z Compiling potential_utf v0.1.4
5232026-05-22T00:40:36.217Z Compiling dtrace-parser v0.2.0
5242026-05-22T00:40:36.327Z Compiling icu_locale_core v2.1.1
5252026-05-22T00:40:36.351Z Compiling icu_collections v2.1.1
5262026-05-22T00:40:36.369Z Compiling scroll v0.12.0
5272026-05-22T00:40:36.611Z Compiling tabled_derive v0.7.0
5282026-05-22T00:40:36.669Z Compiling goblin v0.8.2
5292026-05-22T00:40:36.745Z Compiling clap_derive v4.6.1
5302026-05-22T00:40:37.018Z Compiling icu_provider v2.1.1
5312026-05-22T00:40:37.072Z Compiling unicode-linebreak v0.1.5
5322026-05-22T00:40:37.250Z Compiling toml_datetime v0.6.11
5332026-05-22T00:40:37.302Z Compiling icu_normalizer v2.1.1
5342026-05-22T00:40:37.318Z Compiling icu_properties v2.1.2
5352026-05-22T00:40:37.333Z Compiling serde_spanned v0.6.9
5362026-05-22T00:40:37.436Z Compiling dof v0.3.0
5372026-05-22T00:40:37.481Z Compiling toml_edit v0.22.27
5382026-05-22T00:40:37.516Z Compiling serde_tokenstream v0.2.3
5392026-05-22T00:40:37.533Z Compiling serde-value v0.7.0
5402026-05-22T00:40:37.831Z Compiling cargo-platform v0.2.0
5412026-05-22T00:40:37.862Z Compiling unicode-width v0.2.0
5422026-05-22T00:40:37.891Z Compiling tabled v0.15.0
5432026-05-22T00:40:38.110Z Compiling textwrap v0.16.2
5442026-05-22T00:40:38.143Z Compiling macaddr v1.0.1
5452026-05-22T00:40:38.370Z Compiling idna_adapter v1.2.1
5462026-05-22T00:40:38.466Z Compiling usdt-macro v0.5.0
5472026-05-22T00:40:38.500Z Compiling usdt-attr-macro v0.5.0
5482026-05-22T00:40:38.516Z Compiling idna v1.1.0
5492026-05-22T00:40:38.567Z Compiling clap v4.6.1
5502026-05-22T00:40:38.686Z Compiling camino-tempfile v1.4.1
5512026-05-22T00:40:38.918Z Compiling toml v0.8.23
5522026-05-22T00:40:39.102Z Compiling url v2.5.8
5532026-05-22T00:40:39.176Z Compiling swrite v0.1.0
5542026-05-22T00:40:39.192Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-22T00:40:39.355Z Compiling cargo_toml v0.21.0
5562026-05-22T00:40:39.541Z Compiling cargo-util-schemas v0.8.2
5572026-05-22T00:40:39.785Z Compiling usdt v0.5.0
5582026-05-22T00:40:40.450Z Compiling cargo_metadata v0.21.0
5592026-05-22T00:40:41.369Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-22T00:40:43.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.05s
5612026-05-22T00:40:43.688Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-22T00:40:44.266Z Downloading crates ...
5632026-05-22T00:40:44.353Z Downloaded aead v0.5.2
5642026-05-22T00:40:44.358Z Downloaded bitfield-struct v0.6.2
5652026-05-22T00:40:44.368Z Downloaded base16ct v0.2.0
5662026-05-22T00:40:44.370Z Downloaded anstyle-parse v0.2.7
5672026-05-22T00:40:44.370Z Downloaded crunchy v0.2.4
5682026-05-22T00:40:44.373Z Downloaded crc-catalog v2.4.0
5692026-05-22T00:40:44.373Z Downloaded cmake v0.1.57
5702026-05-22T00:40:44.373Z Downloaded crc8 v0.1.1
5712026-05-22T00:40:44.377Z Downloaded adler2 v2.0.1
5722026-05-22T00:40:44.377Z Downloaded ahash v0.8.12
5732026-05-22T00:40:44.380Z Downloaded cargo_metadata v0.19.2
5742026-05-22T00:40:44.380Z Downloaded crc-any v2.5.0
5752026-05-22T00:40:44.383Z Downloaded anstream v0.6.21
5762026-05-22T00:40:44.383Z Downloaded crc32fast v1.5.0
5772026-05-22T00:40:44.386Z Downloaded allocator-api2 v0.2.21
5782026-05-22T00:40:44.388Z Downloaded crossbeam-deque v0.8.6
5792026-05-22T00:40:44.388Z Downloaded ciborium-io v0.2.2
5802026-05-22T00:40:44.388Z Downloaded critical-section v1.2.0
5812026-05-22T00:40:44.391Z Downloaded aes-gcm v0.10.3
5822026-05-22T00:40:44.394Z Downloaded aes v0.8.4
5832026-05-22T00:40:44.397Z Downloaded crypto-bigint v0.5.5
5842026-05-22T00:40:44.399Z Downloaded cipher v0.4.4
5852026-05-22T00:40:44.399Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-22T00:40:44.402Z Downloaded crossbeam-epoch v0.9.18
5872026-05-22T00:40:44.405Z Downloaded bit-set v0.5.3
5882026-05-22T00:40:44.408Z Downloaded backon v1.6.0
5892026-05-22T00:40:44.408Z Downloaded atty v0.2.14
5902026-05-22T00:40:44.410Z Downloaded assert_matches v1.5.0
5912026-05-22T00:40:44.413Z Downloaded dyn-clone v1.0.20
5922026-05-22T00:40:44.413Z Downloaded dsl_auto_type v0.2.0
5932026-05-22T00:40:44.416Z Downloaded cfg_aliases v0.2.1
5942026-05-22T00:40:44.416Z Downloaded atomic-waker v1.1.2
5952026-05-22T00:40:44.416Z Downloaded arrayref v0.3.9
5962026-05-22T00:40:44.416Z Downloaded difflib v0.4.0
5972026-05-22T00:40:44.419Z Downloaded diesel_table_macro_syntax v0.3.0
5982026-05-22T00:40:44.419Z Downloaded display-error-chain v0.2.2
5992026-05-22T00:40:44.419Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-22T00:40:44.421Z Downloaded async-recursion v1.1.1
6012026-05-22T00:40:44.425Z Downloaded embedded-io v0.6.1
6022026-05-22T00:40:44.425Z Downloaded downcast-rs v2.0.2
6032026-05-22T00:40:44.427Z Downloaded array-init v0.0.4
6042026-05-22T00:40:44.427Z Downloaded async-stream-impl v0.3.6
6052026-05-22T00:40:44.427Z Downloaded cargo-platform v0.1.9
6062026-05-22T00:40:44.427Z Downloaded block-padding v0.3.3
6072026-05-22T00:40:44.430Z Downloaded defmt v0.3.100
6082026-05-22T00:40:44.434Z Downloaded darling_macro v0.20.11
6092026-05-22T00:40:44.436Z Downloaded atomicwrites v0.4.4
6102026-05-22T00:40:44.440Z Downloaded bit-vec v0.8.0
6112026-05-22T00:40:44.442Z Downloaded endian-type v0.1.2
6122026-05-22T00:40:44.442Z Downloaded dunce v1.0.5
6132026-05-22T00:40:44.445Z Downloaded arrayvec v0.7.6
6142026-05-22T00:40:44.445Z Downloaded defmt-parser v1.0.0
6152026-05-22T00:40:44.445Z Downloaded darling_macro v0.23.0
6162026-05-22T00:40:44.448Z Downloaded async-stream v0.3.6
6172026-05-22T00:40:44.448Z Downloaded float-cmp v0.10.0
6182026-05-22T00:40:44.451Z Downloaded fixedbitset v0.4.2
6192026-05-22T00:40:44.451Z Downloaded crc v3.4.0
6202026-05-22T00:40:44.453Z Downloaded ciborium-ll v0.2.2
6212026-05-22T00:40:44.453Z Downloaded bb8 v0.8.6
6222026-05-22T00:40:44.456Z Downloaded foreign-types-shared v0.1.1
6232026-05-22T00:40:44.456Z Downloaded flagset v0.4.7
6242026-05-22T00:40:44.456Z Downloaded dof v0.4.0
6252026-05-22T00:40:44.459Z Downloaded bitfield-macros v0.19.4
6262026-05-22T00:40:44.459Z Downloaded cobs v0.3.0
6272026-05-22T00:40:44.462Z Downloaded futures-sink v0.3.32
6282026-05-22T00:40:44.462Z Downloaded dirs-sys-next v0.1.2
6292026-05-22T00:40:44.466Z Downloaded compression-core v0.4.31
6302026-05-22T00:40:44.468Z Downloaded env_filter v1.0.0
6312026-05-22T00:40:44.471Z Downloaded foreign-types v0.5.0
6322026-05-22T00:40:44.471Z Downloaded bit-set v0.8.0
6332026-05-22T00:40:44.474Z Downloaded darling_macro v0.21.3
6342026-05-22T00:40:44.474Z Downloaded float-ord v0.3.2
6352026-05-22T00:40:44.476Z Downloaded embedded-io v0.4.0
6362026-05-22T00:40:44.476Z Downloaded dropshot-api-manager-types v0.7.1
6372026-05-22T00:40:44.479Z Downloaded derive_builder_macro v0.20.2
6382026-05-22T00:40:44.479Z Downloaded futures-core v0.3.32
6392026-05-22T00:40:44.479Z Downloaded cfg_aliases v0.1.1
6402026-05-22T00:40:44.482Z Downloaded cbc v0.1.2
6412026-05-22T00:40:44.482Z Downloaded bit-vec v0.6.3
6422026-05-22T00:40:44.485Z Downloaded gethostname v0.5.0
6432026-05-22T00:40:44.485Z Downloaded enum-as-inner v0.6.1
6442026-05-22T00:40:44.485Z Downloaded ena v0.14.4
6452026-05-22T00:40:44.487Z Downloaded const_format_proc_macros v0.2.34
6462026-05-22T00:40:44.487Z Downloaded compression-codecs v0.4.37
6472026-05-22T00:40:44.490Z Downloaded dirs-next v2.0.0
6482026-05-22T00:40:44.493Z Downloaded futures-macro v0.3.32
6492026-05-22T00:40:44.493Z Downloaded convert_case v0.4.0
6502026-05-22T00:40:44.493Z Downloaded futures-io v0.3.32
6512026-05-22T00:40:44.495Z Downloaded castaway v0.2.4
6522026-05-22T00:40:44.495Z Downloaded ascii-canvas v3.0.0
6532026-05-22T00:40:44.498Z Downloaded foreign-types-macros v0.2.3
6542026-05-22T00:40:44.498Z Downloaded bitflags v1.3.2
6552026-05-22T00:40:44.501Z Downloaded dtrace-parser v0.3.0
6562026-05-22T00:40:44.501Z Downloaded argon2 v0.5.3
6572026-05-22T00:40:44.501Z Downloaded cexpr v0.6.0
6582026-05-22T00:40:44.503Z Downloaded ff v0.13.1
6592026-05-22T00:40:44.503Z Downloaded filetime v0.2.27
6602026-05-22T00:40:44.506Z Downloaded either v1.15.0
6612026-05-22T00:40:44.506Z Downloaded derive_builder_core v0.20.2
6622026-05-22T00:40:44.509Z Downloaded funty v2.0.0
6632026-05-22T00:40:44.509Z Downloaded foreign-types v0.3.2
6642026-05-22T00:40:44.512Z Downloaded ghash v0.5.1
6652026-05-22T00:40:44.512Z Downloaded erased-serde v0.3.31
6662026-05-22T00:40:44.512Z Downloaded fxhash v0.2.1
6672026-05-22T00:40:44.514Z Downloaded foreign-types-shared v0.3.1
6682026-05-22T00:40:44.514Z Downloaded diesel-dtrace v0.5.0
6692026-05-22T00:40:44.514Z Downloaded git-stub v1.0.0
6702026-05-22T00:40:44.517Z Downloaded defmt v1.0.1
6712026-05-22T00:40:44.520Z Downloaded hash32 v0.2.1
6722026-05-22T00:40:44.520Z Downloaded debug-ignore v1.0.5
6732026-05-22T00:40:44.520Z Downloaded env_logger v0.11.9
6742026-05-22T00:40:44.523Z Downloaded backoff v0.4.0
6752026-05-22T00:40:44.525Z Downloaded document-features v0.2.12
6762026-05-22T00:40:44.525Z Downloaded fs_extra v1.3.0
6772026-05-22T00:40:44.528Z Downloaded ecdsa v0.16.9
6782026-05-22T00:40:44.528Z Downloaded der_derive v0.7.3
6792026-05-22T00:40:44.531Z Downloaded hash32 v0.3.1
6802026-05-22T00:40:44.531Z Downloaded corncobs v0.1.4
6812026-05-22T00:40:44.531Z Downloaded cassowary v0.3.0
6822026-05-22T00:40:44.534Z Downloaded async-bb8-diesel v0.2.1
6832026-05-22T00:40:44.534Z Downloaded cstr-argument v0.1.2
6842026-05-22T00:40:44.536Z Downloaded hex v0.4.3
6852026-05-22T00:40:44.537Z Downloaded globwalk v0.9.1
6862026-05-22T00:40:44.537Z Downloaded bcs v0.1.6
6872026-05-22T00:40:44.539Z Downloaded fs-err v2.11.0
6882026-05-22T00:40:44.542Z Downloaded fallible-iterator v0.2.0
6892026-05-22T00:40:44.542Z Downloaded deranged v0.5.8
6902026-05-22T00:40:44.545Z Downloaded hostname v0.4.2
6912026-05-22T00:40:44.545Z Downloaded hex-literal v0.4.1
6922026-05-22T00:40:44.545Z Downloaded hostname v0.3.1
6932026-05-22T00:40:44.547Z Downloaded async-trait v0.1.89
6942026-05-22T00:40:44.550Z Downloaded http-range v0.1.5
6952026-05-22T00:40:44.550Z Downloaded futures-task v0.3.32
6962026-05-22T00:40:44.550Z Downloaded clang-sys v1.8.1
6972026-05-22T00:40:44.552Z Downloaded futures-executor v0.3.32
6982026-05-22T00:40:44.555Z Downloaded csv-core v0.1.13
6992026-05-22T00:40:44.555Z Downloaded home v0.5.12
7002026-05-22T00:40:44.555Z Downloaded fixedbitset v0.5.7
7012026-05-22T00:40:44.558Z Downloaded ciborium v0.2.2
7022026-05-22T00:40:44.560Z Downloaded hubpack_derive v0.1.1
7032026-05-22T00:40:44.560Z Downloaded hubpack v0.1.2
7042026-05-22T00:40:44.560Z Downloaded convert_case v0.10.0
7052026-05-22T00:40:44.563Z Downloaded ident_case v1.0.1
7062026-05-22T00:40:44.563Z Downloaded illumos-nvpair v0.3.0
7072026-05-22T00:40:44.563Z Downloaded http-body v1.0.1
7082026-05-22T00:40:44.566Z Downloaded ar_archive_writer v0.5.1
7092026-05-22T00:40:44.568Z Downloaded httpdate v1.0.3
7102026-05-22T00:40:44.568Z Downloaded glob v0.3.3
7112026-05-22T00:40:44.568Z Downloaded foldhash v0.2.0
7122026-05-22T00:40:44.571Z Downloaded foldhash v0.1.5
7132026-05-22T00:40:44.571Z Downloaded darling v0.20.11
7142026-05-22T00:40:44.574Z Downloaded indent_write v2.2.0
7152026-05-22T00:40:44.576Z Downloaded hyper-tls v0.6.0
7162026-05-22T00:40:44.577Z Downloaded drift v0.1.4
7172026-05-22T00:40:44.582Z Downloaded is_ci v1.2.0
7182026-05-22T00:40:44.584Z Downloaded internet-checksum v0.2.1
7192026-05-22T00:40:44.584Z Downloaded instant v0.1.13
7202026-05-22T00:40:44.587Z Downloaded inout v0.1.4
7212026-05-22T00:40:44.588Z Downloaded crossbeam-utils v0.8.21
7222026-05-22T00:40:44.590Z Downloaded cookie v0.18.1
7232026-05-22T00:40:44.590Z Downloaded instability v0.3.11
7242026-05-22T00:40:44.593Z Downloaded git-stub-vcs v0.1.0
7252026-05-22T00:40:44.593Z Downloaded group v0.13.0
7262026-05-22T00:40:44.596Z Downloaded cookie_store v0.22.1
7272026-05-22T00:40:44.596Z Downloaded is-terminal v0.4.17
7282026-05-22T00:40:44.598Z Downloaded cancel-safe-futures v0.1.5
7292026-05-22T00:40:44.598Z Downloaded bzip2 v0.4.4
7302026-05-22T00:40:44.601Z Downloaded kstat-rs v0.2.4
7312026-05-22T00:40:44.601Z Downloaded keccak v0.1.6
7322026-05-22T00:40:44.604Z Downloaded elliptic-curve v0.13.8
7332026-05-22T00:40:44.606Z Downloaded daft-derive v0.1.7
7342026-05-22T00:40:44.609Z Downloaded lazy_static v1.5.0
7352026-05-22T00:40:44.609Z Downloaded linked-hash-map v0.5.6
7362026-05-22T00:40:44.611Z Downloaded lalrpop-util v0.19.12
7372026-05-22T00:40:44.611Z Downloaded console v0.15.11
7382026-05-22T00:40:44.615Z Downloaded highway v1.3.0
7392026-05-22T00:40:44.615Z Downloaded find-msvc-tools v0.1.9
7402026-05-22T00:40:45.651Z Downloaded des v0.8.1
7412026-05-22T00:40:45.652Z Downloaded colored v3.1.1
7422026-05-22T00:40:45.682Z Downloaded illumos-nvpair-sys v0.2.0
7432026-05-22T00:40:45.682Z Downloaded http-body-util v0.1.3
7442026-05-22T00:40:45.682Z Downloaded bytes v1.11.1
7452026-05-22T00:40:45.682Z Downloaded darling v0.21.3
7462026-05-22T00:40:45.682Z Downloaded maybe-uninit v2.0.0
7472026-05-22T00:40:45.682Z Downloaded maplit v1.0.2
7482026-05-22T00:40:45.682Z Downloaded managed v0.8.0
7492026-05-22T00:40:45.682Z Downloaded humantime v2.3.0
7502026-05-22T00:40:45.683Z Downloaded md-5 v0.10.6
7512026-05-22T00:40:45.683Z Downloaded memoffset v0.9.1
7522026-05-22T00:40:45.683Z Downloaded derive-ex v0.1.8
7532026-05-22T00:40:45.683Z Downloaded indoc v1.0.9
7542026-05-22T00:40:45.683Z Downloaded impl-trait-for-tuples v0.2.3
7552026-05-22T00:40:45.683Z Downloaded mime v0.3.17
7562026-05-22T00:40:45.683Z Downloaded dropshot_endpoint v0.16.7
7572026-05-22T00:40:45.683Z Downloaded nodrop v0.1.14
7582026-05-22T00:40:45.683Z Downloaded newline-converter v0.3.0
7592026-05-22T00:40:45.683Z Downloaded new_debug_unreachable v1.0.6
7602026-05-22T00:40:45.683Z Downloaded fatfs v0.3.6
7612026-05-22T00:40:45.683Z Downloaded ipnetwork v0.21.1
7622026-05-22T00:40:45.683Z Downloaded newtype_derive v0.1.6
7632026-05-22T00:40:45.683Z Downloaded console v0.16.2
7642026-05-22T00:40:45.683Z Downloaded half v1.8.3
7652026-05-22T00:40:45.683Z Downloaded indoc v2.0.7
7662026-05-22T00:40:45.683Z Downloaded newtype-uuid-macros v0.1.0
7672026-05-22T00:40:45.683Z Downloaded multimap v0.10.1
7682026-05-22T00:40:45.683Z Downloaded colored v2.2.0
7692026-05-22T00:40:45.683Z Downloaded nibble_vec v0.1.0
7702026-05-22T00:40:45.683Z Downloaded ipnet v2.11.0
7712026-05-22T00:40:45.683Z Downloaded jobserver v0.1.34
7722026-05-22T00:40:45.683Z Downloaded bzip2 v0.6.1
7732026-05-22T00:40:45.683Z Downloaded normalize-line-endings v0.3.0
7742026-05-22T00:40:45.683Z Downloaded nonempty v0.12.0
7752026-05-22T00:40:45.683Z Downloaded ingot-types v0.1.2
7762026-05-22T00:40:45.684Z Downloaded const-oid v0.9.6
7772026-05-22T00:40:45.684Z Downloaded ingot v0.1.1
7782026-05-22T00:40:45.684Z Downloaded globset v0.4.18
7792026-05-22T00:40:45.684Z Downloaded derive_more v0.99.20
7802026-05-22T00:40:45.684Z Downloaded num-derive v0.4.2
7812026-05-22T00:40:45.684Z Downloaded hmac v0.12.1
7822026-05-22T00:40:45.684Z Downloaded libefi-sys v0.1.0
7832026-05-22T00:40:45.684Z Downloaded md5 v0.7.0
7842026-05-22T00:40:45.684Z Downloaded num-conv v0.2.0
7852026-05-22T00:40:45.684Z Downloaded hyper-staticfile v0.10.1
7862026-05-22T00:40:45.684Z Downloaded num-iter v0.1.45
7872026-05-22T00:40:45.685Z Downloaded iana-time-zone v0.1.65
7882026-05-22T00:40:45.685Z Downloaded libsw-core v0.3.2
7892026-05-22T00:40:45.685Z Downloaded opaque-debug v0.3.1
7902026-05-22T00:40:45.685Z Downloaded linear-map v1.2.0
7912026-05-22T00:40:45.685Z Downloaded num_enum_derive v0.5.11
7922026-05-22T00:40:45.685Z Downloaded olpc-cjson v0.1.4
7932026-05-22T00:40:45.685Z Downloaded openssl-probe v0.1.6
7942026-05-22T00:40:45.685Z Downloaded openssl-macros v0.1.1
7952026-05-22T00:40:45.685Z Downloaded num_threads v0.1.7
7962026-05-22T00:40:45.686Z Downloaded dropshot_endpoint v0.17.0
7972026-05-22T00:40:45.686Z Downloaded num-derive v0.3.3
7982026-05-22T00:40:45.686Z Downloaded lock_api v0.4.14
7992026-05-22T00:40:45.686Z Downloaded multer v3.1.0
8002026-05-22T00:40:45.686Z Downloaded hyper-rustls v0.27.7
8012026-05-22T00:40:45.686Z Downloaded oso-derive v0.27.3
8022026-05-22T00:40:45.686Z Downloaded newtype-uuid v1.3.2
8032026-05-22T00:40:45.686Z Downloaded flume v0.11.1
8042026-05-22T00:40:45.686Z Downloaded darling_core v0.23.0
8052026-05-22T00:40:45.686Z Downloaded nanorand v0.7.0
8062026-05-22T00:40:45.686Z Downloaded const_format v0.2.35
8072026-05-22T00:40:45.686Z Downloaded packed_struct_codegen v0.10.1
8082026-05-22T00:40:45.687Z Downloaded compact_str v0.8.1
8092026-05-22T00:40:45.687Z Downloaded half v2.7.1
8102026-05-22T00:40:45.687Z Downloaded ingot-macros v0.1.1
8112026-05-22T00:40:45.687Z Downloaded flate2 v1.1.9
8122026-05-22T00:40:45.687Z Downloaded parse-display v0.10.0
8132026-05-22T00:40:45.687Z Downloaded num v0.4.3
8142026-05-22T00:40:45.687Z Downloaded phf_shared v0.11.3
8152026-05-22T00:40:45.687Z Downloaded parse-size v1.1.0
8162026-05-22T00:40:45.687Z Downloaded pbkdf2 v0.11.0
8172026-05-22T00:40:45.687Z Downloaded base64 v0.21.7
8182026-05-22T00:40:45.687Z Downloaded native-tls v0.2.18
8192026-05-22T00:40:45.688Z Downloaded libsw v3.5.0
8202026-05-22T00:40:45.688Z Downloaded getrandom v0.2.17
8212026-05-22T00:40:45.688Z Downloaded chacha20poly1305 v0.10.1
8222026-05-22T00:40:45.688Z Downloaded libloading v0.8.9
8232026-05-22T00:40:45.688Z Downloaded arc-swap v1.8.2
8242026-05-22T00:40:45.688Z Downloaded path-slash v0.1.5
8252026-05-22T00:40:45.688Z Downloaded pbkdf2 v0.12.2
8262026-05-22T00:40:45.688Z Downloaded phf_shared v0.13.1
8272026-05-22T00:40:45.688Z Downloaded bumpalo v3.20.2
8282026-05-22T00:40:45.688Z Downloaded num-integer v0.1.46
8292026-05-22T00:40:45.688Z Downloaded phf_shared v0.12.1
8302026-05-22T00:40:45.688Z Downloaded peg-runtime v0.8.5
8312026-05-22T00:40:45.689Z Downloaded pin-utils v0.1.0
8322026-05-22T00:40:45.689Z Downloaded num-rational v0.4.2
8332026-05-22T00:40:45.689Z Downloaded num-complex v0.4.6
8342026-05-22T00:40:45.689Z Downloaded predicates-tree v1.0.13
8352026-05-22T00:40:45.689Z Downloaded predicates-core v1.0.10
8362026-05-22T00:40:45.689Z Downloaded precomputed-hash v0.1.1
8372026-05-22T00:40:45.689Z Downloaded oxide-tokio-rt v0.1.4
8382026-05-22T00:40:45.689Z Downloaded openssl-probe v0.2.1
8392026-05-22T00:40:45.689Z Downloaded num_enum_derive v0.7.6
8402026-05-22T00:40:45.689Z Downloaded num_enum v0.7.6
8412026-05-22T00:40:45.690Z Downloaded proc-macro-crate v3.4.0
8422026-05-22T00:40:45.709Z Downloaded powerfmt v0.2.0
8432026-05-22T00:40:45.710Z Downloaded oxnet v0.1.5
8442026-05-22T00:40:45.710Z Downloaded memmap2 v0.9.10
8452026-05-22T00:40:45.710Z Downloaded darling_core v0.21.3
8462026-05-22T00:40:45.710Z Downloaded headers v0.4.1
8472026-05-22T00:40:45.710Z Downloaded ed25519-dalek v2.2.0
8482026-05-22T00:40:45.710Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-22T00:40:45.710Z Downloaded password-hash v0.5.0
8502026-05-22T00:40:45.710Z Downloaded parse-display-derive v0.10.0
8512026-05-22T00:40:45.710Z Downloaded packed_struct v0.10.1
8522026-05-22T00:40:45.710Z Downloaded heapless v0.7.17
8532026-05-22T00:40:45.710Z Downloaded progenitor-macro v0.13.0
8542026-05-22T00:40:45.710Z Downloaded proc-macro-crate v1.3.1
8552026-05-22T00:40:45.710Z Downloaded nu-ansi-term v0.50.3
8562026-05-22T00:40:45.710Z Downloaded derive_more v2.1.1
8572026-05-22T00:40:45.710Z Downloaded progenitor-client v0.14.0
8582026-05-22T00:40:45.710Z Downloaded progenitor-client v0.11.2
8592026-05-22T00:40:45.710Z Downloaded progenitor-macro v0.10.0
8602026-05-22T00:40:45.710Z Downloaded libbz2-rs-sys v0.2.2
8612026-05-22T00:40:45.710Z Downloaded pem v3.0.6
8622026-05-22T00:40:45.710Z Downloaded peg v0.8.5
8632026-05-22T00:40:45.710Z Downloaded progenitor-client v0.10.0
8642026-05-22T00:40:45.710Z Downloaded phf v0.13.1
8652026-05-22T00:40:45.710Z Downloaded progenitor-macro v0.14.0
8662026-05-22T00:40:45.710Z Downloaded progenitor-macro v0.11.2
8672026-05-22T00:40:45.710Z Downloaded peg-macros v0.8.5
8682026-05-22T00:40:45.710Z Downloaded phf v0.12.1
8692026-05-22T00:40:45.710Z Downloaded litrs v1.0.0
8702026-05-22T00:40:45.710Z Downloaded der v0.7.10
8712026-05-22T00:40:45.710Z Downloaded cc v1.2.56
8722026-05-22T00:40:45.710Z Downloaded pkg-config v0.3.32
8732026-05-22T00:40:45.711Z Downloaded owo-colors v4.3.0
8742026-05-22T00:40:45.711Z Downloaded poly1305 v0.8.0
8752026-05-22T00:40:45.711Z Downloaded omicron-zone-package v0.12.2
8762026-05-22T00:40:45.711Z Downloaded rand_chacha v0.3.1
8772026-05-22T00:40:45.711Z Downloaded rand_xorshift v0.4.0
8782026-05-22T00:40:45.711Z Downloaded radium v0.7.0
8792026-05-22T00:40:45.711Z Downloaded polyval v0.6.2
8802026-05-22T00:40:45.711Z Downloaded indicatif v0.18.4
8812026-05-22T00:40:45.711Z Downloaded predicates v3.1.4
8822026-05-22T00:40:45.711Z Downloaded primeorder v0.13.6
8832026-05-22T00:40:45.711Z Downloaded expectorate v1.2.0
8842026-05-22T00:40:45.711Z Downloaded derive_more-impl v2.1.1
8852026-05-22T00:40:45.711Z Downloaded ppv-lite86 v0.2.21
8862026-05-22T00:40:45.711Z Downloaded crossbeam-channel v0.5.15
8872026-05-22T00:40:45.711Z Downloaded progenitor v0.10.0
8882026-05-22T00:40:45.711Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-05-22T00:40:45.711Z Downloaded ref-cast v1.0.25
8902026-05-22T00:40:45.711Z Downloaded proc-macro-error2 v2.0.1
8912026-05-22T00:40:45.711Z Downloaded ref-cast-impl v1.0.25
8922026-05-22T00:40:45.711Z Downloaded rfc6979 v0.4.0
8932026-05-22T00:40:45.711Z Downloaded parking_lot_core v0.9.12
8942026-05-22T00:40:45.711Z Downloaded progenitor v0.14.0
8952026-05-22T00:40:45.711Z Downloaded progenitor v0.13.0
8962026-05-22T00:40:45.711Z Downloaded russh-cryptovec v0.7.3
8972026-05-22T00:40:45.711Z Downloaded progenitor v0.11.2
8982026-05-22T00:40:45.711Z Downloaded parking_lot_core v0.8.6
8992026-05-22T00:40:45.711Z Downloaded recursive v0.1.1
9002026-05-22T00:40:45.711Z Downloaded parking_lot v0.12.5
9012026-05-22T00:40:45.711Z Downloaded rustc-hash v2.1.1
9022026-05-22T00:40:45.711Z Downloaded pem-rfc7468 v0.7.0
9032026-05-22T00:40:45.712Z Downloaded progenitor-client v0.13.0
9042026-05-22T00:40:45.712Z Downloaded quick-error v1.2.3
9052026-05-22T00:40:45.712Z Downloaded progenitor-extras v0.2.0
9062026-05-22T00:40:45.712Z Downloaded hickory-resolver v0.25.2
9072026-05-22T00:40:45.712Z Downloaded rustc_version v0.1.7
9082026-05-22T00:40:45.712Z Downloaded psl-types v2.0.11
9092026-05-22T00:40:45.712Z Downloaded pkcs8 v0.10.2
9102026-05-22T00:40:45.712Z Downloaded pkcs5 v0.7.1
9112026-05-22T00:40:45.712Z Downloaded psm v0.1.30
9122026-05-22T00:40:45.712Z Downloaded pin-project-lite v0.2.17
9132026-05-22T00:40:45.712Z Downloaded rtoolbox v0.0.3
9142026-05-22T00:40:45.712Z Downloaded oso v0.27.3
9152026-05-22T00:40:45.712Z Downloaded r2d2 v0.8.10
9162026-05-22T00:40:45.713Z Downloaded pin-project-internal v1.1.11
9172026-05-22T00:40:45.713Z Downloaded dropshot-api-manager v0.7.1
9182026-05-22T00:40:45.713Z Downloaded pkcs1 v0.7.5
9192026-05-22T00:40:45.713Z Downloaded hickory-resolver v0.24.4
9202026-05-22T00:40:45.713Z Downloaded rand_core v0.6.4
9212026-05-22T00:40:45.713Z Downloaded p256 v0.13.2
9222026-05-22T00:40:45.713Z Downloaded papergrid v0.17.0
9232026-05-22T00:40:45.713Z Downloaded rustc_version v0.4.1
9242026-05-22T00:40:45.713Z Downloaded rand_core v0.10.0
9252026-05-22T00:40:45.713Z Downloaded salsa20 v0.10.2
9262026-05-22T00:40:45.713Z Downloaded rand_seeder v0.4.0
9272026-05-22T00:40:45.713Z Downloaded rand_core v0.9.5
9282026-05-22T00:40:45.713Z Downloaded miniz_oxide v0.8.9
9292026-05-22T00:40:45.714Z Downloaded diesel_derives v2.3.7
9302026-05-22T00:40:45.714Z Downloaded postgres-types v0.2.12
9312026-05-22T00:40:45.714Z Downloaded postgres-protocol v0.6.10
9322026-05-22T00:40:45.714Z Downloaded resolv-conf v0.7.6
9332026-05-22T00:40:45.714Z Downloaded scrypt v0.11.0
9342026-05-22T00:40:45.714Z Downloaded scopeguard v1.2.0
9352026-05-22T00:40:45.714Z Downloaded same-file v1.0.6
9362026-05-22T00:40:45.714Z Downloaded jiff-static v0.2.21
9372026-05-22T00:40:45.714Z Downloaded scroll_derive v0.13.1
9382026-05-22T00:40:45.714Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-22T00:40:45.714Z Downloaded heapless v0.8.0
9402026-05-22T00:40:45.714Z Downloaded base64 v0.22.1
9412026-05-22T00:40:45.714Z Downloaded paste v1.0.15
9422026-05-22T00:40:45.732Z Downloaded password-hash v0.4.2
9432026-05-22T00:40:45.732Z Downloaded serde-big-array v0.5.1
9442026-05-22T00:40:45.732Z Downloaded aho-corasick v1.1.4
9452026-05-22T00:40:45.732Z Downloaded serde_spanned v1.0.4
9462026-05-22T00:40:45.732Z Downloaded serde_bytes v0.11.19
9472026-05-22T00:40:45.732Z Downloaded semver v0.1.20
9482026-05-22T00:40:45.732Z Downloaded sapling-renderdag v0.1.0
9492026-05-22T00:40:45.733Z Downloaded seq-macro v0.3.6
9502026-05-22T00:40:45.733Z Downloaded secrecy v0.8.0
9512026-05-22T00:40:45.733Z Downloaded parking_lot v0.11.2
9522026-05-22T00:40:45.733Z Downloaded darling_core v0.20.11
9532026-05-22T00:40:45.733Z Downloaded quinn-udp v0.5.14
9542026-05-22T00:40:45.733Z Downloaded pin-project v1.1.11
9552026-05-22T00:40:45.733Z Downloaded serde_repr v0.1.20
9562026-05-22T00:40:45.733Z Downloaded sha1 v0.10.6
9572026-05-22T00:40:45.733Z Downloaded rustls-pemfile v2.2.0
9582026-05-22T00:40:45.733Z Downloaded shell-words v1.1.1
9592026-05-22T00:40:45.733Z Downloaded signature v2.2.0
9602026-05-22T00:40:45.733Z Downloaded rustls-pemfile v1.0.4
9612026-05-22T00:40:45.734Z Downloaded rand_chacha v0.9.0
9622026-05-22T00:40:45.734Z Downloaded minimal-lexical v0.2.1
9632026-05-22T00:40:45.734Z Downloaded rusty-fork v0.3.1
9642026-05-22T00:40:45.734Z Downloaded rustls-native-certs v0.8.3
9652026-05-22T00:40:45.734Z Downloaded siphasher v1.0.2
9662026-05-22T00:40:45.734Z Downloaded serde_plain v1.0.2
9672026-05-22T00:40:45.734Z Downloaded crossterm v0.28.1
9682026-05-22T00:40:45.734Z Downloaded signal-hook-tokio v0.3.1
9692026-05-22T00:40:45.734Z Downloaded signal-hook-mio v0.2.5
9702026-05-22T00:40:45.734Z Downloaded rustversion v1.0.22
9712026-05-22T00:40:45.734Z Downloaded hashbrown v0.13.2
9722026-05-22T00:40:45.734Z Downloaded prefix-trie v0.7.0
9732026-05-22T00:40:45.734Z Downloaded secrecy v0.10.3
9742026-05-22T00:40:45.734Z Downloaded openssl-sys v0.9.115
9752026-05-22T00:40:45.734Z Downloaded sigpipe v0.1.3
9762026-05-22T00:40:45.734Z Downloaded slog-bunyan v2.5.0
9772026-05-22T00:40:45.735Z Downloaded progenitor-impl v0.10.0
9782026-05-22T00:40:45.735Z Downloaded hashbrown v0.12.3
9792026-05-22T00:40:45.735Z Downloaded num_enum v0.5.11
9802026-05-22T00:40:45.735Z Downloaded schemars_derive v0.8.22
9812026-05-22T00:40:45.735Z Downloaded russh-keys v0.45.0
9822026-05-22T00:40:45.735Z Downloaded async-compression v0.4.41
9832026-05-22T00:40:45.735Z Downloaded sct v0.7.1
9842026-05-22T00:40:45.735Z Downloaded progenitor-impl v0.11.2
9852026-05-22T00:40:45.735Z Downloaded mime_guess v2.0.5
9862026-05-22T00:40:45.735Z Downloaded indexmap v1.9.3
9872026-05-22T00:40:45.735Z Downloaded ignore v0.4.25
9882026-05-22T00:40:45.735Z Downloaded sqlparser_derive v0.5.0
9892026-05-22T00:40:45.735Z Downloaded httparse v1.10.1
9902026-05-22T00:40:45.735Z Downloaded ssh-encoding v0.2.0
9912026-05-22T00:40:45.735Z Downloaded sec1 v0.7.3
9922026-05-22T00:40:45.736Z Downloaded scroll v0.13.0
9932026-05-22T00:40:45.736Z Downloaded ssh-cipher v0.2.0
9942026-05-22T00:40:45.736Z Downloaded getrandom v0.3.4
9952026-05-22T00:40:45.736Z Downloaded futures v0.3.32
9962026-05-22T00:40:45.736Z Downloaded derive-where v1.6.0
9972026-05-22T00:40:45.736Z Downloaded match_cfg v0.1.0
9982026-05-22T00:40:45.736Z Downloaded lzss v0.8.2
9992026-05-22T00:40:45.736Z Downloaded rustls-pki-types v1.14.0
10002026-05-22T00:40:45.736Z Downloaded lru-slab v0.1.2
10012026-05-22T00:40:45.736Z Downloaded lru-cache v0.1.2
10022026-05-22T00:40:45.736Z Downloaded lru v0.12.5
10032026-05-22T00:40:45.736Z Downloaded libscf-sys v1.1.0
10042026-05-22T00:40:45.736Z Downloaded chacha20 v0.10.0
10052026-05-22T00:40:45.736Z Downloaded serde_urlencoded v0.7.1
10062026-05-22T00:40:45.736Z Downloaded shlex v1.3.0
10072026-05-22T00:40:45.736Z Downloaded structmeta v0.3.0
10082026-05-22T00:40:45.737Z Downloaded strip-ansi-escapes v0.2.1
10092026-05-22T00:40:45.737Z Downloaded subtle v2.6.1
10102026-05-22T00:40:45.737Z Downloaded structmeta-derive v0.3.0
10112026-05-22T00:40:45.737Z Downloaded serde_path_to_error v0.1.20
10122026-05-22T00:40:45.737Z Downloaded serde_derive_internals v0.29.1
10132026-05-22T00:40:45.737Z Downloaded sync-ptr v0.1.4
10142026-05-22T00:40:45.737Z Downloaded prettyplease v0.2.37
10152026-05-22T00:40:45.737Z Downloaded signal-hook-registry v1.4.8
10162026-05-22T00:40:45.737Z Downloaded strum v0.27.2
10172026-05-22T00:40:45.737Z Downloaded strum v0.26.3
10182026-05-22T00:40:45.737Z Downloaded pretty_assertions v1.4.1
10192026-05-22T00:40:45.737Z Downloaded supports-color v3.0.2
10202026-05-22T00:40:45.737Z Downloaded futures-channel v0.3.32
10212026-05-22T00:40:45.737Z Downloaded diff v0.1.13
10222026-05-22T00:40:45.738Z Downloaded slab v0.4.12
10232026-05-22T00:40:45.738Z Downloaded smf v0.2.3
10242026-05-22T00:40:45.738Z Downloaded slog-stdlog v4.1.1
10252026-05-22T00:40:45.738Z Downloaded slog-scope v4.4.1
10262026-05-22T00:40:45.738Z Downloaded tagptr v0.2.0
10272026-05-22T00:40:45.738Z Downloaded tabwriter v1.4.1
10282026-05-22T00:40:45.738Z Downloaded progenitor-impl v0.13.0
10292026-05-22T00:40:45.738Z Downloaded num-bigint v0.4.6
10302026-05-22T00:40:45.738Z Downloaded slog-envlogger v2.2.0
10312026-05-22T00:40:45.738Z Downloaded sync_wrapper v1.0.2
10322026-05-22T00:40:45.738Z Downloaded progenitor-impl v0.14.0
10332026-05-22T00:40:45.738Z Downloaded slog-dtrace v0.3.0
10342026-05-22T00:40:45.738Z Downloaded smallvec v0.6.14
10352026-05-22T00:40:45.738Z Downloaded simd-adler32 v0.3.8
10362026-05-22T00:40:45.738Z Downloaded http v1.4.0
10372026-05-22T00:40:45.739Z Downloaded testing_table v0.3.0
10382026-05-22T00:40:45.739Z Downloaded thread-id v5.1.0
10392026-05-22T00:40:45.740Z Downloaded serde_cbor v0.11.2
10402026-05-22T00:40:45.740Z Downloaded tabled_derive v0.11.0
10412026-05-22T00:40:45.740Z Downloaded tap v1.0.1
10422026-05-22T00:40:45.754Z Downloaded take_mut v0.2.2
10432026-05-22T00:40:45.754Z Downloaded serde-hex v0.1.0
10442026-05-22T00:40:45.754Z Downloaded slog-async v2.8.0
10452026-05-22T00:40:45.754Z Downloaded termtree v0.5.1
10462026-05-22T00:40:45.754Z Downloaded rcgen v0.12.1
10472026-05-22T00:40:45.754Z Downloaded sqlformat v0.3.5
10482026-05-22T00:40:45.754Z Downloaded spki v0.7.3
10492026-05-22T00:40:45.754Z Downloaded time-core v0.1.8
10502026-05-22T00:40:45.754Z Downloaded derive_builder v0.20.2
10512026-05-22T00:40:45.754Z Downloaded postcard v1.1.3
10522026-05-22T00:40:45.755Z Downloaded hyper-util v0.1.20
10532026-05-22T00:40:45.755Z Downloaded static_assertions v1.1.0
10542026-05-22T00:40:45.755Z Downloaded stacker v0.1.23
10552026-05-22T00:40:45.755Z Downloaded snafu-derive v0.8.9
10562026-05-22T00:40:45.755Z Downloaded rustls-platform-verifier v0.6.2
10572026-05-22T00:40:45.755Z Downloaded tinyvec_macros v0.1.1
10582026-05-22T00:40:45.755Z Downloaded stringprep v0.1.5
10592026-05-22T00:40:45.755Z Downloaded string_cache v0.8.9
10602026-05-22T00:40:45.755Z Downloaded support-bundle-viewer v0.1.2
10612026-05-22T00:40:45.755Z Downloaded crossterm v0.29.0
10622026-05-22T00:40:45.755Z Downloaded data-encoding v2.10.0
10632026-05-22T00:40:45.755Z Downloaded ryu v1.0.23
10642026-05-22T00:40:45.755Z Downloaded tokio-macros v2.7.0
10652026-05-22T00:40:45.755Z Downloaded schemars v0.8.22
10662026-05-22T00:40:45.755Z Downloaded strum_macros v0.27.2
10672026-05-22T00:40:45.756Z Downloaded ron v0.8.1
10682026-05-22T00:40:45.756Z Downloaded itertools v0.10.5
10692026-05-22T00:40:45.756Z Downloaded slog-json v2.6.1
10702026-05-22T00:40:45.756Z Downloaded publicsuffix v2.3.0
10712026-05-22T00:40:45.756Z Downloaded num-bigint-dig v0.8.6
10722026-05-22T00:40:45.756Z Downloaded thread_local v1.1.9
10732026-05-22T00:40:45.756Z Downloaded termios v0.3.3
10742026-05-22T00:40:45.756Z Downloaded nom v7.1.3
10752026-05-22T00:40:45.756Z Downloaded hickory-server v0.25.2
10762026-05-22T00:40:45.756Z Downloaded blake2 v0.10.6
10772026-05-22T00:40:45.756Z Downloaded thiserror-no-std v2.0.2
10782026-05-22T00:40:45.756Z Downloaded time-macros v0.2.27
10792026-05-22T00:40:45.756Z Downloaded spin v0.9.8
10802026-05-22T00:40:45.756Z Downloaded serde_with_macros v3.17.0
10812026-05-22T00:40:45.756Z Downloaded topological-sort v0.2.2
10822026-05-22T00:40:45.756Z Downloaded darling v0.23.0
10832026-05-22T00:40:45.756Z Downloaded try-lock v0.2.5
10842026-05-22T00:40:45.756Z Downloaded blake3 v1.8.3
10852026-05-22T00:40:45.756Z Downloaded tower-layer v0.3.3
10862026-05-22T00:40:45.756Z Downloaded serde_yaml v0.9.34+deprecated
10872026-05-22T00:40:45.756Z Downloaded tokio-dtrace v0.1.1
10882026-05-22T00:40:45.756Z Downloaded tls_codec_derive v0.4.2
10892026-05-22T00:40:45.756Z Downloaded trait-variant v0.1.2
10902026-05-22T00:40:45.756Z Downloaded tower-service v0.3.3
10912026-05-22T00:40:45.756Z Downloaded mio v1.2.0
10922026-05-22T00:40:45.756Z Downloaded typify-macro v0.6.2
10932026-05-22T00:40:45.756Z Downloaded tokio-native-tls v0.3.1
10942026-05-22T00:40:45.756Z Downloaded strum_macros v0.26.4
10952026-05-22T00:40:45.756Z Downloaded rsa v0.9.10
10962026-05-22T00:40:45.757Z Downloaded rayon-core v1.13.0
10972026-05-22T00:40:45.757Z Downloaded slog v2.8.2
10982026-05-22T00:40:45.757Z Downloaded schemars v0.9.0
10992026-05-22T00:40:45.757Z Downloaded unit-prefix v0.5.2
11002026-05-22T00:40:45.757Z Downloaded tokio-rustls v0.25.0
11012026-05-22T00:40:45.757Z Downloaded qorb v0.4.1
11022026-05-22T00:40:45.757Z Downloaded itertools v0.12.1
11032026-05-22T00:40:45.757Z Downloaded term v0.7.0
11042026-05-22T00:40:45.757Z Downloaded untrusted v0.7.1
11052026-05-22T00:40:45.757Z Downloaded socket2 v0.6.3
11062026-05-22T00:40:45.757Z Downloaded socket2 v0.5.10
11072026-05-22T00:40:45.757Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-05-22T00:40:45.757Z Downloaded unarray v0.1.4
11092026-05-22T00:40:45.757Z Downloaded libxml v0.3.3
11102026-05-22T00:40:45.757Z Downloaded usdt-attr-macro v0.6.0
11112026-05-22T00:40:45.757Z Downloaded universal-hash v0.5.1
11122026-05-22T00:40:45.757Z Downloaded slog-term v2.9.2
11132026-05-22T00:40:45.757Z Downloaded tokio-tungstenite v0.23.1
11142026-05-22T00:40:45.757Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-22T00:40:45.757Z Downloaded term v1.2.1
11162026-05-22T00:40:45.757Z Downloaded hyper v1.8.1
11172026-05-22T00:40:45.757Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-05-22T00:40:45.757Z Downloaded rustls-webpki v0.103.9
11192026-05-22T00:40:45.757Z Downloaded similar v2.7.0
11202026-05-22T00:40:45.757Z Downloaded void v1.0.2
11212026-05-22T00:40:45.757Z Downloaded usdt-macro v0.6.0
11222026-05-22T00:40:45.757Z Downloaded bindgen v0.71.1
11232026-05-22T00:40:45.757Z Downloaded tui-tree-widget v0.23.1
11242026-05-22T00:40:45.757Z Downloaded iri-string v0.7.10
11252026-05-22T00:40:45.757Z Downloaded hashbrown v0.16.1
11262026-05-22T00:40:45.757Z Downloaded usdt v0.6.0
11272026-05-22T00:40:45.757Z Downloaded tokio-rustls v0.24.1
11282026-05-22T00:40:45.757Z Downloaded want v0.3.1
11292026-05-22T00:40:45.757Z Downloaded wait-timeout v0.2.1
11302026-05-22T00:40:45.757Z Downloaded subprocess v0.2.15
11312026-05-22T00:40:45.757Z Downloaded hkdf v0.12.4
11322026-05-22T00:40:45.757Z Downloaded nom v8.0.0
11332026-05-22T00:40:45.757Z Downloaded untrusted v0.9.0
11342026-05-22T00:40:45.757Z Downloaded waitgroup v0.1.2
11352026-05-22T00:40:45.758Z Downloaded tokio-tungstenite v0.21.0
11362026-05-22T00:40:45.758Z Downloaded snafu v0.8.9
11372026-05-22T00:40:45.758Z Downloaded xattr v1.6.1
11382026-05-22T00:40:45.758Z Downloaded itertools v0.14.0
11392026-05-22T00:40:45.758Z Downloaded itertools v0.13.0
11402026-05-22T00:40:45.758Z Downloaded test-strategy v0.4.5
11412026-05-22T00:40:45.758Z Downloaded xshell-macros v0.2.7
11422026-05-22T00:40:45.769Z Downloaded zeroize_derive v1.4.3
11432026-05-22T00:40:45.769Z Downloaded unicase v2.9.0
11442026-05-22T00:40:45.769Z Downloaded zone v0.3.1
11452026-05-22T00:40:45.769Z Downloaded h2 v0.4.13
11462026-05-22T00:40:45.769Z Downloaded samael v0.0.19
11472026-05-22T00:40:45.769Z Downloaded zone_cfg_derive v0.3.1
11482026-05-22T00:40:45.769Z Downloaded tracing-attributes v0.1.31
11492026-05-22T00:40:45.769Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-05-22T00:40:45.769Z Downloaded vsss-rs v3.3.4
11512026-05-22T00:40:45.769Z Downloaded libm v0.2.16
11522026-05-22T00:40:45.769Z Downloaded rand v0.9.2
11532026-05-22T00:40:45.769Z Downloaded rand v0.10.1
11542026-05-22T00:40:45.769Z Downloaded unicode-truncate v1.1.0
11552026-05-22T00:40:45.769Z Downloaded p521 v0.13.3
11562026-05-22T00:40:45.769Z Downloaded vergen-gitcl v1.0.8
11572026-05-22T00:40:45.769Z Downloaded iddqd v0.4.1
11582026-05-22T00:40:45.769Z Downloaded tokio-rustls v0.26.4
11592026-05-22T00:40:45.769Z Downloaded walkdir v2.5.0
11602026-05-22T00:40:45.769Z Downloaded utf-8 v0.7.6
11612026-05-22T00:40:45.769Z Downloaded tokio-stream v0.1.18
11622026-05-22T00:40:45.769Z Downloaded whoami v1.6.1
11632026-05-22T00:40:45.769Z Downloaded wyz v0.5.1
11642026-05-22T00:40:45.769Z Downloaded vergen-lib v0.1.6
11652026-05-22T00:40:45.770Z Downloaded twox-hash v2.1.2
11662026-05-22T00:40:45.770Z Downloaded schemars v1.2.1
11672026-05-22T00:40:45.770Z Downloaded vergen-git2 v1.0.7
11682026-05-22T00:40:45.770Z Downloaded vergen v9.0.6
11692026-05-22T00:40:45.770Z Downloaded uzers v0.12.2
11702026-05-22T00:40:45.770Z Downloaded toml v0.9.12+spec-1.1.0
11712026-05-22T00:40:45.770Z Downloaded toml v1.0.6+spec-1.1.0
11722026-05-22T00:40:45.770Z Downloaded toml v0.7.8
11732026-05-22T00:40:45.770Z Downloaded futures-util v0.3.32
11742026-05-22T00:40:45.770Z Downloaded zstd v0.13.3
11752026-05-22T00:40:45.770Z Downloaded xshell v0.2.7
11762026-05-22T00:40:45.770Z Downloaded tungstenite v0.21.0
11772026-05-22T00:40:45.770Z Downloaded zstd-safe v7.2.4
11782026-05-22T00:40:45.770Z Downloaded usdt-impl v0.6.0
11792026-05-22T00:40:45.770Z Downloaded quinn v0.11.9
11802026-05-22T00:40:45.770Z Downloaded hashbrown v0.15.5
11812026-05-22T00:40:45.770Z Downloaded strum_macros v0.24.3
11822026-05-22T00:40:45.770Z Downloaded typify-macro v0.4.3
11832026-05-22T00:40:45.770Z Downloaded tls_codec v0.4.2
11842026-05-22T00:40:45.770Z Downloaded rand v0.8.6
11852026-05-22T00:40:45.770Z Downloaded unicode-properties v0.1.4
11862026-05-22T00:40:45.770Z Downloaded tinyvec v1.10.0
11872026-05-22T00:40:45.770Z Downloaded thiserror-impl-no-std v2.0.2
11882026-05-22T00:40:45.770Z Downloaded yasna v0.5.2
11892026-05-22T00:40:45.770Z Downloaded steno v0.4.1
11902026-05-22T00:40:45.770Z Downloaded rustyline v14.0.0
11912026-05-22T00:40:45.770Z Downloaded russh v0.45.0
11922026-05-22T00:40:45.770Z Downloaded zerocopy v0.6.6
11932026-05-22T00:40:45.771Z Downloaded signal-hook v0.3.18
11942026-05-22T00:40:45.771Z Downloaded zeroize v1.8.2
11952026-05-22T00:40:45.771Z Downloaded whoami v2.1.0
11962026-05-22T00:40:45.771Z Downloaded tiny-keccak v2.0.2
11972026-05-22T00:40:45.771Z Downloaded typify v0.4.3
11982026-05-22T00:40:45.771Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-05-22T00:40:45.771Z Downloaded byte-wrapper v0.1.0
12002026-05-22T00:40:45.771Z Downloaded tracing-core v0.1.36
12012026-05-22T00:40:45.771Z Downloaded tungstenite v0.23.0
12022026-05-22T00:40:45.771Z Downloaded tar v0.4.45
12032026-05-22T00:40:45.771Z Downloaded vte v0.14.1
12042026-05-22T00:40:45.771Z Downloaded unsafe-libyaml v0.2.11
12052026-05-22T00:40:45.771Z Downloaded reedline v0.40.0
12062026-05-22T00:40:45.771Z Downloaded aws-lc-rs v1.16.3
12072026-05-22T00:40:45.771Z Downloaded bitvec v1.0.1
12082026-05-22T00:40:45.771Z Downloaded toml_edit v0.19.15
12092026-05-22T00:40:45.771Z Downloaded uuid v1.23.0
12102026-05-22T00:40:45.771Z Downloaded typify v0.6.2
12112026-05-22T00:40:45.771Z Downloaded rpassword v7.4.0
12122026-05-22T00:40:45.771Z Downloaded buf-list v1.1.2
12132026-05-22T00:40:45.771Z Downloaded base64ct v1.8.3
12142026-05-22T00:40:45.771Z Downloaded tokio-postgres v0.7.16
12152026-05-22T00:40:45.771Z Downloaded regex v1.12.3
12162026-05-22T00:40:45.771Z Downloaded reqwest v0.13.2
12172026-05-22T00:40:45.771Z Downloaded headers-core v0.3.0
12182026-05-22T00:40:45.771Z Downloaded ctr v0.9.2
12192026-05-22T00:40:45.771Z Downloaded reqwest v0.12.28
12202026-05-22T00:40:45.771Z Downloaded chacha20 v0.9.1
12212026-05-22T00:40:45.771Z Downloaded camino-tempfile-ext v0.3.3
12222026-05-22T00:40:45.771Z Downloaded blowfish v0.9.1
12232026-05-22T00:40:45.771Z Downloaded git2 v0.20.4
12242026-05-22T00:40:45.771Z Downloaded unicode-bidi v0.3.18
12252026-05-22T00:40:45.772Z Downloaded ssh-key v0.6.7
12262026-05-22T00:40:45.772Z Downloaded p384 v0.13.1
12272026-05-22T00:40:45.772Z Downloaded chrono v0.4.44
12282026-05-22T00:40:45.772Z Downloaded bitfield v0.19.4
12292026-05-22T00:40:45.772Z Downloaded ed25519 v2.2.3
12302026-05-22T00:40:45.772Z Downloaded defmt-macros v1.0.1
12312026-05-22T00:40:45.772Z Downloaded daft v0.1.7
12322026-05-22T00:40:45.772Z Downloaded constant_time_eq v0.4.2
12332026-05-22T00:40:45.772Z Downloaded fd-lock v4.0.4
12342026-05-22T00:40:45.772Z Downloaded zip v0.6.6
12352026-05-22T00:40:45.772Z Downloaded crucible-workspace-hack v0.1.0
12362026-05-22T00:40:45.772Z Downloaded cpufeatures v0.3.0
12372026-05-22T00:40:45.772Z Downloaded zopfli v0.8.3
12382026-05-22T00:40:45.772Z Downloaded rustls-webpki v0.101.7
12392026-05-22T00:40:45.772Z Downloaded quick-xml v0.37.5
12402026-05-22T00:40:45.772Z Downloaded moka v0.12.13
12412026-05-22T00:40:45.772Z Downloaded typed-path v0.9.3
12422026-05-22T00:40:45.777Z Downloaded yansi v1.0.1
12432026-05-22T00:40:45.777Z Downloaded x509-cert v0.2.5
12442026-05-22T00:40:45.777Z Downloaded rayon v1.11.0
12452026-05-22T00:40:45.777Z Downloaded unicode_categories v0.1.1
12462026-05-22T00:40:45.777Z Downloaded zerocopy-derive v0.8.40
12472026-05-22T00:40:45.777Z Downloaded portable-atomic v1.13.1
12482026-05-22T00:40:45.777Z Downloaded petname v2.0.2
12492026-05-22T00:40:45.777Z Downloaded unicode-segmentation v1.12.0
12502026-05-22T00:40:45.777Z Downloaded tokio-util v0.7.18
12512026-05-22T00:40:45.777Z Downloaded zip v4.6.1
12522026-05-22T00:40:45.777Z Downloaded lalrpop v0.19.12
12532026-05-22T00:40:45.777Z Downloaded goblin v0.10.5
12542026-05-22T00:40:45.777Z Downloaded tower v0.5.3
12552026-05-22T00:40:45.777Z Downloaded object v0.30.4
12562026-05-22T00:40:45.777Z Downloaded proptest v1.10.0
12572026-05-22T00:40:45.777Z Downloaded serde_with v3.17.0
12582026-05-22T00:40:45.777Z Downloaded quinn-proto v0.11.13
12592026-05-22T00:40:45.777Z Downloaded unicode-normalization v0.1.25
12602026-05-22T00:40:45.778Z Downloaded curve25519-dalek v4.1.3
12612026-05-22T00:40:45.778Z Downloaded salty v0.3.0
12622026-05-22T00:40:45.778Z Downloaded winnow v0.6.26
12632026-05-22T00:40:45.778Z Downloaded bstr v1.12.1
12642026-05-22T00:40:45.778Z Downloaded tough v0.22.0
12652026-05-22T00:40:45.778Z Downloaded tower-http v0.6.8
12662026-05-22T00:40:45.778Z Downloaded rustls-webpki v0.102.8
12672026-05-22T00:40:45.778Z Downloaded winnow v1.0.3
12682026-05-22T00:40:45.778Z Downloaded tabled v0.20.0
12692026-05-22T00:40:45.778Z Downloaded nix v0.28.0
12702026-05-22T00:40:45.778Z Downloaded nix v0.27.1
12712026-05-22T00:40:45.778Z Downloaded polar-core v0.27.3
12722026-05-22T00:40:45.778Z Downloaded radix_trie v0.2.1
12732026-05-22T00:40:45.778Z Downloaded zlib-rs v0.6.2
12742026-05-22T00:40:45.778Z Downloaded nix v0.31.2
12752026-05-22T00:40:45.778Z Downloaded winnow v0.5.40
12762026-05-22T00:40:45.778Z Downloaded hickory-proto v0.24.4
12772026-05-22T00:40:45.778Z Downloaded hickory-proto v0.25.2
12782026-05-22T00:40:45.778Z Downloaded nix v0.29.0
12792026-05-22T00:40:45.783Z Downloaded vcpkg v0.2.15
12802026-05-22T00:40:45.804Z Downloaded zerocopy v0.8.40
12812026-05-22T00:40:45.809Z Downloaded regex-syntax v0.8.10
12822026-05-22T00:40:45.814Z Downloaded rustls v0.21.12
12832026-05-22T00:40:45.821Z Downloaded time v0.3.47
12842026-05-22T00:40:45.828Z Downloaded regress v0.11.1
12852026-05-22T00:40:45.834Z Downloaded dropshot v0.16.7
12862026-05-22T00:40:45.849Z Downloaded smoltcp v0.9.1
12872026-05-22T00:40:45.854Z Downloaded dropshot v0.17.0
12882026-05-22T00:40:45.868Z Downloaded webpki-roots v1.0.6
12892026-05-22T00:40:45.870Z Downloaded object v0.37.3
12902026-05-22T00:40:45.877Z Downloaded rustix v0.38.44
12912026-05-22T00:40:45.891Z Downloaded sqlparser v0.61.0
12922026-05-22T00:40:45.896Z Downloaded openapiv3 v2.2.0
12932026-05-22T00:40:45.904Z Downloaded diesel v2.3.7
12942026-05-22T00:40:45.917Z Downloaded smoltcp v0.11.0
12952026-05-22T00:40:45.924Z Downloaded tracing v0.1.44
12962026-05-22T00:40:45.946Z Downloaded sled v0.34.7
12972026-05-22T00:40:45.964Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-05-22T00:40:45.964Z Downloaded regex-automata v0.4.14
12992026-05-22T00:40:45.967Z Downloaded rustls v0.23.37
13002026-05-22T00:40:45.970Z Downloaded rustls v0.22.4
13012026-05-22T00:40:45.975Z Downloaded zerocopy-derive v0.6.6
13022026-05-22T00:40:45.981Z Downloaded regress v0.10.5
13032026-05-22T00:40:45.987Z Downloaded regex-syntax v0.6.29
13042026-05-22T00:40:45.995Z Downloaded openssl v0.10.79
13052026-05-22T00:40:45.998Z Downloaded chrono-tz v0.10.4
13062026-05-22T00:40:46.072Z Downloaded typify-impl v0.6.2
13072026-05-22T00:40:46.079Z Downloaded typify-impl v0.4.3
13082026-05-22T00:40:46.079Z Downloaded ratatui v0.29.0
13092026-05-22T00:40:46.129Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-22T00:40:46.176Z Downloaded jiff v0.2.21
13112026-05-22T00:40:46.188Z Downloaded petgraph v0.6.5
13122026-05-22T00:40:46.216Z Downloaded petgraph v0.8.3
13132026-05-22T00:40:46.231Z Downloaded csv v1.4.0
13142026-05-22T00:40:46.249Z Downloaded libz-sys v1.1.24
13152026-05-22T00:40:46.263Z Downloaded sha3 v0.10.8
13162026-05-22T00:40:46.269Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13172026-05-22T00:40:46.281Z Downloaded tokio v1.52.1
13182026-05-22T00:40:46.332Z Downloaded encoding_rs v0.8.35
13192026-05-22T00:40:46.348Z Downloaded ring v0.17.14
13202026-05-22T00:40:46.676Z Downloaded aws-lc-sys v0.40.0
13212026-05-22T00:40:46.916Z Compiling libc v0.2.185
13222026-05-22T00:40:46.916Z Compiling serde v1.0.228
13232026-05-22T00:40:46.919Z Compiling log v0.4.29
13242026-05-22T00:40:46.919Z Compiling shlex v1.3.0
13252026-05-22T00:40:47.086Z Compiling find-msvc-tools v0.1.9
13262026-05-22T00:40:47.096Z Compiling syn v2.0.117
13272026-05-22T00:40:47.099Z Compiling smallvec v1.15.1
13282026-05-22T00:40:47.099Z Compiling typenum v1.19.0
13292026-05-22T00:40:47.261Z Compiling generic-array v0.14.7
13302026-05-22T00:40:47.274Z Compiling subtle v2.6.1
13312026-05-22T00:40:47.308Z Compiling scopeguard v1.2.0
13322026-05-22T00:40:47.363Z Compiling const-oid v0.9.6
13332026-05-22T00:40:47.395Z Compiling lock_api v0.4.14
13342026-05-22T00:40:47.412Z Compiling serde_json v1.0.149
13352026-05-22T00:40:47.451Z Compiling zerocopy v0.8.40
13362026-05-22T00:40:47.502Z Compiling parking_lot_core v0.9.12
13372026-05-22T00:40:47.636Z Compiling portable-atomic v1.13.1
13382026-05-22T00:40:47.738Z Compiling pin-project-lite v0.2.17
13392026-05-22T00:40:47.857Z Compiling pkg-config v0.3.32
13402026-05-22T00:40:47.914Z Compiling bitflags v2.11.0
13412026-05-22T00:40:47.994Z Compiling getrandom v0.2.17
13422026-05-22T00:40:48.069Z Compiling jobserver v0.1.34
13432026-05-22T00:40:48.099Z Compiling errno v0.3.14
13442026-05-22T00:40:48.152Z Compiling rand_core v0.6.4
13452026-05-22T00:40:48.225Z Compiling signal-hook-registry v1.4.8
13462026-05-22T00:40:48.428Z Compiling cc v1.2.56
13472026-05-22T00:40:48.428Z Compiling futures-core v0.3.32
13482026-05-22T00:40:48.455Z Compiling libm v0.2.16
13492026-05-22T00:40:48.497Z Compiling critical-section v1.2.0
13502026-05-22T00:40:48.535Z Compiling parking_lot v0.12.5
13512026-05-22T00:40:48.581Z Compiling mio v1.2.0
13522026-05-22T00:40:48.607Z Compiling once_cell v1.21.3
13532026-05-22T00:40:48.672Z Compiling num-traits v0.2.19
13542026-05-22T00:40:48.766Z Compiling percent-encoding v2.3.2
13552026-05-22T00:40:48.815Z Compiling socket2 v0.6.3
13562026-05-22T00:40:48.911Z Compiling futures-sink v0.3.32
13572026-05-22T00:40:48.955Z Compiling slab v0.4.12
13582026-05-22T00:40:49.015Z Compiling futures-channel v0.3.32
13592026-05-22T00:40:49.029Z Compiling getrandom v0.4.1
13602026-05-22T00:40:49.045Z Compiling futures-io v0.3.32
13612026-05-22T00:40:49.135Z Compiling cpufeatures v0.2.17
13622026-05-22T00:40:49.210Z Compiling futures-task v0.3.32
13632026-05-22T00:40:49.228Z Compiling rand_core v0.10.0
13642026-05-22T00:40:49.247Z Compiling indexmap v2.14.0
13652026-05-22T00:40:49.262Z Compiling getrandom v0.3.4
13662026-05-22T00:40:49.388Z Compiling rustversion v1.0.22
13672026-05-22T00:40:49.390Z Compiling cmake v0.1.57
13682026-05-22T00:40:49.783Z Compiling form_urlencoded v1.2.2
13692026-05-22T00:40:49.810Z Compiling fs_extra v1.3.0
13702026-05-22T00:40:49.908Z Compiling dunce v1.0.5
13712026-05-22T00:40:49.971Z Compiling synstructure v0.13.2
13722026-05-22T00:40:50.011Z Compiling base64ct v1.8.3
13732026-05-22T00:40:50.039Z Compiling ident_case v1.0.1
13742026-05-22T00:40:50.090Z Compiling aws-lc-sys v0.40.0
13752026-05-22T00:40:50.160Z Compiling flagset v0.4.7
13762026-05-22T00:40:50.238Z Compiling pem-rfc7468 v0.7.0
13772026-05-22T00:40:50.281Z Compiling regex-syntax v0.8.10
13782026-05-22T00:40:50.294Z Compiling iana-time-zone v0.1.65
13792026-05-22T00:40:50.297Z Compiling rustix v1.1.3
13802026-05-22T00:40:50.490Z Compiling rand_core v0.9.5
13812026-05-22T00:40:50.493Z Compiling ring v0.17.14
13822026-05-22T00:40:50.534Z Compiling vcpkg v0.2.15
13832026-05-22T00:40:50.555Z Compiling aws-lc-rs v1.16.3
13842026-05-22T00:40:50.758Z Compiling uuid v1.23.0
13852026-05-22T00:40:50.834Z Compiling rustc_version v0.4.1
13862026-05-22T00:40:51.155Z Compiling tracing-core v0.1.36
13872026-05-22T00:40:51.247Z Compiling openssl-sys v0.9.115
13882026-05-22T00:40:51.441Z Compiling base64 v0.22.1
13892026-05-22T00:40:51.694Z Compiling serde_derive v1.0.228
13902026-05-22T00:40:51.742Z Compiling zeroize_derive v1.4.3
13912026-05-22T00:40:51.808Z Compiling zerofrom-derive v0.1.6
13922026-05-22T00:40:51.822Z Compiling yoke-derive v0.8.1
13932026-05-22T00:40:52.069Z Compiling zerocopy-derive v0.8.40
13942026-05-22T00:40:52.395Z Compiling zeroize v1.8.2
13952026-05-22T00:40:52.664Z Compiling zerovec-derive v0.11.2
13962026-05-22T00:40:52.978Z Compiling displaydoc v0.2.5
13972026-05-22T00:40:53.142Z Compiling crypto-common v0.1.7
13982026-05-22T00:40:53.189Z Compiling zerofrom v0.1.6
13992026-05-22T00:40:53.287Z Compiling yoke v0.8.1
14002026-05-22T00:40:53.311Z Compiling block-buffer v0.10.4
14012026-05-22T00:40:53.467Z Compiling digest v0.10.7
14022026-05-22T00:40:53.481Z Compiling tokio-macros v2.7.0
14032026-05-22T00:40:53.706Z Compiling zerotrie v0.2.3
14042026-05-22T00:40:53.720Z Compiling futures-macro v0.3.32
14052026-05-22T00:40:53.745Z Compiling zerovec v0.11.5
14062026-05-22T00:40:53.998Z Compiling hmac v0.12.1
14072026-05-22T00:40:54.155Z Compiling block-padding v0.3.3
14082026-05-22T00:40:54.192Z Compiling tinystr v0.8.2
14092026-05-22T00:40:54.242Z Compiling potential_utf v0.1.4
14102026-05-22T00:40:54.314Z Compiling inout v0.1.4
14112026-05-22T00:40:54.390Z Compiling icu_locale_core v2.1.1
14122026-05-22T00:40:54.404Z Compiling icu_collections v2.1.1
14132026-05-22T00:40:54.474Z Compiling cipher v0.4.4
14142026-05-22T00:40:54.509Z Compiling futures-util v0.3.32
14152026-05-22T00:40:54.727Z Compiling sha2 v0.10.9
14162026-05-22T00:40:54.871Z Compiling der_derive v0.7.3
14172026-05-22T00:40:55.106Z Compiling bytes v1.11.1
14182026-05-22T00:40:55.247Z Compiling icu_provider v2.1.1
14192026-05-22T00:40:55.544Z Compiling icu_properties v2.1.2
14202026-05-22T00:40:55.710Z Compiling tokio v1.52.1
14212026-05-22T00:40:55.791Z Compiling icu_normalizer v2.1.1
14222026-05-22T00:40:55.804Z Compiling der v0.7.10
14232026-05-22T00:40:56.082Z Compiling http v1.4.0
14242026-05-22T00:40:56.313Z Compiling ppv-lite86 v0.2.21
14252026-05-22T00:40:56.442Z Compiling idna_adapter v1.2.1
14262026-05-22T00:40:56.623Z Compiling idna v1.1.0
14272026-05-22T00:40:56.655Z Compiling chrono v0.4.44
14282026-05-22T00:40:56.687Z Compiling spki v0.7.3
14292026-05-22T00:40:56.777Z Compiling salsa20 v0.10.2
14302026-05-22T00:40:56.888Z Compiling pbkdf2 v0.12.2
14312026-05-22T00:40:56.918Z Compiling url v2.5.8
14322026-05-22T00:40:57.004Z Compiling rustls-pki-types v1.14.0
14332026-05-22T00:40:57.018Z Compiling tracing-attributes v0.1.31
14342026-05-22T00:40:57.031Z Compiling thiserror-impl v2.0.18
14352026-05-22T00:40:57.274Z Compiling scrypt v0.11.0
14362026-05-22T00:40:57.449Z Compiling http-body v1.0.1
14372026-05-22T00:40:57.526Z Compiling rand_chacha v0.9.0
14382026-05-22T00:40:57.601Z Compiling cbc v0.1.2
14392026-05-22T00:40:57.705Z Compiling aes v0.8.4
14402026-05-22T00:40:57.828Z Compiling untrusted v0.7.1
14412026-05-22T00:40:57.952Z Compiling httparse v1.10.1
14422026-05-22T00:40:58.024Z Compiling openssl-probe v0.2.1
14432026-05-22T00:40:58.196Z Compiling untrusted v0.9.0
14442026-05-22T00:40:58.216Z Compiling tinyvec_macros v0.1.1
14452026-05-22T00:40:58.309Z Compiling tracing v0.1.44
14462026-05-22T00:40:58.323Z Compiling tinyvec v1.10.0
14472026-05-22T00:40:58.336Z Compiling thiserror v2.0.18
14482026-05-22T00:40:58.339Z Compiling pkcs5 v0.7.1
14492026-05-22T00:40:58.439Z Compiling pest_generator v2.8.6
14502026-05-22T00:40:58.565Z Compiling rand v0.9.2
14512026-05-22T00:40:58.650Z Compiling serde_derive_internals v0.29.1
14522026-05-22T00:40:58.752Z Compiling aho-corasick v1.1.4
14532026-05-22T00:40:58.828Z Compiling try-lock v0.2.5
14542026-05-22T00:40:58.938Z Compiling tower-service v0.3.3
14552026-05-22T00:40:59.035Z Compiling dyn-clone v1.0.20
14562026-05-22T00:40:59.118Z Compiling tower-layer v0.3.3
14572026-05-22T00:40:59.170Z Compiling atomic-waker v1.1.2
14582026-05-22T00:40:59.278Z Compiling schemars v0.8.22
14592026-05-22T00:40:59.293Z Compiling rustls v0.23.37
14602026-05-22T00:40:59.356Z Compiling pest_derive v2.8.6
14612026-05-22T00:40:59.459Z Compiling tokio-util v0.7.18
14622026-05-22T00:40:59.489Z Compiling want v0.3.1
14632026-05-22T00:40:59.528Z Compiling schemars_derive v0.8.22
14642026-05-22T00:40:59.651Z Compiling regex-automata v0.4.14
14652026-05-22T00:40:59.767Z Compiling pkcs8 v0.10.2
14662026-05-22T00:41:00.072Z Compiling ipnet v2.11.0
14672026-05-22T00:41:00.311Z Compiling h2 v0.4.13
14682026-05-22T00:41:00.399Z Compiling scroll_derive v0.13.1
14692026-05-22T00:41:00.460Z Compiling darling_core v0.20.11
14702026-05-22T00:41:00.559Z Compiling pin-utils v0.1.0
14712026-05-22T00:41:00.633Z Compiling openssl v0.10.79
14722026-05-22T00:41:00.742Z Compiling foreign-types-shared v0.1.1
14732026-05-22T00:41:00.830Z Compiling httpdate v1.0.3
14742026-05-22T00:41:00.881Z Compiling foreign-types v0.3.2
14752026-05-22T00:41:01.046Z Compiling tempfile v3.25.0
14762026-05-22T00:41:01.178Z Compiling scroll v0.13.0
14772026-05-22T00:41:01.376Z Compiling unicode-normalization v0.1.25
14782026-05-22T00:41:01.462Z Compiling openssl-macros v0.1.1
14792026-05-22T00:41:01.860Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-05-22T00:41:01.874Z Compiling spin v0.9.8
14812026-05-22T00:41:01.877Z Compiling crc32fast v1.5.0
14822026-05-22T00:41:02.080Z Compiling powerfmt v0.2.0
14832026-05-22T00:41:02.149Z Compiling time-core v0.1.8
14842026-05-22T00:41:02.252Z Compiling native-tls v0.2.18
14852026-05-22T00:41:02.267Z Compiling num-conv v0.2.0
14862026-05-22T00:41:02.298Z Compiling deranged v0.5.8
14872026-05-22T00:41:02.394Z Compiling time-macros v0.2.27
14882026-05-22T00:41:02.762Z Compiling darling_macro v0.20.11
14892026-05-22T00:41:03.215Z Compiling darling v0.20.11
14902026-05-22T00:41:03.253Z Compiling hyper v1.8.1
14912026-05-22T00:41:03.293Z Compiling goblin v0.10.5
14922026-05-22T00:41:03.436Z Compiling rustls-native-certs v0.8.3
14932026-05-22T00:41:03.710Z Compiling sync_wrapper v1.0.2
14942026-05-22T00:41:03.724Z Compiling wait-timeout v0.2.1
14952026-05-22T00:41:03.816Z Compiling syn v1.0.109
14962026-05-22T00:41:03.983Z Compiling usdt-impl v0.6.0
14972026-05-22T00:41:04.112Z Compiling num_threads v0.1.7
14982026-05-22T00:41:04.182Z Compiling siphasher v1.0.2
14992026-05-22T00:41:04.207Z Compiling bit-vec v0.8.0
15002026-05-22T00:41:04.233Z Compiling simd-adler32 v0.3.8
15012026-05-22T00:41:04.365Z Compiling hyper-util v0.1.20
15022026-05-22T00:41:04.432Z Compiling quick-error v1.2.3
15032026-05-22T00:41:04.470Z Compiling crossbeam-utils v0.8.21
15042026-05-22T00:41:04.537Z Compiling rusty-fork v0.3.1
15052026-05-22T00:41:04.801Z Compiling bit-set v0.8.0
15062026-05-22T00:41:04.864Z Compiling time v0.3.47
15072026-05-22T00:41:05.011Z Compiling tower v0.5.3
15082026-05-22T00:41:05.073Z Compiling derive_builder_core v0.20.2
15092026-05-22T00:41:05.477Z Compiling dtrace-parser v0.3.0
15102026-05-22T00:41:05.623Z Compiling http-body-util v0.1.3
15112026-05-22T00:41:05.868Z Compiling webpki-roots v1.0.6
15122026-05-22T00:41:05.936Z Compiling signature v2.2.0
15132026-05-22T00:41:05.995Z Compiling dof v0.4.0
15142026-05-22T00:41:06.055Z Compiling thiserror-impl v1.0.69
15152026-05-22T00:41:06.112Z Compiling scroll_derive v0.12.1
15162026-05-22T00:41:06.208Z Compiling heapless v0.7.17
15172026-05-22T00:41:06.413Z Compiling rand_xorshift v0.4.0
15182026-05-22T00:41:06.484Z Compiling slog v2.8.2
15192026-05-22T00:41:06.605Z Compiling darling_core v0.21.3
15202026-05-22T00:41:06.667Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-05-22T00:41:06.782Z Compiling thread-id v5.1.0
15222026-05-22T00:41:06.866Z Compiling cookie v0.18.1
15232026-05-22T00:41:06.938Z Compiling paste v1.0.15
15242026-05-22T00:41:07.046Z Compiling unicode-properties v0.1.4
15252026-05-22T00:41:07.154Z Compiling ryu v1.0.23
15262026-05-22T00:41:07.206Z Compiling iri-string v0.7.10
15272026-05-22T00:41:07.255Z Compiling unarray v0.1.4
15282026-05-22T00:41:07.331Z Compiling allocator-api2 v0.2.21
15292026-05-22T00:41:07.333Z Compiling adler2 v2.0.1
15302026-05-22T00:41:07.362Z Compiling unicode-bidi v0.3.18
15312026-05-22T00:41:07.476Z Compiling anyhow v1.0.102
15322026-05-22T00:41:07.515Z Compiling signal-hook v0.3.18
15332026-05-22T00:41:07.655Z Compiling zstd-safe v7.2.4
15342026-05-22T00:41:07.700Z Compiling stringprep v0.1.5
15352026-05-22T00:41:07.848Z Compiling miniz_oxide v0.8.9
15362026-05-22T00:41:07.898Z Compiling proptest v1.10.0
15372026-05-22T00:41:07.984Z Compiling thiserror v1.0.69
15382026-05-22T00:41:08.087Z Compiling serde_urlencoded v0.7.1
15392026-05-22T00:41:08.330Z Compiling tower-http v0.6.8
15402026-05-22T00:41:08.683Z Compiling scroll v0.12.0
15412026-05-22T00:41:08.786Z Compiling derive_builder_macro v0.20.2
15422026-05-22T00:41:08.942Z Compiling tokio-native-tls v0.3.1
15432026-05-22T00:41:08.997Z Compiling bstr v1.12.1
15442026-05-22T00:41:09.098Z Compiling darling_macro v0.21.3
15452026-05-22T00:41:09.113Z Compiling ipnetwork v0.21.1
15462026-05-22T00:41:09.243Z Compiling rand_chacha v0.3.1
15472026-05-22T00:41:09.456Z Compiling toml_datetime v0.6.11
15482026-05-22T00:41:09.496Z Compiling serde_spanned v0.6.9
15492026-05-22T00:41:09.566Z Compiling serde_tokenstream v0.2.3
15502026-05-22T00:41:09.629Z Compiling erased-serde v0.3.31
15512026-05-22T00:41:09.643Z Compiling md-5 v0.10.6
15522026-05-22T00:41:09.710Z Compiling pin-project-internal v1.1.11
15532026-05-22T00:41:09.805Z Compiling zerocopy-derive v0.7.35
15542026-05-22T00:41:09.872Z Compiling async-trait v0.1.89
15552026-05-22T00:41:10.043Z Compiling curve25519-dalek v4.1.3
15562026-05-22T00:41:10.106Z Compiling vergen-lib v0.1.6
15572026-05-22T00:41:10.284Z Compiling num-integer v0.1.46
15582026-05-22T00:41:10.370Z Compiling hash32 v0.2.1
15592026-05-22T00:41:10.564Z Compiling ff v0.13.1
15602026-05-22T00:41:10.598Z Compiling memoffset v0.9.1
15612026-05-22T00:41:10.646Z Compiling encoding_rs v0.8.35
15622026-05-22T00:41:10.696Z Compiling fallible-iterator v0.2.0
15632026-05-22T00:41:10.787Z Compiling zlib-rs v0.6.2
15642026-05-22T00:41:10.801Z Compiling rustix v0.38.44
15652026-05-22T00:41:10.879Z Compiling cfg_aliases v0.2.1
15662026-05-22T00:41:10.953Z Compiling psl-types v2.0.11
15672026-05-22T00:41:11.006Z Compiling mime v0.3.17
15682026-05-22T00:41:11.078Z Compiling litrs v1.0.0
15692026-05-22T00:41:11.142Z Compiling base16ct v0.2.0
15702026-05-22T00:41:11.262Z Compiling ref-cast v1.0.25
15712026-05-22T00:41:11.319Z Compiling smoltcp v0.9.1
15722026-05-22T00:41:11.612Z Compiling num-bigint-dig v0.8.6
15732026-05-22T00:41:11.637Z Compiling document-features v0.2.12
15742026-05-22T00:41:11.770Z Compiling sec1 v0.7.3
15752026-05-22T00:41:11.909Z Compiling publicsuffix v2.3.0
15762026-05-22T00:41:12.051Z Compiling postgres-protocol v0.6.10
15772026-05-22T00:41:12.082Z Compiling nix v0.31.2
15782026-05-22T00:41:12.213Z Compiling pin-project v1.1.11
15792026-05-22T00:41:12.315Z Compiling group v0.13.0
15802026-05-22T00:41:12.329Z Compiling zerocopy v0.7.35
15812026-05-22T00:41:12.496Z Compiling num-iter v0.1.45
15822026-05-22T00:41:12.634Z Compiling newtype-uuid v1.3.2
15832026-05-22T00:41:12.790Z Compiling hubpack_derive v0.1.1
15842026-05-22T00:41:12.864Z Compiling darling v0.21.3
15852026-05-22T00:41:12.897Z Compiling rand v0.8.6
15862026-05-22T00:41:12.947Z Compiling oxnet v0.1.5
15872026-05-22T00:41:12.962Z Compiling derive_builder v0.20.2
15882026-05-22T00:41:13.054Z Compiling hyper-tls v0.6.0
15892026-05-22T00:41:13.182Z Compiling goblin v0.8.2
15902026-05-22T00:41:13.734Z Compiling flate2 v1.1.9
15912026-05-22T00:41:13.828Z Compiling phf_shared v0.13.1
15922026-05-22T00:41:13.842Z Compiling lazy_static v1.5.0
15932026-05-22T00:41:13.934Z Compiling regex v1.12.3
15942026-05-22T00:41:13.977Z Compiling anstyle-parse v0.2.7
15952026-05-22T00:41:14.067Z Compiling futures-executor v0.3.32
15962026-05-22T00:41:14.081Z Compiling hex v0.4.3
15972026-05-22T00:41:14.135Z Compiling cargo-platform v0.1.9
15982026-05-22T00:41:14.160Z Compiling hkdf v0.12.4
15992026-05-22T00:41:14.321Z Compiling crypto-bigint v0.5.5
16002026-05-22T00:41:14.324Z Compiling terminal_size v0.4.3
16012026-05-22T00:41:14.350Z Compiling daft-derive v0.1.7
16022026-05-22T00:41:14.368Z Compiling snafu-derive v0.8.9
16032026-05-22T00:41:14.381Z Compiling curve25519-dalek-derive v0.1.1
16042026-05-22T00:41:14.467Z Compiling ref-cast-impl v1.0.25
16052026-05-22T00:41:14.995Z Compiling strum_macros v0.27.2
16062026-05-22T00:41:15.009Z Compiling vergen v9.0.6
16072026-05-22T00:41:15.053Z Compiling fs-err v3.3.0
16082026-05-22T00:41:15.181Z Compiling ahash v0.8.12
16092026-05-22T00:41:15.236Z Compiling same-file v1.0.6
16102026-05-22T00:41:15.385Z Compiling foldhash v0.1.5
16112026-05-22T00:41:15.400Z Compiling libbz2-rs-sys v0.2.2
16122026-05-22T00:41:15.554Z Compiling unicode-segmentation v1.12.0
16132026-05-22T00:41:15.963Z Compiling winnow v0.5.40
16142026-05-22T00:41:16.081Z Compiling bumpalo v3.20.2
16152026-05-22T00:41:16.227Z Compiling foldhash v0.2.0
16162026-05-22T00:41:16.332Z Compiling managed v0.8.0
16172026-05-22T00:41:16.447Z Compiling object v0.37.3
16182026-05-22T00:41:16.500Z Compiling bitflags v1.3.2
16192026-05-22T00:41:16.591Z Compiling hashbrown v0.16.1
16202026-05-22T00:41:16.664Z Compiling zopfli v0.8.3
16212026-05-22T00:41:16.804Z Compiling snafu v0.8.9
16222026-05-22T00:41:16.987Z Compiling strum v0.27.2
16232026-05-22T00:41:17.122Z Compiling clap_builder v4.6.0
16242026-05-22T00:41:17.163Z Compiling bzip2 v0.6.1
16252026-05-22T00:41:17.185Z Compiling hashbrown v0.15.5
16262026-05-22T00:41:17.327Z Compiling toml_edit v0.19.15
16272026-05-22T00:41:17.366Z Compiling dof v0.3.0
16282026-05-22T00:41:17.399Z Compiling walkdir v2.5.0
16292026-05-22T00:41:17.414Z Compiling elliptic-curve v0.13.8
16302026-05-22T00:41:17.757Z Compiling daft v0.1.7
16312026-05-22T00:41:17.927Z Compiling cargo_metadata v0.19.2
16322026-05-22T00:41:18.031Z Compiling futures v0.3.32
16332026-05-22T00:41:18.084Z Compiling anstream v0.6.21
16342026-05-22T00:41:18.114Z Compiling phf v0.13.1
16352026-05-22T00:41:18.273Z Compiling signal-hook-mio v0.2.5
16362026-05-22T00:41:18.752Z Compiling cookie_store v0.22.1
16372026-05-22T00:41:18.852Z Compiling zstd v0.13.3
16382026-05-22T00:41:19.117Z Compiling hubpack v0.1.2
16392026-05-22T00:41:19.241Z Compiling bzip2 v0.4.4
16402026-05-22T00:41:19.333Z Compiling serde_with_macros v3.17.0
16412026-05-22T00:41:19.413Z Compiling postgres-types v0.2.12
16422026-05-22T00:41:19.923Z Compiling usdt-attr-macro v0.6.0
16432026-05-22T00:41:19.957Z Compiling usdt-macro v0.6.0
16442026-05-22T00:41:20.099Z Compiling globset v0.4.18
16452026-05-22T00:41:20.442Z Compiling dtrace-parser v0.2.0
16462026-05-22T00:41:20.640Z Compiling ed25519 v2.2.3
16472026-05-22T00:41:20.684Z Compiling phf_shared v0.11.3
16482026-05-22T00:41:20.699Z Compiling olpc-cjson v0.1.4
16492026-05-22T00:41:20.757Z Compiling pkcs1 v0.7.5
16502026-05-22T00:41:20.771Z Compiling serde_plain v1.0.2
16512026-05-22T00:41:20.849Z Compiling serde-big-array v0.5.1
16522026-05-22T00:41:20.863Z Compiling rfc6979 v0.4.0
16532026-05-22T00:41:20.958Z Compiling pem v3.0.6
16542026-05-22T00:41:20.984Z Compiling strum_macros v0.26.4
16552026-05-22T00:41:20.999Z Compiling enum-as-inner v0.6.1
16562026-05-22T00:41:21.159Z Compiling clap_derive v4.6.1
16572026-05-22T00:41:21.189Z Compiling serde_repr v0.1.20
16582026-05-22T00:41:21.289Z Compiling async-recursion v1.1.1
16592026-05-22T00:41:21.507Z Compiling float-cmp v0.10.0
16602026-05-22T00:41:21.568Z Compiling memmap2 v0.9.10
16612026-05-22T00:41:21.657Z Compiling thread-id v4.2.2
16622026-05-22T00:41:21.744Z Compiling env_filter v1.0.0
16632026-05-22T00:41:21.758Z Compiling static_assertions v1.1.0
16642026-05-22T00:41:21.780Z Compiling data-encoding v2.10.0
16652026-05-22T00:41:21.832Z Compiling jiff v0.2.21
16662026-05-22T00:41:21.975Z Compiling fixedbitset v0.4.2
16672026-05-22T00:41:22.049Z Compiling fixedbitset v0.5.7
16682026-05-22T00:41:22.194Z Compiling precomputed-hash v0.1.1
16692026-05-22T00:41:22.285Z Compiling predicates-core v1.0.10
16702026-05-22T00:41:22.353Z Compiling typed-path v0.9.3
16712026-05-22T00:41:22.465Z Compiling normalize-line-endings v0.3.0
16722026-05-22T00:41:22.479Z Compiling keccak v0.1.6
16732026-05-22T00:41:22.561Z Compiling difflib v0.4.0
16742026-05-22T00:41:22.743Z Compiling whoami v2.1.0
16752026-05-22T00:41:22.964Z Compiling either v1.15.0
16762026-05-22T00:41:23.109Z Compiling new_debug_unreachable v1.0.6
16772026-05-22T00:41:23.112Z Compiling clap v4.6.1
16782026-05-22T00:41:23.171Z Compiling itertools v0.13.0
16792026-05-22T00:41:23.185Z Compiling string_cache v0.8.9
16802026-05-22T00:41:23.205Z Compiling tokio-postgres v0.7.16
16812026-05-22T00:41:23.274Z Compiling predicates v3.1.4
16822026-05-22T00:41:23.410Z Compiling strum v0.26.3
16832026-05-22T00:41:23.544Z Compiling sha3 v0.10.8
16842026-05-22T00:41:23.560Z Compiling petgraph v0.8.3
16852026-05-22T00:41:23.918Z Compiling petgraph v0.6.5
16862026-05-22T00:41:23.976Z Compiling hickory-proto v0.25.2
16872026-05-22T00:41:23.999Z Compiling env_logger v0.11.9
16882026-05-22T00:41:24.346Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16892026-05-22T00:41:24.397Z Compiling zip v4.6.1
16902026-05-22T00:41:25.352Z Compiling toml_edit v0.22.27
16912026-05-22T00:41:25.388Z Compiling usdt-impl v0.5.0
16922026-05-22T00:41:25.405Z Compiling usdt v0.6.0
16932026-05-22T00:41:25.494Z Compiling rsa v0.9.10
16942026-05-22T00:41:25.657Z Compiling ecdsa v0.16.9
16952026-05-22T00:41:25.962Z Compiling ed25519-dalek v2.2.0
16962026-05-22T00:41:26.016Z Compiling serde_with v3.17.0
16972026-05-22T00:41:26.043Z Compiling crossterm v0.28.1
16982026-05-22T00:41:27.173Z Compiling zip v0.6.6
16992026-05-22T00:41:27.742Z Compiling toml v0.7.8
17002026-05-22T00:41:27.761Z Compiling iddqd v0.4.1
17012026-05-22T00:41:28.190Z Compiling similar v2.7.0
17022026-05-22T00:41:28.305Z Compiling heck v0.4.1
17032026-05-22T00:41:28.344Z Compiling toml_parser v1.0.9+spec-1.1.0
17042026-05-22T00:41:28.544Z Compiling crossbeam-epoch v0.9.18
17052026-05-22T00:41:28.708Z Compiling tokio-stream v0.1.18
17062026-05-22T00:41:28.831Z Compiling buf-list v1.1.2
17072026-05-22T00:41:28.868Z Compiling x509-cert v0.2.5
17082026-05-22T00:41:28.962Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17092026-05-22T00:41:28.977Z Compiling openapiv3 v2.2.0
17102026-05-22T00:41:29.049Z Compiling sha1 v0.10.6
17112026-05-22T00:41:29.107Z Compiling toml_datetime v0.7.5+spec-1.1.0
17122026-05-22T00:41:29.162Z Compiling lalrpop-util v0.19.12
17132026-05-22T00:41:29.257Z Compiling peg-runtime v0.8.5
17142026-05-22T00:41:29.271Z Compiling thread_local v1.1.9
17152026-05-22T00:41:29.349Z Compiling slog-async v2.8.0
17162026-05-22T00:41:29.391Z Compiling crossbeam-channel v0.5.15
17172026-05-22T00:41:29.518Z Compiling is-terminal v0.4.17
17182026-05-22T00:41:29.533Z Compiling filetime v0.2.27
17192026-05-22T00:41:29.623Z Compiling take_mut v0.2.2
17202026-05-22T00:41:29.658Z Compiling xattr v1.6.1
17212026-05-22T00:41:29.700Z Compiling term v1.2.1
17222026-05-22T00:41:29.825Z Compiling tar v0.4.45
17232026-05-22T00:41:30.183Z Compiling slog-term v2.9.2
17242026-05-22T00:41:40.014Z Compiling rustls-webpki v0.103.9
17252026-05-22T00:41:42.791Z Compiling tokio-rustls v0.26.4
17262026-05-22T00:41:42.791Z Compiling rustls-platform-verifier v0.6.2
17272026-05-22T00:41:43.016Z Compiling hyper-rustls v0.27.7
17282026-05-22T00:41:43.243Z Compiling reqwest v0.12.28
17292026-05-22T00:41:43.343Z Compiling reqwest v0.13.2
17302026-05-22T00:41:44.444Z Compiling tough v0.22.0
17312026-05-22T00:41:47.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-05-22T00:41:47.205Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-05-22T00:41:50.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-05-22T00:41:50.216Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-05-22T00:41:50.273ZMay 22 00:41:49.320 INFO Starting download, target: Console
17362026-05-22T00:41:50.273ZMay 22 00:41:49.320 INFO Starting download, target: Cockroach
17372026-05-22T00:41:50.273ZMay 22 00:41:49.320 INFO Starting download, target: DendriteStub
17382026-05-22T00:41:50.273ZMay 22 00:41:49.320 INFO Starting download, target: MaghemiteMgd
17392026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Starting download, target: Clickhouse
17402026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Starting download, target: MaghemiteDdmd
17412026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Starting download, target: TransceiverControl
17422026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-05-22T00:41:50.278ZMay 22 00:41:49.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-05-22T00:41:50.279ZMay 22 00:41:49.320 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-05-22T00:41:50.279ZMay 22 00:41:49.320 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-05-22T00:41:50.279ZMay 22 00:41:49.320 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-05-22T00:41:50.279ZMay 22 00:41:49.320 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-05-22T00:41:50.831ZMay 22 00:41:49.876 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-05-22T00:41:51.046ZMay 22 00:41:50.087 INFO Download complete, target: TransceiverControl
17512026-05-22T00:41:51.284ZMay 22 00:41:50.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-05-22T00:41:51.513ZMay 22 00:41:50.547 INFO Download complete, target: Console
17532026-05-22T00:41:52.395ZMay 22 00:41:51.437 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-05-22T00:41:52.504ZMay 22 00:41:51.549 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-05-22T00:41:52.571ZMay 22 00:41:51.616 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-05-22T00:41:52.640ZMay 22 00:41:51.687 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-05-22T00:41:53.009ZMay 22 00:41:52.056 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-05-22T00:41:53.009ZMay 22 00:41:52.056 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-05-22T00:41:54.438ZMay 22 00:41:53.474 INFO Download complete, target: MaghemiteDdmd
17602026-05-22T00:41:55.039ZMay 22 00:41:54.078 INFO Download complete, target: DendriteStub
17612026-05-22T00:41:55.054ZMay 22 00:41:54.101 INFO Download complete, target: MaghemiteMgd
17622026-05-22T00:41:57.793ZMay 22 00:41:56.841 INFO Checking that binary works, target: Cockroach
17632026-05-22T00:41:58.088ZMay 22 00:41:57.135 INFO Download complete, target: Cockroach
17642026-05-22T00:41:59.508ZMay 22 00:41:58.555 INFO Checking that binary works, target: Clickhouse
17652026-05-22T00:41:59.655ZMay 22 00:41:58.702 INFO Download complete, target: Clickhouse
17662026-05-22T00:41:59.679ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-05-22T00:41:59.684Z
17682026-05-22T00:41:59.684Zreal 2:19.598453039
17692026-05-22T00:41:59.684Zuser 6:57.185509208
17702026-05-22T00:41:59.684Zsys 1:23.143389535
17712026-05-22T00:41:59.684Ztrap 0.216925836
17722026-05-22T00:41:59.684Ztflt 1.005768171
17732026-05-22T00:41:59.684Zdflt 1.133857074
17742026-05-22T00:41:59.684Zkflt 0.049551289
17752026-05-22T00:41:59.684Zlock 21:48.778222281
17762026-05-22T00:41:59.684Zslp 21:22.505840814
17772026-05-22T00:41:59.684Zlat 43.330221164
17782026-05-22T00:41:59.684Zstop 1:58.351832303
17792026-05-22T00:41:59.684Z+ banner hack-check
17802026-05-22T00:41:59.684Z
17812026-05-22T00:41:59.684Z # # ## #### # # #### # # ###### #### # #
17822026-05-22T00:41:59.684Z # # # # # # # # # # # # # # # # #
17832026-05-22T00:41:59.684Z ###### # # # #### ##### # ###### ##### # ####
17842026-05-22T00:41:59.684Z # # ###### # # # # # # # # # #
17852026-05-22T00:41:59.684Z # # # # # # # # # # # # # # # # #
17862026-05-22T00:41:59.684Z # # # # #### # # #### # # ###### #### # #
17872026-05-22T00:41:59.684Z
17882026-05-22T00:41:59.684Z+ export CARGO_INCREMENTAL=0
17892026-05-22T00:41:59.684Z+ CARGO_INCREMENTAL=0
17902026-05-22T00:41:59.684Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-05-22T00:42:00.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-05-22T00:42:00.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-05-22T00:42:02.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17942026-05-22T00:42:02.381Z Running `target/debug/xtask check-features --ci`
17952026-05-22T00:42:02.410Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-05-22T00:42:02.410Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-05-22T00:42:02.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17982026-05-22T00:42:02.941Z Running `target/debug/xtask download cargo-hack`
17992026-05-22T00:42:03.746Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-05-22T00:42:04.072Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-05-22T00:42:06.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
18022026-05-22T00:42:06.731Z Running `target/debug/xtask-downloader cargo-hack`
18032026-05-22T00:42:06.773ZMay 22 00:42:05.820 INFO Starting download, target: CargoHack
18042026-05-22T00:42:06.778ZMay 22 00:42:05.820 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-05-22T00:42:07.199ZMay 22 00:42:06.247 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-05-22T00:42:07.249ZMay 22 00:42:06.296 INFO Download complete, target: CargoHack
18072026-05-22T00:42:07.252Zrunning: "/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"
18082026-05-22T00:42:07.265Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-05-22T00:42:07.419Zinfo: running `cargo check --bins` on api_identity (1/276)
18102026-05-22T00:42:07.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-22T00:42:07.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-22T00:42:07.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-22T00:42:07.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18142026-05-22T00:42:08.033Z
18152026-05-22T00:42:08.033Zinfo: running `cargo check --bins` on bootstore (2/276)
18162026-05-22T00:42:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-22T00:42:08.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-22T00:42:08.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-22T00:42:08.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18202026-05-22T00:42:08.642Z
18212026-05-22T00:42:08.642Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18222026-05-22T00:42:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-22T00:42:09.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-22T00:42:09.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-22T00:42:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18262026-05-22T00:42:09.249Z
18272026-05-22T00:42:09.249Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18282026-05-22T00:42:09.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-22T00:42:10.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-22T00:42:10.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-22T00:42:10.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18322026-05-22T00:42:10.763Z
18332026-05-22T00:42:10.763Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18342026-05-22T00:42:10.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-22T00:42:10.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-22T00:42:10.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-22T00:42:10.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18382026-05-22T00:42:10.763Z
18392026-05-22T00:42:10.763Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18402026-05-22T00:42:10.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-22T00:42:11.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-22T00:42:11.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-22T00:42:11.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18442026-05-22T00:42:11.062Z
18452026-05-22T00:42:11.062Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18462026-05-22T00:42:11.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-22T00:42:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-22T00:42:11.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-22T00:42:11.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18502026-05-22T00:42:11.674Z
18512026-05-22T00:42:11.674Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18522026-05-22T00:42:12.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-22T00:42:12.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-22T00:42:12.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-22T00:42:12.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18562026-05-22T00:42:12.288Z
18572026-05-22T00:42:12.288Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18582026-05-22T00:42:12.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-22T00:42:12.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-22T00:42:12.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-22T00:42:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18622026-05-22T00:42:12.777Z
18632026-05-22T00:42:12.777Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18642026-05-22T00:42:13.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-22T00:42:13.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-22T00:42:13.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-22T00:42:13.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-05-22T00:42:13.263Z
18692026-05-22T00:42:13.263Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18702026-05-22T00:42:13.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-22T00:42:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-22T00:42:13.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-22T00:42:13.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-05-22T00:42:13.745Z
18752026-05-22T00:42:13.745Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18762026-05-22T00:42:14.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-22T00:42:14.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-22T00:42:14.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-22T00:42:14.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18802026-05-22T00:42:14.234Z
18812026-05-22T00:42:14.234Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18822026-05-22T00:42:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-22T00:42:14.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-22T00:42:14.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-22T00:42:14.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18862026-05-22T00:42:14.771Z
18872026-05-22T00:42:14.771Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18882026-05-22T00:42:15.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-22T00:42:15.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-22T00:42:15.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-22T00:42:15.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18922026-05-22T00:42:15.212Z
18932026-05-22T00:42:15.212Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18942026-05-22T00:42:15.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-22T00:42:15.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-22T00:42:15.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-22T00:42:15.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18982026-05-22T00:42:15.695Z
18992026-05-22T00:42:15.695Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19002026-05-22T00:42:16.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-22T00:42:16.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-22T00:42:16.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-22T00:42:16.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19042026-05-22T00:42:16.177Z
19052026-05-22T00:42:16.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19062026-05-22T00:42:16.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-22T00:42:16.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-22T00:42:16.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-22T00:42:16.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19102026-05-22T00:42:16.658Z
19112026-05-22T00:42:16.659Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19122026-05-22T00:42:17.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-22T00:42:17.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-22T00:42:17.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-22T00:42:17.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19162026-05-22T00:42:17.146Z
19172026-05-22T00:42:17.146Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19182026-05-22T00:42:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-22T00:42:17.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-22T00:42:17.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-22T00:42:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19222026-05-22T00:42:17.638Z
19232026-05-22T00:42:17.638Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19242026-05-22T00:42:18.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-22T00:42:18.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-22T00:42:18.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-22T00:42:18.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19282026-05-22T00:42:18.129Z
19292026-05-22T00:42:18.129Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19302026-05-22T00:42:18.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-22T00:42:18.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-22T00:42:18.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-22T00:42:18.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19342026-05-22T00:42:18.617Z
19352026-05-22T00:42:18.617Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19362026-05-22T00:42:19.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-22T00:42:19.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-22T00:42:19.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-22T00:42:19.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19402026-05-22T00:42:19.105Z
19412026-05-22T00:42:19.105Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19422026-05-22T00:42:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-22T00:42:19.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-22T00:42:19.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-22T00:42:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19462026-05-22T00:42:19.591Z
19472026-05-22T00:42:19.591Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19482026-05-22T00:42:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-22T00:42:20.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-22T00:42:20.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-22T00:42:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19522026-05-22T00:42:20.087Z
19532026-05-22T00:42:20.087Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19542026-05-22T00:42:20.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-22T00:42:20.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-22T00:42:20.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-22T00:42:20.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19582026-05-22T00:42:20.573Z
19592026-05-22T00:42:20.573Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19602026-05-22T00:42:20.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-22T00:42:20.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-22T00:42:20.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-22T00:42:21.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19642026-05-22T00:42:21.056Z
19652026-05-22T00:42:21.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19662026-05-22T00:42:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-22T00:42:21.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-22T00:42:21.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-22T00:42:21.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19702026-05-22T00:42:21.540Z
19712026-05-22T00:42:21.540Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19722026-05-22T00:42:21.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-22T00:42:21.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-22T00:42:21.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-22T00:42:21.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19762026-05-22T00:42:22.025Z
19772026-05-22T00:42:22.025Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19782026-05-22T00:42:22.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-22T00:42:22.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-22T00:42:22.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-22T00:42:22.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19822026-05-22T00:42:22.511Z
19832026-05-22T00:42:22.511Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19842026-05-22T00:42:22.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-22T00:42:22.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-22T00:42:22.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-22T00:42:22.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19882026-05-22T00:42:23.005Z
19892026-05-22T00:42:23.005Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19902026-05-22T00:42:23.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-22T00:42:23.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-22T00:42:23.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-22T00:42:23.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19942026-05-22T00:42:23.481Z
19952026-05-22T00:42:23.481Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19962026-05-22T00:42:23.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-22T00:42:23.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-22T00:42:23.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-22T00:42:23.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20002026-05-22T00:42:23.967Z
20012026-05-22T00:42:23.967Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20022026-05-22T00:42:24.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-22T00:42:24.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-22T00:42:24.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-22T00:42:24.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20062026-05-22T00:42:24.454Z
20072026-05-22T00:42:24.454Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20082026-05-22T00:42:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-22T00:42:24.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-22T00:42:24.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-22T00:42:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20122026-05-22T00:42:24.941Z
20132026-05-22T00:42:24.941Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20142026-05-22T00:42:25.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-22T00:42:25.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-22T00:42:25.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-22T00:42:25.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20182026-05-22T00:42:25.426Z
20192026-05-22T00:42:25.426Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20202026-05-22T00:42:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-22T00:42:25.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-22T00:42:25.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-22T00:42:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20242026-05-22T00:42:25.911Z
20252026-05-22T00:42:25.911Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20262026-05-22T00:42:26.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-22T00:42:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-22T00:42:26.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-22T00:42:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20302026-05-22T00:42:26.403Z
20312026-05-22T00:42:26.403Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20322026-05-22T00:42:26.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-22T00:42:26.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-22T00:42:26.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-22T00:42:26.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20362026-05-22T00:42:26.896Z
20372026-05-22T00:42:26.896Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20382026-05-22T00:42:27.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-22T00:42:27.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-22T00:42:27.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-22T00:42:27.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20422026-05-22T00:42:27.382Z
20432026-05-22T00:42:27.382Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20442026-05-22T00:42:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-22T00:42:27.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-22T00:42:27.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-22T00:42:27.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20482026-05-22T00:42:27.867Z
20492026-05-22T00:42:27.867Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20502026-05-22T00:42:28.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-22T00:42:28.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-22T00:42:28.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-22T00:42:28.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20542026-05-22T00:42:28.353Z
20552026-05-22T00:42:28.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20562026-05-22T00:42:28.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-22T00:42:28.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-22T00:42:28.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-22T00:42:28.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20602026-05-22T00:42:28.840Z
20612026-05-22T00:42:28.840Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20622026-05-22T00:42:29.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-22T00:42:29.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-22T00:42:29.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-22T00:42:29.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20662026-05-22T00:42:29.332Z
20672026-05-22T00:42:29.332Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20682026-05-22T00:42:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-22T00:42:29.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-22T00:42:29.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-22T00:42:29.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20722026-05-22T00:42:29.825Z
20732026-05-22T00:42:29.825Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20742026-05-22T00:42:30.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-22T00:42:30.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-22T00:42:30.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-22T00:42:30.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20782026-05-22T00:42:30.310Z
20792026-05-22T00:42:30.310Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20802026-05-22T00:42:30.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-22T00:42:30.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-22T00:42:30.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-22T00:42:30.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20842026-05-22T00:42:30.796Z
20852026-05-22T00:42:30.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20862026-05-22T00:42:31.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-22T00:42:31.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-22T00:42:31.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-22T00:42:31.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20902026-05-22T00:42:31.288Z
20912026-05-22T00:42:31.288Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20922026-05-22T00:42:31.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-22T00:42:31.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-22T00:42:31.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-22T00:42:31.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20962026-05-22T00:42:31.778Z
20972026-05-22T00:42:31.778Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20982026-05-22T00:42:32.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-22T00:42:32.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-22T00:42:32.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-22T00:42:32.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21022026-05-22T00:42:32.432Z
21032026-05-22T00:42:32.432Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21042026-05-22T00:42:32.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-22T00:42:32.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-22T00:42:32.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-22T00:42:33.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21082026-05-22T00:42:33.088Z
21092026-05-22T00:42:33.088Zinfo: running `cargo check --bins` on nexus-config (51/276)
21102026-05-22T00:42:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-22T00:42:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-22T00:42:33.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-22T00:42:33.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21142026-05-22T00:42:33.744Z
21152026-05-22T00:42:33.744Zinfo: running `cargo check --bins` on nexus-types (52/276)
21162026-05-22T00:42:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-22T00:42:34.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-22T00:42:34.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-22T00:42:34.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21202026-05-22T00:42:34.406Z
21212026-05-22T00:42:34.406Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21222026-05-22T00:42:34.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-22T00:42:34.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-22T00:42:34.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-22T00:42:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21262026-05-22T00:42:35.026Z
21272026-05-22T00:42:35.026Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21282026-05-22T00:42:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-22T00:42:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-22T00:42:35.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-22T00:42:35.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-22T00:42:35.625Z
21332026-05-22T00:42:35.625Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21342026-05-22T00:42:36.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-22T00:42:36.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-22T00:42:36.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-22T00:42:36.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21382026-05-22T00:42:36.247Z
21392026-05-22T00:42:36.247Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21402026-05-22T00:42:36.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-22T00:42:36.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-22T00:42:36.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-22T00:42:36.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21442026-05-22T00:42:36.868Z
21452026-05-22T00:42:36.869Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21462026-05-22T00:42:37.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-22T00:42:37.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-22T00:42:37.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-22T00:42:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21502026-05-22T00:42:37.488Z
21512026-05-22T00:42:37.488Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21522026-05-22T00:42:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-22T00:42:38.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-22T00:42:38.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-22T00:42:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21562026-05-22T00:42:38.117Z
21572026-05-22T00:42:38.117Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21582026-05-22T00:42:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-22T00:42:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-22T00:42:38.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-22T00:42:38.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21622026-05-22T00:42:38.727Z
21632026-05-22T00:42:38.727Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21642026-05-22T00:42:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-22T00:42:39.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-22T00:42:39.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-22T00:42:39.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21682026-05-22T00:42:39.333Z
21692026-05-22T00:42:39.333Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21702026-05-22T00:42:39.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-22T00:42:39.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-22T00:42:39.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-22T00:42:39.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21742026-05-22T00:42:39.938Z
21752026-05-22T00:42:39.938Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21762026-05-22T00:42:40.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-22T00:42:40.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-22T00:42:40.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-22T00:42:40.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21802026-05-22T00:42:40.544Z
21812026-05-22T00:42:40.544Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21822026-05-22T00:42:41.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-22T00:42:41.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-22T00:42:41.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-22T00:42:41.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21862026-05-22T00:42:41.167Z
21872026-05-22T00:42:41.167Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21882026-05-22T00:42:41.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-22T00:42:41.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-22T00:42:41.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-22T00:42:41.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21922026-05-22T00:42:41.785Z
21932026-05-22T00:42:41.785Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21942026-05-22T00:42:42.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-22T00:42:42.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-22T00:42:42.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-22T00:42:42.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21982026-05-22T00:42:42.389Z
21992026-05-22T00:42:42.389Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22002026-05-22T00:42:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-22T00:42:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-22T00:42:42.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-22T00:42:42.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22042026-05-22T00:42:42.993Z
22052026-05-22T00:42:42.993Zinfo: running `cargo check --bins` on ereport-types (67/276)
22062026-05-22T00:42:43.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-22T00:42:43.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-22T00:42:43.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-22T00:42:43.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22102026-05-22T00:42:43.601Z
22112026-05-22T00:42:43.601Zinfo: running `cargo check --bins` on gateway-client (68/276)
22122026-05-22T00:42:44.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-22T00:42:44.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-22T00:42:44.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-22T00:42:44.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22162026-05-22T00:42:44.212Z
22172026-05-22T00:42:44.212Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22182026-05-22T00:42:44.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-22T00:42:44.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-22T00:42:44.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-22T00:42:44.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22222026-05-22T00:42:44.825Z
22232026-05-22T00:42:44.825Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22242026-05-22T00:42:45.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-22T00:42:45.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-22T00:42:45.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-22T00:42:45.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22282026-05-22T00:42:45.441Z
22292026-05-22T00:42:45.441Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22302026-05-22T00:42:45.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-22T00:42:45.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-22T00:42:45.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-22T00:42:45.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22342026-05-22T00:42:46.047Z
22352026-05-22T00:42:46.047Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22362026-05-22T00:42:46.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-22T00:42:46.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-22T00:42:46.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-22T00:42:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22402026-05-22T00:42:46.660Z
22412026-05-22T00:42:46.660Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22422026-05-22T00:42:47.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-22T00:42:47.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-22T00:42:47.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-22T00:42:47.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22462026-05-22T00:42:47.298Z
22472026-05-22T00:42:47.298Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22482026-05-22T00:42:47.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-22T00:42:47.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-22T00:42:47.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-22T00:42:47.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22522026-05-22T00:42:47.935Z
22532026-05-22T00:42:47.935Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22542026-05-22T00:42:48.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-22T00:42:48.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-22T00:42:48.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-22T00:42:48.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-22T00:42:48.542Z
22592026-05-22T00:42:48.542Zinfo: running `cargo check --bins` on oxlog (76/276)
22602026-05-22T00:42:49.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-22T00:42:49.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-22T00:42:49.174Z Checking cfg-if v1.0.4
22632026-05-22T00:42:49.177Z Checking libc v0.2.185
22642026-05-22T00:42:49.177Z Checking serde_core v1.0.228
22652026-05-22T00:42:49.295Z Checking zeroize v1.8.2
22662026-05-22T00:42:49.304Z Checking memchr v2.8.0
22672026-05-22T00:42:49.313Z Checking log v0.4.29
22682026-05-22T00:42:49.323Z Checking smallvec v1.15.1
22692026-05-22T00:42:49.334Z Checking typenum v1.19.0
22702026-05-22T00:42:49.334Z Checking subtle v2.6.1
22712026-05-22T00:42:49.434Z Checking itoa v1.0.17
22722026-05-22T00:42:49.470Z Checking scopeguard v1.2.0
22732026-05-22T00:42:49.491Z Checking stable_deref_trait v1.2.1
22742026-05-22T00:42:49.493Z Checking const-oid v0.9.6
22752026-05-22T00:42:49.550Z Checking zerofrom v0.1.6
22762026-05-22T00:42:49.566Z Checking lock_api v0.4.14
22772026-05-22T00:42:49.580Z Checking pin-project-lite v0.2.17
22782026-05-22T00:42:49.662Z Checking yoke v0.8.1
22792026-05-22T00:42:49.675Z Checking getrandom v0.2.17
22802026-05-22T00:42:49.675Z Checking errno v0.3.14
22812026-05-22T00:42:49.695Z Checking parking_lot_core v0.9.12
22822026-05-22T00:42:49.758Z Checking portable-atomic v1.13.1
22832026-05-22T00:42:49.792Z Checking signal-hook-registry v1.4.8
22842026-05-22T00:42:49.813Z Checking rand_core v0.6.4
22852026-05-22T00:42:49.827Z Checking zerovec v0.11.5
22862026-05-22T00:42:49.867Z Checking generic-array v0.14.7
22872026-05-22T00:42:49.879Z Checking critical-section v1.2.0
22882026-05-22T00:42:49.948Z Checking futures-core v0.3.32
22892026-05-22T00:42:49.970Z Checking parking_lot v0.12.5
22902026-05-22T00:42:50.011Z Checking mio v1.2.0
22912026-05-22T00:42:50.067Z Checking zerocopy v0.8.40
22922026-05-22T00:42:50.147Z Checking once_cell v1.21.3
22932026-05-22T00:42:50.162Z Checking zmij v1.0.21
22942026-05-22T00:42:50.177Z Checking socket2 v0.6.3
22952026-05-22T00:42:50.278Z Checking tinystr v0.8.2
22962026-05-22T00:42:50.291Z Checking libm v0.2.16
22972026-05-22T00:42:50.304Z Checking crypto-common v0.1.7
22982026-05-22T00:42:50.321Z Checking block-buffer v0.10.4
22992026-05-22T00:42:50.375Z Checking percent-encoding v2.3.2
23002026-05-22T00:42:50.413Z Checking litemap v0.8.1
23012026-05-22T00:42:50.425Z Checking writeable v0.6.2
23022026-05-22T00:42:50.457Z Checking digest v0.10.7
23032026-05-22T00:42:50.460Z Checking equivalent v1.0.2
23042026-05-22T00:42:50.516Z Checking potential_utf v0.1.4
23052026-05-22T00:42:50.546Z Checking zerotrie v0.2.3
23062026-05-22T00:42:50.581Z Checking icu_locale_core v2.1.1
23072026-05-22T00:42:50.593Z Checking futures-sink v0.3.32
23082026-05-22T00:42:50.639Z Checking icu_collections v2.1.1
23092026-05-22T00:42:50.653Z Checking cpufeatures v0.2.17
23102026-05-22T00:42:50.685Z Checking futures-channel v0.3.32
23112026-05-22T00:42:50.721Z Checking slab v0.4.12
23122026-05-22T00:42:50.767Z Checking serde v1.0.228
23132026-05-22T00:42:50.787Z Checking bitflags v2.11.0
23142026-05-22T00:42:50.870Z Checking serde_json v1.0.149
23152026-05-22T00:42:50.873Z Checking futures-io v0.3.32
23162026-05-22T00:42:50.936Z Checking futures-task v0.3.32
23172026-05-22T00:42:50.950Z Checking hmac v0.12.1
23182026-05-22T00:42:50.990Z Checking num-traits v0.2.19
23192026-05-22T00:42:51.003Z Checking icu_properties_data v2.1.2
23202026-05-22T00:42:51.069Z Checking futures-util v0.3.32
23212026-05-22T00:42:51.081Z Checking icu_normalizer_data v2.1.1
23222026-05-22T00:42:51.126Z Checking rand_core v0.10.0
23232026-05-22T00:42:51.138Z Checking icu_provider v2.1.1
23242026-05-22T00:42:51.150Z Checking hashbrown v0.17.0
23252026-05-22T00:42:51.168Z Checking bytes v1.11.1
23262026-05-22T00:42:51.260Z Checking getrandom v0.4.1
23272026-05-22T00:42:51.364Z Checking icu_normalizer v2.1.1
23282026-05-22T00:42:51.400Z Checking icu_properties v2.1.2
23292026-05-22T00:42:51.507Z Checking block-padding v0.3.3
23302026-05-22T00:42:51.526Z Checking utf8_iter v1.0.4
23312026-05-22T00:42:51.602Z Checking tokio v1.52.1
23322026-05-22T00:42:51.605Z Checking indexmap v2.14.0
23332026-05-22T00:42:51.636Z Checking inout v0.1.4
23342026-05-22T00:42:51.649Z Checking sha2 v0.10.9
23352026-05-22T00:42:51.665Z Checking form_urlencoded v1.2.2
23362026-05-22T00:42:51.770Z Checking cipher v0.4.4
23372026-05-22T00:42:51.790Z Checking getrandom v0.3.4
23382026-05-22T00:42:51.914Z Checking byteorder v1.5.0
23392026-05-22T00:42:51.931Z Checking base64ct v1.8.3
23402026-05-22T00:42:51.973Z Checking fnv v1.0.7
23412026-05-22T00:42:52.065Z Checking flagset v0.4.7
23422026-05-22T00:42:52.110Z Checking rand_core v0.9.5
23432026-05-22T00:42:52.157Z Checking pem-rfc7468 v0.7.0
23442026-05-22T00:42:52.170Z Checking http v1.4.0
23452026-05-22T00:42:52.188Z Checking regex-syntax v0.8.10
23462026-05-22T00:42:52.219Z Checking idna_adapter v1.2.1
23472026-05-22T00:42:52.284Z Checking salsa20 v0.10.2
23482026-05-22T00:42:52.310Z Checking der v0.7.10
23492026-05-22T00:42:52.362Z Checking idna v1.1.0
23502026-05-22T00:42:52.413Z Checking uuid v1.23.0
23512026-05-22T00:42:52.574Z Checking url v2.5.8
23522026-05-22T00:42:52.714Z Checking pbkdf2 v0.12.2
23532026-05-22T00:42:52.718Z Checking rustix v1.1.3
23542026-05-22T00:42:52.822Z Checking tracing-core v0.1.36
23552026-05-22T00:42:52.825Z Checking ppv-lite86 v0.2.21
23562026-05-22T00:42:52.963Z Checking rustls-pki-types v1.14.0
23572026-05-22T00:42:53.017Z Checking iana-time-zone v0.1.65
23582026-05-22T00:42:53.035Z Checking spki v0.7.3
23592026-05-22T00:42:53.119Z Checking base64 v0.22.1
23602026-05-22T00:42:53.133Z Checking rand_chacha v0.9.0
23612026-05-22T00:42:53.136Z Checking tracing v0.1.44
23622026-05-22T00:42:53.198Z Checking chrono v0.4.44
23632026-05-22T00:42:53.247Z Checking scrypt v0.11.0
23642026-05-22T00:42:53.325Z Checking http-body v1.0.1
23652026-05-22T00:42:53.340Z Checking aes v0.8.4
23662026-05-22T00:42:53.352Z Checking cbc v0.1.2
23672026-05-22T00:42:53.386Z Checking aws-lc-sys v0.40.0
23682026-05-22T00:42:53.453Z Checking openssl-probe v0.2.1
23692026-05-22T00:42:53.476Z Checking untrusted v0.7.1
23702026-05-22T00:42:53.497Z Checking tinyvec_macros v0.1.1
23712026-05-22T00:42:53.551Z Checking untrusted v0.9.0
23722026-05-22T00:42:53.566Z Checking tinyvec v1.10.0
23732026-05-22T00:42:53.580Z Checking rand v0.9.2
23742026-05-22T00:42:53.594Z Checking atomic-waker v1.1.2
23752026-05-22T00:42:53.656Z Checking ring v0.17.14
23762026-05-22T00:42:53.686Z Checking try-lock v0.2.5
23772026-05-22T00:42:53.728Z Checking pkcs5 v0.7.1
23782026-05-22T00:42:53.781Z Checking tower-layer v0.3.3
23792026-05-22T00:42:53.872Z Checking tower-service v0.3.3
23802026-05-22T00:42:53.886Z Checking aws-lc-rs v1.16.3
23812026-05-22T00:42:53.927Z Checking want v0.3.1
23822026-05-22T00:42:53.959Z Checking ipnet v2.11.0
23832026-05-22T00:42:53.978Z Checking pkcs8 v0.10.2
23842026-05-22T00:42:54.043Z Checking httparse v1.10.1
23852026-05-22T00:42:54.055Z Checking aho-corasick v1.1.4
23862026-05-22T00:42:54.068Z Checking fastrand v2.3.0
23872026-05-22T00:42:54.151Z Checking httpdate v1.0.3
23882026-05-22T00:42:54.211Z Checking pin-utils v0.1.0
23892026-05-22T00:42:54.241Z Checking dyn-clone v1.0.20
23902026-05-22T00:42:54.254Z Checking foreign-types-shared v0.1.1
23912026-05-22T00:42:54.279Z Checking plain v0.2.3
23922026-05-22T00:42:54.292Z Checking utf8parse v0.2.2
23932026-05-22T00:42:54.331Z Checking foreign-types v0.3.2
23942026-05-22T00:42:54.343Z Checking tempfile v3.25.0
23952026-05-22T00:42:54.379Z Checking unicode-normalization v0.1.25
23962026-05-22T00:42:54.393Z Checking semver v1.0.28
23972026-05-22T00:42:54.405Z Checking openssl-sys v0.9.115
23982026-05-22T00:42:54.529Z Checking spin v0.9.8
23992026-05-22T00:42:54.599Z Checking unicode-ident v1.0.24
24002026-05-22T00:42:54.646Z Checking anstyle v1.0.14
24012026-05-22T00:42:54.706Z Checking ucd-trie v0.1.7
24022026-05-22T00:42:54.710Z Checking rustls-webpki v0.103.9
24032026-05-22T00:42:54.730Z Checking proc-macro2 v1.0.106
24042026-05-22T00:42:54.733Z Checking regex-automata v0.4.14
24052026-05-22T00:42:54.786Z Checking openssl v0.10.79
24062026-05-22T00:42:54.799Z Checking schemars v0.8.22
24072026-05-22T00:42:54.825Z Checking rustls-native-certs v0.8.3
24082026-05-22T00:42:54.839Z Checking pest v2.8.6
24092026-05-22T00:42:54.842Z Checking tokio-util v0.7.18
24102026-05-22T00:42:54.949Z Checking thiserror v2.0.18
24112026-05-22T00:42:55.039Z Checking sync_wrapper v1.0.2
24122026-05-22T00:42:55.051Z Checking wait-timeout v0.2.1
24132026-05-22T00:42:55.136Z Checking rustls v0.23.37
24142026-05-22T00:42:55.150Z Checking colorchoice v1.0.4
24152026-05-22T00:42:55.168Z Checking simd-adler32 v0.3.8
24162026-05-22T00:42:55.246Z Checking powerfmt v0.2.0
24172026-05-22T00:42:55.348Z Checking siphasher v1.0.2
24182026-05-22T00:42:55.417Z Checking anstyle-query v1.1.5
24192026-05-22T00:42:55.449Z Checking bit-vec v0.8.0
24202026-05-22T00:42:55.477Z Checking h2 v0.4.13
24212026-05-22T00:42:55.503Z Checking quick-error v1.2.3
24222026-05-22T00:42:55.506Z Checking pretty-hex v0.4.1
24232026-05-22T00:42:55.603Z Checking is_terminal_polyfill v1.70.2
24242026-05-22T00:42:55.629Z Checking rusty-fork v0.3.1
24252026-05-22T00:42:55.641Z Checking bit-set v0.8.0
24262026-05-22T00:42:55.687Z Checking deranged v0.5.8
24272026-05-22T00:42:55.782Z Checking tower v0.5.3
24282026-05-22T00:42:55.794Z Checking quote v1.0.45
24292026-05-22T00:42:55.909Z Compiling newtype-uuid v1.3.2
24302026-05-22T00:42:55.958Z Checking http-body-util v0.1.3
24312026-05-22T00:42:56.088Z Checking crossbeam-utils v0.8.21
24322026-05-22T00:42:56.168Z Checking webpki-roots v1.0.6
24332026-05-22T00:42:56.171Z Checking rand_xorshift v0.4.0
24342026-05-22T00:42:56.284Z Checking crc32fast v1.5.0
24352026-05-22T00:42:56.296Z Checking scroll v0.13.0
24362026-05-22T00:42:56.412Z Checking signature v2.2.0
24372026-05-22T00:42:56.427Z Checking unicode-properties v0.1.4
24382026-05-22T00:42:56.520Z Checking allocator-api2 v0.2.21
24392026-05-22T00:42:56.539Z Checking time-core v0.1.8
24402026-05-22T00:42:56.570Z Checking num_threads v0.1.7
24412026-05-22T00:42:56.603Z Checking unarray v0.1.4
24422026-05-22T00:42:56.616Z Checking ryu v1.0.23
24432026-05-22T00:42:56.652Z Checking num-conv v0.2.0
24442026-05-22T00:42:56.675Z Checking unicode-bidi v0.3.18
24452026-05-22T00:42:56.703Z Checking iri-string v0.7.10
24462026-05-22T00:42:56.746Z Checking adler2 v2.0.1
24472026-05-22T00:42:56.763Z Checking time v0.3.47
24482026-05-22T00:42:56.798Z Checking serde_urlencoded v0.7.1
24492026-05-22T00:42:56.820Z Checking native-tls v0.2.18
24502026-05-22T00:42:56.848Z Checking miniz_oxide v0.8.9
24512026-05-22T00:42:56.966Z Checking stringprep v0.1.5
24522026-05-22T00:42:56.994Z Checking proptest v1.10.0
24532026-05-22T00:42:56.999Z Checking tokio-native-tls v0.3.1
24542026-05-22T00:42:57.117Z Checking bstr v1.12.1
24552026-05-22T00:42:57.149Z Checking goblin v0.10.5
24562026-05-22T00:42:57.195Z Checking crossbeam-epoch v0.9.18
24572026-05-22T00:42:57.421Z Compiling daft v0.1.7
24582026-05-22T00:42:57.502Z Checking syn v2.0.117
24592026-05-22T00:42:57.519Z Checking tokio-rustls v0.26.4
24602026-05-22T00:42:57.699Z Checking ipnetwork v0.21.1
24612026-05-22T00:42:57.722Z Checking tower-http v0.6.8
24622026-05-22T00:42:57.747Z Checking anstyle-parse v1.0.0
24632026-05-22T00:42:57.885Z Checking rand_chacha v0.3.1
24642026-05-22T00:42:57.898Z Checking thiserror v1.0.69
24652026-05-22T00:42:57.913Z Checking scroll v0.12.0
24662026-05-22T00:42:57.992Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-05-22T00:42:57.995Z Checking hash32 v0.2.1
24682026-05-22T00:42:58.091Z Checking num-integer v0.1.46
24692026-05-22T00:42:58.105Z Checking toml_datetime v0.6.11
24702026-05-22T00:42:58.132Z Checking serde_spanned v0.6.9
24712026-05-22T00:42:58.159Z Checking md-5 v0.10.6
24722026-05-22T00:42:58.173Z Checking hyper v1.8.1
24732026-05-22T00:42:58.251Z Checking ff v0.13.1
24742026-05-22T00:42:58.276Z Checking encoding_rs v0.8.35
24752026-05-22T00:42:58.293Z Checking fallible-iterator v0.2.0
24762026-05-22T00:42:58.310Z Checking base16ct v0.2.0
24772026-05-22T00:42:58.374Z Checking mime v0.3.17
24782026-05-22T00:42:58.432Z Checking psl-types v2.0.11
24792026-05-22T00:42:58.543Z Checking zlib-rs v0.6.2
24802026-05-22T00:42:58.557Z Checking postgres-protocol v0.6.10
24812026-05-22T00:42:58.570Z Checking publicsuffix v2.3.0
24822026-05-22T00:42:58.727Z Checking sec1 v0.7.3
24832026-05-22T00:42:58.869Z Checking group v0.13.0
24842026-05-22T00:42:58.932Z Checking num-iter v0.1.45
24852026-05-22T00:42:58.946Z Checking heapless v0.7.17
24862026-05-22T00:42:59.013Z Checking goblin v0.8.2
24872026-05-22T00:42:59.041Z Checking zstd-safe v7.2.4
24882026-05-22T00:42:59.064Z Checking hyper-util v0.1.20
24892026-05-22T00:42:59.201Z Checking rand v0.8.6
24902026-05-22T00:42:59.204Z Checking oxnet v0.1.5
24912026-05-22T00:42:59.350Z Checking anstream v1.0.0
24922026-05-22T00:42:59.412Z Checking flate2 v1.1.9
24932026-05-22T00:42:59.450Z Checking cookie v0.18.1
24942026-05-22T00:42:59.463Z Checking dof v0.4.0
24952026-05-22T00:42:59.545Z Compiling iddqd v0.4.1
24962026-05-22T00:42:59.680Z Checking dtrace-parser v0.3.0
24972026-05-22T00:42:59.698Z Checking phf_shared v0.13.1
24982026-05-22T00:42:59.710Z Checking lazy_static v1.5.0
24992026-05-22T00:42:59.767Z Checking anstyle-parse v0.2.7
25002026-05-22T00:42:59.794Z Checking pin-project v1.1.11
25012026-05-22T00:42:59.886Z Checking zerocopy v0.7.35
25022026-05-22T00:42:59.889Z Checking bzip2-sys v0.1.13+1.0.8
25032026-05-22T00:42:59.912Z Checking signal-hook v0.3.18
25042026-05-22T00:42:59.923Z Checking terminal_size v0.4.3
25052026-05-22T00:42:59.980Z Checking futures-executor v0.3.32
25062026-05-22T00:43:00.031Z Checking hex v0.4.3
25072026-05-22T00:43:00.092Z Checking hkdf v0.12.4
25082026-05-22T00:43:00.106Z Checking crypto-bigint v0.5.5
25092026-05-22T00:43:00.125Z Checking thread-id v5.1.0
25102026-05-22T00:43:00.202Z Checking clap_lex v1.0.0
25112026-05-22T00:43:00.222Z Checking same-file v1.0.6
25122026-05-22T00:43:00.253Z Checking strsim v0.11.1
25132026-05-22T00:43:00.310Z Checking hyper-rustls v0.27.7
25142026-05-22T00:43:00.347Z Checking hyper-tls v0.6.0
25152026-05-22T00:43:00.350Z Checking foldhash v0.2.0
25162026-05-22T00:43:00.378Z Checking libbz2-rs-sys v0.2.2
25172026-05-22T00:43:00.426Z Checking winnow v0.7.14
25182026-05-22T00:43:00.508Z Compiling rayon-core v1.13.0
25192026-05-22T00:43:00.522Z Checking winnow v0.5.40
25202026-05-22T00:43:00.525Z Checking managed v0.8.0
25212026-05-22T00:43:00.688Z Checking foldhash v0.1.5
25222026-05-22T00:43:00.723Z Checking either v1.15.0
25232026-05-22T00:43:00.767Z Checking bitflags v1.3.2
25242026-05-22T00:43:00.782Z Checking bumpalo v3.20.2
25252026-05-22T00:43:00.818Z Checking hashbrown v0.15.5
25262026-05-22T00:43:00.843Z Checking smoltcp v0.9.1
25272026-05-22T00:43:00.906Z Checking bzip2 v0.6.1
25282026-05-22T00:43:00.956Z Checking dof v0.3.0
25292026-05-22T00:43:00.975Z Checking zopfli v0.8.3
25302026-05-22T00:43:01.047Z Checking elliptic-curve v0.13.8
25312026-05-22T00:43:01.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25322026-05-22T00:43:01.248Z Checking reqwest v0.12.28
25332026-05-22T00:43:01.262Z Checking hashbrown v0.16.1
25342026-05-22T00:43:01.287Z Checking clap_builder v4.6.0
25352026-05-22T00:43:01.299Z Checking walkdir v2.5.0
25362026-05-22T00:43:01.347Z Checking usdt-impl v0.6.0
25372026-05-22T00:43:01.426Z Checking futures v0.3.32
25382026-05-22T00:43:01.452Z Checking signal-hook-mio v0.2.5
25392026-05-22T00:43:01.503Z Checking bzip2 v0.4.4
25402026-05-22T00:43:01.551Z Checking anstream v0.6.21
25412026-05-22T00:43:01.615Z Checking snafu v0.8.9
25422026-05-22T00:43:01.628Z Checking phf v0.13.1
25432026-05-22T00:43:01.660Z Checking num-bigint-dig v0.8.6
25442026-05-22T00:43:01.682Z Checking toml_edit v0.19.15
25452026-05-22T00:43:01.745Z Checking cookie_store v0.22.1
25462026-05-22T00:43:01.769Z Checking zstd v0.13.3
25472026-05-22T00:43:01.847Z Checking postgres-types v0.2.12
25482026-05-22T00:43:01.950Z Checking dtrace-parser v0.2.0
25492026-05-22T00:43:01.990Z Checking rustls-platform-verifier v0.6.2
25502026-05-22T00:43:02.071Z Checking globset v0.4.18
25512026-05-22T00:43:02.094Z Checking crossbeam-deque v0.8.6
25522026-05-22T00:43:02.123Z Checking regex v1.12.3
25532026-05-22T00:43:02.152Z Checking ed25519 v2.2.3
25542026-05-22T00:43:02.180Z Checking phf_shared v0.11.3
25552026-05-22T00:43:02.267Z Checking olpc-cjson v0.1.4
25562026-05-22T00:43:02.318Z Checking ref-cast v1.0.25
25572026-05-22T00:43:02.321Z Checking curve25519-dalek v4.1.3
25582026-05-22T00:43:02.342Z Checking strum v0.27.2
25592026-05-22T00:43:02.394Z Checking hubpack v0.1.2
25602026-05-22T00:43:02.406Z Checking memoffset v0.9.1
25612026-05-22T00:43:02.417Z Checking rustix v0.38.44
25622026-05-22T00:43:02.446Z Checking pkcs1 v0.7.5
25632026-05-22T00:43:02.464Z Checking pem v3.0.6
25642026-05-22T00:43:02.480Z Checking float-cmp v0.10.0
25652026-05-22T00:43:02.503Z Checking erased-serde v0.3.31
25662026-05-22T00:43:02.557Z Checking serde-big-array v0.5.1
25672026-05-22T00:43:02.602Z Checking serde_plain v1.0.2
25682026-05-22T00:43:02.612Z Checking rfc6979 v0.4.0
25692026-05-22T00:43:02.659Z Checking memmap2 v0.9.10
25702026-05-22T00:43:02.685Z Checking thread-id v4.2.2
25712026-05-22T00:43:02.710Z Checking env_filter v1.0.0
25722026-05-22T00:43:02.722Z Checking toml_write v0.1.2
25732026-05-22T00:43:02.743Z Checking whoami v2.1.0
25742026-05-22T00:43:02.764Z Checking keccak v0.1.6
25752026-05-22T00:43:02.807Z Checking typed-path v0.9.3
25762026-05-22T00:43:02.844Z Checking unicode-segmentation v1.12.0
25772026-05-22T00:43:02.877Z Checking jiff v0.2.21
25782026-05-22T00:43:02.889Z Checking fixedbitset v0.5.7
25792026-05-22T00:43:02.916Z Checking static_assertions v1.1.0
25802026-05-22T00:43:02.928Z Checking fixedbitset v0.4.2
25812026-05-22T00:43:02.985Z Checking difflib v0.4.0
25822026-05-22T00:43:03.074Z Checking data-encoding v2.10.0
25832026-05-22T00:43:03.074Z Checking new_debug_unreachable v1.0.6
25842026-05-22T00:43:03.114Z Checking normalize-line-endings v0.3.0
25852026-05-22T00:43:03.151Z Checking predicates-core v1.0.10
25862026-05-22T00:43:03.163Z Checking precomputed-hash v0.1.1
25872026-05-22T00:43:03.166Z Checking similar v2.7.0
25882026-05-22T00:43:03.199Z Checking ed25519-dalek v2.2.0
25892026-05-22T00:43:03.218Z Checking crossterm v0.28.1
25902026-05-22T00:43:03.243Z Checking string_cache v0.8.9
25912026-05-22T00:43:03.268Z Checking predicates v3.1.4
25922026-05-22T00:43:03.340Z Checking hickory-proto v0.25.2
25932026-05-22T00:43:03.407Z Checking petgraph v0.6.5
25942026-05-22T00:43:03.426Z Checking petgraph v0.8.3
25952026-05-22T00:43:03.553Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25962026-05-22T00:43:03.566Z Checking tokio-postgres v0.7.16
25972026-05-22T00:43:03.585Z Checking tough v0.22.0
25982026-05-22T00:43:03.928Z Checking sha3 v0.10.8
25992026-05-22T00:43:04.137Z Checking toml_edit v0.22.27
26002026-05-22T00:43:04.651Z Checking slog v2.8.2
26012026-05-22T00:43:04.816Z Checking env_logger v0.11.9
26022026-05-22T00:43:04.915Z Checking usdt v0.6.0
26032026-05-22T00:43:04.986Z Checking usdt-impl v0.5.0
26042026-05-22T00:43:05.009Z Checking ecdsa v0.16.9
26052026-05-22T00:43:05.077Z Checking zip v4.6.1
26062026-05-22T00:43:05.090Z Checking toml v0.7.8
26072026-05-22T00:43:05.209Z Checking rsa v0.9.10
26082026-05-22T00:43:05.259Z Checking clap v4.6.1
26092026-05-22T00:43:05.346Z Checking nix v0.31.2
26102026-05-22T00:43:05.585Z Checking reqwest v0.13.2
26112026-05-22T00:43:05.677Z Checking zip v0.6.6
26122026-05-22T00:43:05.689Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-22T00:43:05.753Z Checking itertools v0.13.0
26142026-05-22T00:43:05.832Z Checking serde_with v3.17.0
26152026-05-22T00:43:05.999Z Checking strum v0.26.3
26162026-05-22T00:43:06.019Z Checking fs-err v3.3.0
26172026-05-22T00:43:06.107Z Checking ahash v0.8.12
26182026-05-22T00:43:06.133Z Checking object v0.37.3
26192026-05-22T00:43:06.272Z Checking tokio-stream v0.1.18
26202026-05-22T00:43:06.303Z Checking buf-list v1.1.2
26212026-05-22T00:43:06.318Z Checking anyhow v1.0.102
26222026-05-22T00:43:06.351Z Checking camino v1.2.2
26232026-05-22T00:43:06.449Z Checking x509-cert v0.2.5
26242026-05-22T00:43:06.485Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26252026-05-22T00:43:06.513Z Checking openapiv3 v2.2.0
26262026-05-22T00:43:06.596Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-22T00:43:06.657Z Checking sha1 v0.10.6
26282026-05-22T00:43:06.740Z Checking peg-runtime v0.8.5
26292026-05-22T00:43:06.779Z Checking lalrpop-util v0.19.12
26302026-05-22T00:43:06.792Z Checking rayon v1.11.0
26312026-05-22T00:43:06.815Z Checking sigpipe v0.1.3
26322026-05-22T00:43:06.879Z Checking glob v0.3.3
26332026-05-22T00:43:08.320Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-22T00:43:08.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26352026-05-22T00:43:08.765Z
26362026-05-22T00:43:08.766Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26372026-05-22T00:43:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-22T00:43:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-22T00:43:09.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-22T00:43:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26412026-05-22T00:43:09.389Z
26422026-05-22T00:43:09.389Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26432026-05-22T00:43:09.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-22T00:43:09.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-22T00:43:09.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-22T00:43:09.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26472026-05-22T00:43:10.010Z
26482026-05-22T00:43:10.010Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26492026-05-22T00:43:10.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-22T00:43:10.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-22T00:43:10.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-22T00:43:10.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26532026-05-22T00:43:10.685Z
26542026-05-22T00:43:10.685Zinfo: running `cargo check --bins` on oxql-types (80/276)
26552026-05-22T00:43:11.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-22T00:43:11.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-22T00:43:11.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-22T00:43:11.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26592026-05-22T00:43:11.302Z
26602026-05-22T00:43:11.303Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26612026-05-22T00:43:11.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-22T00:43:11.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-22T00:43:11.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-22T00:43:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26652026-05-22T00:43:11.924Z
26662026-05-22T00:43:11.924Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26672026-05-22T00:43:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-22T00:43:12.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-22T00:43:12.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-22T00:43:12.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26712026-05-22T00:43:12.548Z
26722026-05-22T00:43:12.548Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26732026-05-22T00:43:13.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-22T00:43:13.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-22T00:43:13.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-22T00:43:13.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26772026-05-22T00:43:13.155Z
26782026-05-22T00:43:13.155Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26792026-05-22T00:43:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-22T00:43:13.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-22T00:43:13.860Z Compiling structmeta-derive v0.3.0
26822026-05-22T00:43:13.980Z Compiling rustls v0.22.4
26832026-05-22T00:43:13.990Z Compiling multer v3.1.0
26842026-05-22T00:43:14.000Z Compiling async-stream-impl v0.3.6
26852026-05-22T00:43:14.003Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-05-22T00:43:14.023Z Compiling dropshot v0.17.0
26872026-05-22T00:43:14.038Z Compiling newtype-uuid-macros v0.1.0
26882026-05-22T00:43:14.038Z Compiling dropshot_endpoint v0.17.0
26892026-05-22T00:43:14.154Z Checking newtype-uuid v1.3.2
26902026-05-22T00:43:14.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-22T00:43:14.287Z Checking rustls-webpki v0.102.8
26922026-05-22T00:43:14.348Z Checking daft v0.1.7
26932026-05-22T00:43:14.386Z Checking thread_local v1.1.9
26942026-05-22T00:43:14.556Z Checking compression-core v0.4.31
26952026-05-22T00:43:14.582Z Checking match_cfg v0.1.0
26962026-05-22T00:43:14.597Z Checking iddqd v0.4.1
26972026-05-22T00:43:14.614Z Checking crossbeam-channel v0.5.15
26982026-05-22T00:43:14.652Z Checking hostname v0.3.1
26992026-05-22T00:43:14.678Z Checking compression-codecs v0.4.37
27002026-05-22T00:43:14.747Z Checking slog-json v2.6.1
27012026-05-22T00:43:14.778Z Checking toml_datetime v1.0.0+spec-1.1.0
27022026-05-22T00:43:14.840Z Checking serde_spanned v1.0.4
27032026-05-22T00:43:14.897Z Checking is-terminal v0.4.17
27042026-05-22T00:43:14.948Z Checking take_mut v0.2.2
27052026-05-22T00:43:14.970Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-05-22T00:43:14.983Z Checking debug-ignore v1.0.5
27072026-05-22T00:43:14.996Z Checking term v1.2.1
27082026-05-22T00:43:15.031Z Compiling structmeta v0.3.0
27092026-05-22T00:43:15.049Z Checking slog-async v2.8.0
27102026-05-22T00:43:15.078Z Checking slog-bunyan v2.5.0
27112026-05-22T00:43:15.145Z Checking toml v1.0.6+spec-1.1.0
27122026-05-22T00:43:15.189Z Checking async-compression v0.4.41
27132026-05-22T00:43:15.208Z Checking slog-term v2.9.2
27142026-05-22T00:43:15.221Z Checking async-stream v0.3.6
27152026-05-22T00:43:15.237Z Compiling derive-ex v0.1.8
27162026-05-22T00:43:15.380Z Compiling parse-display-derive v0.10.0
27172026-05-22T00:43:15.455Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-05-22T00:43:15.467Z Checking progenitor-client v0.14.0
27192026-05-22T00:43:15.553Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-05-22T00:43:15.566Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-05-22T00:43:15.697Z Checking waitgroup v0.1.2
27222026-05-22T00:43:15.710Z Checking backon v1.6.0
27232026-05-22T00:43:15.759Z Checking rustls-pemfile v2.2.0
27242026-05-22T00:43:15.810Z Checking serde_path_to_error v0.1.20
27252026-05-22T00:43:15.852Z Checking hostname v0.4.2
27262026-05-22T00:43:15.874Z Checking instant v0.1.13
27272026-05-22T00:43:15.963Z Checking backoff v0.4.0
27282026-05-22T00:43:16.079Z Checking progenitor-extras v0.2.0
27292026-05-22T00:43:16.133Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-05-22T00:43:16.152Z Checking tokio-rustls v0.25.0
27312026-05-22T00:43:16.167Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27322026-05-22T00:43:16.306Z Checking itertools v0.14.0
27332026-05-22T00:43:16.340Z Checking progenitor-client v0.10.0
27342026-05-22T00:43:16.521Z Checking regress v0.10.5
27352026-05-22T00:43:16.545Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27362026-05-22T00:43:16.772Z Checking macaddr v1.0.1
27372026-05-22T00:43:16.914Z Compiling test-strategy v0.4.5
27382026-05-22T00:43:17.061Z Checking parse-display v0.10.0
27392026-05-22T00:43:18.100Z Compiling prettyplease v0.2.37
27402026-05-22T00:43:18.368Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-05-22T00:43:18.536Z Checking num-rational v0.4.2
27422026-05-22T00:43:18.737Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-05-22T00:43:19.170Z Checking num-complex v0.4.6
27442026-05-22T00:43:19.603Z Checking num v0.4.3
27452026-05-22T00:43:19.677Z Compiling usdt-attr-macro v0.5.0
27462026-05-22T00:43:19.741Z Compiling usdt-macro v0.5.0
27472026-05-22T00:43:19.806Z Checking memmap v0.7.0
27482026-05-22T00:43:19.890Z Checking float-ord v0.3.2
27492026-05-22T00:43:19.939Z Compiling convert_case v0.4.0
27502026-05-22T00:43:19.993Z Checking unicode-width v0.2.0
27512026-05-22T00:43:20.245Z Checking console v0.15.11
27522026-05-22T00:43:20.362Z Compiling derive_more v0.99.20
27532026-05-22T00:43:20.489Z Checking newline-converter v0.3.0
27542026-05-22T00:43:20.502Z Checking usdt v0.5.0
27552026-05-22T00:43:20.539Z Checking atomicwrites v0.4.4
27562026-05-22T00:43:20.601Z Compiling toml v0.8.23
27572026-05-22T00:43:20.664Z Compiling minimal-lexical v0.2.1
27582026-05-22T00:43:20.677Z Checking linked-hash-map v0.5.6
27592026-05-22T00:43:20.844Z Checking lru-cache v0.1.2
27602026-05-22T00:43:20.919Z Compiling nom v7.1.3
27612026-05-22T00:43:20.968Z Checking expectorate v1.2.0
27622026-05-22T00:43:21.573Z Checking camino-tempfile v1.4.1
27632026-05-22T00:43:21.739Z Checking hickory-proto v0.24.4
27642026-05-22T00:43:21.753Z Checking phf_shared v0.12.1
27652026-05-22T00:43:21.895Z Compiling slog-dtrace v0.3.0
27662026-05-22T00:43:21.957Z Checking heck v0.5.0
27672026-05-22T00:43:22.084Z Compiling chrono-tz v0.10.4
27682026-05-22T00:43:22.087Z Checking resolv-conf v0.7.6
27692026-05-22T00:43:22.263Z Compiling const_format_proc_macros v0.2.34
27702026-05-22T00:43:22.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-22T00:43:22.343Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-05-22T00:43:22.357Z Checking phf v0.12.1
27732026-05-22T00:43:22.498Z Checking tokio-dtrace v0.1.1
27742026-05-22T00:43:22.682Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-05-22T00:43:22.752Z Compiling derive-where v1.6.0
27762026-05-22T00:43:22.918Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27772026-05-22T00:43:23.067Z Checking highway v1.3.0
27782026-05-22T00:43:23.296Z Checking const_format v0.2.35
27792026-05-22T00:43:23.530Z Checking hickory-resolver v0.24.4
27802026-05-22T00:43:23.537Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-05-22T00:43:23.740Z Checking oxide-tokio-rt v0.1.4
27822026-05-22T00:43:23.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-05-22T00:43:24.061Z Checking gethostname v0.5.0
27842026-05-22T00:43:24.083Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-05-22T00:43:24.143Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-05-22T00:43:24.153Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27872026-05-22T00:43:24.240Z Checking bcs v0.1.6
27882026-05-22T00:43:24.244Z Checking qorb v0.4.1
27892026-05-22T00:43:24.333Z Checking termtree v0.5.1
27902026-05-22T00:43:27.605Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27912026-05-22T00:43:30.321Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27922026-05-22T00:43:32.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27932026-05-22T00:43:32.643Z
27942026-05-22T00:43:32.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27952026-05-22T00:43:33.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-05-22T00:43:33.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-05-22T00:43:33.342Z Compiling ar_archive_writer v0.5.1
27982026-05-22T00:43:33.457Z Compiling stacker v0.1.23
27992026-05-22T00:43:33.464Z Compiling cfg_aliases v0.1.1
28002026-05-22T00:43:33.470Z Compiling convert_case v0.10.0
28012026-05-22T00:43:33.470Z Checking unicode-width v0.1.14
28022026-05-22T00:43:33.486Z Compiling proc-macro-error v1.0.4
28032026-05-22T00:43:33.501Z Checking fd-lock v4.0.4
28042026-05-22T00:43:33.501Z Checking nibble_vec v0.1.0
28052026-05-22T00:43:33.521Z Compiling nix v0.28.0
28062026-05-22T00:43:33.613Z Checking vte v0.14.1
28072026-05-22T00:43:33.625Z Compiling recursive-proc-macro-impl v0.1.1
28082026-05-22T00:43:33.706Z Checking endian-type v0.1.2
28092026-05-22T00:43:33.719Z Checking bytecount v0.6.9
28102026-05-22T00:43:33.757Z Checking strip-ansi-escapes v0.2.1
28112026-05-22T00:43:33.770Z Compiling derive_more-impl v2.1.1
28122026-05-22T00:43:33.781Z Compiling tabled_derive v0.7.0
28132026-05-22T00:43:33.815Z Checking papergrid v0.11.0
28142026-05-22T00:43:33.828Z Checking radix_trie v0.2.1
28152026-05-22T00:43:33.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-05-22T00:43:34.018Z Compiling peg-macros v0.8.5
28172026-05-22T00:43:34.028Z Checking winnow v0.6.26
28182026-05-22T00:43:34.270Z Compiling psm v0.1.30
28192026-05-22T00:43:34.320Z Compiling sqlparser_derive v0.5.0
28202026-05-22T00:43:34.431Z Checking nu-ansi-term v0.50.3
28212026-05-22T00:43:34.558Z Checking derive_more v2.1.1
28222026-05-22T00:43:34.633Z Checking home v0.5.12
28232026-05-22T00:43:34.646Z Checking unicode_categories v0.1.1
28242026-05-22T00:43:34.729Z Checking tabled v0.15.0
28252026-05-22T00:43:34.741Z Checking reedline v0.40.0
28262026-05-22T00:43:34.798Z Checking crossterm v0.29.0
28272026-05-22T00:43:34.801Z Checking rustyline v14.0.0
28282026-05-22T00:43:35.042Z Checking recursive v0.1.1
28292026-05-22T00:43:35.094Z Checking display-error-chain v0.2.2
28302026-05-22T00:43:35.132Z Checking sqlparser v0.61.0
28312026-05-22T00:43:35.182Z Checking sqlformat v0.3.5
28322026-05-22T00:43:35.410Z Checking peg v0.8.5
28332026-05-22T00:43:46.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28342026-05-22T00:43:46.528Z
28352026-05-22T00:43:46.528Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28362026-05-22T00:43:47.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-22T00:43:47.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-22T00:43:47.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-22T00:43:50.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28402026-05-22T00:43:50.838Z
28412026-05-22T00:43:50.838Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28422026-05-22T00:43:51.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-22T00:43:51.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-22T00:43:51.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-22T00:43:53.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28462026-05-22T00:43:54.142Z
28472026-05-22T00:43:54.142Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28482026-05-22T00:43:54.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-22T00:43:54.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-22T00:43:54.833Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-22T00:43:58.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28522026-05-22T00:43:58.250Z
28532026-05-22T00:43:58.250Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28542026-05-22T00:43:58.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-22T00:43:58.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-22T00:43:58.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-22T00:44:02.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28582026-05-22T00:44:02.373Z
28592026-05-22T00:44:02.373Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28602026-05-22T00:44:02.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-22T00:44:02.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-22T00:44:03.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-05-22T00:44:05.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28642026-05-22T00:44:05.836Z
28652026-05-22T00:44:05.836Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28662026-05-22T00:44:06.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-22T00:44:06.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-22T00:44:06.534Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-05-22T00:44:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28702026-05-22T00:44:09.329Z
28712026-05-22T00:44:09.329Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28722026-05-22T00:44:09.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-05-22T00:44:09.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-05-22T00:44:10.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752026-05-22T00:44:13.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28762026-05-22T00:44:13.630Z
28772026-05-22T00:44:13.630Zinfo: running `cargo check --bins` on oximeter (93/276)
28782026-05-22T00:44:14.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-22T00:44:14.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-22T00:44:14.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-22T00:44:14.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28822026-05-22T00:44:14.255Z
28832026-05-22T00:44:14.255Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28842026-05-22T00:44:14.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-22T00:44:14.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-22T00:44:14.909Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28872026-05-22T00:44:15.074Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28882026-05-22T00:44:15.090Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28892026-05-22T00:44:15.410Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902026-05-22T00:44:18.274Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28912026-05-22T00:44:19.472Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28922026-05-22T00:44:19.632Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28932026-05-22T00:44:20.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28942026-05-22T00:44:20.484Z
28952026-05-22T00:44:20.484Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28962026-05-22T00:44:21.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-22T00:44:21.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-22T00:44:21.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-22T00:44:21.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29002026-05-22T00:44:21.106Z
29012026-05-22T00:44:21.106Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29022026-05-22T00:44:21.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-22T00:44:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-22T00:44:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-22T00:44:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29062026-05-22T00:44:21.775Z
29072026-05-22T00:44:21.775Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29082026-05-22T00:44:22.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-22T00:44:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-22T00:44:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-22T00:44:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29122026-05-22T00:44:22.400Z
29132026-05-22T00:44:22.400Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29142026-05-22T00:44:22.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-22T00:44:22.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-22T00:44:22.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-22T00:44:22.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29182026-05-22T00:44:23.024Z
29192026-05-22T00:44:23.024Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29202026-05-22T00:44:23.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-22T00:44:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-22T00:44:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-22T00:44:23.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29242026-05-22T00:44:23.648Z
29252026-05-22T00:44:23.648Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29262026-05-22T00:44:24.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-22T00:44:24.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-22T00:44:24.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-22T00:44:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29302026-05-22T00:44:24.273Z
29312026-05-22T00:44:24.273Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29322026-05-22T00:44:24.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-22T00:44:24.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-22T00:44:24.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-05-22T00:44:24.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29362026-05-22T00:44:24.881Z
29372026-05-22T00:44:24.881Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29382026-05-22T00:44:25.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-05-22T00:44:25.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-05-22T00:44:25.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-05-22T00:44:25.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29422026-05-22T00:44:25.505Z
29432026-05-22T00:44:25.506Zinfo: running `cargo check --bins` on update-engine (103/276)
29442026-05-22T00:44:26.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-05-22T00:44:26.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-05-22T00:44:26.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-05-22T00:44:26.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29482026-05-22T00:44:26.111Z
29492026-05-22T00:44:26.111Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29502026-05-22T00:44:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-05-22T00:44:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-05-22T00:44:26.849Z Compiling crucible-workspace-hack v0.1.0
29532026-05-22T00:44:26.970Z Checking secrecy v0.10.3
29542026-05-22T00:44:26.978Z Compiling heapless v0.8.0
29552026-05-22T00:44:26.986Z Compiling ingot-macros v0.1.1
29562026-05-22T00:44:26.993Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-05-22T00:44:26.993Z Checking hash32 v0.3.1
29582026-05-22T00:44:27.015Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-22T00:44:27.019Z Compiling smoltcp v0.11.0
29602026-05-22T00:44:27.072Z Checking cobs v0.3.0
29612026-05-22T00:44:27.120Z Compiling thiserror-impl-no-std v2.0.2
29622026-05-22T00:44:27.207Z Checking universal-hash v0.5.1
29632026-05-22T00:44:27.232Z Checking half v2.7.1
29642026-05-22T00:44:27.245Z Checking opaque-debug v0.3.1
29652026-05-22T00:44:27.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29662026-05-22T00:44:27.339Z Checking ciborium-io v0.2.2
29672026-05-22T00:44:27.374Z Checking poly1305 v0.8.0
29682026-05-22T00:44:27.432Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29692026-05-22T00:44:27.484Z Checking ciborium-ll v0.2.2
29702026-05-22T00:44:27.515Z Checking postcard v1.1.3
29712026-05-22T00:44:27.630Z Compiling proc-macro-crate v3.4.0
29722026-05-22T00:44:27.651Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-05-22T00:44:27.755Z Checking password-hash v0.5.0
29742026-05-22T00:44:27.806Z Checking chacha20 v0.9.1
29752026-05-22T00:44:27.916Z Compiling proc-macro-crate v1.3.1
29762026-05-22T00:44:27.981Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-22T00:44:28.002Z Checking blake2 v0.10.6
29782026-05-22T00:44:28.042Z Checking aead v0.5.2
29792026-05-22T00:44:28.179Z Compiling num_enum_derive v0.7.6
29802026-05-22T00:44:28.183Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-22T00:44:28.212Z Compiling foreign-types-macros v0.2.3
29822026-05-22T00:44:28.234Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-22T00:44:28.284Z Checking thiserror-no-std v2.0.2
29842026-05-22T00:44:28.333Z Checking foreign-types-shared v0.3.1
29852026-05-22T00:44:28.370Z Checking cpufeatures v0.3.0
29862026-05-22T00:44:28.391Z Checking vsss-rs v3.3.4
29872026-05-22T00:44:28.421Z Compiling num_enum_derive v0.5.11
29882026-05-22T00:44:28.445Z Checking chacha20 v0.10.0
29892026-05-22T00:44:28.480Z Checking argon2 v0.5.3
29902026-05-22T00:44:28.657Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29912026-05-22T00:44:28.790Z Checking foreign-types v0.5.0
29922026-05-22T00:44:28.819Z Checking chacha20poly1305 v0.10.1
29932026-05-22T00:44:28.897Z Checking ciborium v0.2.2
29942026-05-22T00:44:29.048Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-22T00:44:29.080Z Checking tabwriter v1.4.1
29962026-05-22T00:44:29.203Z Checking num_enum v0.7.6
29972026-05-22T00:44:29.222Z Checking byte-wrapper v0.1.0
29982026-05-22T00:44:29.281Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-22T00:44:29.316Z Checking cstr-argument v0.1.2
30002026-05-22T00:44:29.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-05-22T00:44:29.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
30022026-05-22T00:44:29.444Z Checking num_enum v0.5.11
30032026-05-22T00:44:29.447Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-05-22T00:44:29.480Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-22T00:44:29.554Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-22T00:44:29.626Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
30072026-05-22T00:44:29.644Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30082026-05-22T00:44:29.699Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-05-22T00:44:29.765Z Checking ingot-types v0.1.2
30102026-05-22T00:44:29.777Z Checking rand v0.10.1
30112026-05-22T00:44:29.790Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-05-22T00:44:29.804Z Checking winnow v1.0.3
30132026-05-22T00:44:29.841Z Checking indent_write v2.2.0
30142026-05-22T00:44:29.973Z Checking colored v3.1.1
30152026-05-22T00:44:30.098Z Compiling zone_cfg_derive v0.3.1
30162026-05-22T00:44:30.121Z Checking ingot v0.1.1
30172026-05-22T00:44:30.124Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-22T00:44:30.167Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-22T00:44:30.183Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-22T00:44:30.218Z Checking itertools v0.12.1
30212026-05-22T00:44:30.250Z Compiling num-derive v0.4.2
30222026-05-22T00:44:30.356Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-05-22T00:44:30.401Z Checking swrite v0.1.0
30242026-05-22T00:44:30.493Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-22T00:44:30.559Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-22T00:44:30.597Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-22T00:44:30.714Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-22T00:44:30.786Z Checking dropshot-api-manager-types v0.7.1
30292026-05-22T00:44:30.808Z Checking smf v0.2.3
30302026-05-22T00:44:30.822Z Checking nanorand v0.7.0
30312026-05-22T00:44:30.954Z Checking whoami v1.6.1
30322026-05-22T00:44:31.019Z Checking flume v0.11.1
30332026-05-22T00:44:31.041Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-22T00:44:31.209Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-05-22T00:44:31.266Z Checking zone v0.3.1
30362026-05-22T00:44:31.743Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-05-22T00:44:32.715Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-22T00:44:33.585Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-22T00:44:36.747Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-22T00:44:38.769Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-22T00:44:39.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
30422026-05-22T00:44:40.065Z
30432026-05-22T00:44:40.065Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30442026-05-22T00:44:40.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-22T00:44:40.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-22T00:44:40.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-22T00:44:40.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-05-22T00:44:40.693Z
30492026-05-22T00:44:40.693Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30502026-05-22T00:44:41.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-22T00:44:41.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-22T00:44:41.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-22T00:44:41.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542026-05-22T00:44:41.319Z
30552026-05-22T00:44:41.319Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30562026-05-22T00:44:41.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-22T00:44:41.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-22T00:44:41.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-22T00:44:41.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30602026-05-22T00:44:41.953Z
30612026-05-22T00:44:41.953Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30622026-05-22T00:44:42.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-22T00:44:42.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-22T00:44:42.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-22T00:44:42.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30662026-05-22T00:44:42.579Z
30672026-05-22T00:44:42.579Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30682026-05-22T00:44:43.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-22T00:44:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-22T00:44:43.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-22T00:44:43.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722026-05-22T00:44:43.207Z
30732026-05-22T00:44:43.207Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30742026-05-22T00:44:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-22T00:44:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-22T00:44:43.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-22T00:44:43.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30782026-05-22T00:44:43.837Z
30792026-05-22T00:44:43.837Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30802026-05-22T00:44:44.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-22T00:44:44.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-22T00:44:44.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-22T00:44:44.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30842026-05-22T00:44:44.470Z
30852026-05-22T00:44:44.470Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30862026-05-22T00:44:44.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-22T00:44:44.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-22T00:44:44.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-22T00:44:44.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-22T00:44:45.077Z
30912026-05-22T00:44:45.077Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30922026-05-22T00:44:45.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-22T00:44:45.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-22T00:44:45.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-22T00:44:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30962026-05-22T00:44:45.694Z
30972026-05-22T00:44:45.694Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30982026-05-22T00:44:46.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-22T00:44:46.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-22T00:44:46.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-22T00:44:46.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31022026-05-22T00:44:46.318Z
31032026-05-22T00:44:46.318Zinfo: running `cargo check --bins` on installinator-client (115/276)
31042026-05-22T00:44:46.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-22T00:44:46.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-22T00:44:46.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-22T00:44:46.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31082026-05-22T00:44:46.939Z
31092026-05-22T00:44:46.939Zinfo: running `cargo check --bins` on nexus-client (116/276)
31102026-05-22T00:44:47.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-22T00:44:47.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-22T00:44:47.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-22T00:44:47.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142026-05-22T00:44:47.605Z
31152026-05-22T00:44:47.605Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31162026-05-22T00:44:48.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-22T00:44:48.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-22T00:44:48.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-22T00:44:48.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31202026-05-22T00:44:48.268Z
31212026-05-22T00:44:48.268Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31222026-05-22T00:44:48.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-22T00:44:48.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-22T00:44:48.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-22T00:44:48.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31262026-05-22T00:44:48.875Z
31272026-05-22T00:44:48.876Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31282026-05-22T00:44:49.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-22T00:44:49.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-22T00:44:49.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-22T00:44:49.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-05-22T00:44:49.486Z
31332026-05-22T00:44:49.486Zinfo: running `cargo check --bins` on oxide-client (120/276)
31342026-05-22T00:44:50.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-22T00:44:50.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-22T00:44:50.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-22T00:44:50.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-22T00:44:50.096Z
31392026-05-22T00:44:50.096Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31402026-05-22T00:44:50.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-22T00:44:50.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-22T00:44:50.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-22T00:44:50.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-22T00:44:50.720Z
31452026-05-22T00:44:50.720Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31462026-05-22T00:44:51.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-22T00:44:51.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-22T00:44:51.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-22T00:44:51.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31502026-05-22T00:44:51.331Z
31512026-05-22T00:44:51.331Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31522026-05-22T00:44:51.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-22T00:44:51.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-22T00:44:51.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-22T00:44:51.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31562026-05-22T00:44:51.956Z
31572026-05-22T00:44:51.956Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31582026-05-22T00:44:52.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-22T00:44:52.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-22T00:44:52.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-22T00:44:52.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31622026-05-22T00:44:52.598Z
31632026-05-22T00:44:52.598Zinfo: running `cargo check --bins` on installinator-common (125/276)
31642026-05-22T00:44:53.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-22T00:44:53.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-22T00:44:53.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-22T00:44:53.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31682026-05-22T00:44:53.236Z
31692026-05-22T00:44:53.236Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31702026-05-22T00:44:53.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-22T00:44:53.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-22T00:44:53.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-22T00:44:53.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-05-22T00:44:53.842Z
31752026-05-22T00:44:53.842Zinfo: running `cargo check --bins` on wicket-common (127/276)
31762026-05-22T00:44:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-22T00:44:54.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-22T00:44:54.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-22T00:44:54.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31802026-05-22T00:44:54.475Z
31812026-05-22T00:44:54.475Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31822026-05-22T00:44:55.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-22T00:44:55.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-22T00:44:55.187Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-22T00:44:55.306Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-22T00:44:55.314Z Checking csv-core v0.1.13
31872026-05-22T00:44:55.322Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-22T00:44:55.330Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-05-22T00:44:55.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-05-22T00:44:55.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-22T00:44:55.364Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-22T00:44:55.471Z Checking csv v1.4.0
31932026-05-22T00:44:55.513Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-22T00:44:55.516Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-05-22T00:44:55.555Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-05-22T00:44:55.568Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-05-22T00:44:55.805Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-05-22T00:44:56.167Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31992026-05-22T00:44:56.169Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-05-22T00:44:56.515Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-05-22T00:45:02.384Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-05-22T00:45:02.909Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-05-22T00:45:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
32042026-05-22T00:45:05.443Z
32052026-05-22T00:45:05.443Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32062026-05-22T00:45:05.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-22T00:45:05.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-22T00:45:05.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-22T00:45:05.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32102026-05-22T00:45:06.059Z
32112026-05-22T00:45:06.059Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32122026-05-22T00:45:06.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-22T00:45:06.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-22T00:45:06.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-22T00:45:06.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32162026-05-22T00:45:06.762Z
32172026-05-22T00:45:06.762Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32182026-05-22T00:45:07.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-22T00:45:07.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-22T00:45:07.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-22T00:45:07.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32222026-05-22T00:45:07.468Z
32232026-05-22T00:45:07.468Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32242026-05-22T00:45:08.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-22T00:45:08.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-22T00:45:08.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-05-22T00:45:08.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32282026-05-22T00:45:08.138Z
32292026-05-22T00:45:08.138Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32302026-05-22T00:45:08.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-05-22T00:45:08.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-05-22T00:45:09.003Z Compiling regress v0.11.1
32332026-05-22T00:45:09.175Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32342026-05-22T00:45:09.178Z Compiling unsafe-libyaml v0.2.11
32352026-05-22T00:45:09.178Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32362026-05-22T00:45:09.181Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32372026-05-22T00:45:09.181Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32382026-05-22T00:45:09.184Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32392026-05-22T00:45:09.418Z Compiling semver v0.1.20
32402026-05-22T00:45:09.522Z Compiling cancel-safe-futures v0.1.5
32412026-05-22T00:45:09.538Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32422026-05-22T00:45:09.703Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32432026-05-22T00:45:09.727Z Compiling rustc_version v0.1.7
32442026-05-22T00:45:09.969Z Compiling serde_yaml v0.9.34+deprecated
32452026-05-22T00:45:09.998Z Compiling owo-colors v4.3.0
32462026-05-22T00:45:10.156Z Compiling newtype_derive v0.1.6
32472026-05-22T00:45:10.376Z Checking progenitor-client v0.13.0
32482026-05-22T00:45:10.393Z Checking libsw-core v0.3.2
32492026-05-22T00:45:10.544Z Checking libsw v3.5.0
32502026-05-22T00:45:10.674Z Compiling typify-impl v0.6.2
32512026-05-22T00:45:10.739Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-22T00:45:10.806Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32532026-05-22T00:45:10.939Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32542026-05-22T00:45:11.407Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32552026-05-22T00:45:11.895Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32562026-05-22T00:45:11.932Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32572026-05-22T00:45:11.949Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32582026-05-22T00:45:12.193Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32592026-05-22T00:45:12.340Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32602026-05-22T00:45:12.407Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-22T00:45:12.492Z Checking tagptr v0.2.0
32622026-05-22T00:45:12.637Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32632026-05-22T00:45:12.659Z Checking linear-map v1.2.0
32642026-05-22T00:45:12.843Z Checking moka v0.12.13
32652026-05-22T00:45:12.857Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32662026-05-22T00:45:12.872Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32672026-05-22T00:45:12.994Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32682026-05-22T00:45:13.108Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32692026-05-22T00:45:13.125Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32702026-05-22T00:45:13.265Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32712026-05-22T00:45:13.315Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32722026-05-22T00:45:13.379Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32732026-05-22T00:45:13.478Z Checking smawk v0.3.2
32742026-05-22T00:45:13.536Z Checking unicode-linebreak v0.1.5
32752026-05-22T00:45:13.614Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32762026-05-22T00:45:13.658Z Checking hickory-resolver v0.25.2
32772026-05-22T00:45:13.676Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32782026-05-22T00:45:13.754Z Checking textwrap v0.16.2
32792026-05-22T00:45:13.782Z Checking steno v0.4.1
32802026-05-22T00:45:13.797Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32812026-05-22T00:45:13.847Z Checking humantime v2.3.0
32822026-05-22T00:45:13.971Z Compiling num-derive v0.3.3
32832026-05-22T00:45:14.033Z Compiling radium v0.7.0
32842026-05-22T00:45:14.322Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32852026-05-22T00:45:14.360Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32862026-05-22T00:45:14.576Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
32872026-05-22T00:45:14.789Z Checking nom v8.0.0
32882026-05-22T00:45:14.805Z Checking tap v1.0.1
32892026-05-22T00:45:14.853Z Checking libscf-sys v1.1.0
32902026-05-22T00:45:14.903Z Compiling maybe-uninit v2.0.0
32912026-05-22T00:45:14.918Z Checking wyz v0.5.1
32922026-05-22T00:45:14.987Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32932026-05-22T00:45:15.073Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
32942026-05-22T00:45:15.174Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32952026-05-22T00:45:15.203Z Compiling typify-macro v0.6.2
32962026-05-22T00:45:15.221Z Compiling zerocopy-derive v0.6.6
32972026-05-22T00:45:15.238Z Checking funty v2.0.0
32982026-05-22T00:45:15.281Z Compiling packed_struct v0.10.1
32992026-05-22T00:45:15.579Z Checking crc-catalog v2.4.0
33002026-05-22T00:45:15.594Z Checking bitvec v1.0.1
33012026-05-22T00:45:15.678Z Checking crc v3.4.0
33022026-05-22T00:45:15.820Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-22T00:45:15.959Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33042026-05-22T00:45:16.109Z Checking zerocopy v0.6.6
33052026-05-22T00:45:16.411Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33062026-05-22T00:45:16.499Z Compiling packed_struct_codegen v0.10.1
33072026-05-22T00:45:16.655Z Compiling bitfield-macros v0.19.4
33082026-05-22T00:45:16.755Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33092026-05-22T00:45:16.773Z Compiling indexmap v1.9.3
33102026-05-22T00:45:16.897Z Checking nodrop v0.1.14
33112026-05-22T00:45:16.988Z Compiling typify v0.6.2
33122026-05-22T00:45:17.018Z Checking array-init v0.0.4
33132026-05-22T00:45:17.103Z Compiling progenitor-impl v0.13.0
33142026-05-22T00:45:17.119Z Compiling progenitor-impl v0.14.0
33152026-05-22T00:45:17.925Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33162026-05-22T00:45:17.942Z Checking bitfield v0.19.4
33172026-05-22T00:45:18.209Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-05-22T00:45:18.225Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-05-22T00:45:18.267Z Checking smallvec v0.6.14
33202026-05-22T00:45:18.388Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33212026-05-22T00:45:18.461Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33222026-05-22T00:45:18.519Z Checking hashbrown v0.12.3
33232026-05-22T00:45:18.581Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33242026-05-22T00:45:18.639Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33252026-05-22T00:45:18.877Z Checking base64 v0.21.7
33262026-05-22T00:45:19.121Z Checking ron v0.8.1
33272026-05-22T00:45:19.152Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-05-22T00:45:19.259Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-22T00:45:19.337Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33302026-05-22T00:45:19.433Z Checking serde-hex v0.1.0
33312026-05-22T00:45:19.648Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-05-22T00:45:19.692Z Compiling progenitor-macro v0.13.0
33332026-05-22T00:45:19.731Z Compiling progenitor-macro v0.14.0
33342026-05-22T00:45:19.809Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33352026-05-22T00:45:19.992Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33362026-05-22T00:45:20.103Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33372026-05-22T00:45:20.166Z Checking hashbrown v0.13.2
33382026-05-22T00:45:20.422Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-05-22T00:45:20.524Z Checking crc-any v2.5.0
33402026-05-22T00:45:20.639Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-05-22T00:45:20.686Z Checking object v0.30.4
33422026-05-22T00:45:20.708Z Checking path-slash v0.1.5
33432026-05-22T00:45:20.809Z Checking void v1.0.2
33442026-05-22T00:45:20.825Z Checking half v1.8.3
33452026-05-22T00:45:20.921Z Checking utf-8 v0.7.6
33462026-05-22T00:45:20.961Z Checking lzss v0.8.2
33472026-05-22T00:45:21.025Z Checking serde_cbor v0.11.2
33482026-05-22T00:45:21.060Z Checking tungstenite v0.23.0
33492026-05-22T00:45:21.294Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-05-22T00:45:21.410Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-05-22T00:45:21.452Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33522026-05-22T00:45:21.484Z Checking nix v0.27.1
33532026-05-22T00:45:21.571Z Checking kstat-rs v0.2.4
33542026-05-22T00:45:21.710Z Checking fxhash v0.2.1
33552026-05-22T00:45:21.729Z Checking serde_bytes v0.11.19
33562026-05-22T00:45:21.770Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-05-22T00:45:21.836Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-05-22T00:45:21.911Z Checking tokio-tungstenite v0.23.1
33592026-05-22T00:45:22.002Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-05-22T00:45:22.159Z Checking signal-hook-tokio v0.3.1
33612026-05-22T00:45:22.363Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-05-22T00:45:23.294Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33632026-05-22T00:45:23.609Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33642026-05-22T00:45:23.761Z Checking progenitor v0.14.0
33652026-05-22T00:45:23.873Z Checking progenitor v0.13.0
33662026-05-22T00:45:23.889Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33672026-05-22T00:45:23.891Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33682026-05-22T00:45:23.998Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33692026-05-22T00:45:27.126Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33702026-05-22T00:45:34.613Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33712026-05-22T00:45:40.906Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33722026-05-22T00:45:42.295Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33732026-05-22T00:45:42.803Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33742026-05-22T00:45:43.391Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
33752026-05-22T00:45:46.236Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-05-22T00:45:54.080Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33772026-05-22T00:46:00.484Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33782026-05-22T00:46:01.968Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-05-22T00:46:02.549Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33802026-05-22T00:46:04.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.64s
33812026-05-22T00:46:05.002Z
33822026-05-22T00:46:05.002Zinfo: running `cargo check --bins` on gateway-api (134/276)
33832026-05-22T00:46:05.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-22T00:46:05.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-22T00:46:05.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-22T00:46:05.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-22T00:46:05.623Z
33882026-05-22T00:46:05.623Zinfo: running `cargo check --bins` on ipcc (135/276)
33892026-05-22T00:46:06.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-22T00:46:06.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-22T00:46:06.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-22T00:46:06.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33932026-05-22T00:46:06.241Z
33942026-05-22T00:46:06.241Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33952026-05-22T00:46:06.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-22T00:46:06.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-22T00:46:06.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-22T00:46:06.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-22T00:46:06.852Z
34002026-05-22T00:46:06.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
34012026-05-22T00:46:07.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-22T00:46:07.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-22T00:46:07.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-22T00:46:07.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-22T00:46:07.474Z
34062026-05-22T00:46:07.475Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
34072026-05-22T00:46:07.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-22T00:46:08.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-22T00:46:08.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-22T00:46:08.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-22T00:46:08.092Z
34122026-05-22T00:46:08.092Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
34132026-05-22T00:46:08.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-22T00:46:08.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-22T00:46:08.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-22T00:46:08.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-22T00:46:08.712Z
34182026-05-22T00:46:08.712Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
34192026-05-22T00:46:09.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-22T00:46:09.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-22T00:46:09.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-22T00:46:09.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-22T00:46:09.338Z
34242026-05-22T00:46:09.338Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
34252026-05-22T00:46:09.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-22T00:46:09.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-22T00:46:09.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-22T00:46:09.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-22T00:46:09.959Z
34302026-05-22T00:46:09.959Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
34312026-05-22T00:46:10.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-22T00:46:10.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-22T00:46:10.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-22T00:46:10.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-22T00:46:10.581Z
34362026-05-22T00:46:10.581Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
34372026-05-22T00:46:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-22T00:46:11.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-22T00:46:11.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-22T00:46:11.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34412026-05-22T00:46:11.209Z
34422026-05-22T00:46:11.209Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34432026-05-22T00:46:11.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-22T00:46:11.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-22T00:46:11.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-22T00:46:11.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34472026-05-22T00:46:11.839Z
34482026-05-22T00:46:11.839Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34492026-05-22T00:46:12.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-22T00:46:12.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-22T00:46:12.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-22T00:46:12.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-22T00:46:12.458Z
34542026-05-22T00:46:12.458Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34552026-05-22T00:46:12.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-22T00:46:12.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-22T00:46:12.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-22T00:46:12.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-22T00:46:13.080Z
34602026-05-22T00:46:13.080Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34612026-05-22T00:46:13.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-22T00:46:13.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-22T00:46:13.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-22T00:46:13.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34652026-05-22T00:46:13.703Z
34662026-05-22T00:46:13.703Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34672026-05-22T00:46:14.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-22T00:46:14.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-22T00:46:14.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-22T00:46:14.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34712026-05-22T00:46:14.324Z
34722026-05-22T00:46:14.324Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34732026-05-22T00:46:14.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-22T00:46:14.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-22T00:46:14.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-22T00:46:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34772026-05-22T00:46:14.939Z
34782026-05-22T00:46:14.939Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34792026-05-22T00:46:15.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-22T00:46:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-22T00:46:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-22T00:46:15.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34832026-05-22T00:46:15.561Z
34842026-05-22T00:46:15.561Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34852026-05-22T00:46:16.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-22T00:46:16.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-22T00:46:16.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-22T00:46:16.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892026-05-22T00:46:16.178Z
34902026-05-22T00:46:16.178Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34912026-05-22T00:46:16.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-22T00:46:16.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-22T00:46:16.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-22T00:46:16.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34952026-05-22T00:46:16.800Z
34962026-05-22T00:46:16.800Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34972026-05-22T00:46:17.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-22T00:46:17.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-22T00:46:17.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-22T00:46:17.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35012026-05-22T00:46:17.425Z
35022026-05-22T00:46:17.425Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
35032026-05-22T00:46:17.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-22T00:46:17.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-22T00:46:17.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-22T00:46:17.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35072026-05-22T00:46:18.053Z
35082026-05-22T00:46:18.054Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
35092026-05-22T00:46:18.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-22T00:46:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-22T00:46:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-22T00:46:18.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35132026-05-22T00:46:18.717Z
35142026-05-22T00:46:18.717Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
35152026-05-22T00:46:19.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-22T00:46:19.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-22T00:46:19.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-22T00:46:19.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-05-22T00:46:19.346Z
35202026-05-22T00:46:19.346Zinfo: running `cargo check --bins` on dns-server (157/276)
35212026-05-22T00:46:19.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-22T00:46:19.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-22T00:46:20.020Z Compiling parking_lot_core v0.8.6
35242026-05-22T00:46:20.020Z Compiling atomicwrites v0.4.4
35252026-05-22T00:46:20.023Z Compiling git-stub v1.0.0
35262026-05-22T00:46:20.023Z Checking prefix-trie v0.7.0
35272026-05-22T00:46:20.023Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35282026-05-22T00:46:20.259Z Compiling git-stub-vcs v0.1.0
35292026-05-22T00:46:20.420Z Checking hickory-server v0.25.2
35302026-05-22T00:46:20.530Z Checking parking_lot v0.11.2
35312026-05-22T00:46:20.532Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35322026-05-22T00:46:20.612Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35332026-05-22T00:46:20.612Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35342026-05-22T00:46:20.702Z Checking sled v0.34.7
35352026-05-22T00:46:22.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
35362026-05-22T00:46:22.772Z
35372026-05-22T00:46:22.772Zinfo: running `cargo check --bins` on dns-server-api (158/276)
35382026-05-22T00:46:23.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-22T00:46:23.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-22T00:46:23.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-22T00:46:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35422026-05-22T00:46:23.397Z
35432026-05-22T00:46:23.397Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35442026-05-22T00:46:23.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-22T00:46:23.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-22T00:46:23.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-22T00:46:23.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-05-22T00:46:24.020Z
35492026-05-22T00:46:24.020Zinfo: running `cargo check --bins` on sp-sim (160/276)
35502026-05-22T00:46:24.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-22T00:46:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-22T00:46:24.784Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35532026-05-22T00:46:26.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
35542026-05-22T00:46:26.937Z
35552026-05-22T00:46:26.937Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
35562026-05-22T00:46:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-22T00:46:27.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-22T00:46:27.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-22T00:46:27.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35602026-05-22T00:46:27.614Z
35612026-05-22T00:46:27.614Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35622026-05-22T00:46:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-22T00:46:28.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-22T00:46:28.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-22T00:46:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35662026-05-22T00:46:28.297Z
35672026-05-22T00:46:28.297Zinfo: running `cargo check --bins` on db-macros (163/276)
35682026-05-22T00:46:28.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-22T00:46:28.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-22T00:46:28.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-22T00:46:28.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-05-22T00:46:28.906Z
35732026-05-22T00:46:28.906Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35742026-05-22T00:46:29.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-22T00:46:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-22T00:46:29.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-22T00:46:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-22T00:46:29.517Z
35792026-05-22T00:46:29.517Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35802026-05-22T00:46:30.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-22T00:46:30.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-22T00:46:30.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-22T00:46:30.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35842026-05-22T00:46:30.205Z
35852026-05-22T00:46:30.205Zinfo: running `cargo check --bins` on authz-macros (166/276)
35862026-05-22T00:46:30.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-22T00:46:30.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-22T00:46:30.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-22T00:46:30.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-22T00:46:30.820Z
35912026-05-22T00:46:30.820Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35922026-05-22T00:46:31.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-22T00:46:31.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-22T00:46:31.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-22T00:46:31.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35962026-05-22T00:46:31.489Z
35972026-05-22T00:46:31.489Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35982026-05-22T00:46:32.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-22T00:46:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-22T00:46:32.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-22T00:46:32.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36022026-05-22T00:46:32.164Z
36032026-05-22T00:46:32.164Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
36042026-05-22T00:46:32.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-22T00:46:32.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-22T00:46:32.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-22T00:46:32.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-05-22T00:46:32.773Z
36092026-05-22T00:46:32.773Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
36102026-05-22T00:46:33.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-22T00:46:33.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-22T00:46:33.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-22T00:46:33.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-05-22T00:46:33.382Z
36152026-05-22T00:46:33.382Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
36162026-05-22T00:46:33.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-22T00:46:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-22T00:46:33.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-22T00:46:33.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-22T00:46:34.004Z
36212026-05-22T00:46:34.005Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
36222026-05-22T00:46:34.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-22T00:46:34.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-22T00:46:34.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-22T00:46:34.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-22T00:46:34.622Z
36272026-05-22T00:46:34.622Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
36282026-05-22T00:46:35.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-22T00:46:35.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-22T00:46:35.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-22T00:46:35.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36322026-05-22T00:46:35.229Z
36332026-05-22T00:46:35.229Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
36342026-05-22T00:46:35.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-22T00:46:35.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-22T00:46:35.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-22T00:46:35.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36382026-05-22T00:46:35.908Z
36392026-05-22T00:46:35.908Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36402026-05-22T00:46:36.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-22T00:46:36.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-22T00:46:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-22T00:46:36.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36442026-05-22T00:46:36.588Z
36452026-05-22T00:46:36.588Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36462026-05-22T00:46:37.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-22T00:46:37.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-22T00:46:37.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-22T00:46:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36502026-05-22T00:46:37.260Z
36512026-05-22T00:46:37.260Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36522026-05-22T00:46:37.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-22T00:46:37.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-22T00:46:37.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-22T00:46:37.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36562026-05-22T00:46:37.899Z
36572026-05-22T00:46:37.899Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36582026-05-22T00:46:38.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-22T00:46:38.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-22T00:46:38.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-22T00:46:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36622026-05-22T00:46:38.539Z
36632026-05-22T00:46:38.540Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36642026-05-22T00:46:39.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-22T00:46:39.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-22T00:46:39.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-22T00:46:39.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36682026-05-22T00:46:39.182Z
36692026-05-22T00:46:39.182Zinfo: running `cargo check --bins` on key-manager (180/276)
36702026-05-22T00:46:39.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-22T00:46:39.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-22T00:46:39.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-22T00:46:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36742026-05-22T00:46:39.800Z
36752026-05-22T00:46:39.800Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36762026-05-22T00:46:40.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-22T00:46:40.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-22T00:46:40.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-22T00:46:40.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36802026-05-22T00:46:40.438Z
36812026-05-22T00:46:40.438Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36822026-05-22T00:46:40.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-22T00:46:40.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-22T00:46:40.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-22T00:46:40.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-22T00:46:41.080Z
36872026-05-22T00:46:41.080Zinfo: running `cargo check --bins` on typed-rng (183/276)
36882026-05-22T00:46:41.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-22T00:46:41.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-22T00:46:41.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-22T00:46:41.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36922026-05-22T00:46:41.693Z
36932026-05-22T00:46:41.693Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36942026-05-22T00:46:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-22T00:46:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-22T00:46:42.585Z Compiling typify-impl v0.4.3
36972026-05-22T00:46:42.588Z Compiling libefi-sys v0.1.0
36982026-05-22T00:46:42.588Z Compiling bitfield-struct v0.6.2
36992026-05-22T00:46:42.744Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37002026-05-22T00:46:42.753Z Compiling xshell-macros v0.2.7
37012026-05-22T00:46:42.766Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37022026-05-22T00:46:42.780Z Compiling salty v0.3.0
37032026-05-22T00:46:42.809Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37042026-05-22T00:46:42.938Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37052026-05-22T00:46:43.088Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37062026-05-22T00:46:43.106Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37072026-05-22T00:46:43.122Z Checking xshell v0.2.7
37082026-05-22T00:46:43.235Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37092026-05-22T00:46:43.283Z Checking primeorder v0.13.6
37102026-05-22T00:46:43.313Z Compiling proc-macro-error-attr2 v2.0.0
37112026-05-22T00:46:43.351Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37122026-05-22T00:46:43.400Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37132026-05-22T00:46:43.417Z Checking tungstenite v0.21.0
37142026-05-22T00:46:43.523Z Checking p384 v0.13.1
37152026-05-22T00:46:43.586Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37162026-05-22T00:46:43.624Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37172026-05-22T00:46:43.698Z Compiling proc-macro-error2 v2.0.1
37182026-05-22T00:46:43.822Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37192026-05-22T00:46:43.842Z Checking tokio-tungstenite v0.21.0
37202026-05-22T00:46:43.937Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37212026-05-22T00:46:44.010Z Compiling tabled_derive v0.11.0
37222026-05-22T00:46:44.042Z Checking papergrid v0.17.0
37232026-05-22T00:46:44.087Z Checking testing_table v0.3.0
37242026-05-22T00:46:44.118Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37252026-05-22T00:46:44.182Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37262026-05-22T00:46:44.281Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37272026-05-22T00:46:44.306Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37282026-05-22T00:46:44.386Z Checking corncobs v0.1.4
37292026-05-22T00:46:44.471Z Compiling unicase v2.9.0
37302026-05-22T00:46:44.499Z Compiling illumos-nvpair-sys v0.2.0
37312026-05-22T00:46:44.514Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37322026-05-22T00:46:44.672Z Compiling mime_guess v2.0.5
37332026-05-22T00:46:44.703Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342026-05-22T00:46:44.781Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-05-22T00:46:44.801Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
37362026-05-22T00:46:44.821Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37372026-05-22T00:46:44.894Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37382026-05-22T00:46:45.024Z Checking progenitor-client v0.11.2
37392026-05-22T00:46:45.150Z Checking secrecy v0.8.0
37402026-05-22T00:46:45.158Z Checking tabled v0.20.0
37412026-05-22T00:46:45.202Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37422026-05-22T00:46:45.291Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-05-22T00:46:45.406Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37442026-05-22T00:46:45.443Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37452026-05-22T00:46:45.584Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37462026-05-22T00:46:45.800Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37472026-05-22T00:46:45.815Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37482026-05-22T00:46:45.836Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37492026-05-22T00:46:45.859Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37502026-05-22T00:46:46.007Z Checking filetime v0.2.27
37512026-05-22T00:46:46.076Z Checking http-range v0.1.5
37522026-05-22T00:46:46.148Z Checking xattr v1.6.1
37532026-05-22T00:46:46.216Z Checking crc8 v0.1.1
37542026-05-22T00:46:46.270Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37552026-05-22T00:46:46.286Z Checking tar v0.4.45
37562026-05-22T00:46:46.313Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-22T00:46:46.497Z Checking illumos-nvpair v0.3.0
37582026-05-22T00:46:46.558Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37592026-05-22T00:46:46.674Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37602026-05-22T00:46:46.683Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37612026-05-22T00:46:46.788Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37622026-05-22T00:46:46.937Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37632026-05-22T00:46:47.050Z Checking atty v0.2.14
37642026-05-22T00:46:47.150Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37652026-05-22T00:46:47.165Z Compiling typify-macro v0.4.3
37662026-05-22T00:46:47.181Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37672026-05-22T00:46:47.220Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37682026-05-22T00:46:47.281Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37692026-05-22T00:46:47.298Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37702026-05-22T00:46:47.373Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37712026-05-22T00:46:47.550Z Checking hyper-staticfile v0.10.1
37722026-05-22T00:46:47.648Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37732026-05-22T00:46:47.702Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37742026-05-22T00:46:47.840Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37752026-05-22T00:46:47.856Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37762026-05-22T00:46:47.937Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37772026-05-22T00:46:48.100Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37782026-05-22T00:46:48.210Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37792026-05-22T00:46:48.374Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37802026-05-22T00:46:48.500Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37812026-05-22T00:46:48.862Z Compiling typify v0.4.3
37822026-05-22T00:46:48.951Z Compiling progenitor-impl v0.11.2
37832026-05-22T00:46:48.981Z Compiling progenitor-impl v0.10.0
37842026-05-22T00:46:49.434Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37852026-05-22T00:46:49.954Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37862026-05-22T00:46:50.419Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37872026-05-22T00:46:50.736Z Compiling progenitor-macro v0.11.2
37882026-05-22T00:46:50.819Z Compiling progenitor-macro v0.10.0
37892026-05-22T00:46:52.747Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37902026-05-22T00:46:53.293Z Checking progenitor v0.11.2
37912026-05-22T00:46:53.428Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37922026-05-22T00:46:53.711Z Checking progenitor v0.10.0
37932026-05-22T00:46:53.837Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37942026-05-22T00:46:58.114Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37952026-05-22T00:47:09.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.56s
37962026-05-22T00:47:09.494Z
37972026-05-22T00:47:09.494Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37982026-05-22T00:47:10.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-22T00:47:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-22T00:47:10.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-22T00:47:21.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38022026-05-22T00:47:21.451Z
38032026-05-22T00:47:21.451Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
38042026-05-22T00:47:22.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-22T00:47:22.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-22T00:47:22.275Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-22T00:47:33.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
38082026-05-22T00:47:33.376Z
38092026-05-22T00:47:33.376Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
38102026-05-22T00:47:33.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-22T00:47:33.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-22T00:47:34.174Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-05-22T00:47:45.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38142026-05-22T00:47:45.253Z
38152026-05-22T00:47:45.253Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
38162026-05-22T00:47:45.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-22T00:47:45.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-22T00:47:46.078Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-05-22T00:47:56.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38202026-05-22T00:47:57.198Z
38212026-05-22T00:47:57.198Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
38222026-05-22T00:47:57.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-22T00:47:57.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-22T00:47:58.028Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-05-22T00:48:08.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
38262026-05-22T00:48:09.082Z
38272026-05-22T00:48:09.082Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38282026-05-22T00:48:09.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-22T00:48:09.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-22T00:48:09.903Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38312026-05-22T00:48:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
38322026-05-22T00:48:20.969Z
38332026-05-22T00:48:20.969Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38342026-05-22T00:48:21.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-22T00:48:21.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-22T00:48:21.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-05-22T00:48:32.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38382026-05-22T00:48:32.915Z
38392026-05-22T00:48:32.915Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38402026-05-22T00:48:33.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-22T00:48:33.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-22T00:48:33.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-22T00:48:33.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-05-22T00:48:33.545Z
38452026-05-22T00:48:33.545Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38462026-05-22T00:48:34.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-22T00:48:34.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-22T00:48:34.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-22T00:48:34.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-05-22T00:48:34.177Z
38512026-05-22T00:48:34.177Zinfo: running `cargo check --bins` on range-requests (194/276)
38522026-05-22T00:48:34.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-22T00:48:34.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-22T00:48:34.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-22T00:48:34.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-05-22T00:48:34.795Z
38572026-05-22T00:48:34.795Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38582026-05-22T00:48:35.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-22T00:48:35.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-22T00:48:35.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-22T00:48:35.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-22T00:48:35.415Z
38632026-05-22T00:48:35.415Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38642026-05-22T00:48:35.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-22T00:48:35.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-22T00:48:35.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-22T00:48:35.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38682026-05-22T00:48:36.061Z
38692026-05-22T00:48:36.061Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38702026-05-22T00:48:36.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-22T00:48:36.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-22T00:48:36.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-22T00:48:36.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38742026-05-22T00:48:36.701Z
38752026-05-22T00:48:36.701Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38762026-05-22T00:48:37.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-22T00:48:37.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-22T00:48:37.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-22T00:48:37.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38802026-05-22T00:48:37.342Z
38812026-05-22T00:48:37.342Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38822026-05-22T00:48:37.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-22T00:48:37.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-22T00:48:37.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-22T00:48:37.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38862026-05-22T00:48:37.992Z
38872026-05-22T00:48:37.992Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38882026-05-22T00:48:38.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-22T00:48:38.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-22T00:48:38.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-22T00:48:38.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38922026-05-22T00:48:38.649Z
38932026-05-22T00:48:38.649Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38942026-05-22T00:48:39.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-22T00:48:39.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-22T00:48:39.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-22T00:48:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38982026-05-22T00:48:39.319Z
38992026-05-22T00:48:39.319Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
39002026-05-22T00:48:39.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-22T00:48:39.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-22T00:48:39.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-22T00:48:39.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39042026-05-22T00:48:39.970Z
39052026-05-22T00:48:39.970Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
39062026-05-22T00:48:40.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-22T00:48:40.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-22T00:48:40.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-22T00:48:40.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39102026-05-22T00:48:40.620Z
39112026-05-22T00:48:40.620Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
39122026-05-22T00:48:41.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-22T00:48:41.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-22T00:48:41.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-22T00:48:41.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39162026-05-22T00:48:41.277Z
39172026-05-22T00:48:41.277Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
39182026-05-22T00:48:41.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-22T00:48:41.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-22T00:48:41.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-22T00:48:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39222026-05-22T00:48:41.927Z
39232026-05-22T00:48:41.927Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
39242026-05-22T00:48:42.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-22T00:48:42.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-22T00:48:42.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-22T00:48:42.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39282026-05-22T00:48:42.602Z
39292026-05-22T00:48:42.602Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39302026-05-22T00:48:43.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-22T00:48:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-22T00:48:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-22T00:48:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39342026-05-22T00:48:43.252Z
39352026-05-22T00:48:43.252Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39362026-05-22T00:48:43.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-22T00:48:43.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-22T00:48:43.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-22T00:48:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39402026-05-22T00:48:43.923Z
39412026-05-22T00:48:43.923Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39422026-05-22T00:48:44.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-22T00:48:44.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-22T00:48:44.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-22T00:48:44.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39462026-05-22T00:48:44.606Z
39472026-05-22T00:48:44.606Zinfo: running `cargo check --bins` on update-common (210/276)
39482026-05-22T00:48:45.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-22T00:48:45.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-22T00:48:45.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-05-22T00:48:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39522026-05-22T00:48:45.257Z
39532026-05-22T00:48:45.257Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39542026-05-22T00:48:45.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-05-22T00:48:45.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-05-22T00:48:45.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-05-22T00:48:45.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39582026-05-22T00:48:45.979Z
39592026-05-22T00:48:45.980Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39602026-05-22T00:48:46.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-22T00:48:46.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-22T00:48:46.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-22T00:48:46.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39642026-05-22T00:48:46.550Z
39652026-05-22T00:48:46.550Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39662026-05-22T00:48:47.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-22T00:48:47.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-22T00:48:47.348Z Compiling fs-err v2.11.0
39692026-05-22T00:48:47.357Z Checking ignore v0.4.25
39702026-05-22T00:48:47.357Z Checking arc-swap v1.8.2
39712026-05-22T00:48:47.524Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39722026-05-22T00:48:47.576Z Checking predicates-tree v1.0.13
39732026-05-22T00:48:47.576Z Checking parse-size v1.1.0
39742026-05-22T00:48:47.576Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39752026-05-22T00:48:47.576Z Checking rand_seeder v0.4.0
39762026-05-22T00:48:47.635Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39772026-05-22T00:48:47.687Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39782026-05-22T00:48:47.728Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39792026-05-22T00:48:47.728Z Checking slog-scope v4.4.1
39802026-05-22T00:48:47.758Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39812026-05-22T00:48:47.806Z Compiling petname v2.0.2
39822026-05-22T00:48:47.826Z Checking slog-stdlog v4.1.1
39832026-05-22T00:48:47.841Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39842026-05-22T00:48:47.851Z Checking globwalk v0.9.1
39852026-05-22T00:48:47.925Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39862026-05-22T00:48:47.942Z Checking slog-envlogger v2.2.0
39872026-05-22T00:48:48.035Z Checking camino-tempfile-ext v0.3.3
39882026-05-22T00:48:48.094Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39892026-05-22T00:48:48.124Z Checking sapling-renderdag v0.1.0
39902026-05-22T00:48:48.239Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39912026-05-22T00:48:48.310Z Checking subprocess v0.2.15
39922026-05-22T00:48:48.387Z Checking sync-ptr v0.1.4
39932026-05-22T00:48:48.503Z Checking colored v2.2.0
39942026-05-22T00:48:48.566Z Checking assert_matches v1.5.0
39952026-05-22T00:48:48.582Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39962026-05-22T00:48:48.741Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39972026-05-22T00:48:48.785Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39982026-05-22T00:48:49.597Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39992026-05-22T00:48:51.026Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40002026-05-22T00:48:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s
40012026-05-22T00:48:53.684Z
40022026-05-22T00:48:53.684Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
40032026-05-22T00:48:54.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-22T00:48:54.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-22T00:48:54.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-22T00:48:54.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40072026-05-22T00:48:54.298Z
40082026-05-22T00:48:54.298Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
40092026-05-22T00:48:54.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-22T00:48:54.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-22T00:48:54.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-05-22T00:48:54.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40132026-05-22T00:48:54.940Z
40142026-05-22T00:48:54.940Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
40152026-05-22T00:48:55.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-05-22T00:48:55.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-05-22T00:48:55.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-05-22T00:48:55.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40192026-05-22T00:48:55.624Z
40202026-05-22T00:48:55.624Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
40212026-05-22T00:48:56.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-22T00:48:56.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-22T00:48:56.391Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40242026-05-22T00:48:56.394Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40252026-05-22T00:48:57.043Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40262026-05-22T00:48:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
40272026-05-22T00:48:59.002Z
40282026-05-22T00:48:59.002Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40292026-05-22T00:48:59.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-22T00:48:59.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-22T00:48:59.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-05-22T00:48:59.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40332026-05-22T00:48:59.631Z
40342026-05-22T00:48:59.631Zinfo: running `cargo check --bins` on cert-dev (219/276)
40352026-05-22T00:49:00.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-22T00:49:00.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-22T00:49:00.270Z Checking yasna v0.5.2
40382026-05-22T00:49:00.678Z Checking rcgen v0.12.1
40392026-05-22T00:49:00.928Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40402026-05-22T00:49:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40412026-05-22T00:49:01.305Z
40422026-05-22T00:49:01.305Zinfo: running `cargo check --bins` on clickana (220/276)
40432026-05-22T00:49:01.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-22T00:49:01.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-22T00:49:01.987Z Compiling darling_core v0.23.0
40462026-05-22T00:49:02.099Z Compiling instability v0.3.11
40472026-05-22T00:49:02.107Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40482026-05-22T00:49:02.110Z Checking castaway v0.2.4
40492026-05-22T00:49:02.119Z Compiling indoc v2.0.7
40502026-05-22T00:49:02.124Z Checking unicode-truncate v1.1.0
40512026-05-22T00:49:02.202Z Checking lru v0.12.5
40522026-05-22T00:49:02.202Z Checking cassowary v0.3.0
40532026-05-22T00:49:02.211Z Checking compact_str v0.8.1
40542026-05-22T00:49:03.166Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40552026-05-22T00:49:03.351Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40562026-05-22T00:49:03.513Z Compiling darling_macro v0.23.0
40572026-05-22T00:49:03.923Z Compiling darling v0.23.0
40582026-05-22T00:49:04.538Z Checking ratatui v0.29.0
40592026-05-22T00:49:05.606Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40602026-05-22T00:49:06.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
40612026-05-22T00:49:06.479Z
40622026-05-22T00:49:06.479Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40632026-05-22T00:49:07.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-22T00:49:07.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-22T00:49:07.248Z Checking headers-core v0.3.0
40662026-05-22T00:49:07.251Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40672026-05-22T00:49:07.448Z Checking headers v0.4.1
40682026-05-22T00:49:07.837Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40692026-05-22T00:49:08.776Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40702026-05-22T00:49:09.351Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40712026-05-22T00:49:09.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
40722026-05-22T00:49:10.043Z
40732026-05-22T00:49:10.043Zinfo: running `cargo check --bins` on ch-dev (222/276)
40742026-05-22T00:49:10.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-22T00:49:10.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-22T00:49:10.809Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40772026-05-22T00:49:11.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
40782026-05-22T00:49:11.841Z
40792026-05-22T00:49:11.841Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40802026-05-22T00:49:12.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-22T00:49:12.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-22T00:49:12.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-22T00:49:12.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40842026-05-22T00:49:12.338Z
40852026-05-22T00:49:12.338Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40862026-05-22T00:49:12.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-22T00:49:12.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-22T00:49:13.103Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40892026-05-22T00:49:14.201Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40902026-05-22T00:49:14.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
40912026-05-22T00:49:14.814Z
40922026-05-22T00:49:14.814Zinfo: running `cargo check --bins` on db-dev (225/276)
40932026-05-22T00:49:15.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-22T00:49:15.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-22T00:49:15.585Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40962026-05-22T00:49:16.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
40972026-05-22T00:49:16.642Z
40982026-05-22T00:49:16.642Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40992026-05-22T00:49:17.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-22T00:49:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-22T00:49:17.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-22T00:49:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41032026-05-22T00:49:17.318Z
41042026-05-22T00:49:17.318Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
41052026-05-22T00:49:17.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-22T00:49:17.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-22T00:49:17.954Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41082026-05-22T00:49:18.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41092026-05-22T00:49:18.826Z
41102026-05-22T00:49:18.826Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
41112026-05-22T00:49:19.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-22T00:49:19.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-22T00:49:19.620Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41142026-05-22T00:49:19.620Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41152026-05-22T00:49:19.623Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41162026-05-22T00:49:19.623Z Checking git-stub v1.0.0
41172026-05-22T00:49:19.623Z Compiling trait-variant v0.1.2
41182026-05-22T00:49:19.623Z Checking maplit v1.0.2
41192026-05-22T00:49:19.759Z Checking is_ci v1.2.0
41202026-05-22T00:49:19.790Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41212026-05-22T00:49:19.819Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41222026-05-22T00:49:19.882Z Checking supports-color v3.0.2
41232026-05-22T00:49:19.934Z Checking git-stub-vcs v0.1.0
41242026-05-22T00:49:19.997Z Checking drift v0.1.4
41252026-05-22T00:49:20.022Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41262026-05-22T00:49:20.048Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41272026-05-22T00:49:20.179Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41282026-05-22T00:49:20.237Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41292026-05-22T00:49:20.291Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41302026-05-22T00:49:20.310Z Checking dropshot-api-manager v0.7.1
41312026-05-22T00:49:20.342Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41322026-05-22T00:49:20.534Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41332026-05-22T00:49:20.564Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41342026-05-22T00:49:20.702Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41352026-05-22T00:49:21.037Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41362026-05-22T00:49:26.044Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41372026-05-22T00:49:27.131Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41382026-05-22T00:49:27.695Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41392026-05-22T00:49:28.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
41402026-05-22T00:49:28.434Z
41412026-05-22T00:49:28.434Zinfo: running `cargo check --bins` on installinator-api (229/276)
41422026-05-22T00:49:28.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-22T00:49:28.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-22T00:49:28.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-05-22T00:49:28.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41462026-05-22T00:49:29.066Z
41472026-05-22T00:49:29.066Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41482026-05-22T00:49:29.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-05-22T00:49:29.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-05-22T00:49:29.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-05-22T00:49:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
41522026-05-22T00:49:29.746Z
41532026-05-22T00:49:29.746Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41542026-05-22T00:49:30.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-05-22T00:49:30.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-05-22T00:49:30.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-05-22T00:49:30.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
41582026-05-22T00:49:30.426Z
41592026-05-22T00:49:30.426Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41602026-05-22T00:49:30.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-05-22T00:49:30.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-05-22T00:49:30.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-05-22T00:49:30.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41642026-05-22T00:49:31.100Z
41652026-05-22T00:49:31.100Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41662026-05-22T00:49:31.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-05-22T00:49:31.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-05-22T00:49:31.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-05-22T00:49:31.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41702026-05-22T00:49:31.728Z
41712026-05-22T00:49:31.728Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41722026-05-22T00:49:32.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-05-22T00:49:32.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-05-22T00:49:32.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41752026-05-22T00:49:32.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41762026-05-22T00:49:32.342Z
41772026-05-22T00:49:32.342Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41782026-05-22T00:49:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-05-22T00:49:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-05-22T00:49:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-05-22T00:49:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41822026-05-22T00:49:32.989Z
41832026-05-22T00:49:32.989Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41842026-05-22T00:49:33.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-05-22T00:49:33.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-05-22T00:49:33.624Z Checking typeid v1.0.3
41872026-05-22T00:49:33.739Z Checking ordered-float v2.10.1
41882026-05-22T00:49:33.759Z Checking unicode-xid v0.2.6
41892026-05-22T00:49:33.771Z Checking cargo-platform v0.2.0
41902026-05-22T00:49:33.782Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41912026-05-22T00:49:33.805Z Checking erased-serde v0.4.9
41922026-05-22T00:49:33.944Z Checking serde-value v0.7.0
41932026-05-22T00:49:34.116Z Checking serde-untagged v0.1.9
41942026-05-22T00:49:34.270Z Checking cargo-util-schemas v0.8.2
41952026-05-22T00:49:34.956Z Checking cargo_metadata v0.21.0
41962026-05-22T00:49:35.560Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41972026-05-22T00:49:36.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41982026-05-22T00:49:36.438Z
41992026-05-22T00:49:36.438Zinfo: running `cargo check --bins` on mgs-dev (237/276)
42002026-05-22T00:49:37.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-05-22T00:49:37.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-05-22T00:49:37.216Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42032026-05-22T00:49:37.912Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42042026-05-22T00:49:38.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
42052026-05-22T00:49:38.709Z
42062026-05-22T00:49:38.709Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
42072026-05-22T00:49:39.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-22T00:49:39.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-22T00:49:39.623Z Compiling vergen-gitcl v1.0.8
42102026-05-22T00:49:39.623Z Compiling dirs-sys-next v0.1.2
42112026-05-22T00:49:39.623Z Compiling crunchy v0.2.4
42122026-05-22T00:49:39.626Z Compiling diesel_derives v2.3.7
42132026-05-22T00:49:39.626Z Compiling glob v0.3.3
42142026-05-22T00:49:39.626Z Compiling dsl_auto_type v0.2.0
42152026-05-22T00:49:39.626Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42162026-05-22T00:49:39.626Z Checking scheduled-thread-pool v0.2.7
42172026-05-22T00:49:39.888Z Compiling diesel_table_macro_syntax v0.3.0
42182026-05-22T00:49:39.940Z Compiling tiny-keccak v2.0.2
42192026-05-22T00:49:40.024Z Compiling dirs-next v2.0.0
42202026-05-22T00:49:40.110Z Checking r2d2 v0.8.10
42212026-05-22T00:49:40.152Z Compiling term v0.7.0
42222026-05-22T00:49:40.166Z Compiling clang-sys v1.8.1
42232026-05-22T00:49:40.181Z Compiling bit-vec v0.6.3
42242026-05-22T00:49:40.202Z Checking downcast-rs v2.0.2
42252026-05-22T00:49:40.307Z Compiling itertools v0.10.5
42262026-05-22T00:49:40.409Z Compiling ascii-canvas v3.0.0
42272026-05-22T00:49:40.542Z Compiling bit-set v0.5.3
42282026-05-22T00:49:40.657Z Compiling ena v0.14.4
42292026-05-22T00:49:40.677Z Compiling libloading v0.8.9
42302026-05-22T00:49:40.699Z Compiling bindgen v0.71.1
42312026-05-22T00:49:40.714Z Compiling regex-syntax v0.6.29
42322026-05-22T00:49:40.717Z Compiling diff v0.1.13
42332026-05-22T00:49:40.881Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42342026-05-22T00:49:40.994Z Compiling cexpr v0.6.0
42352026-05-22T00:49:41.074Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42362026-05-22T00:49:41.140Z Compiling rustc-hash v2.1.1
42372026-05-22T00:49:41.251Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42382026-05-22T00:49:41.275Z Compiling libxml v0.3.3
42392026-05-22T00:49:41.422Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42402026-05-22T00:49:41.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42412026-05-22T00:49:41.671Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42422026-05-22T00:49:41.749Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42432026-05-22T00:49:41.834Z Compiling strum_macros v0.24.3
42442026-05-22T00:49:41.869Z Compiling indoc v1.0.9
42452026-05-22T00:49:42.041Z Compiling lalrpop v0.19.12
42462026-05-22T00:49:42.823Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42472026-05-22T00:49:43.016Z Checking derive_builder v0.20.2
42482026-05-22T00:49:43.138Z Compiling oso-derive v0.27.3
42492026-05-22T00:49:43.171Z Checking quick-xml v0.37.5
42502026-05-22T00:49:43.389Z Compiling impl-trait-for-tuples v0.2.3
42512026-05-22T00:49:43.632Z Checking openssl-probe v0.1.6
42522026-05-22T00:49:43.777Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42532026-05-22T00:49:44.053Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42542026-05-22T00:49:44.254Z Checking bb8 v0.8.6
42552026-05-22T00:49:44.543Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42562026-05-22T00:49:44.556Z Checking nonempty v0.12.0
42572026-05-22T00:49:44.576Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42582026-05-22T00:49:44.725Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42592026-05-22T00:49:44.763Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42602026-05-22T00:49:44.803Z Checking console v0.16.2
42612026-05-22T00:49:44.942Z Checking unit-prefix v0.5.2
42622026-05-22T00:49:44.958Z Checking support-bundle-viewer v0.1.2
42632026-05-22T00:49:45.083Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-22T00:49:45.117Z Checking indicatif v0.18.4
42652026-05-22T00:49:45.208Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42662026-05-22T00:49:45.351Z Checking multimap v0.10.1
42672026-05-22T00:49:45.749Z Checking diesel v2.3.7
42682026-05-22T00:49:47.821Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42692026-05-22T00:49:47.893Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42702026-05-22T00:49:48.162Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42712026-05-22T00:49:49.610Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42722026-05-22T00:49:49.783Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42732026-05-22T00:49:49.896Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42742026-05-22T00:49:50.547Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42752026-05-22T00:49:50.844Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42762026-05-22T00:49:52.725Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42772026-05-22T00:49:57.682Z Compiling samael v0.0.19
42782026-05-22T00:50:01.342Z Checking async-bb8-diesel v0.2.1
42792026-05-22T00:50:01.692Z Checking diesel-dtrace v0.5.0
42802026-05-22T00:50:02.547Z Compiling polar-core v0.27.3
42812026-05-22T00:50:07.045Z Checking oso v0.27.3
42822026-05-22T00:50:44.217Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42832026-05-22T00:51:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42842026-05-22T00:51:18.604Z
42852026-05-22T00:51:18.604Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42862026-05-22T00:51:19.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-22T00:51:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-22T00:51:19.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-22T00:51:19.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42902026-05-22T00:51:19.294Z
42912026-05-22T00:51:19.294Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42922026-05-22T00:51:19.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-22T00:51:19.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-22T00:51:19.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-22T00:51:19.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42962026-05-22T00:51:19.979Z
42972026-05-22T00:51:19.979Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42982026-05-22T00:51:20.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-22T00:51:20.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-22T00:51:20.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-22T00:51:20.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43022026-05-22T00:51:20.590Z
43032026-05-22T00:51:20.590Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
43042026-05-22T00:51:21.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-22T00:51:21.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-22T00:51:21.506Z Compiling libz-sys v1.1.24
43072026-05-22T00:51:21.646Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-22T00:51:21.656Z Compiling vergen-git2 v1.0.7
43092026-05-22T00:51:21.684Z Compiling rustls v0.21.12
43102026-05-22T00:51:21.693Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43112026-05-22T00:51:21.697Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-05-22T00:51:21.697Z Checking sct v0.7.1
43132026-05-22T00:51:21.697Z Checking rustls-webpki v0.101.7
43142026-05-22T00:51:21.849Z Compiling nix v0.29.0
43152026-05-22T00:51:21.872Z Compiling dropshot v0.16.7
43162026-05-22T00:51:21.916Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43172026-05-22T00:51:21.972Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43182026-05-22T00:51:22.022Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43192026-05-22T00:51:22.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43202026-05-22T00:51:22.145Z Checking toml v0.9.12+spec-1.1.0
43212026-05-22T00:51:22.196Z Compiling dropshot_endpoint v0.16.7
43222026-05-22T00:51:22.340Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43232026-05-22T00:51:22.476Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43242026-05-22T00:51:22.733Z Checking rustls-pemfile v1.0.4
43252026-05-22T00:51:22.737Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43262026-05-22T00:51:22.876Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-22T00:51:23.073Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43282026-05-22T00:51:23.200Z Checking twox-hash v2.1.2
43292026-05-22T00:51:23.221Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43302026-05-22T00:51:23.335Z Checking tokio-rustls v0.24.1
43312026-05-22T00:51:24.033Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43322026-05-22T00:51:24.205Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43332026-05-22T00:51:24.232Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-05-22T00:51:24.851Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43352026-05-22T00:51:24.899Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43362026-05-22T00:51:24.964Z Checking fatfs v0.3.6
43372026-05-22T00:51:25.028Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43382026-05-22T00:51:25.085Z Compiling seq-macro v0.3.6
43392026-05-22T00:51:28.921Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43402026-05-22T00:51:29.045Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43412026-05-22T00:51:29.299Z Compiling git2 v0.20.4
43422026-05-22T00:51:31.517Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43432026-05-22T00:52:17.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.24s
43442026-05-22T00:52:18.068Z
43452026-05-22T00:52:18.069Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43462026-05-22T00:52:18.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-22T00:52:18.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-22T00:52:19.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43492026-05-22T00:52:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.03s
43502026-05-22T00:52:58.329Z
43512026-05-22T00:52:58.329Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43522026-05-22T00:52:58.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-22T00:52:58.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-22T00:52:58.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-05-22T00:52:58.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43562026-05-22T00:52:58.946Z
43572026-05-22T00:52:58.946Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43582026-05-22T00:52:59.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-22T00:52:59.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-22T00:52:59.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-05-22T00:52:59.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43622026-05-22T00:52:59.626Z
43632026-05-22T00:52:59.626Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43642026-05-22T00:53:00.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-05-22T00:53:00.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-05-22T00:53:00.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-05-22T00:53:00.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43682026-05-22T00:53:00.319Z
43692026-05-22T00:53:00.319Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43702026-05-22T00:53:00.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-05-22T00:53:00.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-05-22T00:53:00.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-05-22T00:53:00.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43742026-05-22T00:53:01.011Z
43752026-05-22T00:53:01.011Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43762026-05-22T00:53:01.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-22T00:53:01.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-22T00:53:01.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-05-22T00:53:01.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43802026-05-22T00:53:01.695Z
43812026-05-22T00:53:01.695Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43822026-05-22T00:53:02.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-22T00:53:02.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-22T00:53:02.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-05-22T00:53:02.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43862026-05-22T00:53:02.397Z
43872026-05-22T00:53:02.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43882026-05-22T00:53:02.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-22T00:53:02.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-22T00:53:02.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-05-22T00:53:02.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43922026-05-22T00:53:03.096Z
43932026-05-22T00:53:03.096Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43942026-05-22T00:53:03.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-22T00:53:03.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-22T00:53:03.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-05-22T00:53:03.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43982026-05-22T00:53:03.785Z
43992026-05-22T00:53:03.785Zinfo: running `cargo check --bins` on omicron-dev (252/276)
44002026-05-22T00:53:04.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-22T00:53:04.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-22T00:53:04.735Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44032026-05-22T00:53:04.738Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44042026-05-22T00:53:04.926Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44052026-05-22T00:53:04.958Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44062026-05-22T00:53:04.978Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44072026-05-22T00:53:04.981Z Checking yansi v1.0.1
44082026-05-22T00:53:04.996Z Checking diff v0.1.13
44092026-05-22T00:53:05.029Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44102026-05-22T00:53:05.071Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44112026-05-22T00:53:05.239Z Checking pretty_assertions v1.4.1
44122026-05-22T00:53:05.996Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44132026-05-22T00:53:06.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44142026-05-22T00:53:29.982Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44152026-05-22T00:53:29.985Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44162026-05-22T00:53:29.985Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44172026-05-22T00:53:29.985Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44182026-05-22T00:53:29.985Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44192026-05-22T00:53:29.985Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44202026-05-22T00:53:30.873Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44212026-05-22T00:53:32.051Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44222026-05-22T00:54:10.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44232026-05-22T00:54:11.038Z
44242026-05-22T00:54:11.038Zinfo: running `cargo check --bins` on omicron-pins (253/276)
44252026-05-22T00:54:11.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-22T00:54:11.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-22T00:54:11.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-22T00:54:11.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44292026-05-22T00:54:11.660Z
44302026-05-22T00:54:11.660Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44312026-05-22T00:54:12.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-22T00:54:12.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-22T00:54:12.475Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44342026-05-22T00:54:12.602Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44352026-05-22T00:54:12.610Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44362026-05-22T00:54:38.545Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44372026-05-22T00:54:39.024Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44382026-05-22T00:54:40.834Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44392026-05-22T00:54:41.367Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44402026-05-22T00:54:44.372Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44412026-05-22T00:55:07.267Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44422026-05-22T00:55:08.039Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44432026-05-22T00:55:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.16s
44442026-05-22T00:55:10.054Z
44452026-05-22T00:55:10.054Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44462026-05-22T00:55:10.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-22T00:55:10.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-22T00:55:10.813Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44492026-05-22T00:55:11.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44502026-05-22T00:55:11.773Z
44512026-05-22T00:55:11.773Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44522026-05-22T00:55:12.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-05-22T00:55:12.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-05-22T00:55:12.453Z Compiling blake3 v1.8.3
44552026-05-22T00:55:12.566Z Checking constant_time_eq v0.4.2
44562026-05-22T00:55:12.569Z Checking arrayref v0.3.9
44572026-05-22T00:55:12.569Z Checking arrayvec v0.7.6
44582026-05-22T00:55:12.592Z Checking topological-sort v0.2.2
44592026-05-22T00:55:12.592Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44602026-05-22T00:55:12.595Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44612026-05-22T00:55:12.595Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44622026-05-22T00:55:12.643Z Checking shell-words v1.1.1
44632026-05-22T00:55:13.363Z Checking omicron-zone-package v0.12.2
44642026-05-22T00:55:14.077Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44652026-05-22T00:55:14.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
44662026-05-22T00:55:15.142Z
44672026-05-22T00:55:15.142Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44682026-05-22T00:55:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-05-22T00:55:15.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-05-22T00:55:15.814Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44712026-05-22T00:55:16.137Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44722026-05-22T00:55:16.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44732026-05-22T00:55:16.721Z
44742026-05-22T00:55:16.721Zinfo: running `cargo check --bins` on schema (258/276)
44752026-05-22T00:55:17.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-05-22T00:55:17.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-05-22T00:55:17.491Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44782026-05-22T00:55:18.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44792026-05-22T00:55:18.490Z
44802026-05-22T00:55:18.490Zinfo: running `cargo check --bins` on xtask (259/276)
44812026-05-22T00:55:18.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-05-22T00:55:18.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-05-22T00:55:18.965Z Checking libc v0.2.185
44842026-05-22T00:55:19.050Z Checking serde v1.0.228
44852026-05-22T00:55:19.056Z Checking zerofrom v0.1.6
44862026-05-22T00:55:19.060Z Checking bitflags v2.11.0
44872026-05-22T00:55:19.066Z Checking smallvec v1.15.1
44882026-05-22T00:55:19.069Z Checking indexmap v2.14.0
44892026-05-22T00:55:19.082Z Checking serde_json v1.0.149
44902026-05-22T00:55:19.085Z Checking num-traits v0.2.19
44912026-05-22T00:55:19.153Z Checking yoke v0.8.1
44922026-05-22T00:55:19.204Z Checking scroll v0.12.0
44932026-05-22T00:55:19.237Z Checking thiserror v1.0.69
44942026-05-22T00:55:19.319Z Checking zerovec v0.11.5
44952026-05-22T00:55:19.332Z Checking zerotrie v0.2.3
44962026-05-22T00:55:19.343Z Checking errno v0.3.14
44972026-05-22T00:55:19.426Z Checking log v0.4.29
44982026-05-22T00:55:19.436Z Checking serde_spanned v0.6.9
44992026-05-22T00:55:19.456Z Checking rustix v1.1.3
45002026-05-22T00:55:19.555Z Checking toml_datetime v0.6.11
45012026-05-22T00:55:19.568Z Checking percent-encoding v2.3.2
45022026-05-22T00:55:19.579Z Checking goblin v0.8.2
45032026-05-22T00:55:19.595Z Checking zerocopy v0.7.35
45042026-05-22T00:55:19.616Z Checking ordered-float v2.10.1
45052026-05-22T00:55:19.693Z Checking getrandom v0.4.1
45062026-05-22T00:55:19.705Z Checking form_urlencoded v1.2.2
45072026-05-22T00:55:19.735Z Checking toml_edit v0.22.27
45082026-05-22T00:55:19.753Z Checking tinystr v0.8.2
45092026-05-22T00:55:19.823Z Checking potential_utf v0.1.4
45102026-05-22T00:55:19.833Z Checking thiserror v2.0.18
45112026-05-22T00:55:19.843Z Checking serde-value v0.7.0
45122026-05-22T00:55:19.930Z Checking icu_locale_core v2.1.1
45132026-05-22T00:55:19.933Z Checking syn v2.0.117
45142026-05-22T00:55:19.953Z Checking icu_collections v2.1.1
45152026-05-22T00:55:20.045Z Checking dtrace-parser v0.2.0
45162026-05-22T00:55:20.081Z Checking thread-id v4.2.2
45172026-05-22T00:55:20.161Z Checking once_cell v1.21.3
45182026-05-22T00:55:20.270Z Checking terminal_size v0.4.3
45192026-05-22T00:55:20.273Z Checking cargo-platform v0.2.0
45202026-05-22T00:55:20.300Z Checking memmap v0.7.0
45212026-05-22T00:55:20.336Z Checking tempfile v3.25.0
45222026-05-22T00:55:20.393Z Checking clap_builder v4.6.0
45232026-05-22T00:55:20.428Z Checking textwrap v0.16.2
45242026-05-22T00:55:20.461Z Checking fs-err v3.3.0
45252026-05-22T00:55:20.482Z Checking icu_provider v2.1.1
45262026-05-22T00:55:20.525Z Checking camino-tempfile v1.4.1
45272026-05-22T00:55:20.635Z Checking anyhow v1.0.102
45282026-05-22T00:55:20.635Z Checking tabled v0.15.0
45292026-05-22T00:55:20.680Z Checking macaddr v1.0.1
45302026-05-22T00:55:20.719Z Checking icu_normalizer v2.1.1
45312026-05-22T00:55:20.828Z Checking icu_properties v2.1.2
45322026-05-22T00:55:20.840Z Checking toml v0.8.23
45332026-05-22T00:55:20.857Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45342026-05-22T00:55:21.149Z Checking cargo_toml v0.21.0
45352026-05-22T00:55:21.464Z Checking dof v0.3.0
45362026-05-22T00:55:21.591Z Checking clap v4.6.1
45372026-05-22T00:55:21.648Z Checking idna_adapter v1.2.1
45382026-05-22T00:55:21.737Z Checking usdt-impl v0.5.0
45392026-05-22T00:55:21.763Z Checking idna v1.1.0
45402026-05-22T00:55:21.980Z Checking url v2.5.8
45412026-05-22T00:55:21.984Z Checking usdt v0.5.0
45422026-05-22T00:55:22.310Z Checking cargo-util-schemas v0.8.2
45432026-05-22T00:55:22.996Z Checking cargo_metadata v0.21.0
45442026-05-22T00:55:23.612Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45452026-05-22T00:55:24.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
45462026-05-22T00:55:24.157Z
45472026-05-22T00:55:24.157Zinfo: running `cargo check --bins` on dnsadm (260/276)
45482026-05-22T00:55:24.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-22T00:55:24.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-22T00:55:24.826Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45512026-05-22T00:55:25.309Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45522026-05-22T00:55:25.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45532026-05-22T00:55:25.892Z
45542026-05-22T00:55:25.892Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45552026-05-22T00:55:26.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-22T00:55:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-22T00:55:26.734Z Checking polyval v0.6.2
45582026-05-22T00:55:26.864Z Checking ctr v0.9.2
45592026-05-22T00:55:26.874Z Checking ssh-encoding v0.2.0
45602026-05-22T00:55:26.874Z Checking blowfish v0.9.1
45612026-05-22T00:55:26.896Z Checking password-hash v0.4.2
45622026-05-22T00:55:26.912Z Checking p256 v0.13.2
45632026-05-22T00:55:26.921Z Checking p521 v0.13.3
45642026-05-22T00:55:26.940Z Checking russh-cryptovec v0.7.3
45652026-05-22T00:55:27.005Z Checking ghash v0.5.1
45662026-05-22T00:55:27.019Z Checking bcrypt-pbkdf v0.10.0
45672026-05-22T00:55:27.020Z Checking md5 v0.7.0
45682026-05-22T00:55:27.052Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45692026-05-22T00:55:27.104Z Checking num-bigint v0.4.6
45702026-05-22T00:55:27.118Z Checking aes-gcm v0.10.3
45712026-05-22T00:55:27.122Z Checking pbkdf2 v0.11.0
45722026-05-22T00:55:27.157Z Checking des v0.8.1
45732026-05-22T00:55:27.229Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45742026-05-22T00:55:27.250Z Checking hex-literal v0.4.1
45752026-05-22T00:55:27.282Z Checking ssh-cipher v0.2.0
45762026-05-22T00:55:27.299Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45772026-05-22T00:55:27.302Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45782026-05-22T00:55:27.328Z Checking socket2 v0.5.10
45792026-05-22T00:55:27.344Z Checking internet-checksum v0.2.1
45802026-05-22T00:55:27.449Z Checking ssh-key v0.6.7
45812026-05-22T00:55:27.620Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45822026-05-22T00:55:28.078Z Checking russh-keys v0.45.0
45832026-05-22T00:55:28.637Z Checking russh v0.45.0
45842026-05-22T00:55:45.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
45852026-05-22T00:55:45.386Z
45862026-05-22T00:55:45.386Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45872026-05-22T00:55:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-22T00:55:45.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-22T00:55:46.054Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45902026-05-22T00:55:46.167Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45912026-05-22T00:55:46.174Z Checking termios v0.3.3
45922026-05-22T00:55:47.374Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45932026-05-22T00:55:47.524Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45942026-05-22T00:55:49.317Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45952026-05-22T00:55:49.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
45962026-05-22T00:55:50.077Z
45972026-05-22T00:55:50.077Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45982026-05-22T00:55:50.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-22T00:55:50.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-22T00:55:50.812Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46012026-05-22T00:55:50.815Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46022026-05-22T00:55:50.939Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46032026-05-22T00:55:50.942Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46042026-05-22T00:55:50.954Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46052026-05-22T00:55:50.965Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46062026-05-22T00:55:51.681Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46072026-05-22T00:55:52.031Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46082026-05-22T00:55:52.034Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46092026-05-22T00:55:52.667Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46102026-05-22T00:55:54.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
46112026-05-22T00:55:54.495Z
46122026-05-22T00:55:54.495Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
46132026-05-22T00:55:55.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-22T00:55:55.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-22T00:55:55.159Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46162026-05-22T00:55:55.614Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46172026-05-22T00:55:55.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46182026-05-22T00:55:56.141Z
46192026-05-22T00:55:56.141Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
46202026-05-22T00:55:56.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-05-22T00:55:56.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-05-22T00:55:56.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-05-22T00:55:56.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46242026-05-22T00:55:56.749Z
46252026-05-22T00:55:56.749Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
46262026-05-22T00:55:57.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-05-22T00:55:57.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-05-22T00:55:57.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-05-22T00:55:57.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46302026-05-22T00:55:57.362Z
46312026-05-22T00:55:57.362Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46322026-05-22T00:55:57.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-05-22T00:55:57.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-05-22T00:55:58.162Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46352026-05-22T00:55:58.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46362026-05-22T00:55:59.029Z
46372026-05-22T00:55:59.029Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46382026-05-22T00:55:59.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-22T00:55:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-22T00:55:59.698Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46412026-05-22T00:55:59.704Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46422026-05-22T00:55:59.978Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46432026-05-22T00:55:59.979Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46442026-05-22T00:56:00.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46452026-05-22T00:56:00.970Z
46462026-05-22T00:56:00.970Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46472026-05-22T00:56:01.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-22T00:56:01.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-22T00:56:01.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-05-22T00:56:01.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46512026-05-22T00:56:01.577Z
46522026-05-22T00:56:01.577Zinfo: running `cargo check --bins` on omicron-package (270/276)
46532026-05-22T00:56:02.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-22T00:56:02.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-22T00:56:02.280Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46562026-05-22T00:56:03.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
46572026-05-22T00:56:03.552Z
46582026-05-22T00:56:03.552Zinfo: running `cargo check --bins` on tqdb (271/276)
46592026-05-22T00:56:04.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-22T00:56:04.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-22T00:56:04.371Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46622026-05-22T00:56:04.730Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46632026-05-22T00:56:05.244Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46642026-05-22T00:56:05.247Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46652026-05-22T00:56:11.183Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46662026-05-22T00:56:11.188Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46672026-05-22T00:56:11.765Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46682026-05-22T00:56:11.765Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46692026-05-22T00:56:11.770Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46702026-05-22T00:56:11.770Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46712026-05-22T00:56:12.528Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46722026-05-22T00:56:13.673Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-05-22T00:56:14.333Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46742026-05-22T00:56:14.954Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46752026-05-22T00:56:19.393Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46762026-05-22T00:56:25.919Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46772026-05-22T00:56:25.922Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46782026-05-22T00:56:25.922Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46792026-05-22T00:56:25.922Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46802026-05-22T00:56:27.554Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46812026-05-22T00:56:28.972Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46822026-05-22T00:56:29.721Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46832026-05-22T00:56:31.032Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46842026-05-22T00:56:31.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s
46852026-05-22T00:56:31.874Z
46862026-05-22T00:56:31.874Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46872026-05-22T00:56:32.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-05-22T00:56:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-05-22T00:56:32.611Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46902026-05-22T00:56:32.614Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46912026-05-22T00:56:32.614Z Checking rtoolbox v0.0.3
46922026-05-22T00:56:32.745Z Checking tui-tree-widget v0.23.1
46932026-05-22T00:56:32.845Z Checking rpassword v7.4.0
46942026-05-22T00:56:33.856Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46952026-05-22T00:56:36.820Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46962026-05-22T00:56:38.677Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46972026-05-22T00:56:39.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46982026-05-22T00:56:39.797Z
46992026-05-22T00:56:39.797Zinfo: running `cargo check --bins` on wicket (273/276)
47002026-05-22T00:56:40.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-22T00:56:40.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-22T00:56:40.517Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47032026-05-22T00:56:40.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
47042026-05-22T00:56:41.102Z
47052026-05-22T00:56:41.102Zinfo: running `cargo check --bins` on wicketd (274/276)
47062026-05-22T00:56:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-05-22T00:56:41.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-05-22T00:56:41.845Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47092026-05-22T00:56:41.849Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47102026-05-22T00:56:41.849Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47112026-05-22T00:56:41.964Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47122026-05-22T00:56:42.864Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47132026-05-22T00:56:43.437Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47142026-05-22T00:56:46.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47152026-05-22T00:56:46.593Z
47162026-05-22T00:56:46.593Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
47172026-05-22T00:56:47.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-05-22T00:56:47.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-05-22T00:56:47.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-05-22T00:56:47.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47212026-05-22T00:56:47.203Z
47222026-05-22T00:56:47.203Zinfo: running `cargo check --bins` on zone-setup (276/276)
47232026-05-22T00:56:47.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-05-22T00:56:47.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-05-22T00:56:47.896Z Checking uzers v0.12.2
47262026-05-22T00:56:48.173Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47272026-05-22T00:56:48.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47282026-05-22T00:56:49.146Z
47292026-05-22T00:56:49.146Zreal 14:49.456069890
47302026-05-22T00:56:49.146Zuser 21:37.680765961
47312026-05-22T00:56:49.146Zsys 4:31.053916798
47322026-05-22T00:56:49.146Ztrap 0.336583845
47332026-05-22T00:56:49.147Ztflt 1.193882808
47342026-05-22T00:56:49.147Zdflt 1.345248201
47352026-05-22T00:56:49.147Zkflt 0.016083560
47362026-05-22T00:56:49.155Zlock 1:21:30.501923819
47372026-05-22T00:56:49.155Zslp 1:43:26.339644764
47382026-05-22T00:56:49.155Zlat 1:07.094611843
47392026-05-22T00:56:49.155Zstop 3:55.385323829
47402026-05-22T00:56:49.155Zprocess exited: duration 1029122 ms, exit code 0
 
47412026-05-22T00:56:49.164Zfound 0 output files