01KWWN1180GP3X8XABDHWHC16F: 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: 01KWWN1FA3VX7GV25JXQEMDYGD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-06T21:24:31.188Zjob assigned to worker 01KWWN1Q38BB093DY0VR47XAZ7 [factory aws, i-0c005ce24fa9a60ff] (queued for 50 s)
 
22026-07-06T21:24:37.531Zstarting task 0: "setup"
32026-07-06T21:24:37.535Z++ uname -s
42026-07-06T21:24:37.538Z+ kern=SunOS
52026-07-06T21:24:37.538Z+ build_user=build
62026-07-06T21:24:37.538Z+ build_uid=12345
72026-07-06T21:24:37.538Z+ work_dir=/work
82026-07-06T21:24:37.538Z+ input_dir=/input
92026-07-06T21:24:37.538Z+ [[ 0 == 12345 ]]
102026-07-06T21:24:37.538Z+ case "$kern" in
112026-07-06T21:24:37.538Z+ groupadd -g 12345 build
122026-07-06T21:24:37.538Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-06T21:24:39.543Z+ zfs create -o mountpoint=/work rpool/work
142026-07-06T21:24:39.605Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-06T21:24:39.608Z+ home_fs=zfs
162026-07-06T21:24:39.608Z+ [[ zfs == autofs ]]
172026-07-06T21:24:39.608Z+ mkdir -p /home/build
182026-07-06T21:24:39.608Z+ chown build:build /home/build /work
192026-07-06T21:24:41.609Z+ chmod 0700 /home/build /work
202026-07-06T21:24:41.613Zprocess exited: duration 4081 ms, exit code 0
 
212026-07-06T21:24:41.619Zstarting task 1: "rust-toolchain"
222026-07-06T21:24:41.623Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-06T21:24:41.623Z * rust toolchain channel = "1.96.1"
242026-07-06T21:24:41.623Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-06T21:24:41.623Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-06T21:24:41.623Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-06T21:24:41.623Z * rust toolchain profile = "default"
282026-07-06T21:24:41.626Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-06T21:24:41.627Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-06T21:24:41.705Zinfo: downloading installer
312026-07-06T21:24:43.358Zwarn: It looks like you have an existing rustup settings file at:
322026-07-06T21:24:43.359Zwarn: /home/build/.rustup/settings.toml
332026-07-06T21:24:43.359Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-06T21:24:43.359Zwarn: instead of the one inferred from the default host triple.
352026-07-06T21:24:43.373Zinfo: profile set to default
362026-07-06T21:24:43.373Zinfo: default host triple is x86_64-unknown-illumos
372026-07-06T21:24:43.376Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-06T21:24:43.535Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-06T21:24:43.538Zinfo: downloading 6 components
402026-07-06T21:24:59.406Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-06T21:24:59.406Z
422026-07-06T21:24:59.432Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-06T21:24:59.432Z
442026-07-06T21:24:59.435Z
452026-07-06T21:24:59.435ZRust is installed now. Great!
462026-07-06T21:24:59.435Z
472026-07-06T21:24:59.435ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-06T21:24:59.435Zenvironment variable. This has not been done automatically.
492026-07-06T21:24:59.436Z
502026-07-06T21:24:59.436ZTo configure your current shell, you need to source
512026-07-06T21:24:59.436Zthe corresponding env file under $HOME/.cargo.
522026-07-06T21:24:59.436Z
532026-07-06T21:24:59.436ZThis is usually done by running one of the following (note the leading DOT):
542026-07-06T21:24:59.436Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-06T21:24:59.436Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-06T21:24:59.436Zsource "~/.cargo/env.nu" # For nushell
572026-07-06T21:24:59.436Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-06T21:24:59.436Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-06T21:24:59.436Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-06T21:24:59.436Zwarn: no default linker (`cc`) was found in your PATH
612026-07-06T21:24:59.436Zwarn: many Rust crates require a system C toolchain to build
622026-07-06T21:24:59.522Z+ rustup --version
632026-07-06T21:24:59.530Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-06T21:24:59.533Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-06T21:24:59.552Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-06T21:24:59.555Z+ cargo --version
672026-07-06T21:24:59.569Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-06T21:24:59.573Z+ rustc --version
692026-07-06T21:24:59.591Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-06T21:24:59.595Zprocess exited: duration 17974 ms, exit code 0
 
712026-07-06T21:24:59.601Zstarting task 2: "authentication"
722026-07-06T21:24:59.617Zprocess exited: duration 16 ms, exit code 0
 
732026-07-06T21:24:59.623Zstarting task 3: "clone repository"
742026-07-06T21:24:59.626Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-06T21:24:59.629Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-06T21:24:59.657ZCloning into '/work/oxidecomputer/omicron'...
772026-07-06T21:25:10.132Z+ cd /work/oxidecomputer/omicron
782026-07-06T21:25:10.133Z+ git fetch origin 5e1011e8b432215b5e7c60d363db58c9dc1a115e
792026-07-06T21:25:10.390ZFrom https://github.com/oxidecomputer/omicron
802026-07-06T21:25:10.390Z * branch 5e1011e8b432215b5e7c60d363db58c9dc1a115e -> FETCH_HEAD
812026-07-06T21:25:10.401Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-06T21:25:10.406Z++ git branch --show-current
832026-07-06T21:25:10.406Z+ current=main
842026-07-06T21:25:10.406Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-06T21:25:10.406Z+ git branch -f trey/bgp-unnumbered-status 5e1011e8b432215b5e7c60d363db58c9dc1a115e
862026-07-06T21:25:10.409Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-06T21:25:10.651ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-06T21:25:10.654Z+ git reset --hard 5e1011e8b432215b5e7c60d363db58c9dc1a115e
892026-07-06T21:25:10.679ZHEAD is now at 5e1011e8b initial review feedback
902026-07-06T21:25:10.682Zprocess exited: duration 11057 ms, exit code 0
 
912026-07-06T21:25:10.688Zstarting task 4: "build"
922026-07-06T21:25:10.692Z+ source .github/buildomat/ci-env.sh
932026-07-06T21:25:10.692Z++ export CARGO_TERM_COLOR=always
942026-07-06T21:25:10.692Z++ CARGO_TERM_COLOR=always
952026-07-06T21:25:10.694Z+++ uname -s
962026-07-06T21:25:10.694Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-06T21:25:10.694Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-06T21:25:10.697Z+ cargo --version
992026-07-06T21:25:10.705Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-06T21:25:10.708Z+ rustc --version
1012026-07-06T21:25:10.728Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-06T21:25:10.731Z+ source ./env.sh
1032026-07-06T21:25:10.731Z++ OLD_SHELL_OPTS=ehxB
1042026-07-06T21:25:10.731Z++ set -o xtrace
1052026-07-06T21:25:10.735Z++++ dirname ./env.sh
1062026-07-06T21:25:10.735Z+++ readlink -f .
1072026-07-06T21:25:10.738Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-06T21:25:10.738Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-06T21:25:10.738Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-06T21:25:10.738Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-06T21:25:10.738Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-06T21:25:10.738Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-06T21:25:10.738Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-06T21:25:10.738Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-06T21:25:10.738Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-06T21:25:10.738Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-06T21:25:10.739Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-06T21:25:10.739Z++ case $OLD_SHELL_OPTS in
1192026-07-06T21:25:10.739Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-06T21:25:10.739Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-06T21:25:10.739Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-06T21:25:10.739Z+ banner prerequisites
1232026-07-06T21:25:10.739Z
1242026-07-06T21:25:10.739Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-06T21:25:10.739Z # # # # # # # # # # # # # # #
1262026-07-06T21:25:10.739Z # # # # ##### # # ##### # # # # # #### #
1272026-07-06T21:25:10.739Z ##### ##### # ##### # # # # # # # # #
1282026-07-06T21:25:10.739Z # # # # # # # # # # # # # # #
1292026-07-06T21:25:10.739Z # # # ###### # # ###### ### # #### # #### #
1302026-07-06T21:25:10.739Z
1312026-07-06T21:25:10.739Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-06T21:25:12.770Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-06T21:25:12.882Z Startup: Caching catalogs ... Done
1342026-07-06T21:25:13.383ZPlanning: Solver setup ... Done (0.453s)
1352026-07-06T21:25:13.410ZPlanning: Running solver ... Done (0.027s)
1362026-07-06T21:25:13.425ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-06T21:25:13.436ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-06T21:25:13.453ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-06T21:25:13.467ZPlanning: Package planning ... Done (0.014s)
1402026-07-06T21:25:13.471ZPlanning: Merging actions ... Done (0.002s)
1412026-07-06T21:25:13.637ZPlanning: Checking for conflicting actions ... Done (0.167s)
1422026-07-06T21:25:13.640ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-06T21:25:14.429ZPlanning: Evaluating mediators ... Done (0.793s)
1442026-07-06T21:25:14.432ZPlanning: Planning completed in 1.53 seconds
1452026-07-06T21:25:14.438Z Packages to install: 2
1462026-07-06T21:25:14.441Z Estimated space available: 156.06 GB
1472026-07-06T21:25:14.441ZEstimated space to be consumed: 30.99 MB
1482026-07-06T21:25:14.441Z Create boot environment: No
1492026-07-06T21:25:14.441ZCreate backup boot environment: No
1502026-07-06T21:25:14.441Z Rebuild boot archive: No
1512026-07-06T21:25:14.441Z
1522026-07-06T21:25:14.441ZChanged packages:
1532026-07-06T21:25:14.441Zhelios
1542026-07-06T21:25:14.442Z developer/build-essential
1552026-07-06T21:25:14.442Z None -> 11-3.0
1562026-07-06T21:25:14.442Z library/libxmlsec1
1572026-07-06T21:25:14.442Z None -> 1.2.35-3.0
1582026-07-06T21:25:14.463Z
1592026-07-06T21:25:14.463ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-06T21:25:14.944ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1612026-07-06T21:25:15.011Z Actions: 1/268 actions (Installing new actions)
1622026-07-06T21:25:15.050Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-06T21:25:15.061ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-06T21:25:15.064ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-06T21:25:15.091ZFinalize: Updating image state ... Done (0.029s)
1662026-07-06T21:25:17.546ZFinalize: Creating fast lookup database ... Done (2.429s)
1672026-07-06T21:25:17.621ZFinalize: Reading search index ... Done (0.012s)
1682026-07-06T21:25:17.624ZFinalize: Updating search index ... Done (0.000s)
1692026-07-06T21:25:17.709ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-06T21:25:18.029ZPlanning: Evaluating mediator changes ... Done
1712026-07-06T21:25:18.133ZPlanning: Checking for conflicting actions ... Done
1722026-07-06T21:25:18.138ZPlanning: Consolidating action changes ... Done
1732026-07-06T21:25:18.292ZPlanning: Evaluating mediators ... Done
1742026-07-06T21:25:18.295ZPlanning: Planning completed in 0.26 seconds
1752026-07-06T21:25:18.315Z Mediators to change: 2
1762026-07-06T21:25:18.315Z Create boot environment: No
1772026-07-06T21:25:18.318ZCreate backup boot environment: No
1782026-07-06T21:25:18.359ZFinalize: Updating package state database ... Done
1792026-07-06T21:25:18.360ZFinalize: Updating package cache ... Done
1802026-07-06T21:25:18.375ZFinalize: Updating image state ... Done
1812026-07-06T21:25:20.381ZFinalize: Creating fast lookup database ... Done
1822026-07-06T21:25:20.449ZFinalize: Reading search index ... Done
1832026-07-06T21:25:20.452ZFinalize: Updating search index ... Done
1842026-07-06T21:25:20.521ZFinalize: Updating package cache ... Done
1852026-07-06T21:25:20.811ZPlanning: Evaluating mediator changes ... Done
1862026-07-06T21:25:20.920ZPlanning: Checking for conflicting actions ... Done
1872026-07-06T21:25:20.923ZPlanning: Consolidating action changes ... Done
1882026-07-06T21:25:21.079ZPlanning: Evaluating mediators ... Done
1892026-07-06T21:25:21.082ZPlanning: Planning completed in 0.27 seconds
1902026-07-06T21:25:21.104Z Mediators to change: 1
1912026-07-06T21:25:21.104Z Create boot environment: No
1922026-07-06T21:25:21.104ZCreate backup boot environment: No
1932026-07-06T21:25:21.144ZFinalize: Updating package state database ... Done
1942026-07-06T21:25:21.144ZFinalize: Updating package cache ... Done
1952026-07-06T21:25:21.162ZFinalize: Updating image state ... Done
1962026-07-06T21:25:23.150ZFinalize: Creating fast lookup database ... Done
1972026-07-06T21:25:23.217ZFinalize: Reading search index ... Done
1982026-07-06T21:25:23.219ZFinalize: Updating search index ... Done
1992026-07-06T21:25:23.271ZFinalize: Updating package cache ... Done
2002026-07-06T21:25:23.590ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-06T21:25:23.590Zapache system 2.4 system
2022026-07-06T21:25:23.590Zclang system 15 system
2032026-07-06T21:25:23.590Zcsh system system illumos
2042026-07-06T21:25:23.590Zctags system system illumos
2052026-07-06T21:25:23.590Zfile vendor vendor darwinsys
2062026-07-06T21:25:23.590Zfile system system illumos
2072026-07-06T21:25:23.590Zgcc vendor 14 vendor
2082026-07-06T21:25:23.590Zgcc system 13 system
2092026-07-06T21:25:23.590Zgcc system 10 system
2102026-07-06T21:25:23.591Zgo system 1.25 system
2112026-07-06T21:25:23.591Zllvm system 15 system
2122026-07-06T21:25:23.591Zmariadb system 11.4 system
2132026-07-06T21:25:23.591Zmta vendor vendor dma
2142026-07-06T21:25:23.591Zopenjdk system 17 system
2152026-07-06T21:25:23.591Zopenjdk system 11 system
2162026-07-06T21:25:23.591Zopenssl vendor 3 vendor
2172026-07-06T21:25:23.591Zperl system 5.40 system
2182026-07-06T21:25:23.591Zpostgresql system 18 system
2192026-07-06T21:25:23.591Zpostgresql system 17 system
2202026-07-06T21:25:23.591Zpython vendor 3 vendor
2212026-07-06T21:25:23.591Zpython system 2 system
2222026-07-06T21:25:23.591Zpython3 vendor 3.13 vendor
2232026-07-06T21:25:23.591Zruby system 3.4 system
2242026-07-06T21:25:23.591Zruby system 3.0 system
2252026-07-06T21:25:23.591Zwords vendor vendor american-english
2262026-07-06T21:25:23.591Zwords system system australian-english
2272026-07-06T21:25:23.591Zwords system system british-english
2282026-07-06T21:25:23.591Zwords system system canadian-english
2292026-07-06T21:25:23.591Zwords system system french
2302026-07-06T21:25:23.591Zwords system system italian
2312026-07-06T21:25:23.591Zwords system system ngerman
2322026-07-06T21:25:23.591Zwords system system ogerman
2332026-07-06T21:25:23.591Zwords system system spanish
2342026-07-06T21:25:23.845ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-06T21:25:23.845Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-06T21:25:24.155ZFMRI IFO
2372026-07-06T21:25:24.155Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-06T21:25:24.155Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-06T21:25:24.155Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-06T21:25:24.155Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-06T21:25:24.155Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-06T21:25:24.155Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-06T21:25:24.155Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-06T21:25:24.155Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-06T21:25:24.156Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-06T21:25:24.417Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-06T21:25:24.701Z Updating crates.io index
2482026-07-06T21:25:24.704Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-06T21:25:24.934Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-06T21:25:25.186Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-06T21:25:26.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-06T21:25:26.617Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-06T21:25:28.280Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-06T21:25:29.391Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-06T21:25:29.648Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-06T21:25:29.992Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-06T21:25:31.143Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-06T21:25:31.580Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-06T21:25:31.901Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-06T21:25:32.150Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-06T21:25:32.607Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-06T21:25:33.429Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-06T21:25:33.921Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-06T21:25:34.225Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-06T21:25:34.489Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-06T21:25:34.969Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-06T21:25:35.346Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-06T21:25:35.584Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-06T21:25:35.823Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-06T21:25:36.190Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-06T21:25:36.515Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-06T21:25:36.754Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-06T21:25:37.129Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-06T21:25:37.545Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-06T21:25:37.820Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-06T21:25:38.066Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-06T21:25:38.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-06T21:25:38.626Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-06T21:25:39.005Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-06T21:25:39.277Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-06T21:25:39.548Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-06T21:25:39.762Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-06T21:25:40.014Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-06T21:25:40.284Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-06T21:25:40.606Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-06T21:25:40.915Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-06T21:25:41.178Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-06T21:25:43.882Z Downloading crates ...
2892026-07-06T21:25:43.935Z Downloaded crypto-common v0.1.7
2902026-07-06T21:25:43.939Z Downloaded anstyle-query v1.1.5
2912026-07-06T21:25:43.942Z Downloaded anstream v1.0.0
2922026-07-06T21:25:43.942Z Downloaded dof v0.3.0
2932026-07-06T21:25:43.942Z Downloaded cfg-if v1.0.4
2942026-07-06T21:25:43.947Z Downloaded zmij v1.0.21
2952026-07-06T21:25:43.950Z Downloaded anyhow v1.0.102
2962026-07-06T21:25:43.953Z Downloaded cpufeatures v0.2.17
2972026-07-06T21:25:43.953Z Downloaded macaddr v1.0.1
2982026-07-06T21:25:43.953Z Downloaded is_terminal_polyfill v1.70.2
2992026-07-06T21:25:43.953Z Downloaded cargo-platform v0.3.2
3002026-07-06T21:25:43.958Z Downloaded zerocopy-derive v0.7.35
3012026-07-06T21:25:43.958Z Downloaded heck v0.5.0
3022026-07-06T21:25:43.961Z Downloaded anstyle v1.0.14
3032026-07-06T21:25:43.961Z Downloaded colorchoice v1.0.4
3042026-07-06T21:25:43.964Z Downloaded zerocopy v0.7.35
3052026-07-06T21:25:43.971Z Downloaded log v0.4.29
3062026-07-06T21:25:43.976Z Downloaded bitflags v2.11.0
3072026-07-06T21:25:43.979Z Downloaded itoa v1.0.17
3082026-07-06T21:25:43.979Z Downloaded block-buffer v0.10.4
3092026-07-06T21:25:43.979Z Downloaded indexmap v2.14.0
3102026-07-06T21:25:43.979Z Downloaded clap_lex v1.0.0
3112026-07-06T21:25:43.983Z Downloaded usdt-macro v0.5.0
3122026-07-06T21:25:43.983Z Downloaded digest v0.10.7
3132026-07-06T21:25:43.983Z Downloaded errno v0.3.14
3142026-07-06T21:25:43.985Z Downloaded dtrace-parser v0.2.0
3152026-07-06T21:25:43.990Z Downloaded bytecount v0.6.9
3162026-07-06T21:25:43.990Z Downloaded anstyle-parse v1.0.0
3172026-07-06T21:25:43.994Z Downloaded heck v0.4.1
3182026-07-06T21:25:43.994Z Downloaded scroll_derive v0.12.1
3192026-07-06T21:25:43.997Z Downloaded once_cell v1.21.3
3202026-07-06T21:25:43.997Z Downloaded clap_derive v4.6.1
3212026-07-06T21:25:44.001Z Downloaded autocfg v1.5.0
3222026-07-06T21:25:44.005Z Downloaded memmap v0.7.0
3232026-07-06T21:25:44.009Z Downloaded swrite v0.1.0
3242026-07-06T21:25:44.012Z Downloaded generic-array v0.14.7
3252026-07-06T21:25:44.012Z Downloaded usdt-attr-macro v0.5.0
3262026-07-06T21:25:44.015Z Downloaded pest_derive v2.8.6
3272026-07-06T21:25:44.018Z Downloaded cargo_toml v0.21.0
3282026-07-06T21:25:44.018Z Downloaded serde_tokenstream v0.2.3
3292026-07-06T21:25:44.018Z Downloaded camino v1.2.2
3302026-07-06T21:25:44.022Z Downloaded plain v0.2.3
3312026-07-06T21:25:44.026Z Downloaded equivalent v1.0.2
3322026-07-06T21:25:44.026Z Downloaded toml_write v0.1.2
3332026-07-06T21:25:44.029Z Downloaded fastrand v2.3.0
3342026-07-06T21:25:44.033Z Downloaded unicode-linebreak v0.1.5
3352026-07-06T21:25:44.037Z Downloaded version_check v0.9.5
3362026-07-06T21:25:44.040Z Downloaded strsim v0.11.1
3372026-07-06T21:25:44.040Z Downloaded utf8parse v0.2.2
3382026-07-06T21:25:44.051Z Downloaded fnv v1.0.7
3392026-07-06T21:25:44.055Z Downloaded pretty-hex v0.4.1
3402026-07-06T21:25:44.058Z Downloaded smawk v0.3.2
3412026-07-06T21:25:44.058Z Downloaded serde_spanned v0.6.9
3422026-07-06T21:25:44.058Z Downloaded usdt v0.5.0
3432026-07-06T21:25:44.058Z Downloaded toml_datetime v0.6.11
3442026-07-06T21:25:44.061Z Downloaded tabled_derive v0.7.0
3452026-07-06T21:25:44.061Z Downloaded terminal_size v0.4.3
3462026-07-06T21:25:44.061Z Downloaded cargo_metadata v0.23.1
3472026-07-06T21:25:44.070Z Downloaded papergrid v0.11.0
3482026-07-06T21:25:44.078Z Downloaded thiserror-impl v1.0.69
3492026-07-06T21:25:44.081Z Downloaded proc-macro-error v1.0.4
3502026-07-06T21:25:44.084Z Downloaded thread-id v4.2.2
3512026-07-06T21:25:44.085Z Downloaded usdt-impl v0.5.0
3522026-07-06T21:25:44.089Z Downloaded proc-macro-error-attr v1.0.4
3532026-07-06T21:25:44.089Z Downloaded fs-err v3.3.0
3542026-07-06T21:25:44.093Z Downloaded thiserror v2.0.18
3552026-07-06T21:25:44.093Z Downloaded thiserror-impl v2.0.18
3562026-07-06T21:25:44.093Z Downloaded quote v1.0.45
3572026-07-06T21:25:44.096Z Downloaded camino-tempfile v1.4.1
3582026-07-06T21:25:44.096Z Downloaded scroll v0.12.0
3592026-07-06T21:25:44.096Z Downloaded byteorder v1.5.0
3602026-07-06T21:25:44.106Z Downloaded toml v0.8.23
3612026-07-06T21:25:44.109Z Downloaded pest_meta v2.8.6
3622026-07-06T21:25:44.115Z Downloaded sha2 v0.10.9
3632026-07-06T21:25:44.124Z Downloaded thiserror v1.0.69
3642026-07-06T21:25:44.127Z Downloaded tempfile v3.25.0
3652026-07-06T21:25:44.130Z Downloaded pest_generator v2.8.6
3662026-07-06T21:25:44.130Z Downloaded semver v1.0.28
3672026-07-06T21:25:44.142Z Downloaded ucd-trie v0.1.7
3682026-07-06T21:25:44.146Z Downloaded unicode-ident v1.0.24
3692026-07-06T21:25:44.149Z Downloaded serde_core v1.0.228
3702026-07-06T21:25:44.149Z Downloaded textwrap v0.16.2
3712026-07-06T21:25:44.152Z Downloaded clap v4.6.1
3722026-07-06T21:25:44.158Z Downloaded toml_edit v0.22.27
3732026-07-06T21:25:44.161Z Downloaded proc-macro2 v1.0.106
3742026-07-06T21:25:44.161Z Downloaded getrandom v0.4.1
3752026-07-06T21:25:44.176Z Downloaded serde_derive v1.0.228
3762026-07-06T21:25:44.188Z Downloaded memchr v2.8.0
3772026-07-06T21:25:44.191Z Downloaded serde v1.0.228
3782026-07-06T21:25:44.201Z Downloaded typenum v1.20.1
3792026-07-06T21:25:44.223Z Downloaded pest v2.8.6
3802026-07-06T21:25:44.226Z Downloaded serde_json v1.0.150
3812026-07-06T21:25:44.241Z Downloaded clap_builder v4.6.0
3822026-07-06T21:25:44.258Z Downloaded winnow v0.7.14
3832026-07-06T21:25:44.263Z Downloaded hashbrown v0.17.0
3842026-07-06T21:25:44.270Z Downloaded goblin v0.8.2
3852026-07-06T21:25:44.319Z Downloaded tabled v0.15.0
3862026-07-06T21:25:44.319Z Downloaded syn v1.0.109
3872026-07-06T21:25:44.319Z Downloaded unicode-width v0.2.0
3882026-07-06T21:25:44.319Z Downloaded unicode-width v0.1.14
3892026-07-06T21:25:44.319Z Downloaded syn v2.0.117
3902026-07-06T21:25:44.328Z Downloaded rustix v1.1.3
3912026-07-06T21:25:44.353Z Downloaded libc v0.2.185
3922026-07-06T21:25:44.417Z Compiling proc-macro2 v1.0.106
3932026-07-06T21:25:44.417Z Compiling unicode-ident v1.0.24
3942026-07-06T21:25:44.417Z Compiling quote v1.0.45
3952026-07-06T21:25:44.420Z Compiling serde_core v1.0.228
3962026-07-06T21:25:44.420Z Compiling libc v0.2.185
3972026-07-06T21:25:44.420Z Compiling version_check v0.9.5
3982026-07-06T21:25:44.420Z Compiling memchr v2.8.0
3992026-07-06T21:25:44.420Z Compiling serde v1.0.228
4002026-07-06T21:25:44.739Z Compiling zmij v1.0.21
4012026-07-06T21:25:44.932Z Compiling itoa v1.0.17
4022026-07-06T21:25:45.078Z Compiling ucd-trie v0.1.7
4032026-07-06T21:25:45.094Z Compiling thiserror v1.0.69
4042026-07-06T21:25:45.285Z Compiling pest v2.8.6
4052026-07-06T21:25:45.464Z Compiling rustix v1.1.3
4062026-07-06T21:25:45.572Z Compiling byteorder v1.5.0
4072026-07-06T21:25:45.633Z Compiling errno v0.3.14
4082026-07-06T21:25:45.811Z Compiling serde_json v1.0.150
4092026-07-06T21:25:45.829Z Compiling bitflags v2.11.0
4102026-07-06T21:25:46.033Z Compiling syn v2.0.117
4112026-07-06T21:25:46.086Z Compiling thread-id v4.2.2
4122026-07-06T21:25:46.136Z Compiling proc-macro-error-attr v1.0.4
4132026-07-06T21:25:46.192Z Compiling usdt-impl v0.5.0
4142026-07-06T21:25:46.366Z Compiling syn v1.0.109
4152026-07-06T21:25:46.387Z Compiling pest_meta v2.8.6
4162026-07-06T21:25:46.442Z Compiling camino v1.2.2
4172026-07-06T21:25:46.773Z Compiling proc-macro-error v1.0.4
4182026-07-06T21:25:46.782Z Compiling log v0.4.29
4192026-07-06T21:25:46.853Z Compiling plain v0.2.3
4202026-07-06T21:25:46.977Z Compiling equivalent v1.0.2
4212026-07-06T21:25:46.977Z Compiling utf8parse v0.2.2
4222026-07-06T21:25:47.079Z Compiling hashbrown v0.17.0
4232026-07-06T21:25:47.110Z Compiling getrandom v0.4.1
4242026-07-06T21:25:47.138Z Compiling anstyle-parse v1.0.0
4252026-07-06T21:25:47.370Z Compiling terminal_size v0.4.3
4262026-07-06T21:25:47.665Z Compiling indexmap v2.14.0
4272026-07-06T21:25:47.964Z Compiling cfg-if v1.0.4
4282026-07-06T21:25:48.048Z Compiling anstyle-query v1.1.5
4292026-07-06T21:25:48.072Z Compiling winnow v0.7.14
4302026-07-06T21:25:48.090Z Compiling anstyle v1.0.14
4312026-07-06T21:25:48.156Z Compiling pretty-hex v0.4.1
4322026-07-06T21:25:48.174Z Compiling toml_write v0.1.2
4332026-07-06T21:25:48.349Z Compiling thiserror v2.0.18
4342026-07-06T21:25:48.379Z Compiling is_terminal_polyfill v1.70.2
4352026-07-06T21:25:48.382Z Compiling colorchoice v1.0.4
4362026-07-06T21:25:48.421Z Compiling pest_generator v2.8.6
4372026-07-06T21:25:48.447Z Compiling autocfg v1.5.0
4382026-07-06T21:25:48.531Z Compiling anstream v1.0.0
4392026-07-06T21:25:48.869Z Compiling strsim v0.11.1
4402026-07-06T21:25:48.918Z Compiling fs-err v3.3.0
4412026-07-06T21:25:48.949Z Compiling anyhow v1.0.102
4422026-07-06T21:25:49.146Z Compiling once_cell v1.21.3
4432026-07-06T21:25:49.165Z Compiling clap_lex v1.0.0
4442026-07-06T21:25:49.212Z Compiling fnv v1.0.7
4452026-07-06T21:25:49.262Z Compiling fastrand v2.3.0
4462026-07-06T21:25:49.300Z Compiling bytecount v0.6.9
4472026-07-06T21:25:49.331Z Compiling heck v0.4.1
4482026-07-06T21:25:49.384Z Compiling unicode-width v0.1.14
4492026-07-06T21:25:49.418Z Compiling heck v0.5.0
4502026-07-06T21:25:49.453Z Compiling clap_builder v4.6.0
4512026-07-06T21:25:49.547Z Compiling tempfile v3.25.0
4522026-07-06T21:25:49.685Z Compiling papergrid v0.11.0
4532026-07-06T21:25:49.734Z Compiling semver v1.0.28
4542026-07-06T21:25:49.759Z Compiling tabled_derive v0.7.0
4552026-07-06T21:25:49.809Z Compiling cargo-platform v0.3.2
4562026-07-06T21:25:49.827Z Compiling memmap v0.7.0
4572026-07-06T21:25:49.963Z Compiling smawk v0.3.2
4582026-07-06T21:25:50.031Z Compiling unicode-width v0.2.0
4592026-07-06T21:25:50.087Z Compiling unicode-linebreak v0.1.5
4602026-07-06T21:25:50.226Z Compiling serde_derive v1.0.228
4612026-07-06T21:25:50.319Z Compiling thiserror-impl v1.0.69
4622026-07-06T21:25:50.341Z Compiling zerocopy-derive v0.7.35
4632026-07-06T21:25:50.401Z Compiling pest_derive v2.8.6
4642026-07-06T21:25:50.498Z Compiling scroll_derive v0.12.1
4652026-07-06T21:25:50.742Z Compiling thiserror-impl v2.0.18
4662026-07-06T21:25:50.893Z Compiling clap_derive v4.6.1
4672026-07-06T21:25:51.188Z Compiling tabled v0.15.0
4682026-07-06T21:25:51.233Z Compiling scroll v0.12.0
4692026-07-06T21:25:51.272Z Compiling zerocopy v0.7.35
4702026-07-06T21:25:51.528Z Compiling goblin v0.8.2
4712026-07-06T21:25:51.807Z Compiling dtrace-parser v0.2.0
4722026-07-06T21:25:51.874Z Compiling textwrap v0.16.2
4732026-07-06T21:25:52.327Z Compiling camino-tempfile v1.4.1
4742026-07-06T21:25:52.368Z Compiling swrite v0.1.0
4752026-07-06T21:25:52.805Z Compiling clap v4.6.1
4762026-07-06T21:25:53.490Z Compiling toml_datetime v0.6.11
4772026-07-06T21:25:53.490Z Compiling serde_spanned v0.6.9
4782026-07-06T21:25:53.510Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-06T21:25:53.510Z Compiling cargo_metadata v0.23.1
4802026-07-06T21:25:53.510Z Compiling macaddr v1.0.1
4812026-07-06T21:25:53.573Z Compiling dof v0.3.0
4822026-07-06T21:25:53.599Z Compiling serde_tokenstream v0.2.3
4832026-07-06T21:25:53.712Z Compiling toml_edit v0.22.27
4842026-07-06T21:25:54.383Z Compiling usdt-attr-macro v0.5.0
4852026-07-06T21:25:54.387Z Compiling usdt-macro v0.5.0
4862026-07-06T21:25:55.005Z Compiling usdt v0.5.0
4872026-07-06T21:25:55.141Z Compiling toml v0.8.23
4882026-07-06T21:25:55.478Z Compiling cargo_toml v0.21.0
4892026-07-06T21:25:56.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-06T21:25:58.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.51s
4912026-07-06T21:25:58.992Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-06T21:25:59.502Z Downloading crates ...
4932026-07-06T21:25:59.600Z Downloaded ciborium-ll v0.2.2
4942026-07-06T21:25:59.603Z Downloaded cfg_aliases v0.2.1
4952026-07-06T21:25:59.610Z Downloaded cc v1.2.56
4962026-07-06T21:25:59.614Z Downloaded cobs v0.3.0
4972026-07-06T21:25:59.617Z Downloaded compact_str v0.8.1
4982026-07-06T21:25:59.620Z Downloaded bit-set v0.8.0
4992026-07-06T21:25:59.620Z Downloaded assert_matches v1.5.0
5002026-07-06T21:25:59.623Z Downloaded ascii-canvas v3.0.0
5012026-07-06T21:25:59.623Z Downloaded aead v0.5.2
5022026-07-06T21:25:59.623Z Downloaded bcs v0.1.6
5032026-07-06T21:25:59.626Z Downloaded ena v0.14.4
5042026-07-06T21:25:59.629Z Downloaded bit-vec v0.6.3
5052026-07-06T21:25:59.632Z Downloaded async-trait v0.1.89
5062026-07-06T21:25:59.634Z Downloaded ahash v0.8.12
5072026-07-06T21:25:59.643Z Downloaded bitflags v1.3.2
5082026-07-06T21:25:59.646Z Downloaded base16ct v0.2.0
5092026-07-06T21:25:59.649Z Downloaded aead v0.6.1
5102026-07-06T21:25:59.653Z Downloaded curve25519-dalek-derive v0.1.1
5112026-07-06T21:25:59.656Z Downloaded cpufeatures v0.3.0
5122026-07-06T21:25:59.656Z Downloaded darling_macro v0.23.0
5132026-07-06T21:25:59.656Z Downloaded cpubits v0.1.1
5142026-07-06T21:25:59.659Z Downloaded darling_macro v0.20.11
5152026-07-06T21:25:59.659Z Downloaded base64 v0.21.7
5162026-07-06T21:25:59.662Z Downloaded async-stream-impl v0.3.6
5172026-07-06T21:25:59.662Z Downloaded base16ct v1.0.0
5182026-07-06T21:25:59.665Z Downloaded async-recursion v1.1.1
5192026-07-06T21:25:59.669Z Downloaded atomicwrites v0.4.4
5202026-07-06T21:25:59.671Z Downloaded castaway v0.2.4
5212026-07-06T21:25:59.671Z Downloaded cstr-argument v0.1.2
5222026-07-06T21:25:59.674Z Downloaded bb8 v0.8.6
5232026-07-06T21:25:59.674Z Downloaded defmt v0.3.100
5242026-07-06T21:25:59.677Z Downloaded adler2 v2.0.1
5252026-07-06T21:25:59.677Z Downloaded anstream v0.6.21
5262026-07-06T21:25:59.677Z Downloaded bitfield-macros v0.19.4
5272026-07-06T21:25:59.680Z Downloaded cookie v0.18.1
5282026-07-06T21:25:59.683Z Downloaded crypto-common v0.2.2
5292026-07-06T21:25:59.686Z Downloaded crucible-workspace-hack v0.1.0
5302026-07-06T21:25:59.686Z Downloaded arrayref v0.3.9
5312026-07-06T21:25:59.688Z Downloaded dyn-clone v1.0.20
5322026-07-06T21:25:59.688Z Downloaded defmt v1.0.1
5332026-07-06T21:25:59.691Z Downloaded convert_case v0.10.0
5342026-07-06T21:25:59.694Z Downloaded darling v0.13.4
5352026-07-06T21:25:59.697Z Downloaded bitfield-struct v0.6.2
5362026-07-06T21:25:59.697Z Downloaded daft-derive v0.1.7
5372026-07-06T21:25:59.700Z Downloaded diesel_table_macro_syntax v0.3.0
5382026-07-06T21:25:59.700Z Downloaded debug-ignore v1.0.5
5392026-07-06T21:25:59.703Z Downloaded dropshot-api-manager-types v0.7.2
5402026-07-06T21:25:59.703Z Downloaded dirs-sys-next v0.1.2
5412026-07-06T21:25:59.703Z Downloaded darling_macro v0.13.4
5422026-07-06T21:25:59.703Z Downloaded convert_case v0.4.0
5432026-07-06T21:25:59.706Z Downloaded compression-core v0.4.31
5442026-07-06T21:25:59.706Z Downloaded ed25519 v3.0.0
5452026-07-06T21:25:59.706Z Downloaded daft v0.1.7
5462026-07-06T21:25:59.709Z Downloaded crc32fast v1.5.0
5472026-07-06T21:25:59.709Z Downloaded backoff v0.4.0
5482026-07-06T21:25:59.712Z Downloaded darling v0.20.11
5492026-07-06T21:25:59.715Z Downloaded dof v0.4.0
5502026-07-06T21:25:59.715Z Downloaded bit-vec v0.8.0
5512026-07-06T21:25:59.717Z Downloaded csv-core v0.1.13
5522026-07-06T21:25:59.717Z Downloaded ciborium-io v0.2.2
5532026-07-06T21:25:59.717Z Downloaded bit-set v0.5.3
5542026-07-06T21:25:59.720Z Downloaded block-buffer v0.12.1
5552026-07-06T21:25:59.720Z Downloaded derive_builder_macro v0.20.2
5562026-07-06T21:25:59.720Z Downloaded atty v0.2.14
5572026-07-06T21:25:59.723Z Downloaded critical-section v1.2.0
5582026-07-06T21:25:59.723Z Downloaded block-padding v0.4.2
5592026-07-06T21:25:59.723Z Downloaded bcrypt-pbkdf v0.11.0
5602026-07-06T21:25:59.726Z Downloaded crunchy v0.2.4
5612026-07-06T21:25:59.726Z Downloaded dunce v1.0.5
5622026-07-06T21:25:59.726Z Downloaded dirs-next v2.0.0
5632026-07-06T21:25:59.726Z Downloaded crc v3.4.0
5642026-07-06T21:25:59.729Z Downloaded async-stream v0.3.6
5652026-07-06T21:25:59.729Z Downloaded downcast-rs v2.0.2
5662026-07-06T21:25:59.732Z Downloaded difflib v0.4.0
5672026-07-06T21:25:59.732Z Downloaded crc8 v0.1.1
5682026-07-06T21:25:59.732Z Downloaded array-init v0.0.4
5692026-07-06T21:25:59.732Z Downloaded atomic-waker v1.1.2
5702026-07-06T21:25:59.735Z Downloaded embedded-io v0.4.0
5712026-07-06T21:25:59.738Z Downloaded document-features v0.2.12
5722026-07-06T21:25:59.742Z Downloaded enum-as-inner v0.6.1
5732026-07-06T21:25:59.742Z Downloaded endian-type v0.1.2
5742026-07-06T21:25:59.742Z Downloaded dsl_auto_type v0.2.0
5752026-07-06T21:25:59.744Z Downloaded ctutils v0.4.2
5762026-07-06T21:25:59.744Z Downloaded crossbeam-deque v0.8.6
5772026-07-06T21:25:59.749Z Downloaded darling_macro v0.21.3
5782026-07-06T21:25:59.752Z Downloaded display-error-chain v0.2.2
5792026-07-06T21:25:59.755Z Downloaded env_filter v1.0.0
5802026-07-06T21:25:59.758Z Downloaded embedded-io v0.6.1
5812026-07-06T21:25:59.758Z Downloaded fd-lock v4.0.4
5822026-07-06T21:25:59.761Z Downloaded dtrace-parser v0.3.0
5832026-07-06T21:25:59.763Z Downloaded defmt-parser v1.0.0
5842026-07-06T21:25:59.764Z Downloaded blowfish v0.10.0
5852026-07-06T21:25:59.766Z Downloaded fixedbitset v0.4.2
5862026-07-06T21:25:59.769Z Downloaded buf-list v1.1.2
5872026-07-06T21:25:59.769Z Downloaded float-cmp v0.10.0
5882026-07-06T21:25:59.772Z Downloaded cookie_store v0.22.1
5892026-07-06T21:25:59.772Z Downloaded cexpr v0.6.0
5902026-07-06T21:25:59.775Z Downloaded arrayvec v0.7.6
5912026-07-06T21:25:59.775Z Downloaded darling_core v0.13.4
5922026-07-06T21:25:59.777Z Downloaded float-ord v0.3.2
5932026-07-06T21:25:59.778Z Downloaded foreign-types-shared v0.3.1
5942026-07-06T21:25:59.780Z Downloaded cassowary v0.3.0
5952026-07-06T21:25:59.780Z Downloaded data-encoding v2.10.0
5962026-07-06T21:25:59.780Z Downloaded bitfield v0.19.4
5972026-07-06T21:25:59.783Z Downloaded anstyle-parse v0.2.7
5982026-07-06T21:25:59.783Z Downloaded digest v0.11.3
5992026-07-06T21:25:59.786Z Downloaded deranged v0.5.8
6002026-07-06T21:25:59.786Z Downloaded funty v2.0.0
6012026-07-06T21:25:59.787Z Downloaded form_urlencoded v1.2.2
6022026-07-06T21:25:59.789Z Downloaded crossbeam-epoch v0.9.18
6032026-07-06T21:25:59.789Z Downloaded flagset v0.4.7
6042026-07-06T21:25:59.792Z Downloaded crc-catalog v2.4.0
6052026-07-06T21:25:59.792Z Downloaded foreign-types-shared v0.1.1
6062026-07-06T21:25:59.792Z Downloaded foreign-types-macros v0.2.3
6072026-07-06T21:25:59.793Z Downloaded foreign-types v0.5.0
6082026-07-06T21:25:59.796Z Downloaded foreign-types v0.3.2
6092026-07-06T21:25:59.796Z Downloaded ctr v0.10.1
6102026-07-06T21:25:59.796Z Downloaded cbc v0.2.1
6112026-07-06T21:25:59.799Z Downloaded either v1.15.0
6122026-07-06T21:25:59.799Z Downloaded constant_time_eq v0.4.2
6132026-07-06T21:25:59.799Z Downloaded gethostname v0.5.0
6142026-07-06T21:25:59.802Z Downloaded futures-task v0.3.32
6152026-07-06T21:25:59.802Z Downloaded futures-macro v0.3.32
6162026-07-06T21:25:59.802Z Downloaded chacha20 v0.9.1
6172026-07-06T21:25:59.805Z Downloaded argon2 v0.5.3
6182026-07-06T21:25:59.805Z Downloaded cfg_aliases v0.1.1
6192026-07-06T21:25:59.808Z Downloaded futures-sink v0.3.32
6202026-07-06T21:25:59.808Z Downloaded hash32 v0.3.1
6212026-07-06T21:25:59.808Z Downloaded cmake v0.1.57
6222026-07-06T21:25:59.810Z Downloaded byte-wrapper v0.1.0
6232026-07-06T21:25:59.811Z Downloaded compression-codecs v0.4.37
6242026-07-06T21:25:59.814Z Downloaded hash32 v0.2.1
6252026-07-06T21:25:59.816Z Downloaded diesel-dtrace v0.5.0
6262026-07-06T21:25:59.816Z Downloaded der_derive v0.7.3
6272026-07-06T21:25:59.816Z Downloaded delegate v0.13.5
6282026-07-06T21:25:59.819Z Downloaded cipher v0.4.4
6292026-07-06T21:25:59.819Z Downloaded camino-tempfile-ext v0.3.3
6302026-07-06T21:25:59.819Z Downloaded globwalk v0.9.1
6312026-07-06T21:25:59.822Z Downloaded ed25519 v2.2.3
6322026-07-06T21:25:59.822Z Downloaded ecdsa v0.16.9
6332026-07-06T21:25:59.825Z Downloaded displaydoc v0.2.5
6342026-07-06T21:25:59.825Z Downloaded fxhash v0.2.1
6352026-07-06T21:25:59.828Z Downloaded futures-io v0.3.32
6362026-07-06T21:25:59.828Z Downloaded defmt-macros v1.0.1
6372026-07-06T21:25:59.831Z Downloaded futures-core v0.3.32
6382026-07-06T21:25:59.831Z Downloaded env_logger v0.11.9
6392026-07-06T21:25:59.831Z Downloaded derive-ex v0.1.8
6402026-07-06T21:25:59.834Z Downloaded ff v0.14.0
6412026-07-06T21:25:59.834Z Downloaded ff v0.13.1
6422026-07-06T21:25:59.837Z Downloaded fallible-iterator v0.2.0
6432026-07-06T21:25:59.837Z Downloaded fixedbitset v0.5.7
6442026-07-06T21:25:59.837Z Downloaded base64ct v1.8.3
6452026-07-06T21:25:59.839Z Downloaded clang-sys v1.8.1
6462026-07-06T21:25:59.842Z Downloaded bzip2 v0.4.4
6472026-07-06T21:25:59.842Z Downloaded cipher v0.5.2
6482026-07-06T21:25:59.845Z Downloaded derive_builder_core v0.20.2
6492026-07-06T21:25:59.845Z Downloaded console v0.16.2
6502026-07-06T21:25:59.848Z Downloaded bzip2 v0.6.1
6512026-07-06T21:25:59.848Z Downloaded ghash v0.6.0
6522026-07-06T21:25:59.848Z Downloaded blake2 v0.10.6
6532026-07-06T21:25:59.851Z Downloaded const_format_proc_macros v0.2.34
6542026-07-06T21:25:59.854Z Downloaded home v0.5.12
6552026-07-06T21:25:59.857Z Downloaded hostname v0.3.1
6562026-07-06T21:25:59.860Z Downloaded des v0.9.0
6572026-07-06T21:25:59.860Z Downloaded crossbeam-utils v0.8.21
6582026-07-06T21:25:59.863Z Downloaded find-msvc-tools v0.1.9
6592026-07-06T21:25:59.863Z Downloaded hex-literal v1.1.0
6602026-07-06T21:25:59.866Z Downloaded headers-core v0.3.0
6612026-07-06T21:25:59.866Z Downloaded hex v0.4.3
6622026-07-06T21:25:59.866Z Downloaded diff v0.1.13
6632026-07-06T21:25:59.869Z Downloaded git-stub v1.0.0
6642026-07-06T21:25:59.869Z Downloaded futures-executor v0.3.32
6652026-07-06T21:25:59.869Z Downloaded hostname v0.4.2
6662026-07-06T21:25:59.871Z Downloaded async-bb8-diesel v0.2.1
6672026-07-06T21:25:59.871Z Downloaded group v0.13.0
6682026-07-06T21:25:59.874Z Downloaded httpdate v1.0.3
6692026-07-06T21:25:59.874Z Downloaded http-range v0.1.5
6702026-07-06T21:25:59.875Z Downloaded git-stub-vcs v0.1.0
6712026-07-06T21:25:59.877Z Downloaded colored v3.1.1
6722026-07-06T21:25:59.877Z Downloaded hubpack_derive v0.1.1
6732026-07-06T21:25:59.880Z Downloaded hyper-tls v0.6.0
6742026-07-06T21:25:59.880Z Downloaded darling v0.21.3
6752026-07-06T21:25:59.883Z Downloaded ciborium v0.2.2
6762026-07-06T21:25:59.886Z Downloaded blake2 v0.11.0-rc.6
6772026-07-06T21:25:59.886Z Downloaded erased-serde v0.3.31
6782026-07-06T21:25:59.889Z Downloaded colored v2.2.0
6792026-07-06T21:25:59.889Z Downloaded chacha20 v0.10.0
6802026-07-06T21:25:59.892Z Downloaded hubpack v0.1.2
6812026-07-06T21:25:59.892Z Downloaded ecdsa v0.17.0-rc.18
6822026-07-06T21:25:59.895Z Downloaded backon v1.6.0
6832026-07-06T21:25:59.895Z Downloaded foldhash v0.1.5
6842026-07-06T21:25:59.898Z Downloaded glob v0.3.3
6852026-07-06T21:25:59.898Z Downloaded console v0.15.11
6862026-07-06T21:25:59.901Z Downloaded group v0.14.0
6872026-07-06T21:25:59.901Z Downloaded ident_case v1.0.1
6882026-07-06T21:25:59.901Z Downloaded globset v0.4.18
6892026-07-06T21:25:59.903Z Downloaded cmov v0.5.4
6902026-07-06T21:25:59.904Z Downloaded const-oid v0.10.2
6912026-07-06T21:25:59.906Z Downloaded const-oid v0.9.6
6922026-07-06T21:25:59.906Z Downloaded derive_more v0.99.20
6932026-07-06T21:25:59.909Z Downloaded crossbeam-channel v0.5.15
6942026-07-06T21:25:59.912Z Downloaded arc-swap v1.8.2
6952026-07-06T21:25:59.915Z Downloaded illumos-nvpair v0.3.0
6962026-07-06T21:25:59.915Z Downloaded fs-err v2.11.0
6972026-07-06T21:25:59.918Z Downloaded indent_write v2.2.0
6982026-07-06T21:25:59.918Z Downloaded foldhash v0.2.0
6992026-07-06T21:25:59.918Z Downloaded idna_adapter v1.2.1
7002026-07-06T21:25:59.921Z Downloaded darling_core v0.23.0
7012026-07-06T21:25:59.924Z Downloaded darling_core v0.20.11
7022026-07-06T21:25:59.928Z Downloaded indoc v1.0.9
7032026-07-06T21:25:59.928Z Downloaded internet-checksum v0.2.1
7042026-07-06T21:25:59.928Z Downloaded inout v0.1.4
7052026-07-06T21:25:59.928Z Downloaded fs_extra v1.3.0
7062026-07-06T21:25:59.930Z Downloaded filetime v0.2.27
7072026-07-06T21:25:59.930Z Downloaded derive_builder v0.20.2
7082026-07-06T21:25:59.933Z Downloaded argon2 v0.6.0-rc.8
7092026-07-06T21:25:59.936Z Downloaded instant v0.1.13
7102026-07-06T21:25:59.936Z Downloaded highway v1.3.0
7112026-07-06T21:25:59.939Z Downloaded is_ci v1.2.0
7122026-07-06T21:25:59.939Z Downloaded drift v0.2.0
7132026-07-06T21:25:59.944Z Downloaded enum_dispatch v0.3.13
7142026-07-06T21:25:59.946Z Downloaded getrandom v0.2.17
7152026-07-06T21:25:59.949Z Downloaded libscf-sys v1.1.0
7162026-07-06T21:25:59.949Z Downloaded kem v0.3.0
7172026-07-06T21:25:59.952Z Downloaded keccak v0.1.6
7182026-07-06T21:25:59.952Z Downloaded kstat-rs v0.2.4
7192026-07-06T21:25:59.952Z Downloaded humantime v2.3.0
7202026-07-06T21:25:59.955Z Downloaded http-body-util v0.1.3
7212026-07-06T21:25:59.955Z Downloaded http-body v1.0.1
7222026-07-06T21:25:59.955Z Downloaded futures-channel v0.3.32
7232026-07-06T21:25:59.958Z Downloaded cancel-safe-futures v0.1.5
7242026-07-06T21:25:59.962Z Downloaded derive-where v1.6.0
7252026-07-06T21:25:59.965Z Downloaded hyper-staticfile v0.10.1
7262026-07-06T21:25:59.965Z Downloaded dropshot_endpoint v0.17.1
7272026-07-06T21:25:59.965Z Downloaded lalrpop-util v0.19.12
7282026-07-06T21:25:59.968Z Downloaded is-terminal v0.4.17
7292026-07-06T21:25:59.968Z Downloaded elliptic-curve v0.14.0-rc.33
7302026-07-06T21:25:59.989Z Downloaded inout v0.2.2
7312026-07-06T21:25:59.989Z Downloaded instability v0.3.11
7322026-07-06T21:25:59.989Z Downloaded darling v0.23.0
7332026-07-06T21:25:59.989Z Downloaded linked-hash-map v0.5.6
7342026-07-06T21:25:59.989Z Downloaded half v1.8.3
7352026-07-06T21:25:59.989Z Downloaded md5 v0.8.0
7362026-07-06T21:25:59.989Z Downloaded darling_core v0.21.3
7372026-07-06T21:25:59.989Z Downloaded managed v0.8.0
7382026-07-06T21:25:59.989Z Downloaded match_cfg v0.1.0
7392026-07-06T21:25:59.989Z Downloaded crc-any v2.5.0
7402026-07-06T21:25:59.989Z Downloaded corncobs v0.1.4
7412026-07-06T21:25:59.989Z Downloaded impl-trait-for-tuples v0.2.3
7422026-07-06T21:25:59.989Z Downloaded illumos-nvpair-sys v0.2.0
7432026-07-06T21:25:59.989Z Downloaded lru-cache v0.1.2
7442026-07-06T21:25:59.993Z Downloaded memoffset v0.9.1
7452026-07-06T21:25:59.993Z Downloaded ipnetwork v0.21.1
7462026-07-06T21:25:59.993Z Downloaded mime v0.3.17
7472026-07-06T21:25:59.996Z Downloaded maybe-uninit v2.0.0
7482026-07-06T21:25:59.996Z Downloaded lzss v0.8.2
7492026-07-06T21:25:59.996Z Downloaded new_debug_unreachable v1.0.6
7502026-07-06T21:25:59.999Z Downloaded ingot-types v0.1.2
7512026-07-06T21:25:59.999Z Downloaded lru v0.12.5
7522026-07-06T21:25:59.999Z Downloaded multimap v0.10.1
7532026-07-06T21:26:00.002Z Downloaded newtype_derive v0.1.6
7542026-07-06T21:26:00.005Z Downloaded allocator-api2 v0.2.21
7552026-07-06T21:26:00.005Z Downloaded keccak v0.2.0
7562026-07-06T21:26:00.008Z Downloaded hmac v0.12.1
7572026-07-06T21:26:00.011Z Downloaded ingot v0.1.1
7582026-07-06T21:26:00.011Z Downloaded indoc v2.0.7
7592026-07-06T21:26:00.014Z Downloaded newline-converter v0.3.0
7602026-07-06T21:26:00.014Z Downloaded chacha20poly1305 v0.10.1
7612026-07-06T21:26:00.017Z Downloaded hmac v0.13.0
7622026-07-06T21:26:00.017Z Downloaded nonempty v0.12.0
7632026-07-06T21:26:00.017Z Downloaded maplit v1.0.2
7642026-07-06T21:26:00.020Z Downloaded fatfs v0.3.6
7652026-07-06T21:26:00.022Z Downloaded normalize-line-endings v0.3.0
7662026-07-06T21:26:00.022Z Downloaded nibble_vec v0.1.0
7672026-07-06T21:26:00.022Z Downloaded generic-array v1.4.3
7682026-07-06T21:26:00.025Z Downloaded futures v0.3.32
7692026-07-06T21:26:00.028Z Downloaded hyper-rustls v0.27.7
7702026-07-06T21:26:00.028Z Downloaded num-conv v0.2.0
7712026-07-06T21:26:00.031Z Downloaded num v0.4.3
7722026-07-06T21:26:00.031Z Downloaded nodrop v0.1.14
7732026-07-06T21:26:00.031Z Downloaded hybrid-array v0.4.13
7742026-07-06T21:26:00.034Z Downloaded getrandom v0.3.4
7752026-07-06T21:26:00.037Z Downloaded libloading v0.8.9
7762026-07-06T21:26:00.037Z Downloaded libefi-sys v0.1.0
7772026-07-06T21:26:00.040Z Downloaded iana-time-zone v0.1.65
7782026-07-06T21:26:00.040Z Downloaded num-derive v0.4.2
7792026-07-06T21:26:00.043Z Downloaded elliptic-curve v0.13.8
7802026-07-06T21:26:00.043Z Downloaded num-iter v0.1.45
7812026-07-06T21:26:00.046Z Downloaded num-derive v0.3.3
7822026-07-06T21:26:00.046Z Downloaded libsw v3.5.0
7832026-07-06T21:26:00.049Z Downloaded async-compression v0.4.41
7842026-07-06T21:26:00.052Z Downloaded md-5 v0.10.6
7852026-07-06T21:26:00.052Z Downloaded lru-slab v0.1.2
7862026-07-06T21:26:00.054Z Downloaded opaque-debug v0.3.1
7872026-07-06T21:26:00.054Z Downloaded num_threads v0.1.7
7882026-07-06T21:26:00.054Z Downloaded lock_api v0.4.14
7892026-07-06T21:26:00.057Z Downloaded olpc-cjson v0.1.4
7902026-07-06T21:26:00.057Z Downloaded num_enum_derive v0.5.11
7912026-07-06T21:26:00.057Z Downloaded linear-map v1.2.0
7922026-07-06T21:26:00.073Z Downloaded openssl-probe v0.1.6
7932026-07-06T21:26:00.076Z Downloaded openssl-macros v0.1.1
7942026-07-06T21:26:00.076Z Downloaded module-lattice v0.2.3
7952026-07-06T21:26:00.076Z Downloaded mime_guess v2.0.5
7962026-07-06T21:26:00.080Z Downloaded flume v0.11.1
7972026-07-06T21:26:00.080Z Downloaded libsw-core v0.3.2
7982026-07-06T21:26:00.082Z Downloaded openssl-probe v0.2.1
7992026-07-06T21:26:00.082Z Downloaded newtype-uuid-macros v0.1.0
8002026-07-06T21:26:00.085Z Downloaded native-tls v0.2.18
8012026-07-06T21:26:00.085Z Downloaded nanorand v0.7.0
8022026-07-06T21:26:00.086Z Downloaded bytes v1.11.1
8032026-07-06T21:26:00.089Z Downloaded oso-derive v0.27.3
8042026-07-06T21:26:00.089Z Downloaded multer v3.1.0
8052026-07-06T21:26:00.092Z Downloaded nu-ansi-term v0.50.3
8062026-07-06T21:26:00.095Z Downloaded ingot-macros v0.1.1
8072026-07-06T21:26:00.095Z Downloaded bumpalo v3.20.2
8082026-07-06T21:26:00.097Z Downloaded httparse v1.10.1
8092026-07-06T21:26:00.097Z Downloaded lazy_static v1.5.0
8102026-07-06T21:26:00.100Z Downloaded jobserver v0.1.34
8112026-07-06T21:26:00.100Z Downloaded base64 v0.22.1
8122026-07-06T21:26:00.103Z Downloaded parse-display v0.10.0
8132026-07-06T21:26:00.103Z Downloaded packed_struct_codegen v0.10.1
8142026-07-06T21:26:00.106Z Downloaded const_format v0.2.35
8152026-07-06T21:26:00.109Z Downloaded num-rational v0.4.2
8162026-07-06T21:26:00.112Z Downloaded peg-runtime v0.8.5
8172026-07-06T21:26:00.112Z Downloaded password-hash v0.6.1
8182026-07-06T21:26:00.112Z Downloaded parse-size v1.1.0
8192026-07-06T21:26:00.115Z Downloaded num-integer v0.1.46
8202026-07-06T21:26:00.115Z Downloaded ed25519-dalek v2.2.0
8212026-07-06T21:26:00.118Z Downloaded path-slash v0.1.5
8222026-07-06T21:26:00.118Z Downloaded num-complex v0.4.6
8232026-07-06T21:26:00.118Z Downloaded half v2.7.1
8242026-07-06T21:26:00.121Z Downloaded derive_more v2.1.1
8252026-07-06T21:26:00.127Z Downloaded percent-encoding v2.3.2
8262026-07-06T21:26:00.130Z Downloaded num_enum_derive v0.7.6
8272026-07-06T21:26:00.130Z Downloaded num_enum v0.7.6
8282026-07-06T21:26:00.133Z Downloaded ipnet v2.11.0
8292026-07-06T21:26:00.133Z Downloaded ml-kem v0.3.2
8302026-07-06T21:26:00.136Z Downloaded memmap2 v0.9.10
8312026-07-06T21:26:00.136Z Downloaded litrs v1.0.0
8322026-07-06T21:26:00.139Z Downloaded indexmap v1.9.3
8332026-07-06T21:26:00.142Z Downloaded phf_shared v0.12.1
8342026-07-06T21:26:00.142Z Downloaded phf_shared v0.11.3
8352026-07-06T21:26:00.142Z Downloaded oxide-tokio-rt v0.1.4
8362026-07-06T21:26:00.145Z Downloaded num_enum v0.5.11
8372026-07-06T21:26:00.148Z Downloaded owo-colors v4.3.0
8382026-07-06T21:26:00.148Z Downloaded heapless v0.8.0
8392026-07-06T21:26:00.151Z Downloaded heapless v0.7.17
8402026-07-06T21:26:00.154Z Downloaded phf_shared v0.13.1
8412026-07-06T21:26:00.154Z Downloaded ed25519-dalek v3.0.0-rc.0
8422026-07-06T21:26:00.157Z Downloaded newtype-uuid v1.3.2
8432026-07-06T21:26:00.157Z Downloaded ar_archive_writer v0.5.1
8442026-07-06T21:26:00.160Z Downloaded litemap v0.8.1
8452026-07-06T21:26:00.163Z Downloaded libbz2-rs-sys v0.2.2
8462026-07-06T21:26:00.163Z Downloaded potential_utf v0.1.4
8472026-07-06T21:26:00.166Z Downloaded icu_provider v2.1.1
8482026-07-06T21:26:00.166Z Downloaded proc-macro-crate v1.3.1
8492026-07-06T21:26:00.166Z Downloaded icu_properties v2.1.2
8502026-07-06T21:26:00.169Z Downloaded headers v0.4.1
8512026-07-06T21:26:00.171Z Downloaded predicates-core v1.0.10
8522026-07-06T21:26:00.174Z Downloaded packed_struct v0.10.1
8532026-07-06T21:26:00.174Z Downloaded flate2 v1.1.9
8542026-07-06T21:26:00.177Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-07-06T21:26:00.177Z Downloaded predicates-tree v1.0.13
8562026-07-06T21:26:00.181Z Downloaded precomputed-hash v0.1.1
8572026-07-06T21:26:00.184Z Downloaded password-hash v0.5.0
8582026-07-06T21:26:00.187Z Downloaded peg v0.8.5
8592026-07-06T21:26:00.190Z Downloaded peg-macros v0.8.5
8602026-07-06T21:26:00.193Z Downloaded pem-rfc7468 v1.0.0
8612026-07-06T21:26:00.193Z Downloaded expectorate v1.2.0
8622026-07-06T21:26:00.196Z Downloaded der v0.7.10
8632026-07-06T21:26:00.199Z Downloaded indicatif v0.18.4
8642026-07-06T21:26:00.202Z Downloaded progenitor-macro v0.14.0
8652026-07-06T21:26:00.202Z Downloaded progenitor-client v0.14.0
8662026-07-06T21:26:00.204Z Downloaded phc v0.6.1
8672026-07-06T21:26:00.204Z Downloaded icu_normalizer_data v2.1.1
8682026-07-06T21:26:00.207Z Downloaded progenitor-macro v0.13.0
8692026-07-06T21:26:00.207Z Downloaded paste v1.0.15
8702026-07-06T21:26:00.210Z Downloaded phf v0.12.1
8712026-07-06T21:26:00.210Z Downloaded curve25519-dalek v5.0.0-rc.0
8722026-07-06T21:26:00.215Z Downloaded radium v0.7.0
8732026-07-06T21:26:00.217Z Downloaded quick-error v1.2.3
8742026-07-06T21:26:00.218Z Downloaded psl-types v2.0.11
8752026-07-06T21:26:00.218Z Downloaded pkg-config v0.3.32
8762026-07-06T21:26:00.220Z Downloaded hickory-resolver v0.24.4
8772026-07-06T21:26:00.223Z Downloaded pin-project-internal v1.1.11
8782026-07-06T21:26:00.223Z Downloaded pin-project-lite v0.2.17
8792026-07-06T21:26:00.226Z Downloaded pkcs8 v0.10.2
8802026-07-06T21:26:00.229Z Downloaded phf v0.13.1
8812026-07-06T21:26:00.229Z Downloaded icu_normalizer v2.1.1
8822026-07-06T21:26:00.232Z Downloaded poly1305 v0.8.0
8832026-07-06T21:26:00.235Z Downloaded crypto-bigint v0.5.5
8842026-07-06T21:26:00.239Z Downloaded parse-display-derive v0.10.0
8852026-07-06T21:26:00.239Z Downloaded parking_lot_core v0.8.6
8862026-07-06T21:26:00.242Z Downloaded rand_xorshift v0.4.0
8872026-07-06T21:26:00.245Z Downloaded polyval v0.7.1
8882026-07-06T21:26:00.248Z Downloaded aes v0.9.1
8892026-07-06T21:26:00.248Z Downloaded powerfmt v0.2.0
8902026-07-06T21:26:00.251Z Downloaded derive_more-impl v2.1.1
8912026-07-06T21:26:00.253Z Downloaded rand_chacha v0.3.1
8922026-07-06T21:26:00.253Z Downloaded predicates v3.1.4
8932026-07-06T21:26:00.257Z Downloaded primeorder v0.14.0-rc.10
8942026-07-06T21:26:00.259Z Downloaded primefield v0.14.0
8952026-07-06T21:26:00.259Z Downloaded parking_lot_core v0.9.12
8962026-07-06T21:26:00.259Z Downloaded parking_lot v0.11.2
8972026-07-06T21:26:00.262Z Downloaded pem v3.0.6
8982026-07-06T21:26:00.262Z Downloaded primeorder v0.13.6
8992026-07-06T21:26:00.265Z Downloaded ref-cast v1.0.25
9002026-07-06T21:26:00.268Z Downloaded ref-cast-impl v1.0.25
9012026-07-06T21:26:00.268Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-07-06T21:26:00.268Z Downloaded recursive v0.1.1
9032026-07-06T21:26:00.268Z Downloaded progenitor v0.13.0
9042026-07-06T21:26:00.271Z Downloaded ignore v0.4.25
9052026-07-06T21:26:00.271Z Downloaded progenitor-client v0.13.0
9062026-07-06T21:26:00.274Z Downloaded hashbrown v0.12.3
9072026-07-06T21:26:00.274Z Downloaded miniz_oxide v0.8.9
9082026-07-06T21:26:00.277Z Downloaded progenitor-extras v0.2.0
9092026-07-06T21:26:00.277Z Downloaded proc-macro-error2 v2.0.1
9102026-07-06T21:26:00.281Z Downloaded pem-rfc7468 v0.7.0
9112026-07-06T21:26:00.284Z Downloaded pbkdf2 v0.13.0
9122026-07-06T21:26:00.284Z Downloaded num-traits v0.2.19
9132026-07-06T21:26:00.284Z Downloaded psm v0.1.30
9142026-07-06T21:26:00.287Z Downloaded omicron-zone-package v0.12.3
9152026-07-06T21:26:00.290Z Downloaded ppv-lite86 v0.2.21
9162026-07-06T21:26:00.293Z Downloaded rfc6979 v0.4.0
9172026-07-06T21:26:00.293Z Downloaded russh-cryptovec v0.61.0
9182026-07-06T21:26:00.296Z Downloaded pkcs1 v0.7.5
9192026-07-06T21:26:00.296Z Downloaded hickory-resolver v0.25.2
9202026-07-06T21:26:00.299Z Downloaded rfc6979 v0.5.0
9212026-07-06T21:26:00.299Z Downloaded der v0.8.0
9222026-07-06T21:26:00.302Z Downloaded postgres-types v0.2.12
9232026-07-06T21:26:00.305Z Downloaded postgres-protocol v0.6.10
9242026-07-06T21:26:00.308Z Downloaded pkcs8 v0.11.0
9252026-07-06T21:26:00.308Z Downloaded rand_chacha v0.9.0
9262026-07-06T21:26:00.311Z Downloaded r2d2 v0.8.10
9272026-07-06T21:26:00.311Z Downloaded crossterm v0.28.1
9282026-07-06T21:26:00.314Z Downloaded icu_locale_core v2.1.1
9292026-07-06T21:26:00.317Z Downloaded pkcs1 v0.8.0-rc.4
9302026-07-06T21:26:00.320Z Downloaded oxnet v0.1.6
9312026-07-06T21:26:00.322Z Downloaded poly1305 v0.9.0
9322026-07-06T21:26:00.322Z Downloaded parking_lot v0.12.5
9332026-07-06T21:26:00.325Z Downloaded jiff-static v0.2.21
9342026-07-06T21:26:00.325Z Downloaded rand_core v0.6.4
9352026-07-06T21:26:00.328Z Downloaded icu_collections v2.1.1
9362026-07-06T21:26:00.331Z Downloaded rustc_version v0.4.1
9372026-07-06T21:26:00.331Z Downloaded rustc-hash v2.1.1
9382026-07-06T21:26:00.334Z Downloaded rand_core v0.10.0
9392026-07-06T21:26:00.334Z Downloaded rustc_version v0.1.7
9402026-07-06T21:26:00.336Z Downloaded rand_core v0.9.5
9412026-07-06T21:26:00.337Z Downloaded diesel_derives v2.3.7
9422026-07-06T21:26:00.339Z Downloaded progenitor v0.14.0
9432026-07-06T21:26:00.342Z Downloaded crossterm v0.29.0
9442026-07-06T21:26:00.345Z Downloaded hashbrown v0.13.2
9452026-07-06T21:26:00.348Z Downloaded scroll_derive v0.13.1
9462026-07-06T21:26:00.348Z Downloaded pin-project v1.1.11
9472026-07-06T21:26:00.354Z Downloaded oso v0.27.3
9482026-07-06T21:26:00.357Z Downloaded p256 v0.14.0-rc.10
9492026-07-06T21:26:00.360Z Downloaded scheduled-thread-pool v0.2.7
9502026-07-06T21:26:00.360Z Downloaded same-file v1.0.6
9512026-07-06T21:26:00.362Z Downloaded minimal-lexical v0.2.1
9522026-07-06T21:26:00.365Z Downloaded secrecy v0.10.3
9532026-07-06T21:26:00.365Z Downloaded resolv-conf v0.7.6
9542026-07-06T21:26:00.368Z Downloaded scopeguard v1.2.0
9552026-07-06T21:26:00.368Z Downloaded p384 v0.14.0-rc.10
9562026-07-06T21:26:00.371Z Downloaded serde-big-array v0.5.1
9572026-07-06T21:26:00.371Z Downloaded quinn-udp v0.5.14
9582026-07-06T21:26:00.371Z Downloaded postcard v1.1.3
9592026-07-06T21:26:00.374Z Downloaded secrecy v0.8.0
9602026-07-06T21:26:00.374Z Downloaded pkcs5 v0.8.1
9612026-07-06T21:26:00.377Z Downloaded aes-gcm v0.11.0
9622026-07-06T21:26:00.380Z Downloaded rand_seeder v0.4.0
9632026-07-06T21:26:00.383Z Downloaded serde_bytes v0.11.19
9642026-07-06T21:26:00.383Z Downloaded rtoolbox v0.0.3
9652026-07-06T21:26:00.386Z Downloaded seq-macro v0.3.6
9662026-07-06T21:26:00.386Z Downloaded semver v0.1.20
9672026-07-06T21:26:00.390Z Downloaded sha1 v0.11.0
9682026-07-06T21:26:00.390Z Downloaded serde_urlencoded v0.7.1
9692026-07-06T21:26:00.390Z Downloaded rusty-fork v0.3.1
9702026-07-06T21:26:00.393Z Downloaded serde_repr v0.1.20
9712026-07-06T21:26:00.393Z Downloaded sha1 v0.10.6
9722026-07-06T21:26:00.393Z Downloaded hyper-util v0.1.20
9732026-07-06T21:26:00.396Z Downloaded prefix-trie v0.7.0
9742026-07-06T21:26:00.400Z Downloaded serde_spanned v1.1.1
9752026-07-06T21:26:00.405Z Downloaded rustls-pemfile v2.2.0
9762026-07-06T21:26:00.405Z Downloaded shell-words v1.1.1
9772026-07-06T21:26:00.405Z Downloaded rustls-native-certs v0.8.3
9782026-07-06T21:26:00.408Z Downloaded papergrid v0.17.0
9792026-07-06T21:26:00.408Z Downloaded http v1.4.2
9802026-07-06T21:26:00.411Z Downloaded aho-corasick v1.1.4
9812026-07-06T21:26:00.415Z Downloaded dropshot-api-manager v0.7.2
9822026-07-06T21:26:00.419Z Downloaded sapling-renderdag v0.1.0
9832026-07-06T21:26:00.419Z Downloaded internal-russh-num-bigint v0.5.0
9842026-07-06T21:26:00.427Z Downloaded russh-util v0.52.0
9852026-07-06T21:26:00.427Z Downloaded serde_plain v1.0.2
9862026-07-06T21:26:00.427Z Downloaded rustversion v1.0.22
9872026-07-06T21:26:00.430Z Downloaded scroll v0.13.0
9882026-07-06T21:26:00.430Z Downloaded sigpipe v0.1.3
9892026-07-06T21:26:00.430Z Downloaded openssl-sys v0.9.115
9902026-07-06T21:26:00.430Z Downloaded signal-hook-tokio v0.3.1
9912026-07-06T21:26:00.430Z Downloaded signal-hook-mio v0.2.5
9922026-07-06T21:26:00.435Z Downloaded sec1 v0.8.1
9932026-07-06T21:26:00.441Z Downloaded slog-bunyan v2.5.0
9942026-07-06T21:26:00.441Z Downloaded schemars_derive v0.8.22
9952026-07-06T21:26:00.441Z Downloaded sec1 v0.7.3
9962026-07-06T21:26:00.446Z Downloaded signature v2.2.0
9972026-07-06T21:26:00.446Z Downloaded signature v3.0.0
9982026-07-06T21:26:00.450Z Downloaded siphasher v1.0.2
9992026-07-06T21:26:00.450Z Downloaded serde-hex v0.1.0
10002026-07-06T21:26:00.455Z Downloaded scrypt v0.12.0
10012026-07-06T21:26:00.455Z Downloaded hickory-server v0.25.2
10022026-07-06T21:26:00.460Z Downloaded prettyplease v0.2.37
10032026-07-06T21:26:00.464Z Downloaded serde_path_to_error v0.1.20
10042026-07-06T21:26:00.464Z Downloaded hashbrown v0.15.5
10052026-07-06T21:26:00.468Z Downloaded slog-envlogger v2.2.0
10062026-07-06T21:26:00.472Z Downloaded serdect v0.4.3
10072026-07-06T21:26:00.476Z Downloaded rustls-pki-types v1.14.0
10082026-07-06T21:26:00.476Z Downloaded sqlparser_derive v0.5.0
10092026-07-06T21:26:00.476Z Downloaded serde_with_macros v1.5.2
10102026-07-06T21:26:00.480Z Downloaded progenitor-impl v0.14.0
10112026-07-06T21:26:00.480Z Downloaded salsa20 v0.11.0
10122026-07-06T21:26:00.480Z Downloaded progenitor-impl v0.13.0
10132026-07-06T21:26:00.485Z Downloaded pretty_assertions v1.4.1
10142026-07-06T21:26:00.485Z Downloaded mio v1.2.0
10152026-07-06T21:26:00.497Z Downloaded shlex v1.3.0
10162026-07-06T21:26:00.501Z Downloaded hashbrown v0.16.1
10172026-07-06T21:26:00.505Z Downloaded stable_deref_trait v1.2.1
10182026-07-06T21:26:00.510Z Downloaded strum v0.26.3
10192026-07-06T21:26:00.510Z Downloaded structmeta v0.3.0
10202026-07-06T21:26:00.510Z Downloaded supports-color v3.0.2
10212026-07-06T21:26:00.510Z Downloaded strum v0.27.2
10222026-07-06T21:26:00.510Z Downloaded structmeta-derive v0.3.0
10232026-07-06T21:26:00.514Z Downloaded slog-term v2.9.2
10242026-07-06T21:26:00.518Z Downloaded ron v0.8.1
10252026-07-06T21:26:00.523Z Downloaded slog-dtrace v0.3.0
10262026-07-06T21:26:00.527Z Downloaded sync-ptr v0.1.4
10272026-07-06T21:26:00.527Z Downloaded subtle v2.6.1
10282026-07-06T21:26:00.527Z Downloaded tabwriter v1.4.1
10292026-07-06T21:26:00.532Z Downloaded libxml v0.3.3
10302026-07-06T21:26:00.532Z Downloaded slog-stdlog v4.1.1
10312026-07-06T21:26:00.536Z Downloaded smf v0.2.3
10322026-07-06T21:26:00.536Z Downloaded slog-scope v4.4.1
10332026-07-06T21:26:00.536Z Downloaded slog-json v2.6.1
10342026-07-06T21:26:00.536Z Downloaded simd-adler32 v0.3.8
10352026-07-06T21:26:00.540Z Downloaded snafu-derive v0.8.9
10362026-07-06T21:26:00.540Z Downloaded tagptr v0.2.0
10372026-07-06T21:26:00.540Z Downloaded tabled_derive v0.11.0
10382026-07-06T21:26:00.540Z Downloaded tap v1.0.1
10392026-07-06T21:26:00.545Z Downloaded take_mut v0.2.2
10402026-07-06T21:26:00.545Z Downloaded sync_wrapper v1.0.2
10412026-07-06T21:26:00.545Z Downloaded smallvec v0.6.14
10422026-07-06T21:26:00.545Z Downloaded sha2 v0.11.0
10432026-07-06T21:26:00.550Z Downloaded ryu v1.0.23
10442026-07-06T21:26:00.550Z Downloaded spki v0.7.3
10452026-07-06T21:26:00.550Z Downloaded iri-string v0.7.10
10462026-07-06T21:26:00.554Z Downloaded testing_table v0.3.0
10472026-07-06T21:26:00.554Z Downloaded time-core v0.1.8
10482026-07-06T21:26:00.558Z Downloaded num-bigint v0.4.6
10492026-07-06T21:26:00.558Z Downloaded thread-id v5.1.0
10502026-07-06T21:26:00.563Z Downloaded termtree v0.5.1
10512026-07-06T21:26:00.563Z Downloaded spki v0.8.0
10522026-07-06T21:26:00.563Z Downloaded sqlformat v0.3.5
10532026-07-06T21:26:00.563Z Downloaded schemars v0.8.22
10542026-07-06T21:26:00.568Z Downloaded tinyvec_macros v0.1.1
10552026-07-06T21:26:00.572Z Downloaded itertools v0.13.0
10562026-07-06T21:26:00.576Z Downloaded strip-ansi-escapes v0.2.1
10572026-07-06T21:26:00.576Z Downloaded string_cache v0.8.9
10582026-07-06T21:26:00.576Z Downloaded stringprep v0.1.5
10592026-07-06T21:26:00.581Z Downloaded static_assertions v1.1.0
10602026-07-06T21:26:00.581Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-06T21:26:00.581Z Downloaded ssh-cipher v0.3.0-rc.9
10622026-07-06T21:26:00.586Z Downloaded strsim v0.10.0
10632026-07-06T21:26:00.586Z Downloaded qorb v0.4.1
10642026-07-06T21:26:00.586Z Downloaded hyper v1.10.1
10652026-07-06T21:26:00.591Z Downloaded synstructure v0.13.2
10662026-07-06T21:26:00.596Z Downloaded strum_macros v0.27.2
10672026-07-06T21:26:00.596Z Downloaded strum_macros v0.26.4
10682026-07-06T21:26:00.596Z Downloaded tokio-macros v2.7.0
10692026-07-06T21:26:00.596Z Downloaded strum_macros v0.24.3
10702026-07-06T21:26:00.596Z Downloaded tokio-test v0.4.5
10712026-07-06T21:26:00.601Z Downloaded p521 v0.14.0-rc.10
10722026-07-06T21:26:00.601Z Downloaded serde_yaml v0.9.34+deprecated
10732026-07-06T21:26:00.606Z Downloaded stacker v0.1.23
10742026-07-06T21:26:00.607Z Downloaded quinn v0.11.9
10752026-07-06T21:26:00.607Z Downloaded support-bundle-viewer v0.1.2
10762026-07-06T21:26:00.612Z Downloaded itertools v0.10.5
10772026-07-06T21:26:00.612Z Downloaded crypto-primes v0.7.2
10782026-07-06T21:26:00.617Z Downloaded spin v0.9.8
10792026-07-06T21:26:00.617Z Downloaded termios v0.3.3
10802026-07-06T21:26:00.617Z Downloaded rand v0.8.6
10812026-07-06T21:26:00.625Z Downloaded thread_local v1.1.9
10822026-07-06T21:26:00.625Z Downloaded thiserror-no-std v2.0.2
10832026-07-06T21:26:00.625Z Downloaded topological-sort v0.2.2
10842026-07-06T21:26:00.629Z Downloaded similar v2.7.0
10852026-07-06T21:26:00.629Z Downloaded thiserror-impl-no-std v2.0.2
10862026-07-06T21:26:00.629Z Downloaded itertools v0.12.1
10872026-07-06T21:26:00.635Z Downloaded blake3 v1.8.5
10882026-07-06T21:26:00.639Z Downloaded time-macros v0.2.27
10892026-07-06T21:26:00.639Z Downloaded tiny-keccak v2.0.2
10902026-07-06T21:26:00.639Z Downloaded try-lock v0.2.5
10912026-07-06T21:26:00.642Z Downloaded tower-service v0.3.3
10922026-07-06T21:26:00.642Z Downloaded tower-layer v0.3.3
10932026-07-06T21:26:00.642Z Downloaded tokio-dtrace v0.1.1
10942026-07-06T21:26:00.642Z Downloaded nom v7.1.3
10952026-07-06T21:26:00.646Z Downloaded serde_cbor v0.11.2
10962026-07-06T21:26:00.651Z Downloaded tls_codec v0.4.2
10972026-07-06T21:26:00.651Z Downloaded nom v8.0.0
10982026-07-06T21:26:00.655Z Downloaded trait-variant v0.1.2
10992026-07-06T21:26:00.655Z Downloaded bitvec v1.0.1
11002026-07-06T21:26:00.660Z Downloaded untrusted v0.9.0
11012026-07-06T21:26:00.680Z Downloaded tokio-tungstenite v0.23.1
11022026-07-06T21:26:00.680Z Downloaded unit-prefix v0.5.2
11032026-07-06T21:26:00.688Z Downloaded publicsuffix v2.3.0
11042026-07-06T21:26:00.688Z Downloaded unicode-xid v0.2.6
11052026-07-06T21:26:00.688Z Downloaded unarray v0.1.4
11062026-07-06T21:26:00.688Z Downloaded typify-macro v0.6.2
11072026-07-06T21:26:00.688Z Downloaded unicode-truncate v1.1.0
11082026-07-06T21:26:00.688Z Downloaded rsa v0.9.10
11092026-07-06T21:26:00.688Z Downloaded tokio-tungstenite v0.21.0
11102026-07-06T21:26:00.688Z Downloaded tinystr v0.8.2
11112026-07-06T21:26:00.688Z Downloaded usdt-attr-macro v0.6.0
11122026-07-06T21:26:00.688Z Downloaded universal-hash v0.5.1
11132026-07-06T21:26:00.688Z Downloaded rustls-webpki v0.103.13
11142026-07-06T21:26:00.688Z Downloaded utf-8 v0.7.6
11152026-07-06T21:26:00.688Z Downloaded usdt-macro v0.6.0
11162026-07-06T21:26:00.688Z Downloaded tokio-native-tls v0.3.1
11172026-07-06T21:26:00.688Z Downloaded hkdf v0.12.4
11182026-07-06T21:26:00.688Z Downloaded universal-hash v0.6.1
11192026-07-06T21:26:00.688Z Downloaded signal-hook v0.3.18
11202026-07-06T21:26:00.694Z Downloaded untrusted v0.7.1
11212026-07-06T21:26:00.694Z Downloaded utf8_iter v1.0.4
11222026-07-06T21:26:00.694Z Downloaded rand v0.9.2
11232026-07-06T21:26:00.694Z Downloaded samael v0.0.19
11242026-07-06T21:26:00.699Z Downloaded toml_writer v1.1.1+spec-1.1.0
11252026-07-06T21:26:00.699Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11262026-07-06T21:26:00.699Z Downloaded term v1.2.1
11272026-07-06T21:26:00.699Z Downloaded want v0.3.1
11282026-07-06T21:26:00.704Z Downloaded hkdf v0.13.0
11292026-07-06T21:26:00.704Z Downloaded waitgroup v0.1.2
11302026-07-06T21:26:00.704Z Downloaded socket2 v0.6.3
11312026-07-06T21:26:00.704Z Downloaded num-bigint-dig v0.8.6
11322026-07-06T21:26:00.709Z Downloaded futures-util v0.3.32
11332026-07-06T21:26:00.714Z Downloaded wait-timeout v0.2.1
11342026-07-06T21:26:00.714Z Downloaded void v1.0.2
11352026-07-06T21:26:00.718Z Downloaded schemars v1.2.1
11362026-07-06T21:26:00.723Z Downloaded rand v0.10.1
11372026-07-06T21:26:00.727Z Downloaded schemars v0.9.0
11382026-07-06T21:26:00.731Z Downloaded xshell-macros v0.2.7
11392026-07-06T21:26:00.732Z Downloaded unicase v2.9.0
11402026-07-06T21:26:00.736Z Downloaded icu_properties_data v2.1.2
11412026-07-06T21:26:00.740Z Downloaded smallvec v1.15.1
11422026-07-06T21:26:00.740Z Downloaded subprocess v0.2.15
11432026-07-06T21:26:00.744Z Downloaded h2 v0.4.15
11442026-07-06T21:26:00.749Z Downloaded tls_codec_derive v0.4.2
11452026-07-06T21:26:00.749Z Downloaded uzers v0.12.2
11462026-07-06T21:26:00.749Z Downloaded zerofrom-derive v0.1.6
11472026-07-06T21:26:00.749Z Downloaded tui-tree-widget v0.23.1
11482026-07-06T21:26:00.753Z Downloaded tokio-stream v0.1.18
11492026-07-06T21:26:00.753Z Downloaded tokio-rustls v0.26.4
11502026-07-06T21:26:00.753Z Downloaded term v0.7.0
11512026-07-06T21:26:00.758Z Downloaded xattr v1.6.1
11522026-07-06T21:26:00.758Z Downloaded libm v0.2.16
11532026-07-06T21:26:00.763Z Downloaded zerofrom v0.1.6
11542026-07-06T21:26:00.767Z Downloaded yoke-derive v0.8.1
11552026-07-06T21:26:00.767Z Downloaded vergen-git2 v9.1.0
11562026-07-06T21:26:00.767Z Downloaded test-strategy v0.4.5
11572026-07-06T21:26:00.767Z Downloaded usdt-impl v0.6.0
11582026-07-06T21:26:00.767Z Downloaded zone_cfg_derive v0.3.1
11592026-07-06T21:26:00.772Z Downloaded zeroize_derive v1.4.3
11602026-07-06T21:26:00.772Z Downloaded itertools v0.14.0
11612026-07-06T21:26:00.777Z Downloaded tracing-attributes v0.1.31
11622026-07-06T21:26:00.777Z Downloaded walkdir v2.5.0
11632026-07-06T21:26:00.777Z Downloaded toml_parser v1.1.2+spec-1.1.0
11642026-07-06T21:26:00.781Z Downloaded aws-lc-rs v1.16.3
11652026-07-06T21:26:00.786Z Downloaded writeable v0.6.2
11662026-07-06T21:26:00.786Z Downloaded rsa v0.10.0-rc.18
11672026-07-06T21:26:00.791Z Downloaded twox-hash v2.1.2
11682026-07-06T21:26:00.791Z Downloaded usdt v0.6.0
11692026-07-06T21:26:00.791Z Downloaded tinyvec v1.10.0
11702026-07-06T21:26:00.791Z Downloaded zone v0.3.1
11712026-07-06T21:26:00.795Z Downloaded bindgen v0.71.1
11722026-07-06T21:26:00.795Z Downloaded socket2 v0.5.10
11732026-07-06T21:26:00.800Z Downloaded snafu v0.8.9
11742026-07-06T21:26:00.804Z Downloaded vergen-lib v0.1.6
11752026-07-06T21:26:00.804Z Downloaded rayon-core v1.13.0
11762026-07-06T21:26:00.804Z Downloaded serde_with_macros v3.17.0
11772026-07-06T21:26:00.808Z Downloaded vsss-rs v3.3.4
11782026-07-06T21:26:00.808Z Downloaded slog v2.8.2
11792026-07-06T21:26:00.809Z Downloaded whoami v2.1.0
11802026-07-06T21:26:00.813Z Downloaded whoami v1.6.1
11812026-07-06T21:26:00.813Z Downloaded vergen-lib v9.1.0
11822026-07-06T21:26:00.813Z Downloaded vergen-gitcl v1.0.8
11832026-07-06T21:26:00.813Z Downloaded rcgen v0.12.1
11842026-07-06T21:26:00.817Z Downloaded wyz v0.5.1
11852026-07-06T21:26:00.817Z Downloaded idna v1.1.0
11862026-07-06T21:26:00.822Z Downloaded toml v0.7.8
11872026-07-06T21:26:00.822Z Downloaded rustls-platform-verifier v0.6.2
11882026-07-06T21:26:00.822Z Downloaded vergen v9.1.0
11892026-07-06T21:26:00.826Z Downloaded rustyline v14.0.0
11902026-07-06T21:26:00.826Z Downloaded unicode-properties v0.1.4
11912026-07-06T21:26:00.830Z Downloaded serde_derive_internals v0.29.1
11922026-07-06T21:26:00.830Z Downloaded slog-async v2.8.0
11932026-07-06T21:26:00.831Z Downloaded slab v0.4.12
11942026-07-06T21:26:00.831Z Downloaded signal-hook-registry v1.4.8
11952026-07-06T21:26:00.835Z Downloaded tungstenite v0.23.0
11962026-07-06T21:26:00.835Z Downloaded yoke v0.8.1
11972026-07-06T21:26:00.835Z Downloaded tracing-core v0.1.36
11982026-07-06T21:26:00.841Z Downloaded zeroize v1.8.2
11992026-07-06T21:26:00.844Z Downloaded chrono v0.4.44
12002026-07-06T21:26:00.849Z Downloaded zerovec-derive v0.11.2
12012026-07-06T21:26:00.857Z Downloaded rpassword v7.4.0
12022026-07-06T21:26:00.860Z Downloaded uuid v1.23.4
12032026-07-06T21:26:00.864Z Downloaded zstd v0.13.3
12042026-07-06T21:26:00.868Z Downloaded yasna v0.5.2
12052026-07-06T21:26:00.868Z Downloaded toml v1.1.2+spec-1.1.0
12062026-07-06T21:26:00.873Z Downloaded serde_with v1.14.0
12072026-07-06T21:26:00.878Z Downloaded zerocopy v0.6.6
12082026-07-06T21:26:00.878Z Downloaded zstd-safe v7.2.4
12092026-07-06T21:26:00.882Z Downloaded tungstenite v0.21.0
12102026-07-06T21:26:00.886Z Downloaded unicode-bidi v0.3.18
12112026-07-06T21:26:00.886Z Downloaded typify v0.6.2
12122026-07-06T21:26:00.890Z Downloaded xshell v0.2.7
12132026-07-06T21:26:00.890Z Downloaded tar v0.4.45
12142026-07-06T21:26:00.894Z Downloaded unsafe-libyaml v0.2.11
12152026-07-06T21:26:00.900Z Downloaded iddqd v0.4.2
12162026-07-06T21:26:00.906Z Downloaded steno v0.4.1
12172026-07-06T21:26:00.912Z Downloaded p384 v0.13.1
12182026-07-06T21:26:00.917Z Downloaded git2 v0.20.4
12192026-07-06T21:26:00.921Z Downloaded vte v0.14.1
12202026-07-06T21:26:00.942Z Downloaded reqwest v0.12.28
12212026-07-06T21:26:00.946Z Downloaded regex v1.12.3
12222026-07-06T21:26:00.952Z Downloaded url v2.5.8
12232026-07-06T21:26:00.957Z Downloaded zerotrie v0.2.3
12242026-07-06T21:26:00.962Z Downloaded zopfli v0.8.3
12252026-07-06T21:26:00.964Z Downloaded reedline v0.40.0
12262026-07-06T21:26:00.969Z Downloaded portable-atomic v1.13.1
12272026-07-06T21:26:00.973Z Downloaded lalrpop v0.19.12
12282026-07-06T21:26:00.979Z Downloaded goblin v0.10.5
12292026-07-06T21:26:00.985Z Downloaded yansi v1.0.1
12302026-07-06T21:26:00.989Z Downloaded unicode_categories v0.1.1
12312026-07-06T21:26:00.989Z Downloaded reqwest v0.13.2
12322026-07-06T21:26:00.993Z Downloaded moka v0.12.13
12332026-07-06T21:26:00.997Z Downloaded toml_edit v0.19.15
12342026-07-06T21:26:01.005Z Downloaded rayon v1.11.0
12352026-07-06T21:26:01.009Z Downloaded zip v0.6.6
12362026-07-06T21:26:01.014Z Downloaded tokio-postgres v0.7.16
12372026-07-06T21:26:01.018Z Downloaded typed-path v0.9.3
12382026-07-06T21:26:01.022Z Downloaded quick-xml v0.37.5
12392026-07-06T21:26:01.033Z Downloaded salty v0.3.0
12402026-07-06T21:26:01.044Z Downloaded ssh-key v0.7.0-rc.10
12412026-07-06T21:26:01.050Z Downloaded x509-cert v0.2.5
12422026-07-06T21:26:01.059Z Downloaded unicode-segmentation v1.12.0
12432026-07-06T21:26:01.063Z Downloaded curve25519-dalek v4.1.3
12442026-07-06T21:26:01.068Z Downloaded zerocopy-derive v0.8.40
12452026-07-06T21:26:01.075Z Downloaded proptest v1.10.0
12462026-07-06T21:26:01.080Z Downloaded tower v0.5.3
12472026-07-06T21:26:01.084Z Downloaded serde_with v3.17.0
12482026-07-06T21:26:01.092Z Downloaded tokio-util v0.7.18
12492026-07-06T21:26:01.096Z Downloaded zip v4.6.1
12502026-07-06T21:26:01.100Z Downloaded unicode-normalization v0.1.25
12512026-07-06T21:26:01.104Z Downloaded petname v2.0.2
12522026-07-06T21:26:01.104Z Downloaded nix v0.27.1
12532026-07-06T21:26:01.110Z Downloaded tower-http v0.6.8
12542026-07-06T21:26:01.116Z Downloaded crypto-bigint v0.7.5
12552026-07-06T21:26:01.123Z Downloaded quinn-proto v0.11.13
12562026-07-06T21:26:01.128Z Downloaded winnow v0.6.26
12572026-07-06T21:26:01.132Z Downloaded object v0.30.4
12582026-07-06T21:26:01.138Z Downloaded zerovec v0.11.5
12592026-07-06T21:26:01.142Z Downloaded russh v0.61.2
12602026-07-06T21:26:01.147Z Downloaded radix_trie v0.2.1
12612026-07-06T21:26:01.153Z Downloaded winnow v0.5.40
12622026-07-06T21:26:01.161Z Downloaded tough v0.22.0
12632026-07-06T21:26:01.176Z Downloaded winnow v1.0.3
12642026-07-06T21:26:01.193Z Downloaded openssl v0.10.79
12652026-07-06T21:26:01.197Z Downloaded polar-core v0.27.3
12662026-07-06T21:26:01.197Z Downloaded nix v0.28.0
12672026-07-06T21:26:01.202Z Downloaded bstr v1.12.1
12682026-07-06T21:26:01.207Z Downloaded dropshot v0.17.1
12692026-07-06T21:26:01.220Z Downloaded tabled v0.20.0
12702026-07-06T21:26:01.226Z Downloaded regex-syntax v0.6.29
12712026-07-06T21:26:01.231Z Downloaded object v0.37.3
12722026-07-06T21:26:01.237Z Downloaded hickory-proto v0.24.4
12732026-07-06T21:26:01.246Z Downloaded nix v0.31.2
12742026-07-06T21:26:01.252Z Downloaded hickory-proto v0.25.2
12752026-07-06T21:26:01.264Z Downloaded time v0.3.47
12762026-07-06T21:26:01.270Z Downloaded openapiv3 v2.2.0
12772026-07-06T21:26:01.276Z Downloaded vcpkg v0.2.15
12782026-07-06T21:26:01.299Z Downloaded zlib-rs v0.6.2
12792026-07-06T21:26:01.304Z Downloaded diesel v2.3.7
12802026-07-06T21:26:01.313Z Downloaded rustix v0.38.44
12812026-07-06T21:26:01.328Z Downloaded rustls v0.23.41
12822026-07-06T21:26:01.334Z Downloaded zerocopy v0.8.40
12832026-07-06T21:26:01.338Z Downloaded regress v0.10.5
12842026-07-06T21:26:01.343Z Downloaded smoltcp v0.11.0
12852026-07-06T21:26:01.350Z Downloaded regex-syntax v0.8.10
12862026-07-06T21:26:01.357Z Downloaded regress v0.11.1
12872026-07-06T21:26:01.361Z Downloaded smoltcp v0.9.1
12882026-07-06T21:26:01.394Z Downloaded sled v0.34.7
12892026-07-06T21:26:01.403Z Downloaded tracing v0.1.44
12902026-07-06T21:26:01.414Z Downloaded ratatui v0.29.0
12912026-07-06T21:26:01.426Z Downloaded zerocopy-derive v0.6.6
12922026-07-06T21:26:01.434Z Downloaded regex-automata v0.4.14
12932026-07-06T21:26:01.441Z Downloaded sqlparser v0.61.0
12942026-07-06T21:26:01.447Z Downloaded petgraph v0.6.5
12952026-07-06T21:26:01.459Z Downloaded jiff v0.2.21
12962026-07-06T21:26:01.469Z Downloaded fiat-crypto v0.3.0
12972026-07-06T21:26:01.477Z Downloaded csv v1.4.0
12982026-07-06T21:26:01.492Z Downloaded typify-impl v0.6.2
12992026-07-06T21:26:01.500Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-07-06T21:26:01.505Z Downloaded sha3 v0.11.0
13012026-07-06T21:26:01.531Z Downloaded ring v0.17.14
13022026-07-06T21:26:01.578Z Downloaded chrono-tz v0.10.4
13032026-07-06T21:26:01.632Z Downloaded petgraph v0.8.3
13042026-07-06T21:26:01.658Z Downloaded libz-sys v1.1.24
13052026-07-06T21:26:01.671Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-07-06T21:26:01.681Z Downloaded sha3 v0.10.8
13072026-07-06T21:26:01.690Z Downloaded encoding_rs v0.8.35
13082026-07-06T21:26:01.701Z Downloaded tokio v1.52.1
13092026-07-06T21:26:01.814Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-07-06T21:26:02.326Z Downloaded aws-lc-sys v0.40.0
13112026-07-06T21:26:02.583Z Compiling libc v0.2.185
13122026-07-06T21:26:02.583Z Compiling serde_core v1.0.228
13132026-07-06T21:26:02.583Z Compiling serde v1.0.228
13142026-07-06T21:26:02.586Z Compiling log v0.4.29
13152026-07-06T21:26:02.586Z Compiling smallvec v1.15.1
13162026-07-06T21:26:02.733Z Compiling shlex v1.3.0
13172026-07-06T21:26:02.736Z Compiling find-msvc-tools v0.1.9
13182026-07-06T21:26:02.736Z Compiling syn v2.0.117
13192026-07-06T21:26:02.929Z Compiling subtle v2.6.1
13202026-07-06T21:26:02.943Z Compiling scopeguard v1.2.0
13212026-07-06T21:26:02.943Z Compiling stable_deref_trait v1.2.1
13222026-07-06T21:26:03.020Z Compiling typenum v1.20.1
13232026-07-06T21:26:03.049Z Compiling lock_api v0.4.14
13242026-07-06T21:26:03.062Z Compiling serde_json v1.0.150
13252026-07-06T21:26:03.088Z Compiling portable-atomic v1.13.1
13262026-07-06T21:26:03.104Z Compiling zerocopy v0.8.40
13272026-07-06T21:26:03.392Z Compiling pin-project-lite v0.2.17
13282026-07-06T21:26:03.425Z Compiling parking_lot_core v0.9.12
13292026-07-06T21:26:03.497Z Compiling pkg-config v0.3.32
13302026-07-06T21:26:03.723Z Compiling jobserver v0.1.34
13312026-07-06T21:26:03.723Z Compiling errno v0.3.14
13322026-07-06T21:26:03.790Z Compiling getrandom v0.2.17
13332026-07-06T21:26:03.890Z Compiling critical-section v1.2.0
13342026-07-06T21:26:04.016Z Compiling cc v1.2.56
13352026-07-06T21:26:04.031Z Compiling rand_core v0.6.4
13362026-07-06T21:26:04.081Z Compiling signal-hook-registry v1.4.8
13372026-07-06T21:26:04.123Z Compiling getrandom v0.4.1
13382026-07-06T21:26:04.325Z Compiling once_cell v1.21.3
13392026-07-06T21:26:04.341Z Compiling futures-core v0.3.32
13402026-07-06T21:26:04.372Z Compiling libm v0.2.16
13412026-07-06T21:26:04.405Z Compiling parking_lot v0.12.5
13422026-07-06T21:26:04.502Z Compiling mio v1.2.0
13432026-07-06T21:26:04.536Z Compiling num-traits v0.2.19
13442026-07-06T21:26:04.551Z Compiling generic-array v0.14.7
13452026-07-06T21:26:04.734Z Compiling const-oid v0.9.6
13462026-07-06T21:26:04.750Z Compiling rand_core v0.10.0
13472026-07-06T21:26:04.990Z Compiling percent-encoding v2.3.2
13482026-07-06T21:26:05.005Z Compiling litemap v0.8.1
13492026-07-06T21:26:05.196Z Compiling bitflags v2.11.0
13502026-07-06T21:26:05.214Z Compiling writeable v0.6.2
13512026-07-06T21:26:05.268Z Compiling semver v1.0.28
13522026-07-06T21:26:05.427Z Compiling socket2 v0.6.3
13532026-07-06T21:26:05.444Z Compiling icu_normalizer_data v2.1.1
13542026-07-06T21:26:05.529Z Compiling icu_properties_data v2.1.2
13552026-07-06T21:26:05.697Z Compiling futures-sink v0.3.32
13562026-07-06T21:26:05.794Z Compiling futures-channel v0.3.32
13572026-07-06T21:26:05.809Z Compiling slab v0.4.12
13582026-07-06T21:26:05.871Z Compiling futures-task v0.3.32
13592026-07-06T21:26:05.920Z Compiling futures-io v0.3.32
13602026-07-06T21:26:05.997Z Compiling synstructure v0.13.2
13612026-07-06T21:26:06.019Z Compiling indexmap v2.14.0
13622026-07-06T21:26:06.036Z Compiling getrandom v0.3.4
13632026-07-06T21:26:06.058Z Compiling utf8_iter v1.0.4
13642026-07-06T21:26:06.083Z Compiling rustversion v1.0.22
13652026-07-06T21:26:06.218Z Compiling form_urlencoded v1.2.2
13662026-07-06T21:26:06.299Z Compiling cmake v0.1.57
13672026-07-06T21:26:06.411Z Compiling ident_case v1.0.1
13682026-07-06T21:26:06.414Z Compiling rustix v1.1.3
13692026-07-06T21:26:06.560Z Compiling dunce v1.0.5
13702026-07-06T21:26:06.642Z Compiling fs_extra v1.3.0
13712026-07-06T21:26:06.668Z Compiling iana-time-zone v0.1.65
13722026-07-06T21:26:06.722Z Compiling regex-syntax v0.8.10
13732026-07-06T21:26:06.726Z Compiling vcpkg v0.2.15
13742026-07-06T21:26:06.887Z Compiling base64ct v1.8.3
13752026-07-06T21:26:06.923Z Compiling aws-lc-sys v0.40.0
13762026-07-06T21:26:07.032Z Compiling rand_core v0.9.5
13772026-07-06T21:26:07.175Z Compiling pem-rfc7468 v0.7.0
13782026-07-06T21:26:07.202Z Compiling rustc_version v0.4.1
13792026-07-06T21:26:07.329Z Compiling uuid v1.23.4
13802026-07-06T21:26:07.505Z Compiling tracing-core v0.1.36
13812026-07-06T21:26:07.522Z Compiling openssl-sys v0.9.115
13822026-07-06T21:26:07.554Z Compiling base64 v0.22.1
13832026-07-06T21:26:07.794Z Compiling serde_derive v1.0.228
13842026-07-06T21:26:07.891Z Compiling zeroize_derive v1.4.3
13852026-07-06T21:26:08.085Z Compiling zerofrom-derive v0.1.6
13862026-07-06T21:26:08.088Z Compiling yoke-derive v0.8.1
13872026-07-06T21:26:08.117Z Compiling zerocopy-derive v0.8.40
13882026-07-06T21:26:08.247Z Compiling zerovec-derive v0.11.2
13892026-07-06T21:26:08.623Z Compiling zeroize v1.8.2
13902026-07-06T21:26:08.846Z Compiling displaydoc v0.2.5
13912026-07-06T21:26:09.374Z Compiling tokio-macros v2.7.0
13922026-07-06T21:26:09.495Z Compiling futures-macro v0.3.32
13932026-07-06T21:26:09.629Z Compiling zerofrom v0.1.6
13942026-07-06T21:26:09.663Z Compiling der_derive v0.7.3
13952026-07-06T21:26:09.760Z Compiling yoke v0.8.1
13962026-07-06T21:26:09.889Z Compiling crypto-common v0.1.7
13972026-07-06T21:26:09.958Z Compiling zerovec v0.11.5
13982026-07-06T21:26:10.048Z Compiling zerotrie v0.2.3
13992026-07-06T21:26:10.166Z Compiling block-buffer v0.10.4
14002026-07-06T21:26:10.351Z Compiling digest v0.10.7
14012026-07-06T21:26:10.354Z Compiling futures-util v0.3.32
14022026-07-06T21:26:10.382Z Compiling thiserror-impl v2.0.18
14032026-07-06T21:26:10.499Z Compiling tinystr v0.8.2
14042026-07-06T21:26:10.614Z Compiling potential_utf v0.1.4
14052026-07-06T21:26:10.671Z Compiling icu_locale_core v2.1.1
14062026-07-06T21:26:10.709Z Compiling tracing-attributes v0.1.31
14072026-07-06T21:26:10.784Z Compiling icu_collections v2.1.1
14082026-07-06T21:26:11.284Z Compiling aws-lc-rs v1.16.3
14092026-07-06T21:26:11.546Z Compiling bytes v1.11.1
14102026-07-06T21:26:11.585Z Compiling icu_provider v2.1.1
14112026-07-06T21:26:11.600Z Compiling chrono v0.4.44
14122026-07-06T21:26:11.787Z Compiling flagset v0.4.7
14132026-07-06T21:26:11.895Z Compiling icu_normalizer v2.1.1
14142026-07-06T21:26:11.924Z Compiling icu_properties v2.1.2
14152026-07-06T21:26:12.103Z Compiling tokio v1.52.1
14162026-07-06T21:26:12.189Z Compiling http v1.4.2
14172026-07-06T21:26:12.460Z Compiling tracing v0.1.44
14182026-07-06T21:26:12.740Z Compiling ppv-lite86 v0.2.21
14192026-07-06T21:26:12.776Z Compiling der v0.7.10
14202026-07-06T21:26:12.883Z Compiling idna_adapter v1.2.1
14212026-07-06T21:26:13.033Z Compiling idna v1.1.0
14222026-07-06T21:26:13.063Z Compiling rand_chacha v0.9.0
14232026-07-06T21:26:13.063Z Compiling http-body v1.0.1
14242026-07-06T21:26:13.093Z Compiling thiserror v2.0.18
14252026-07-06T21:26:13.144Z Compiling rustls-pki-types v1.14.0
14262026-07-06T21:26:13.226Z Compiling openssl-probe v0.2.1
14272026-07-06T21:26:13.313Z Compiling cmov v0.5.4
14282026-07-06T21:26:13.457Z Compiling url v2.5.8
14292026-07-06T21:26:13.531Z Compiling httparse v1.10.1
14302026-07-06T21:26:13.646Z Compiling tinyvec_macros v0.1.1
14312026-07-06T21:26:13.722Z Compiling tinyvec v1.10.0
14322026-07-06T21:26:13.767Z Compiling spki v0.7.3
14332026-07-06T21:26:13.823Z Compiling ctutils v0.4.2
14342026-07-06T21:26:14.947Z Compiling rand v0.9.2
14352026-07-06T21:26:14.950Z Compiling pest_generator v2.8.6
14362026-07-06T21:26:14.950Z Compiling serde_derive_internals v0.29.1
14372026-07-06T21:26:14.950Z Compiling aho-corasick v1.1.4
14382026-07-06T21:26:14.950Z Compiling dyn-clone v1.0.20
14392026-07-06T21:26:14.950Z Compiling atomic-waker v1.1.2
14402026-07-06T21:26:14.950Z Compiling untrusted v0.7.1
14412026-07-06T21:26:14.950Z Compiling schemars v0.8.22
14422026-07-06T21:26:14.950Z Compiling tower-service v0.3.3
14432026-07-06T21:26:14.950Z Compiling tower-layer v0.3.3
14442026-07-06T21:26:14.950Z Compiling try-lock v0.2.5
14452026-07-06T21:26:14.950Z Compiling want v0.3.1
14462026-07-06T21:26:14.951Z Compiling pest_derive v2.8.6
14472026-07-06T21:26:14.951Z Compiling tempfile v3.25.0
14482026-07-06T21:26:14.951Z Compiling hybrid-array v0.4.13
14492026-07-06T21:26:14.985Z Compiling schemars_derive v0.8.22
14502026-07-06T21:26:15.110Z Compiling regex-automata v0.4.14
14512026-07-06T21:26:15.153Z Compiling ipnet v2.11.0
14522026-07-06T21:26:15.168Z Compiling scroll_derive v0.13.1
14532026-07-06T21:26:15.558Z Compiling darling_core v0.20.11
14542026-07-06T21:26:15.655Z Compiling httpdate v1.0.3
14552026-07-06T21:26:15.805Z Compiling untrusted v0.9.0
14562026-07-06T21:26:15.892Z Compiling foreign-types-shared v0.1.1
14572026-07-06T21:26:15.933Z Compiling openssl v0.10.79
14582026-07-06T21:26:15.980Z Compiling cpufeatures v0.2.17
14592026-07-06T21:26:15.994Z Compiling rustls v0.23.41
14602026-07-06T21:26:16.057Z Compiling tokio-util v0.7.18
14612026-07-06T21:26:16.184Z Compiling scroll v0.13.0
14622026-07-06T21:26:16.218Z Compiling foreign-types v0.3.2
14632026-07-06T21:26:16.289Z Compiling unicode-normalization v0.1.25
14642026-07-06T21:26:16.473Z Compiling pkcs8 v0.10.2
14652026-07-06T21:26:16.759Z Compiling h2 v0.4.15
14662026-07-06T21:26:17.136Z Compiling openssl-macros v0.1.1
14672026-07-06T21:26:17.162Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-06T21:26:17.559Z Compiling spin v0.9.8
14692026-07-06T21:26:17.579Z Compiling native-tls v0.2.18
14702026-07-06T21:26:17.610Z Compiling num-conv v0.2.0
14712026-07-06T21:26:17.745Z Compiling powerfmt v0.2.0
14722026-07-06T21:26:17.774Z Compiling crc32fast v1.5.0
14732026-07-06T21:26:17.799Z Compiling time-core v0.1.8
14742026-07-06T21:26:17.913Z Compiling darling_macro v0.20.11
14752026-07-06T21:26:17.949Z Compiling time-macros v0.2.27
14762026-07-06T21:26:17.963Z Compiling deranged v0.5.8
14772026-07-06T21:26:18.431Z Compiling darling v0.20.11
14782026-07-06T21:26:18.517Z Compiling goblin v0.10.5
14792026-07-06T21:26:18.992Z Compiling sha2 v0.10.9
14802026-07-06T21:26:19.076Z Compiling hmac v0.12.1
14812026-07-06T21:26:19.244Z Compiling sync_wrapper v1.0.2
14822026-07-06T21:26:19.344Z Compiling wait-timeout v0.2.1
14832026-07-06T21:26:19.358Z Compiling crossbeam-utils v0.8.21
14842026-07-06T21:26:19.622Z Compiling syn v1.0.109
14852026-07-06T21:26:19.666Z Compiling siphasher v1.0.2
14862026-07-06T21:26:19.856Z Compiling num_threads v0.1.7
14872026-07-06T21:26:19.944Z Compiling simd-adler32 v0.3.8
14882026-07-06T21:26:19.959Z Compiling usdt-impl v0.6.0
14892026-07-06T21:26:20.179Z Compiling hyper v1.10.1
14902026-07-06T21:26:20.194Z Compiling quick-error v1.2.3
14912026-07-06T21:26:20.305Z Compiling bit-vec v0.8.0
14922026-07-06T21:26:20.545Z Compiling bit-set v0.8.0
14932026-07-06T21:26:20.717Z Compiling rusty-fork v0.3.1
14942026-07-06T21:26:20.824Z Compiling time v0.3.47
14952026-07-06T21:26:21.044Z Compiling tower v0.5.3
14962026-07-06T21:26:21.061Z Compiling derive_builder_core v0.20.2
14972026-07-06T21:26:21.393Z Compiling hyper-util v0.1.20
14982026-07-06T21:26:21.529Z Compiling dof v0.4.0
14992026-07-06T21:26:21.815Z Compiling dtrace-parser v0.3.0
15002026-07-06T21:26:21.929Z Compiling http-body-util v0.1.3
15012026-07-06T21:26:22.180Z Compiling scroll_derive v0.12.1
15022026-07-06T21:26:22.445Z Compiling thiserror-impl v1.0.69
15032026-07-06T21:26:22.555Z Compiling heapless v0.7.17
15042026-07-06T21:26:22.699Z Compiling rand_xorshift v0.4.0
15052026-07-06T21:26:22.818Z Compiling slog v2.8.2
15062026-07-06T21:26:22.838Z Compiling darling_core v0.21.3
15072026-07-06T21:26:22.858Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-06T21:26:22.871Z Compiling thread-id v5.1.0
15092026-07-06T21:26:22.953Z Compiling cookie v0.18.1
15102026-07-06T21:26:23.017Z Compiling unarray v0.1.4
15112026-07-06T21:26:23.134Z Compiling allocator-api2 v0.2.21
15122026-07-06T21:26:23.153Z Compiling unicode-properties v0.1.4
15132026-07-06T21:26:23.153Z Compiling adler2 v2.0.1
15142026-07-06T21:26:23.180Z Compiling signal-hook v0.3.18
15152026-07-06T21:26:23.329Z Compiling ryu v1.0.23
15162026-07-06T21:26:23.408Z Compiling zstd-safe v7.2.4
15172026-07-06T21:26:23.421Z Compiling unicode-bidi v0.3.18
15182026-07-06T21:26:23.500Z Compiling anyhow v1.0.102
15192026-07-06T21:26:23.515Z Compiling iri-string v0.7.10
15202026-07-06T21:26:23.614Z Compiling paste v1.0.15
15212026-07-06T21:26:23.766Z Compiling thiserror v1.0.69
15222026-07-06T21:26:23.872Z Compiling stringprep v0.1.5
15232026-07-06T21:26:23.950Z Compiling serde_urlencoded v0.7.1
15242026-07-06T21:26:23.983Z Compiling miniz_oxide v0.8.9
15252026-07-06T21:26:24.198Z Compiling proptest v1.10.0
15262026-07-06T21:26:24.592Z Compiling scroll v0.12.0
15272026-07-06T21:26:24.846Z Compiling tower-http v0.6.8
15282026-07-06T21:26:24.903Z Compiling derive_builder_macro v0.20.2
15292026-07-06T21:26:25.038Z Compiling camino v1.2.2
15302026-07-06T21:26:25.252Z Compiling tokio-native-tls v0.3.1
15312026-07-06T21:26:25.383Z Compiling bstr v1.12.1
15322026-07-06T21:26:25.414Z Compiling ipnetwork v0.21.1
15332026-07-06T21:26:25.429Z Compiling darling_macro v0.21.3
15342026-07-06T21:26:25.429Z Compiling block-buffer v0.12.1
15352026-07-06T21:26:25.429Z Compiling block-padding v0.4.2
15362026-07-06T21:26:25.617Z Compiling crypto-common v0.2.2
15372026-07-06T21:26:25.620Z Compiling rustls-native-certs v0.8.3
15382026-07-06T21:26:25.798Z Compiling rand_chacha v0.3.1
15392026-07-06T21:26:25.921Z Compiling serde_tokenstream v0.2.3
15402026-07-06T21:26:25.938Z Compiling serde_spanned v0.6.9
15412026-07-06T21:26:26.030Z Compiling toml_datetime v0.6.11
15422026-07-06T21:26:26.097Z Compiling erased-serde v0.3.31
15432026-07-06T21:26:26.231Z Compiling signature v2.2.0
15442026-07-06T21:26:26.290Z Compiling md-5 v0.10.6
15452026-07-06T21:26:26.415Z Compiling zerocopy-derive v0.7.35
15462026-07-06T21:26:26.462Z Compiling pin-project-internal v1.1.11
15472026-07-06T21:26:26.581Z Compiling async-trait v0.1.89
15482026-07-06T21:26:26.593Z Compiling curve25519-dalek v4.1.3
15492026-07-06T21:26:26.940Z Compiling vergen-lib v9.1.0
15502026-07-06T21:26:27.139Z Compiling num-integer v0.1.46
15512026-07-06T21:26:27.291Z Compiling hash32 v0.2.1
15522026-07-06T21:26:27.325Z Compiling memoffset v0.9.1
15532026-07-06T21:26:27.466Z Compiling encoding_rs v0.8.35
15542026-07-06T21:26:27.480Z Compiling psl-types v2.0.11
15552026-07-06T21:26:27.531Z Compiling smoltcp v0.9.1
15562026-07-06T21:26:27.579Z Compiling fallible-iterator v0.2.0
15572026-07-06T21:26:27.599Z Compiling mime v0.3.17
15582026-07-06T21:26:27.603Z Compiling zlib-rs v0.6.2
15592026-07-06T21:26:27.859Z Compiling cfg_aliases v0.2.1
15602026-07-06T21:26:27.882Z Compiling ref-cast v1.0.25
15612026-07-06T21:26:27.896Z Compiling rustix v0.38.44
15622026-07-06T21:26:27.930Z Compiling num-bigint-dig v0.8.6
15632026-07-06T21:26:28.134Z Compiling litrs v1.0.0
15642026-07-06T21:26:28.326Z Compiling nix v0.31.2
15652026-07-06T21:26:28.381Z Compiling postgres-protocol v0.6.10
15662026-07-06T21:26:28.696Z Compiling document-features v0.2.12
15672026-07-06T21:26:28.723Z Compiling pin-project v1.1.11
15682026-07-06T21:26:28.830Z Compiling publicsuffix v2.3.0
15692026-07-06T21:26:28.857Z Compiling hubpack_derive v0.1.1
15702026-07-06T21:26:29.035Z Compiling num-iter v0.1.45
15712026-07-06T21:26:29.049Z Compiling zerocopy v0.7.35
15722026-07-06T21:26:29.253Z Compiling newtype-uuid v1.3.2
15732026-07-06T21:26:29.315Z Compiling rand v0.8.6
15742026-07-06T21:26:29.476Z Compiling darling v0.21.3
15752026-07-06T21:26:29.562Z Compiling oxnet v0.1.6
15762026-07-06T21:26:29.587Z Compiling inout v0.2.2
15772026-07-06T21:26:29.603Z Compiling hyper-tls v0.6.0
15782026-07-06T21:26:29.709Z Compiling derive_builder v0.20.2
15792026-07-06T21:26:29.835Z Compiling goblin v0.8.2
15802026-07-06T21:26:30.278Z Compiling phf_shared v0.13.1
15812026-07-06T21:26:30.314Z Compiling lazy_static v1.5.0
15822026-07-06T21:26:30.409Z Compiling regex v1.12.3
15832026-07-06T21:26:30.440Z Compiling anstyle-parse v0.2.7
15842026-07-06T21:26:30.519Z Compiling futures-executor v0.3.32
15852026-07-06T21:26:30.620Z Compiling flate2 v1.1.9
15862026-07-06T21:26:30.701Z Compiling hex v0.4.3
15872026-07-06T21:26:30.775Z Compiling terminal_size v0.4.3
15882026-07-06T21:26:30.838Z Compiling snafu-derive v0.8.9
15892026-07-06T21:26:30.916Z Compiling daft-derive v0.1.7
15902026-07-06T21:26:30.943Z Compiling ref-cast-impl v1.0.25
15912026-07-06T21:26:30.967Z Compiling strum_macros v0.27.2
15922026-07-06T21:26:31.024Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-06T21:26:31.494Z Compiling vergen v9.1.0
15942026-07-06T21:26:31.638Z Compiling cargo-platform v0.3.2
15952026-07-06T21:26:31.676Z Compiling ff v0.13.1
15962026-07-06T21:26:31.690Z Compiling fs-err v3.3.0
15972026-07-06T21:26:31.816Z Compiling ahash v0.8.12
15982026-07-06T21:26:31.892Z Compiling foldhash v0.2.0
15992026-07-06T21:26:31.906Z Compiling unicode-segmentation v1.12.0
16002026-07-06T21:26:32.038Z Compiling winnow v0.5.40
16012026-07-06T21:26:32.111Z Compiling managed v0.8.0
16022026-07-06T21:26:32.301Z Compiling bitflags v1.3.2
16032026-07-06T21:26:32.329Z Compiling same-file v1.0.6
16042026-07-06T21:26:32.372Z Compiling libbz2-rs-sys v0.2.2
16052026-07-06T21:26:32.496Z Compiling base16ct v0.2.0
16062026-07-06T21:26:32.683Z Compiling bumpalo v3.20.2
16072026-07-06T21:26:32.755Z Compiling object v0.37.3
16082026-07-06T21:26:32.929Z Compiling foldhash v0.1.5
16092026-07-06T21:26:32.945Z Compiling strum v0.27.2
16102026-07-06T21:26:33.039Z Compiling clap_builder v4.6.0
16112026-07-06T21:26:33.074Z Compiling hashbrown v0.15.5
16122026-07-06T21:26:33.088Z Compiling zopfli v0.8.3
16132026-07-06T21:26:33.101Z Compiling bzip2 v0.6.1
16142026-07-06T21:26:33.303Z Compiling snafu v0.8.9
16152026-07-06T21:26:33.353Z Compiling sec1 v0.7.3
16162026-07-06T21:26:33.542Z Compiling toml_edit v0.19.15
16172026-07-06T21:26:33.642Z Compiling walkdir v2.5.0
16182026-07-06T21:26:33.703Z Compiling hashbrown v0.16.1
16192026-07-06T21:26:33.842Z Compiling dof v0.3.0
16202026-07-06T21:26:34.064Z Compiling cargo_metadata v0.23.1
16212026-07-06T21:26:34.307Z Compiling group v0.13.0
16222026-07-06T21:26:34.527Z Compiling daft v0.1.7
16232026-07-06T21:26:34.665Z Compiling futures v0.3.32
16242026-07-06T21:26:34.750Z Compiling anstream v0.6.21
16252026-07-06T21:26:34.805Z Compiling phf v0.13.1
16262026-07-06T21:26:35.274Z Compiling cookie_store v0.22.1
16272026-07-06T21:26:35.424Z Compiling signal-hook-mio v0.2.5
16282026-07-06T21:26:35.439Z Compiling zstd v0.13.3
16292026-07-06T21:26:35.546Z Compiling bzip2 v0.4.4
16302026-07-06T21:26:35.699Z Compiling reqwest v0.12.28
16312026-07-06T21:26:35.758Z Compiling cipher v0.5.2
16322026-07-06T21:26:35.914Z Compiling serde_with_macros v3.17.0
16332026-07-06T21:26:36.060Z Compiling hubpack v0.1.2
16342026-07-06T21:26:36.195Z Compiling postgres-types v0.2.12
16352026-07-06T21:26:36.272Z Compiling ed25519 v2.2.3
16362026-07-06T21:26:36.748Z Compiling usdt-macro v0.6.0
16372026-07-06T21:26:37.046Z Compiling usdt-attr-macro v0.6.0
16382026-07-06T21:26:37.169Z Compiling globset v0.4.18
16392026-07-06T21:26:37.332Z Compiling dtrace-parser v0.2.0
16402026-07-06T21:26:37.507Z Compiling phf_shared v0.11.3
16412026-07-06T21:26:37.526Z Compiling hkdf v0.12.4
16422026-07-06T21:26:37.692Z Compiling olpc-cjson v0.1.4
16432026-07-06T21:26:37.697Z Compiling pkcs1 v0.7.5
16442026-07-06T21:26:37.861Z Compiling serde_plain v1.0.2
16452026-07-06T21:26:37.875Z Compiling serde-big-array v0.5.1
16462026-07-06T21:26:37.880Z Compiling crypto-bigint v0.5.5
16472026-07-06T21:26:38.034Z Compiling pem v3.0.6
16482026-07-06T21:26:38.058Z Compiling clap_derive v4.6.1
16492026-07-06T21:26:38.097Z Compiling enum-as-inner v0.6.1
16502026-07-06T21:26:38.110Z Compiling serde_repr v0.1.20
16512026-07-06T21:26:38.405Z Compiling strum_macros v0.26.4
16522026-07-06T21:26:38.659Z Compiling async-recursion v1.1.1
16532026-07-06T21:26:38.710Z Compiling float-cmp v0.10.0
16542026-07-06T21:26:38.863Z Compiling memmap2 v0.9.10
16552026-07-06T21:26:39.090Z Compiling thread-id v4.2.2
16562026-07-06T21:26:39.182Z Compiling env_filter v1.0.0
16572026-07-06T21:26:39.338Z Compiling predicates-core v1.0.10
16582026-07-06T21:26:39.493Z Compiling const-oid v0.10.2
16592026-07-06T21:26:39.510Z Compiling fixedbitset v0.5.7
16602026-07-06T21:26:39.530Z Compiling normalize-line-endings v0.3.0
16612026-07-06T21:26:39.621Z Compiling typed-path v0.9.3
16622026-07-06T21:26:39.697Z Compiling new_debug_unreachable v1.0.6
16632026-07-06T21:26:39.776Z Compiling fixedbitset v0.4.2
16642026-07-06T21:26:39.821Z Compiling keccak v0.1.6
16652026-07-06T21:26:39.934Z Compiling winnow v1.0.3
16662026-07-06T21:26:40.001Z Compiling static_assertions v1.1.0
16672026-07-06T21:26:40.049Z Compiling difflib v0.4.0
16682026-07-06T21:26:40.080Z Compiling cpufeatures v0.3.0
16692026-07-06T21:26:40.157Z Compiling data-encoding v2.10.0
16702026-07-06T21:26:40.199Z Compiling precomputed-hash v0.1.1
16712026-07-06T21:26:40.285Z Compiling jiff v0.2.21
16722026-07-06T21:26:40.299Z Compiling whoami v2.1.0
16732026-07-06T21:26:40.556Z Compiling either v1.15.0
16742026-07-06T21:26:40.608Z Compiling toml_edit v0.22.27
16752026-07-06T21:26:40.643Z Compiling tokio-postgres v0.7.16
16762026-07-06T21:26:40.673Z Compiling hickory-proto v0.25.2
16772026-07-06T21:26:40.764Z Compiling itertools v0.13.0
16782026-07-06T21:26:40.851Z Compiling predicates v3.1.4
16792026-07-06T21:26:40.866Z Compiling string_cache v0.8.9
16802026-07-06T21:26:41.091Z Compiling toml_parser v1.1.2+spec-1.1.0
16812026-07-06T21:26:41.518Z Compiling strum v0.26.3
16822026-07-06T21:26:41.653Z Compiling chacha20 v0.10.0
16832026-07-06T21:26:41.754Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-06T21:26:42.066Z Compiling sha3 v0.10.8
16852026-07-06T21:26:42.066Z Compiling clap v4.6.1
16862026-07-06T21:26:42.144Z Compiling petgraph v0.6.5
16872026-07-06T21:26:42.499Z Compiling petgraph v0.8.3
16882026-07-06T21:26:42.912Z Compiling digest v0.11.3
16892026-07-06T21:26:43.144Z Compiling zip v4.6.1
16902026-07-06T21:26:43.429Z Compiling env_logger v0.11.9
16912026-07-06T21:26:43.693Z Compiling usdt-impl v0.5.0
16922026-07-06T21:26:43.800Z Compiling usdt v0.6.0
16932026-07-06T21:26:44.075Z Compiling elliptic-curve v0.13.8
16942026-07-06T21:26:44.196Z Compiling rsa v0.9.10
16952026-07-06T21:26:44.323Z Compiling crossterm v0.28.1
16962026-07-06T21:26:44.495Z Compiling serde_with v3.17.0
16972026-07-06T21:26:44.533Z Compiling ed25519-dalek v2.2.0
16982026-07-06T21:26:44.682Z Compiling zip v0.6.6
16992026-07-06T21:26:45.296Z Compiling toml v0.7.8
17002026-07-06T21:26:45.548Z Compiling iddqd v0.4.2
17012026-07-06T21:26:45.917Z Compiling similar v2.7.0
17022026-07-06T21:26:46.045Z Compiling heck v0.4.1
17032026-07-06T21:26:46.281Z Compiling crossbeam-epoch v0.9.18
17042026-07-06T21:26:46.295Z Compiling tokio-stream v0.1.18
17052026-07-06T21:26:46.396Z Compiling buf-list v1.1.2
17062026-07-06T21:26:46.632Z Compiling x509-cert v0.2.5
17072026-07-06T21:26:46.688Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-07-06T21:26:46.758Z Compiling openapiv3 v2.2.0
17092026-07-06T21:26:46.808Z Compiling peg-runtime v0.8.5
17102026-07-06T21:26:46.857Z Compiling lalrpop-util v0.19.12
17112026-07-06T21:26:46.992Z Compiling thread_local v1.1.9
17122026-07-06T21:26:47.062Z Compiling slog-async v2.8.0
17132026-07-06T21:26:47.106Z Compiling crossbeam-channel v0.5.15
17142026-07-06T21:26:47.254Z Compiling is-terminal v0.4.17
17152026-07-06T21:26:47.355Z Compiling filetime v0.2.27
17162026-07-06T21:26:47.407Z Compiling take_mut v0.2.2
17172026-07-06T21:26:47.526Z Compiling xattr v1.6.1
17182026-07-06T21:26:47.551Z Compiling term v1.2.1
17192026-07-06T21:26:47.644Z Compiling camino-tempfile v1.4.1
17202026-07-06T21:26:47.704Z Compiling tar v0.4.45
17212026-07-06T21:26:47.888Z Compiling slog-term v2.9.2
17222026-07-06T21:26:58.914Z Compiling rustls-webpki v0.103.13
17232026-07-06T21:27:01.671Z Compiling tokio-rustls v0.26.4
17242026-07-06T21:27:01.671Z Compiling rustls-platform-verifier v0.6.2
17252026-07-06T21:27:01.672Z Compiling tough v0.22.0
17262026-07-06T21:27:01.890Z Compiling hyper-rustls v0.27.7
17272026-07-06T21:27:02.093Z Compiling reqwest v0.13.2
17282026-07-06T21:27:04.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-07-06T21:27:04.586Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-07-06T21:27:07.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17312026-07-06T21:27:07.658Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-07-06T21:27:07.713ZJul 06 21:27:06.354 INFO Starting download, target: Clickhouse
17332026-07-06T21:27:07.713ZJul 06 21:27:06.354 INFO Starting download, target: Console
17342026-07-06T21:27:07.726ZJul 06 21:27:06.354 INFO Starting download, target: DendriteStub
17352026-07-06T21:27:07.726ZJul 06 21:27:06.354 INFO Starting download, target: MaghemiteMgd
17362026-07-06T21:27:07.726ZJul 06 21:27:06.354 INFO Starting download, target: Cockroach
17372026-07-06T21:27:07.726ZJul 06 21:27:06.354 INFO Starting download, target: MaghemiteDdmd
17382026-07-06T21:27:07.726ZJul 06 21:27:06.354 INFO Starting download, target: TransceiverControl
17392026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-07-06T21:27:07.727ZJul 06 21:27:06.354 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-07-06T21:27:08.773ZJul 06 21:27:07.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-07-06T21:27:08.936ZJul 06 21:27:07.574 INFO Download complete, target: TransceiverControl
17482026-07-06T21:27:09.643ZJul 06 21:27:08.281 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17492026-07-06T21:27:09.798ZJul 06 21:27:08.410 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-06T21:27:10.039ZJul 06 21:27:08.663 INFO Download complete, target: Console
17512026-07-06T21:27:10.173ZJul 06 21:27:08.824 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-06T21:27:10.689ZJul 06 21:27:09.344 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-06T21:27:11.062ZJul 06 21:27:09.711 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-06T21:27:11.416ZJul 06 21:27:10.075 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-07-06T21:27:11.416ZJul 06 21:27:10.075 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-07-06T21:27:11.461ZJul 06 21:27:10.119 INFO Download complete, target: MaghemiteDdmd
17572026-07-06T21:27:13.197ZJul 06 21:27:11.852 INFO Download complete, target: DendriteStub
17582026-07-06T21:27:13.498ZJul 06 21:27:12.156 INFO Download complete, target: MaghemiteMgd
17592026-07-06T21:27:15.974ZJul 06 21:27:14.632 INFO Checking that binary works, target: Cockroach
17602026-07-06T21:27:16.092ZJul 06 21:27:14.750 INFO Download complete, target: Cockroach
17612026-07-06T21:27:16.796ZJul 06 21:27:15.455 INFO Checking that binary works, target: Clickhouse
17622026-07-06T21:27:16.897ZJul 06 21:27:15.556 INFO Download complete, target: Clickhouse
17632026-07-06T21:27:16.913ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-07-06T21:27:16.918Z
17652026-07-06T21:27:16.918Zreal 2:06.171875052
17662026-07-06T21:27:16.918Zuser 6:50.272021063
17672026-07-06T21:27:16.918Zsys 1:24.077740720
17682026-07-06T21:27:16.918Ztrap 0.242942952
17692026-07-06T21:27:16.918Ztflt 0.582262894
17702026-07-06T21:27:16.918Zdflt 0.782419238
17712026-07-06T21:27:16.918Zkflt 0.025125175
17722026-07-06T21:27:16.918Zlock 24:12.754400494
17732026-07-06T21:27:16.918Zslp 20:54.049742689
17742026-07-06T21:27:16.918Zlat 43.181189430
17752026-07-06T21:27:16.918Zstop 2:03.484336153
17762026-07-06T21:27:16.919Z+ banner hack-check
17772026-07-06T21:27:16.919Z
17782026-07-06T21:27:16.919Z # # ## #### # # #### # # ###### #### # #
17792026-07-06T21:27:16.919Z # # # # # # # # # # # # # # # # #
17802026-07-06T21:27:16.919Z ###### # # # #### ##### # ###### ##### # ####
17812026-07-06T21:27:16.919Z # # ###### # # # # # # # # # #
17822026-07-06T21:27:16.919Z # # # # # # # # # # # # # # # # #
17832026-07-06T21:27:16.919Z # # # # #### # # #### # # ###### #### # #
17842026-07-06T21:27:16.919Z
17852026-07-06T21:27:16.919Z+ export CARGO_INCREMENTAL=0
17862026-07-06T21:27:16.919Z+ CARGO_INCREMENTAL=0
17872026-07-06T21:27:16.919Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-07-06T21:27:17.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-07-06T21:27:17.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-07-06T21:27:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17912026-07-06T21:27:19.545Z Running `target/debug/xtask check-features --ci`
17922026-07-06T21:27:19.573Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-07-06T21:27:19.577Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-07-06T21:27:19.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17952026-07-06T21:27:20.013Z Running `target/debug/xtask download cargo-hack`
17962026-07-06T21:27:20.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-07-06T21:27:21.100Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-07-06T21:27:23.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
17992026-07-06T21:27:23.833Z Running `target/debug/xtask-downloader cargo-hack`
18002026-07-06T21:27:23.876ZJul 06 21:27:22.535 INFO Starting download, target: CargoHack
18012026-07-06T21:27:23.880ZJul 06 21:27:22.535 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-07-06T21:27:24.220ZJul 06 21:27:22.879 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-07-06T21:27:24.268ZJul 06 21:27:22.926 INFO Download complete, target: CargoHack
18042026-07-06T21:27:24.272Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18052026-07-06T21:27:24.288Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-07-06T21:27:24.443Zinfo: running `cargo check --bins` on api_identity (1/299)
18072026-07-06T21:27:24.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-06T21:27:24.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-06T21:27:24.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-06T21:27:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18112026-07-06T21:27:24.964Z
18122026-07-06T21:27:24.964Zinfo: running `cargo check --bins` on bootstore (2/299)
18132026-07-06T21:27:25.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-06T21:27:25.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-06T21:27:25.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-06T21:27:25.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18172026-07-06T21:27:25.491Z
18182026-07-06T21:27:25.491Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18192026-07-06T21:27:25.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-06T21:27:25.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-06T21:27:25.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-06T21:27:25.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18232026-07-06T21:27:26.017Z
18242026-07-06T21:27:26.017Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18252026-07-06T21:27:26.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-06T21:27:26.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-06T21:27:26.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-06T21:27:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292026-07-06T21:27:26.537Z
18302026-07-06T21:27:26.537Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18312026-07-06T21:27:26.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-06T21:27:26.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-06T21:27:26.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-06T21:27:26.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-07-06T21:27:27.058Z
18362026-07-06T21:27:27.058Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18372026-07-06T21:27:27.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-06T21:27:27.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-06T21:27:27.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-06T21:27:27.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-07-06T21:27:27.591Z
18422026-07-06T21:27:27.591Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18432026-07-06T21:27:28.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-06T21:27:28.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-06T21:27:28.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-06T21:27:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18472026-07-06T21:27:28.134Z
18482026-07-06T21:27:28.135Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18492026-07-06T21:27:28.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-06T21:27:28.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-06T21:27:28.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-06T21:27:28.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-07-06T21:27:28.660Z
18542026-07-06T21:27:28.660Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18552026-07-06T21:27:29.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-06T21:27:29.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-06T21:27:29.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-06T21:27:29.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-06T21:27:29.056Z
18602026-07-06T21:27:29.056Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18612026-07-06T21:27:29.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-06T21:27:29.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-06T21:27:29.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-06T21:27:29.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18652026-07-06T21:27:29.457Z
18662026-07-06T21:27:29.457Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18672026-07-06T21:27:29.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-06T21:27:29.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-06T21:27:29.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-06T21:27:29.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-06T21:27:29.855Z
18722026-07-06T21:27:29.855Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18732026-07-06T21:27:30.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-06T21:27:30.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-06T21:27:30.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-06T21:27:30.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-06T21:27:30.257Z
18782026-07-06T21:27:30.257Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18792026-07-06T21:27:30.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-06T21:27:30.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-06T21:27:30.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-06T21:27:30.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18832026-07-06T21:27:30.661Z
18842026-07-06T21:27:30.661Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18852026-07-06T21:27:31.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-06T21:27:31.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-06T21:27:31.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-06T21:27:31.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-06T21:27:31.064Z
18902026-07-06T21:27:31.064Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18912026-07-06T21:27:31.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-06T21:27:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-06T21:27:31.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-06T21:27:31.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-06T21:27:31.468Z
18962026-07-06T21:27:31.468Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18972026-07-06T21:27:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-06T21:27:31.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-06T21:27:31.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-06T21:27:31.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-06T21:27:31.872Z
19022026-07-06T21:27:31.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19032026-07-06T21:27:32.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-06T21:27:32.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-06T21:27:32.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-06T21:27:32.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-06T21:27:32.277Z
19082026-07-06T21:27:32.277Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19092026-07-06T21:27:32.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-06T21:27:32.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-06T21:27:32.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-06T21:27:32.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-06T21:27:32.685Z
19142026-07-06T21:27:32.685Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19152026-07-06T21:27:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-06T21:27:33.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-06T21:27:33.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-06T21:27:33.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-06T21:27:33.088Z
19202026-07-06T21:27:33.088Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19212026-07-06T21:27:33.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-06T21:27:33.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-06T21:27:33.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-06T21:27:33.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-06T21:27:33.497Z
19262026-07-06T21:27:33.497Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19272026-07-06T21:27:33.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-06T21:27:33.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-06T21:27:33.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-06T21:27:33.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-07-06T21:27:33.908Z
19322026-07-06T21:27:33.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19332026-07-06T21:27:34.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-06T21:27:34.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-06T21:27:34.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-06T21:27:34.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-06T21:27:34.313Z
19382026-07-06T21:27:34.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19392026-07-06T21:27:34.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-06T21:27:34.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-06T21:27:34.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-06T21:27:34.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-06T21:27:34.722Z
19442026-07-06T21:27:34.722Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19452026-07-06T21:27:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-06T21:27:35.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-06T21:27:35.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-06T21:27:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-06T21:27:35.129Z
19502026-07-06T21:27:35.130Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19512026-07-06T21:27:35.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-06T21:27:35.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-06T21:27:35.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-06T21:27:35.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-06T21:27:35.532Z
19562026-07-06T21:27:35.532Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19572026-07-06T21:27:35.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-06T21:27:35.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-06T21:27:35.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-06T21:27:35.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-06T21:27:35.936Z
19622026-07-06T21:27:35.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19632026-07-06T21:27:36.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-06T21:27:36.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-06T21:27:36.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-06T21:27:36.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-06T21:27:36.345Z
19682026-07-06T21:27:36.345Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19692026-07-06T21:27:36.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-06T21:27:36.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-06T21:27:36.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-06T21:27:36.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-06T21:27:36.749Z
19742026-07-06T21:27:36.749Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19752026-07-06T21:27:37.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-06T21:27:37.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-06T21:27:37.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-06T21:27:37.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-06T21:27:37.152Z
19802026-07-06T21:27:37.153Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19812026-07-06T21:27:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-06T21:27:37.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-06T21:27:37.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-06T21:27:37.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-06T21:27:37.556Z
19862026-07-06T21:27:37.556Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19872026-07-06T21:27:37.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-06T21:27:37.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-06T21:27:37.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-06T21:27:37.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-06T21:27:37.959Z
19922026-07-06T21:27:37.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19932026-07-06T21:27:38.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-06T21:27:38.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-06T21:27:38.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-06T21:27:38.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-07-06T21:27:38.362Z
19982026-07-06T21:27:38.362Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19992026-07-06T21:27:38.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-06T21:27:38.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-06T21:27:38.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-06T21:27:38.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-06T21:27:38.762Z
20042026-07-06T21:27:38.763Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20052026-07-06T21:27:39.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-06T21:27:39.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-06T21:27:39.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-06T21:27:39.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-06T21:27:39.163Z
20102026-07-06T21:27:39.163Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20112026-07-06T21:27:39.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-06T21:27:39.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-06T21:27:39.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-06T21:27:39.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-06T21:27:39.566Z
20162026-07-06T21:27:39.566Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20172026-07-06T21:27:39.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-06T21:27:39.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-06T21:27:39.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-06T21:27:39.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-06T21:27:39.968Z
20222026-07-06T21:27:39.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20232026-07-06T21:27:40.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-06T21:27:40.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-06T21:27:40.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-06T21:27:40.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-06T21:27:40.376Z
20282026-07-06T21:27:40.376Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20292026-07-06T21:27:40.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-06T21:27:40.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-06T21:27:40.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-06T21:27:40.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-06T21:27:40.784Z
20342026-07-06T21:27:40.784Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20352026-07-06T21:27:41.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-06T21:27:41.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-06T21:27:41.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-06T21:27:41.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-06T21:27:41.186Z
20402026-07-06T21:27:41.186Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20412026-07-06T21:27:41.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-06T21:27:41.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-06T21:27:41.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-06T21:27:41.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-06T21:27:41.591Z
20462026-07-06T21:27:41.591Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20472026-07-06T21:27:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-06T21:27:41.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-06T21:27:41.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-06T21:27:41.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-06T21:27:41.996Z
20522026-07-06T21:27:41.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20532026-07-06T21:27:42.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-06T21:27:42.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-06T21:27:42.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-06T21:27:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-06T21:27:42.406Z
20582026-07-06T21:27:42.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20592026-07-06T21:27:42.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-06T21:27:42.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-06T21:27:42.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-06T21:27:42.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-06T21:27:42.815Z
20642026-07-06T21:27:42.815Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20652026-07-06T21:27:43.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-06T21:27:43.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-06T21:27:43.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-06T21:27:43.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-06T21:27:43.225Z
20702026-07-06T21:27:43.225Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20712026-07-06T21:27:43.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-06T21:27:43.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-06T21:27:43.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-06T21:27:43.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-06T21:27:43.634Z
20762026-07-06T21:27:43.634Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20772026-07-06T21:27:43.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-06T21:27:43.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-06T21:27:43.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-06T21:27:43.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-06T21:27:44.042Z
20822026-07-06T21:27:44.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20832026-07-06T21:27:44.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-06T21:27:44.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-06T21:27:44.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-06T21:27:44.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-06T21:27:44.453Z
20882026-07-06T21:27:44.453Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20892026-07-06T21:27:44.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-06T21:27:44.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-06T21:27:44.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-06T21:27:44.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-06T21:27:44.865Z
20942026-07-06T21:27:44.865Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20952026-07-06T21:27:45.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-06T21:27:45.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-06T21:27:45.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-06T21:27:45.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20992026-07-06T21:27:45.445Z
21002026-07-06T21:27:45.446Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21012026-07-06T21:27:45.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-06T21:27:45.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-06T21:27:45.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-06T21:27:45.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21052026-07-06T21:27:46.025Z
21062026-07-06T21:27:46.025Zinfo: running `cargo check --bins` on nexus-config (51/299)
21072026-07-06T21:27:46.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-06T21:27:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-06T21:27:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-06T21:27:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-06T21:27:46.599Z
21122026-07-06T21:27:46.599Zinfo: running `cargo check --bins` on nexus-types (52/299)
21132026-07-06T21:27:47.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-06T21:27:47.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-06T21:27:47.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-06T21:27:47.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-07-06T21:27:47.175Z
21182026-07-06T21:27:47.175Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21192026-07-06T21:27:47.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-06T21:27:47.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-06T21:27:47.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-06T21:27:47.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21232026-07-06T21:27:47.719Z
21242026-07-06T21:27:47.719Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21252026-07-06T21:27:48.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-06T21:27:48.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-06T21:27:48.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-06T21:27:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-07-06T21:27:48.245Z
21302026-07-06T21:27:48.245Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21312026-07-06T21:27:48.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-06T21:27:48.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-06T21:27:48.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-06T21:27:48.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21352026-07-06T21:27:48.792Z
21362026-07-06T21:27:48.792Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21372026-07-06T21:27:49.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-06T21:27:49.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-06T21:27:49.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-06T21:27:49.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21412026-07-06T21:27:49.333Z
21422026-07-06T21:27:49.333Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21432026-07-06T21:27:49.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-06T21:27:49.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-06T21:27:49.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-06T21:27:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21472026-07-06T21:27:49.882Z
21482026-07-06T21:27:49.882Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21492026-07-06T21:27:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-06T21:27:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-06T21:27:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-06T21:27:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21532026-07-06T21:27:50.431Z
21542026-07-06T21:27:50.432Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21552026-07-06T21:27:50.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-06T21:27:50.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-06T21:27:50.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-06T21:27:50.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21592026-07-06T21:27:50.959Z
21602026-07-06T21:27:50.959Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21612026-07-06T21:27:51.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-06T21:27:51.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-06T21:27:51.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-06T21:27:51.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21652026-07-06T21:27:51.490Z
21662026-07-06T21:27:51.490Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21672026-07-06T21:27:51.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-06T21:27:51.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-06T21:27:51.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-06T21:27:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21712026-07-06T21:27:52.020Z
21722026-07-06T21:27:52.020Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21732026-07-06T21:27:52.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-06T21:27:52.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-06T21:27:52.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-06T21:27:52.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-06T21:27:52.547Z
21782026-07-06T21:27:52.547Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21792026-07-06T21:27:53.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-06T21:27:53.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-06T21:27:53.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-06T21:27:53.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-07-06T21:27:53.089Z
21842026-07-06T21:27:53.089Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21852026-07-06T21:27:53.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-06T21:27:53.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-06T21:27:53.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-06T21:27:53.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21892026-07-06T21:27:53.632Z
21902026-07-06T21:27:53.632Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21912026-07-06T21:27:54.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-06T21:27:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-06T21:27:54.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-06T21:27:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21952026-07-06T21:27:54.156Z
21962026-07-06T21:27:54.156Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21972026-07-06T21:27:54.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-06T21:27:54.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-06T21:27:54.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-06T21:27:54.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22012026-07-06T21:27:54.684Z
22022026-07-06T21:27:54.684Zinfo: running `cargo check --bins` on ereport-types (67/299)
22032026-07-06T21:27:55.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-06T21:27:55.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-06T21:27:55.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-06T21:27:55.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-06T21:27:55.211Z
22082026-07-06T21:27:55.211Zinfo: running `cargo check --bins` on gateway-client (68/299)
22092026-07-06T21:27:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-06T21:27:55.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-06T21:27:55.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-06T21:27:55.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22132026-07-06T21:27:55.744Z
22142026-07-06T21:27:55.744Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22152026-07-06T21:27:56.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-06T21:27:56.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-06T21:27:56.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-06T21:27:56.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22192026-07-06T21:27:56.277Z
22202026-07-06T21:27:56.277Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22212026-07-06T21:27:56.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-06T21:27:56.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-06T21:27:56.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-06T21:27:56.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-07-06T21:27:56.812Z
22262026-07-06T21:27:56.812Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22272026-07-06T21:27:57.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-06T21:27:57.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-06T21:27:57.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-06T21:27:57.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22312026-07-06T21:27:57.347Z
22322026-07-06T21:27:57.348Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22332026-07-06T21:27:57.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-06T21:27:57.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-06T21:27:57.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-06T21:27:57.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-07-06T21:27:57.884Z
22382026-07-06T21:27:57.884Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22392026-07-06T21:27:58.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-06T21:27:58.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-06T21:27:58.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-06T21:27:58.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22432026-07-06T21:27:58.441Z
22442026-07-06T21:27:58.441Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22452026-07-06T21:27:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-06T21:27:58.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-06T21:27:58.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-06T21:27:58.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-07-06T21:27:58.997Z
22502026-07-06T21:27:58.997Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22512026-07-06T21:27:59.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-06T21:27:59.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-06T21:27:59.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-06T21:27:59.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22552026-07-06T21:27:59.520Z
22562026-07-06T21:27:59.520Zinfo: running `cargo check --bins` on oxlog (76/299)
22572026-07-06T21:27:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-06T21:27:59.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-06T21:28:00.089Z Checking cfg-if v1.0.4
22602026-07-06T21:28:00.092Z Checking libc v0.2.185
22612026-07-06T21:28:00.092Z Checking serde_core v1.0.228
22622026-07-06T21:28:00.211Z Checking memchr v2.8.0
22632026-07-06T21:28:00.211Z Checking zeroize v1.8.2
22642026-07-06T21:28:00.217Z Checking log v0.4.29
22652026-07-06T21:28:00.221Z Checking smallvec v1.15.1
22662026-07-06T21:28:00.236Z Checking subtle v2.6.1
22672026-07-06T21:28:00.247Z Checking itoa v1.0.17
22682026-07-06T21:28:00.355Z Checking scopeguard v1.2.0
22692026-07-06T21:28:00.378Z Checking stable_deref_trait v1.2.1
22702026-07-06T21:28:00.391Z Checking typenum v1.20.1
22712026-07-06T21:28:00.403Z Checking zerofrom v0.1.6
22722026-07-06T21:28:00.416Z Checking pin-project-lite v0.2.17
22732026-07-06T21:28:00.452Z Checking portable-atomic v1.13.1
22742026-07-06T21:28:00.463Z Checking lock_api v0.4.14
22752026-07-06T21:28:00.507Z Checking futures-core v0.3.32
22762026-07-06T21:28:00.519Z Checking yoke v0.8.1
22772026-07-06T21:28:00.600Z Checking critical-section v1.2.0
22782026-07-06T21:28:00.613Z Checking errno v0.3.14
22792026-07-06T21:28:00.643Z Checking getrandom v0.2.17
22802026-07-06T21:28:00.665Z Checking parking_lot_core v0.9.12
22812026-07-06T21:28:00.687Z Checking zerovec v0.11.5
22822026-07-06T21:28:00.730Z Checking mio v1.2.0
22832026-07-06T21:28:00.756Z Checking signal-hook-registry v1.4.8
22842026-07-06T21:28:00.802Z Checking rand_core v0.6.4
22852026-07-06T21:28:00.850Z Checking parking_lot v0.12.5
22862026-07-06T21:28:00.880Z Checking once_cell v1.21.3
22872026-07-06T21:28:00.916Z Checking zerocopy v0.8.40
22882026-07-06T21:28:00.982Z Checking const-oid v0.9.6
22892026-07-06T21:28:01.019Z Checking zmij v1.0.21
22902026-07-06T21:28:01.038Z Checking rand_core v0.10.0
22912026-07-06T21:28:01.054Z Checking socket2 v0.6.3
22922026-07-06T21:28:01.147Z Checking tinystr v0.8.2
22932026-07-06T21:28:01.184Z Checking generic-array v0.14.7
22942026-07-06T21:28:01.187Z Checking getrandom v0.4.1
22952026-07-06T21:28:01.239Z Checking libm v0.2.16
22962026-07-06T21:28:01.306Z Checking writeable v0.6.2
22972026-07-06T21:28:01.326Z Checking litemap v0.8.1
22982026-07-06T21:28:01.345Z Checking percent-encoding v2.3.2
22992026-07-06T21:28:01.469Z Checking equivalent v1.0.2
23002026-07-06T21:28:01.490Z Checking potential_utf v0.1.4
23012026-07-06T21:28:01.506Z Checking icu_locale_core v2.1.1
23022026-07-06T21:28:01.554Z Checking zerotrie v0.2.3
23032026-07-06T21:28:01.623Z Checking futures-sink v0.3.32
23042026-07-06T21:28:01.656Z Checking icu_collections v2.1.1
23052026-07-06T21:28:01.688Z Checking slab v0.4.12
23062026-07-06T21:28:01.723Z Checking futures-channel v0.3.32
23072026-07-06T21:28:01.777Z Checking serde v1.0.228
23082026-07-06T21:28:01.802Z Checking bitflags v2.11.0
23092026-07-06T21:28:01.851Z Checking serde_json v1.0.150
23102026-07-06T21:28:01.923Z Checking futures-task v0.3.32
23112026-07-06T21:28:01.971Z Checking futures-io v0.3.32
23122026-07-06T21:28:01.985Z Checking num-traits v0.2.19
23132026-07-06T21:28:01.997Z Checking icu_properties_data v2.1.2
23142026-07-06T21:28:02.065Z Checking icu_normalizer_data v2.1.1
23152026-07-06T21:28:02.078Z Checking icu_provider v2.1.1
23162026-07-06T21:28:02.088Z Checking futures-util v0.3.32
23172026-07-06T21:28:02.127Z Checking hashbrown v0.17.0
23182026-07-06T21:28:02.141Z Checking crypto-common v0.1.7
23192026-07-06T21:28:02.196Z Checking bytes v1.11.1
23202026-07-06T21:28:02.267Z Checking block-buffer v0.10.4
23212026-07-06T21:28:02.320Z Checking icu_normalizer v2.1.1
23222026-07-06T21:28:02.415Z Checking icu_properties v2.1.2
23232026-07-06T21:28:02.542Z Checking digest v0.10.7
23242026-07-06T21:28:02.559Z Checking utf8_iter v1.0.4
23252026-07-06T21:28:02.613Z Checking indexmap v2.14.0
23262026-07-06T21:28:02.643Z Checking form_urlencoded v1.2.2
23272026-07-06T21:28:02.659Z Checking tokio v1.52.1
23282026-07-06T21:28:02.687Z Checking getrandom v0.3.4
23292026-07-06T21:28:02.753Z Checking fnv v1.0.7
23302026-07-06T21:28:02.778Z Checking byteorder v1.5.0
23312026-07-06T21:28:02.838Z Checking rand_core v0.9.5
23322026-07-06T21:28:02.855Z Checking http v1.4.2
23332026-07-06T21:28:02.994Z Checking regex-syntax v0.8.10
23342026-07-06T21:28:03.034Z Checking base64ct v1.8.3
23352026-07-06T21:28:03.212Z Checking rustix v1.1.3
23362026-07-06T21:28:03.283Z Checking pem-rfc7468 v0.7.0
23372026-07-06T21:28:03.296Z Checking idna_adapter v1.2.1
23382026-07-06T21:28:03.417Z Checking idna v1.1.0
23392026-07-06T21:28:03.446Z Checking uuid v1.23.4
23402026-07-06T21:28:03.457Z Checking tracing-core v0.1.36
23412026-07-06T21:28:03.673Z Checking url v2.5.8
23422026-07-06T21:28:03.772Z Checking base64 v0.22.1
23432026-07-06T21:28:03.772Z Checking iana-time-zone v0.1.65
23442026-07-06T21:28:03.864Z Checking ppv-lite86 v0.2.21
23452026-07-06T21:28:03.892Z Checking flagset v0.4.7
23462026-07-06T21:28:04.023Z Checking der v0.7.10
23472026-07-06T21:28:04.023Z Checking chrono v0.4.44
23482026-07-06T21:28:04.096Z Checking tracing v0.1.44
23492026-07-06T21:28:04.127Z Checking http-body v1.0.1
23502026-07-06T21:28:04.140Z Checking rustls-pki-types v1.14.0
23512026-07-06T21:28:04.166Z Checking rand_chacha v0.9.0
23522026-07-06T21:28:04.264Z Checking tinyvec_macros v0.1.1
23532026-07-06T21:28:04.310Z Checking cmov v0.5.4
23542026-07-06T21:28:04.331Z Checking openssl-probe v0.2.1
23552026-07-06T21:28:04.372Z Checking rand v0.9.2
23562026-07-06T21:28:04.372Z Checking tinyvec v1.10.0
23572026-07-06T21:28:04.496Z Checking aws-lc-sys v0.40.0
23582026-07-06T21:28:04.501Z Checking try-lock v0.2.5
23592026-07-06T21:28:04.504Z Checking ctutils v0.4.2
23602026-07-06T21:28:04.552Z Checking untrusted v0.7.1
23612026-07-06T21:28:04.670Z Checking atomic-waker v1.1.2
23622026-07-06T21:28:04.699Z Checking tower-layer v0.3.3
23632026-07-06T21:28:04.717Z Checking tower-service v0.3.3
23642026-07-06T21:28:04.774Z Checking hybrid-array v0.4.13
23652026-07-06T21:28:04.793Z Checking spki v0.7.3
23662026-07-06T21:28:04.808Z Checking want v0.3.1
23672026-07-06T21:28:04.855Z Checking ipnet v2.11.0
23682026-07-06T21:28:04.871Z Checking httparse v1.10.1
23692026-07-06T21:28:04.922Z Checking aho-corasick v1.1.4
23702026-07-06T21:28:04.936Z Checking plain v0.2.3
23712026-07-06T21:28:04.961Z Checking foreign-types-shared v0.1.1
23722026-07-06T21:28:04.974Z Checking aws-lc-rs v1.16.3
23732026-07-06T21:28:05.039Z Checking untrusted v0.9.0
23742026-07-06T21:28:05.053Z Checking utf8parse v0.2.2
23752026-07-06T21:28:05.083Z Checking dyn-clone v1.0.20
23762026-07-06T21:28:05.121Z Checking httpdate v1.0.3
23772026-07-06T21:28:05.149Z Checking cpufeatures v0.2.17
23782026-07-06T21:28:05.149Z Checking fastrand v2.3.0
23792026-07-06T21:28:05.187Z Checking foreign-types v0.3.2
23802026-07-06T21:28:05.221Z Checking pkcs8 v0.10.2
23812026-07-06T21:28:05.257Z Checking unicode-normalization v0.1.25
23822026-07-06T21:28:05.271Z Checking semver v1.0.28
23832026-07-06T21:28:05.343Z Checking tempfile v3.25.0
23842026-07-06T21:28:05.379Z Checking openssl-sys v0.9.115
23852026-07-06T21:28:05.486Z Checking spin v0.9.8
23862026-07-06T21:28:05.544Z Checking ucd-trie v0.1.7
23872026-07-06T21:28:05.559Z Checking anstyle v1.0.14
23882026-07-06T21:28:05.630Z Checking regex-automata v0.4.14
23892026-07-06T21:28:05.678Z Checking unicode-ident v1.0.24
23902026-07-06T21:28:05.692Z Checking pest v2.8.6
23912026-07-06T21:28:05.704Z Checking schemars v0.8.22
23922026-07-06T21:28:05.742Z Checking sha2 v0.10.9
23932026-07-06T21:28:05.765Z Checking openssl v0.10.79
23942026-07-06T21:28:05.790Z Checking proc-macro2 v1.0.106
23952026-07-06T21:28:05.849Z Checking rustls-webpki v0.103.13
23962026-07-06T21:28:06.040Z Checking hmac v0.12.1
23972026-07-06T21:28:06.084Z Checking tokio-util v0.7.18
23982026-07-06T21:28:06.118Z Checking thiserror v2.0.18
23992026-07-06T21:28:06.181Z Checking sync_wrapper v1.0.2
24002026-07-06T21:28:06.224Z Checking wait-timeout v0.2.1
24012026-07-06T21:28:06.279Z Checking rustls v0.23.41
24022026-07-06T21:28:06.294Z Checking is_terminal_polyfill v1.70.2
24032026-07-06T21:28:06.356Z Checking bit-vec v0.8.0
24042026-07-06T21:28:06.384Z Checking siphasher v1.0.2
24052026-07-06T21:28:06.397Z Checking anstyle-query v1.1.5
24062026-07-06T21:28:06.492Z Checking quick-error v1.2.3
24072026-07-06T21:28:06.545Z Checking colorchoice v1.0.4
24082026-07-06T21:28:06.558Z Checking simd-adler32 v0.3.8
24092026-07-06T21:28:06.599Z Checking pretty-hex v0.4.1
24102026-07-06T21:28:06.649Z Checking powerfmt v0.2.0
24112026-07-06T21:28:06.724Z Checking rusty-fork v0.3.1
24122026-07-06T21:28:06.737Z Checking bit-set v0.8.0
24132026-07-06T21:28:06.741Z Checking h2 v0.4.15
24142026-07-06T21:28:06.788Z Checking tower v0.5.3
24152026-07-06T21:28:06.810Z Checking deranged v0.5.8
24162026-07-06T21:28:06.898Z Checking quote v1.0.45
24172026-07-06T21:28:06.913Z Compiling newtype-uuid v1.3.2
24182026-07-06T21:28:07.077Z Checking http-body-util v0.1.3
24192026-07-06T21:28:07.101Z Checking crossbeam-utils v0.8.21
24202026-07-06T21:28:07.201Z Checking rand_xorshift v0.4.0
24212026-07-06T21:28:07.306Z Checking crc32fast v1.5.0
24222026-07-06T21:28:07.326Z Checking scroll v0.13.0
24232026-07-06T21:28:07.454Z Checking adler2 v2.0.1
24242026-07-06T21:28:07.468Z Checking ryu v1.0.23
24252026-07-06T21:28:07.560Z Checking unicode-bidi v0.3.18
24262026-07-06T21:28:07.574Z Checking iri-string v0.7.10
24272026-07-06T21:28:07.577Z Checking num-conv v0.2.0
24282026-07-06T21:28:07.605Z Checking allocator-api2 v0.2.21
24292026-07-06T21:28:07.700Z Checking unarray v0.1.4
24302026-07-06T21:28:07.796Z Checking num_threads v0.1.7
24312026-07-06T21:28:07.813Z Checking unicode-properties v0.1.4
24322026-07-06T21:28:07.883Z Checking time-core v0.1.8
24332026-07-06T21:28:07.899Z Checking proptest v1.10.0
24342026-07-06T21:28:07.912Z Checking native-tls v0.2.18
24352026-07-06T21:28:07.925Z Checking serde_urlencoded v0.7.1
24362026-07-06T21:28:08.021Z Checking stringprep v0.1.5
24372026-07-06T21:28:08.046Z Checking time v0.3.47
24382026-07-06T21:28:08.102Z Checking tokio-native-tls v0.3.1
24392026-07-06T21:28:08.192Z Checking goblin v0.10.5
24402026-07-06T21:28:08.197Z Checking miniz_oxide v0.8.9
24412026-07-06T21:28:08.270Z Checking bstr v1.12.1
24422026-07-06T21:28:08.566Z Checking crossbeam-epoch v0.9.18
24432026-07-06T21:28:08.686Z Checking syn v2.0.117
24442026-07-06T21:28:08.700Z Checking tower-http v0.6.8
24452026-07-06T21:28:08.712Z Compiling daft v0.1.7
24462026-07-06T21:28:08.798Z Checking ipnetwork v0.21.1
24472026-07-06T21:28:08.989Z Checking block-buffer v0.12.1
24482026-07-06T21:28:09.000Z Checking block-padding v0.4.2
24492026-07-06T21:28:09.021Z Checking crypto-common v0.2.2
24502026-07-06T21:28:09.141Z Checking anstyle-parse v1.0.0
24512026-07-06T21:28:09.156Z Checking rustls-native-certs v0.8.3
24522026-07-06T21:28:09.227Z Checking rand_chacha v0.3.1
24532026-07-06T21:28:09.288Z Checking scroll v0.12.0
24542026-07-06T21:28:09.301Z Checking thiserror v1.0.69
24552026-07-06T21:28:09.402Z Checking hash32 v0.2.1
24562026-07-06T21:28:09.445Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-07-06T21:28:09.521Z Checking md-5 v0.10.6
24582026-07-06T21:28:09.560Z Checking signature v2.2.0
24592026-07-06T21:28:09.573Z Checking num-integer v0.1.46
24602026-07-06T21:28:09.654Z Checking serde_spanned v0.6.9
24612026-07-06T21:28:09.667Z Checking toml_datetime v0.6.11
24622026-07-06T21:28:09.695Z Checking encoding_rs v0.8.35
24632026-07-06T21:28:09.763Z Checking hyper v1.10.1
24642026-07-06T21:28:09.786Z Checking mime v0.3.17
24652026-07-06T21:28:09.803Z Checking zlib-rs v0.6.2
24662026-07-06T21:28:09.806Z Checking psl-types v2.0.11
24672026-07-06T21:28:09.853Z Checking fallible-iterator v0.2.0
24682026-07-06T21:28:09.934Z Checking publicsuffix v2.3.0
24692026-07-06T21:28:10.103Z Checking num-iter v0.1.45
24702026-07-06T21:28:10.129Z Checking heapless v0.7.17
24712026-07-06T21:28:10.142Z Checking postgres-protocol v0.6.10
24722026-07-06T21:28:10.220Z Checking zstd-safe v7.2.4
24732026-07-06T21:28:10.389Z Checking goblin v0.8.2
24742026-07-06T21:28:10.463Z Checking rand v0.8.6
24752026-07-06T21:28:10.552Z Checking anstream v1.0.0
24762026-07-06T21:28:10.605Z Checking dof v0.4.0
24772026-07-06T21:28:10.683Z Checking cookie v0.18.1
24782026-07-06T21:28:10.719Z Checking flate2 v1.1.9
24792026-07-06T21:28:10.740Z Checking hyper-util v0.1.20
24802026-07-06T21:28:10.756Z Compiling iddqd v0.4.2
24812026-07-06T21:28:10.921Z Checking inout v0.2.2
24822026-07-06T21:28:11.011Z Checking oxnet v0.1.6
24832026-07-06T21:28:11.030Z Checking tokio-rustls v0.26.4
24842026-07-06T21:28:11.073Z Checking dtrace-parser v0.3.0
24852026-07-06T21:28:11.087Z Checking phf_shared v0.13.1
24862026-07-06T21:28:11.256Z Checking lazy_static v1.5.0
24872026-07-06T21:28:11.259Z Checking anstyle-parse v0.2.7
24882026-07-06T21:28:11.281Z Checking zerocopy v0.7.35
24892026-07-06T21:28:11.292Z Checking pin-project v1.1.11
24902026-07-06T21:28:11.318Z Checking bzip2-sys v0.1.13+1.0.8
24912026-07-06T21:28:11.351Z Checking signal-hook v0.3.18
24922026-07-06T21:28:11.385Z Checking futures-executor v0.3.32
24932026-07-06T21:28:11.405Z Checking terminal_size v0.4.3
24942026-07-06T21:28:11.422Z Checking hex v0.4.3
24952026-07-06T21:28:11.522Z Checking ff v0.13.1
24962026-07-06T21:28:11.538Z Checking thread-id v5.1.0
24972026-07-06T21:28:11.551Z Checking winnow v0.5.40
24982026-07-06T21:28:11.618Z Checking clap_lex v1.0.0
24992026-07-06T21:28:11.653Z Checking foldhash v0.1.5
25002026-07-06T21:28:11.657Z Checking base16ct v0.2.0
25012026-07-06T21:28:11.778Z Checking foldhash v0.2.0
25022026-07-06T21:28:11.795Z Checking same-file v1.0.6
25032026-07-06T21:28:11.798Z Checking bumpalo v3.20.2
25042026-07-06T21:28:11.798Z Checking strsim v0.11.1
25052026-07-06T21:28:11.929Z Checking libbz2-rs-sys v0.2.2
25062026-07-06T21:28:11.946Z Compiling rayon-core v1.13.0
25072026-07-06T21:28:11.964Z Checking managed v0.8.0
25082026-07-06T21:28:12.025Z Checking either v1.15.0
25092026-07-06T21:28:12.077Z Checking hyper-tls v0.6.0
25102026-07-06T21:28:12.090Z Checking bitflags v1.3.2
25112026-07-06T21:28:12.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-07-06T21:28:12.166Z Checking smoltcp v0.9.1
25132026-07-06T21:28:12.187Z Checking hyper-rustls v0.27.7
25142026-07-06T21:28:12.269Z Checking zopfli v0.8.3
25152026-07-06T21:28:12.276Z Checking reqwest v0.12.28
25162026-07-06T21:28:12.348Z Checking bzip2 v0.6.1
25172026-07-06T21:28:12.381Z Checking clap_builder v4.6.0
25182026-07-06T21:28:12.403Z Checking hashbrown v0.16.1
25192026-07-06T21:28:12.416Z Checking dof v0.3.0
25202026-07-06T21:28:12.517Z Checking walkdir v2.5.0
25212026-07-06T21:28:12.568Z Checking sec1 v0.7.3
25222026-07-06T21:28:12.686Z Checking hashbrown v0.15.5
25232026-07-06T21:28:12.715Z Checking group v0.13.0
25242026-07-06T21:28:12.780Z Checking usdt-impl v0.6.0
25252026-07-06T21:28:12.795Z Checking toml_edit v0.19.15
25262026-07-06T21:28:12.798Z Checking signal-hook-mio v0.2.5
25272026-07-06T21:28:12.873Z Checking futures v0.3.32
25282026-07-06T21:28:12.926Z Checking anstream v0.6.21
25292026-07-06T21:28:12.945Z Checking bzip2 v0.4.4
25302026-07-06T21:28:12.962Z Checking snafu v0.8.9
25312026-07-06T21:28:13.070Z Checking num-bigint-dig v0.8.6
25322026-07-06T21:28:13.100Z Checking phf v0.13.1
25332026-07-06T21:28:13.133Z Checking cipher v0.5.2
25342026-07-06T21:28:13.182Z Checking cookie_store v0.22.1
25352026-07-06T21:28:13.217Z Checking postgres-types v0.2.12
25362026-07-06T21:28:13.253Z Checking zstd v0.13.3
25372026-07-06T21:28:13.362Z Checking ed25519 v2.2.3
25382026-07-06T21:28:13.382Z Checking dtrace-parser v0.2.0
25392026-07-06T21:28:13.448Z Checking rustls-platform-verifier v0.6.2
25402026-07-06T21:28:13.537Z Checking crossbeam-deque v0.8.6
25412026-07-06T21:28:13.549Z Checking globset v0.4.18
25422026-07-06T21:28:13.553Z Checking regex v1.12.3
25432026-07-06T21:28:13.587Z Checking phf_shared v0.11.3
25442026-07-06T21:28:13.625Z Checking hkdf v0.12.4
25452026-07-06T21:28:13.719Z Checking olpc-cjson v0.1.4
25462026-07-06T21:28:13.735Z Checking curve25519-dalek v4.1.3
25472026-07-06T21:28:13.738Z Checking ref-cast v1.0.25
25482026-07-06T21:28:13.761Z Checking strum v0.27.2
25492026-07-06T21:28:13.828Z Checking pkcs1 v0.7.5
25502026-07-06T21:28:13.841Z Checking hubpack v0.1.2
25512026-07-06T21:28:13.853Z Checking memoffset v0.9.1
25522026-07-06T21:28:13.863Z Checking rustix v0.38.44
25532026-07-06T21:28:13.875Z Checking pem v3.0.6
25542026-07-06T21:28:13.894Z Checking float-cmp v0.10.0
25552026-07-06T21:28:13.926Z Checking erased-serde v0.3.31
25562026-07-06T21:28:13.929Z Checking serde-big-array v0.5.1
25572026-07-06T21:28:14.004Z Checking serde_plain v1.0.2
25582026-07-06T21:28:14.020Z Checking crypto-bigint v0.5.5
25592026-07-06T21:28:14.034Z Checking thread-id v4.2.2
25602026-07-06T21:28:14.045Z Checking memmap2 v0.9.10
25612026-07-06T21:28:14.069Z Checking env_filter v1.0.0
25622026-07-06T21:28:14.109Z Checking precomputed-hash v0.1.1
25632026-07-06T21:28:14.146Z Checking cpufeatures v0.3.0
25642026-07-06T21:28:14.192Z Checking whoami v2.1.0
25652026-07-06T21:28:14.204Z Checking static_assertions v1.1.0
25662026-07-06T21:28:14.217Z Checking data-encoding v2.10.0
25672026-07-06T21:28:14.220Z Checking predicates-core v1.0.10
25682026-07-06T21:28:14.272Z Checking const-oid v0.10.2
25692026-07-06T21:28:14.332Z Checking new_debug_unreachable v1.0.6
25702026-07-06T21:28:14.349Z Checking fixedbitset v0.4.2
25712026-07-06T21:28:14.387Z Checking toml_write v0.1.2
25722026-07-06T21:28:14.401Z Checking jiff v0.2.21
25732026-07-06T21:28:14.430Z Checking typed-path v0.9.3
25742026-07-06T21:28:14.491Z Checking winnow v1.0.3
25752026-07-06T21:28:14.504Z Checking normalize-line-endings v0.3.0
25762026-07-06T21:28:14.547Z Checking fixedbitset v0.5.7
25772026-07-06T21:28:14.560Z Checking keccak v0.1.6
25782026-07-06T21:28:14.590Z Checking winnow v0.7.14
25792026-07-06T21:28:14.696Z Checking unicode-segmentation v1.12.0
25802026-07-06T21:28:14.732Z Checking difflib v0.4.0
25812026-07-06T21:28:14.748Z Checking petgraph v0.8.3
25822026-07-06T21:28:14.790Z Checking toml_parser v1.1.2+spec-1.1.0
25832026-07-06T21:28:14.918Z Checking predicates v3.1.4
25842026-07-06T21:28:14.970Z Checking elliptic-curve v0.13.8
25852026-07-06T21:28:15.022Z Checking similar v2.7.0
25862026-07-06T21:28:15.130Z Checking sha3 v0.10.8
25872026-07-06T21:28:15.234Z Checking tough v0.22.0
25882026-07-06T21:28:15.237Z Checking crossterm v0.28.1
25892026-07-06T21:28:15.288Z Checking ed25519-dalek v2.2.0
25902026-07-06T21:28:15.337Z Checking petgraph v0.6.5
25912026-07-06T21:28:15.415Z Checking hickory-proto v0.25.2
25922026-07-06T21:28:15.524Z Checking digest v0.11.3
25932026-07-06T21:28:15.713Z Checking string_cache v0.8.9
25942026-07-06T21:28:15.860Z Checking toml_edit v0.22.27
25952026-07-06T21:28:15.888Z Checking tokio-postgres v0.7.16
25962026-07-06T21:28:15.981Z Checking slog v2.8.2
25972026-07-06T21:28:16.256Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25982026-07-06T21:28:16.403Z Checking env_logger v0.11.9
25992026-07-06T21:28:16.605Z Checking chacha20 v0.10.0
26002026-07-06T21:28:16.624Z Checking usdt v0.6.0
26012026-07-06T21:28:16.740Z Checking zip v4.6.1
26022026-07-06T21:28:16.800Z Checking usdt-impl v0.5.0
26032026-07-06T21:28:16.923Z Checking rsa v0.9.10
26042026-07-06T21:28:17.006Z Checking nix v0.31.2
26052026-07-06T21:28:17.095Z Checking toml v0.7.8
26062026-07-06T21:28:17.332Z Checking clap v4.6.1
26072026-07-06T21:28:17.360Z Checking reqwest v0.13.2
26082026-07-06T21:28:17.412Z Checking zip v0.6.6
26092026-07-06T21:28:17.443Z Checking itertools v0.13.0
26102026-07-06T21:28:17.688Z Checking serde_with v3.17.0
26112026-07-06T21:28:17.748Z Checking strum v0.26.3
26122026-07-06T21:28:17.874Z Checking fs-err v3.3.0
26132026-07-06T21:28:18.189Z Checking ahash v0.8.12
26142026-07-06T21:28:18.203Z Checking object v0.37.3
26152026-07-06T21:28:18.273Z Checking tokio-stream v0.1.18
26162026-07-06T21:28:18.287Z Checking buf-list v1.1.2
26172026-07-06T21:28:18.359Z Checking camino v1.2.2
26182026-07-06T21:28:18.391Z Checking anyhow v1.0.102
26192026-07-06T21:28:18.469Z Checking x509-cert v0.2.5
26202026-07-06T21:28:18.543Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-07-06T21:28:18.597Z Checking openapiv3 v2.2.0
26222026-07-06T21:28:18.617Z Checking lalrpop-util v0.19.12
26232026-07-06T21:28:18.667Z Checking peg-runtime v0.8.5
26242026-07-06T21:28:18.686Z Checking rayon v1.11.0
26252026-07-06T21:28:18.780Z Checking sigpipe v0.1.3
26262026-07-06T21:28:18.813Z Checking glob v0.3.3
26272026-07-06T21:28:20.456Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-07-06T21:28:20.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s
26292026-07-06T21:28:20.897Z
26302026-07-06T21:28:20.898Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26312026-07-06T21:28:21.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-06T21:28:21.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-06T21:28:21.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-06T21:28:21.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26352026-07-06T21:28:21.442Z
26362026-07-06T21:28:21.442Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26372026-07-06T21:28:21.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-06T21:28:21.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-06T21:28:21.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-06T21:28:21.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26412026-07-06T21:28:22.030Z
26422026-07-06T21:28:22.030Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26432026-07-06T21:28:22.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-06T21:28:22.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-06T21:28:22.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-06T21:28:22.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26472026-07-06T21:28:22.533Z
26482026-07-06T21:28:22.533Zinfo: running `cargo check --bins` on oxql-types (80/299)
26492026-07-06T21:28:22.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-06T21:28:22.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-06T21:28:22.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-06T21:28:23.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26532026-07-06T21:28:23.079Z
26542026-07-06T21:28:23.080Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26552026-07-06T21:28:23.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-06T21:28:23.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-06T21:28:23.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-06T21:28:23.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26592026-07-06T21:28:23.621Z
26602026-07-06T21:28:23.621Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26612026-07-06T21:28:24.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-06T21:28:24.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-06T21:28:24.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-06T21:28:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26652026-07-06T21:28:24.157Z
26662026-07-06T21:28:24.157Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26672026-07-06T21:28:24.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-06T21:28:24.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-06T21:28:24.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-06T21:28:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26712026-07-06T21:28:24.686Z
26722026-07-06T21:28:24.686Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26732026-07-06T21:28:25.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-06T21:28:25.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-06T21:28:25.331Z Compiling structmeta-derive v0.3.0
26762026-07-06T21:28:25.450Z Compiling multer v3.1.0
26772026-07-06T21:28:25.460Z Compiling async-stream-impl v0.3.6
26782026-07-06T21:28:25.463Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-07-06T21:28:25.477Z Compiling dropshot v0.17.1
26802026-07-06T21:28:25.492Z Compiling dropshot_endpoint v0.17.1
26812026-07-06T21:28:25.495Z Compiling newtype-uuid-macros v0.1.0
26822026-07-06T21:28:25.519Z Checking newtype-uuid v1.3.2
26832026-07-06T21:28:25.718Z Checking daft v0.1.7
26842026-07-06T21:28:25.721Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26852026-07-06T21:28:25.772Z Checking thread_local v1.1.9
26862026-07-06T21:28:25.875Z Checking compression-core v0.4.31
26872026-07-06T21:28:25.949Z Checking match_cfg v0.1.0
26882026-07-06T21:28:25.974Z Checking iddqd v0.4.2
26892026-07-06T21:28:26.006Z Checking compression-codecs v0.4.37
26902026-07-06T21:28:26.020Z Checking hostname v0.3.1
26912026-07-06T21:28:26.069Z Checking crossbeam-channel v0.5.15
26922026-07-06T21:28:26.117Z Checking atomicwrites v0.4.4
26932026-07-06T21:28:26.165Z Checking slog-json v2.6.1
26942026-07-06T21:28:26.181Z Checking toml_datetime v1.1.1+spec-1.1.0
26952026-07-06T21:28:26.244Z Checking serde_spanned v1.1.1
26962026-07-06T21:28:26.290Z Checking is-terminal v0.4.17
26972026-07-06T21:28:26.324Z Checking term v1.2.1
26982026-07-06T21:28:26.380Z Checking take_mut v0.2.2
26992026-07-06T21:28:26.395Z Checking toml_writer v1.1.1+spec-1.1.0
27002026-07-06T21:28:26.395Z Checking debug-ignore v1.0.5
27012026-07-06T21:28:26.420Z Checking slog-bunyan v2.5.0
27022026-07-06T21:28:26.486Z Checking slog-async v2.8.0
27032026-07-06T21:28:26.506Z Checking async-compression v0.4.41
27042026-07-06T21:28:26.532Z Checking async-stream v0.3.6
27052026-07-06T21:28:26.554Z Compiling structmeta v0.3.0
27062026-07-06T21:28:26.557Z Checking slog-term v2.9.2
27072026-07-06T21:28:26.579Z Checking toml v1.1.2+spec-1.1.0
27082026-07-06T21:28:26.658Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-07-06T21:28:26.672Z Checking progenitor-client v0.14.0
27102026-07-06T21:28:26.757Z Checking sha1 v0.11.0
27112026-07-06T21:28:26.851Z Compiling derive-ex v0.1.8
27122026-07-06T21:28:26.854Z Compiling parse-display-derive v0.10.0
27132026-07-06T21:28:26.854Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-07-06T21:28:26.922Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-07-06T21:28:26.949Z Checking waitgroup v0.1.2
27162026-07-06T21:28:26.970Z Checking rustls-pemfile v2.2.0
27172026-07-06T21:28:26.996Z Checking backon v1.6.0
27182026-07-06T21:28:27.050Z Checking serde_path_to_error v0.1.20
27192026-07-06T21:28:27.113Z Checking hostname v0.4.2
27202026-07-06T21:28:27.128Z Checking instant v0.1.13
27212026-07-06T21:28:27.213Z Checking backoff v0.4.0
27222026-07-06T21:28:27.217Z Checking progenitor-extras v0.2.0
27232026-07-06T21:28:27.321Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-07-06T21:28:27.386Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-07-06T21:28:27.400Z Checking itertools v0.14.0
27262026-07-06T21:28:27.448Z Checking regress v0.10.5
27272026-07-06T21:28:27.548Z Checking macaddr v1.0.1
27282026-07-06T21:28:27.939Z Checking humantime v2.3.0
27292026-07-06T21:28:28.542Z Compiling test-strategy v0.4.5
27302026-07-06T21:28:28.545Z Checking parse-display v0.10.0
27312026-07-06T21:28:29.116Z Compiling prettyplease v0.2.37
27322026-07-06T21:28:29.370Z Checking num-rational v0.4.2
27332026-07-06T21:28:29.624Z Checking num-complex v0.4.6
27342026-07-06T21:28:30.046Z Compiling num v0.4.3
27352026-07-06T21:28:30.060Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27362026-07-06T21:28:30.195Z Compiling usdt-attr-macro v0.5.0
27372026-07-06T21:28:30.198Z Compiling usdt-macro v0.5.0
27382026-07-06T21:28:30.275Z Checking memmap v0.7.0
27392026-07-06T21:28:30.415Z Compiling float-ord v0.3.2
27402026-07-06T21:28:30.432Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-07-06T21:28:30.620Z Compiling convert_case v0.4.0
27422026-07-06T21:28:30.643Z Checking unicode-width v0.2.0
27432026-07-06T21:28:30.902Z Checking console v0.15.11
27442026-07-06T21:28:30.957Z Checking newline-converter v0.3.0
27452026-07-06T21:28:30.998Z Checking usdt v0.5.0
27462026-07-06T21:28:31.002Z Compiling derive_more v0.99.20
27472026-07-06T21:28:31.071Z Compiling toml v0.8.23
27482026-07-06T21:28:31.171Z Checking linked-hash-map v0.5.6
27492026-07-06T21:28:31.184Z Compiling minimal-lexical v0.2.1
27502026-07-06T21:28:31.346Z Checking lru-cache v0.1.2
27512026-07-06T21:28:31.443Z Compiling nom v7.1.3
27522026-07-06T21:28:31.470Z Checking expectorate v1.2.0
27532026-07-06T21:28:31.830Z Checking camino-tempfile v1.4.1
27542026-07-06T21:28:31.997Z Checking hickory-proto v0.24.4
27552026-07-06T21:28:32.046Z Checking phf_shared v0.12.1
27562026-07-06T21:28:32.133Z Compiling slog-dtrace v0.3.0
27572026-07-06T21:28:32.197Z Compiling unicode-xid v0.2.6
27582026-07-06T21:28:32.345Z Checking heck v0.5.0
27592026-07-06T21:28:32.473Z Compiling chrono-tz v0.10.4
27602026-07-06T21:28:32.634Z Checking resolv-conf v0.7.6
27612026-07-06T21:28:32.741Z Compiling const_format_proc_macros v0.2.34
27622026-07-06T21:28:32.822Z Checking phf v0.12.1
27632026-07-06T21:28:32.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-07-06T21:28:32.999Z Checking tokio-dtrace v0.1.1
27652026-07-06T21:28:33.199Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-07-06T21:28:33.364Z Compiling derive-where v1.6.0
27672026-07-06T21:28:33.685Z Checking highway v1.3.0
27682026-07-06T21:28:33.740Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-07-06T21:28:33.758Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27702026-07-06T21:28:33.920Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-07-06T21:28:33.962Z Checking hickory-resolver v0.24.4
27722026-07-06T21:28:34.442Z Checking const_format v0.2.35
27732026-07-06T21:28:34.704Z Checking oxide-tokio-rt v0.1.4
27742026-07-06T21:28:34.742Z Checking qorb v0.4.1
27752026-07-06T21:28:34.965Z Checking gethostname v0.5.0
27762026-07-06T21:28:35.029Z Checking bcs v0.1.6
27772026-07-06T21:28:35.059Z Checking termtree v0.5.1
27782026-07-06T21:28:35.283Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-07-06T21:28:35.299Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-07-06T21:28:35.534Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-06T21:28:35.534Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-07-06T21:28:38.512Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-07-06T21:28:40.961Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-07-06T21:28:43.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.40s
27852026-07-06T21:28:43.262Z
27862026-07-06T21:28:43.262Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27872026-07-06T21:28:43.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-07-06T21:28:43.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-07-06T21:28:43.908Z Compiling ar_archive_writer v0.5.1
27902026-07-06T21:28:44.018Z Compiling stacker v0.1.23
27912026-07-06T21:28:44.024Z Compiling cfg_aliases v0.1.1
27922026-07-06T21:28:44.031Z Compiling convert_case v0.10.0
27932026-07-06T21:28:44.037Z Checking unicode-width v0.1.14
27942026-07-06T21:28:44.045Z Compiling proc-macro-error v1.0.4
27952026-07-06T21:28:44.056Z Checking fd-lock v4.0.4
27962026-07-06T21:28:44.059Z Checking nibble_vec v0.1.0
27972026-07-06T21:28:44.080Z Compiling nix v0.28.0
27982026-07-06T21:28:44.171Z Compiling recursive-proc-macro-impl v0.1.1
27992026-07-06T21:28:44.186Z Checking vte v0.14.1
28002026-07-06T21:28:44.289Z Checking endian-type v0.1.2
28012026-07-06T21:28:44.305Z Checking bytecount v0.6.9
28022026-07-06T21:28:44.324Z Compiling derive_more-impl v2.1.1
28032026-07-06T21:28:44.336Z Checking strip-ansi-escapes v0.2.1
28042026-07-06T21:28:44.349Z Compiling tabled_derive v0.7.0
28052026-07-06T21:28:44.404Z Checking papergrid v0.11.0
28062026-07-06T21:28:44.416Z Checking radix_trie v0.2.1
28072026-07-06T21:28:44.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-07-06T21:28:44.595Z Compiling peg-macros v0.8.5
28092026-07-06T21:28:44.623Z Checking winnow v0.6.26
28102026-07-06T21:28:44.863Z Compiling psm v0.1.30
28112026-07-06T21:28:44.944Z Compiling sqlparser_derive v0.5.0
28122026-07-06T21:28:45.027Z Checking unicode_categories v0.1.1
28132026-07-06T21:28:45.172Z Checking derive_more v2.1.1
28142026-07-06T21:28:45.190Z Checking nu-ansi-term v0.50.3
28152026-07-06T21:28:45.253Z Checking home v0.5.12
28162026-07-06T21:28:45.338Z Checking tabled v0.15.0
28172026-07-06T21:28:45.361Z Checking crossterm v0.29.0
28182026-07-06T21:28:45.404Z Checking reedline v0.40.0
28192026-07-06T21:28:45.416Z Checking rustyline v14.0.0
28202026-07-06T21:28:45.711Z Checking recursive v0.1.1
28212026-07-06T21:28:45.749Z Checking display-error-chain v0.2.2
28222026-07-06T21:28:45.805Z Checking sqlparser v0.61.0
28232026-07-06T21:28:45.822Z Checking sqlformat v0.3.5
28242026-07-06T21:28:46.001Z Checking peg v0.8.5
28252026-07-06T21:28:57.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
28262026-07-06T21:28:57.368Z
28272026-07-06T21:28:57.368Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28282026-07-06T21:28:57.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-06T21:28:57.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-06T21:28:57.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-06T21:29:01.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28322026-07-06T21:29:01.684Z
28332026-07-06T21:29:01.684Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28342026-07-06T21:29:02.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-06T21:29:02.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-06T21:29:02.312Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-06T21:29:04.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28382026-07-06T21:29:05.009Z
28392026-07-06T21:29:05.010Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28402026-07-06T21:29:05.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-06T21:29:05.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-06T21:29:05.630Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-06T21:29:08.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28442026-07-06T21:29:09.096Z
28452026-07-06T21:29:09.096Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28462026-07-06T21:29:09.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-06T21:29:09.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-06T21:29:09.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-06T21:29:13.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28502026-07-06T21:29:13.258Z
28512026-07-06T21:29:13.258Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28522026-07-06T21:29:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-06T21:29:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-06T21:29:13.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-06T21:29:16.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28562026-07-06T21:29:16.675Z
28572026-07-06T21:29:16.675Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28582026-07-06T21:29:17.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-06T21:29:17.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-06T21:29:17.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-06T21:29:19.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28622026-07-06T21:29:20.141Z
28632026-07-06T21:29:20.141Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28642026-07-06T21:29:20.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-06T21:29:20.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-06T21:29:20.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-06T21:29:24.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28682026-07-06T21:29:24.436Z
28692026-07-06T21:29:24.436Zinfo: running `cargo check --bins` on oximeter (93/299)
28702026-07-06T21:29:24.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-06T21:29:24.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-06T21:29:24.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-07-06T21:29:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28742026-07-06T21:29:24.973Z
28752026-07-06T21:29:24.974Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28762026-07-06T21:29:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-06T21:29:25.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-06T21:29:25.565Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-07-06T21:29:25.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-07-06T21:29:25.729Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-07-06T21:29:26.085Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-07-06T21:29:28.643Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-07-06T21:29:29.866Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-07-06T21:29:30.067Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-07-06T21:29:30.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
28862026-07-06T21:29:30.897Z
28872026-07-06T21:29:30.897Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28882026-07-06T21:29:31.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-06T21:29:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-06T21:29:31.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-06T21:29:31.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28922026-07-06T21:29:31.434Z
28932026-07-06T21:29:31.434Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28942026-07-06T21:29:31.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-06T21:29:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-06T21:29:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-06T21:29:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28982026-07-06T21:29:32.009Z
28992026-07-06T21:29:32.009Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29002026-07-06T21:29:32.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-06T21:29:32.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-06T21:29:32.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-06T21:29:32.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29042026-07-06T21:29:32.557Z
29052026-07-06T21:29:32.557Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29062026-07-06T21:29:33.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-06T21:29:33.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-06T21:29:33.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-06T21:29:33.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29102026-07-06T21:29:33.106Z
29112026-07-06T21:29:33.106Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29122026-07-06T21:29:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-06T21:29:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-06T21:29:33.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-06T21:29:33.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-07-06T21:29:33.648Z
29172026-07-06T21:29:33.649Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29182026-07-06T21:29:34.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-06T21:29:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-06T21:29:34.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-06T21:29:34.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29222026-07-06T21:29:34.195Z
29232026-07-06T21:29:34.195Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29242026-07-06T21:29:34.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-06T21:29:34.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-06T21:29:34.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-06T21:29:34.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29282026-07-06T21:29:34.716Z
29292026-07-06T21:29:34.717Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29302026-07-06T21:29:35.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-06T21:29:35.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-06T21:29:35.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-06T21:29:35.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-07-06T21:29:35.257Z
29352026-07-06T21:29:35.257Zinfo: running `cargo check --bins` on update-engine (103/299)
29362026-07-06T21:29:35.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-06T21:29:35.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-06T21:29:35.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-06T21:29:35.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-07-06T21:29:35.788Z
29412026-07-06T21:29:35.789Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29422026-07-06T21:29:36.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-06T21:29:36.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-06T21:29:36.462Z Compiling proc-macro-crate v1.3.1
29452026-07-06T21:29:36.577Z Compiling crucible-workspace-hack v0.1.0
29462026-07-06T21:29:36.585Z Checking secrecy v0.10.3
29472026-07-06T21:29:36.591Z Compiling heapless v0.8.0
29482026-07-06T21:29:36.597Z Compiling ingot-macros v0.1.1
29492026-07-06T21:29:36.606Z Checking hash32 v0.3.1
29502026-07-06T21:29:36.609Z Checking inout v0.1.4
29512026-07-06T21:29:36.629Z Compiling smoltcp v0.11.0
29522026-07-06T21:29:36.683Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-07-06T21:29:36.731Z Checking cipher v0.4.4
29542026-07-06T21:29:36.735Z Checking cobs v0.3.0
29552026-07-06T21:29:36.845Z Checking universal-hash v0.5.1
29562026-07-06T21:29:36.891Z Compiling thiserror-impl-no-std v2.0.2
29572026-07-06T21:29:36.922Z Checking half v2.7.1
29582026-07-06T21:29:36.936Z Checking ciborium-io v0.2.2
29592026-07-06T21:29:36.972Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-07-06T21:29:36.999Z Checking opaque-debug v0.3.1
29612026-07-06T21:29:37.015Z Compiling num_enum_derive v0.7.6
29622026-07-06T21:29:37.028Z Checking chacha20 v0.9.1
29632026-07-06T21:29:37.065Z Checking poly1305 v0.8.0
29642026-07-06T21:29:37.184Z Checking ciborium-ll v0.2.2
29652026-07-06T21:29:37.199Z Checking postcard v1.1.3
29662026-07-06T21:29:37.226Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29672026-07-06T21:29:37.333Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-07-06T21:29:37.362Z Checking password-hash v0.5.0
29692026-07-06T21:29:37.498Z Checking blake2 v0.10.6
29702026-07-06T21:29:37.597Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-06T21:29:37.615Z Checking aead v0.5.2
29722026-07-06T21:29:37.646Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-06T21:29:37.761Z Compiling foreign-types-macros v0.2.3
29742026-07-06T21:29:37.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-06T21:29:37.836Z Checking foreign-types-shared v0.3.1
29762026-07-06T21:29:37.873Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-06T21:29:37.931Z Checking argon2 v0.5.3
29782026-07-06T21:29:38.054Z Checking chacha20poly1305 v0.10.1
29792026-07-06T21:29:38.122Z Checking thiserror-no-std v2.0.2
29802026-07-06T21:29:38.160Z Checking num_enum v0.7.6
29812026-07-06T21:29:38.187Z Checking ciborium v0.2.2
29822026-07-06T21:29:38.212Z Checking vsss-rs v3.3.4
29832026-07-06T21:29:38.301Z Compiling num_enum_derive v0.5.11
29842026-07-06T21:29:38.402Z Checking foreign-types v0.5.0
29852026-07-06T21:29:38.480Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-07-06T21:29:38.501Z Checking tabwriter v1.4.1
29872026-07-06T21:29:38.630Z Checking byte-wrapper v0.1.0
29882026-07-06T21:29:38.653Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-07-06T21:29:38.682Z Checking cstr-argument v0.1.2
29902026-07-06T21:29:38.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29912026-07-06T21:29:38.806Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-06T21:29:38.841Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-07-06T21:29:39.025Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-06T21:29:39.089Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-06T21:29:39.197Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-07-06T21:29:39.201Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29972026-07-06T21:29:39.232Z Checking rand v0.10.1
29982026-07-06T21:29:39.337Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992026-07-06T21:29:39.350Z Checking num_enum v0.5.11
30002026-07-06T21:29:39.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-06T21:29:39.377Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30022026-07-06T21:29:39.410Z Checking colored v3.1.1
30032026-07-06T21:29:39.455Z Checking indent_write v2.2.0
30042026-07-06T21:29:39.470Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-07-06T21:29:39.483Z Compiling zone_cfg_derive v0.3.1
30062026-07-06T21:29:39.498Z Checking ingot-types v0.1.2
30072026-07-06T21:29:39.585Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-06T21:29:39.605Z Checking itertools v0.12.1
30092026-07-06T21:29:39.636Z Compiling num-derive v0.4.2
30102026-07-06T21:29:39.688Z Checking swrite v0.1.0
30112026-07-06T21:29:39.753Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-07-06T21:29:39.778Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-07-06T21:29:39.866Z Checking ingot v0.1.1
30142026-07-06T21:29:39.939Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-06T21:29:40.104Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-07-06T21:29:40.133Z Checking dropshot-api-manager-types v0.7.2
30172026-07-06T21:29:40.146Z Checking smf v0.2.3
30182026-07-06T21:29:40.218Z Checking nanorand v0.7.0
30192026-07-06T21:29:40.305Z Checking whoami v1.6.1
30202026-07-06T21:29:40.388Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30212026-07-06T21:29:40.421Z Checking flume v0.11.1
30222026-07-06T21:29:40.478Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-07-06T21:29:40.584Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-06T21:29:40.638Z Checking zone v0.3.1
30252026-07-06T21:29:41.400Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30262026-07-06T21:29:42.360Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-06T21:29:43.262Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-06T21:29:46.845Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-07-06T21:29:48.933Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-07-06T21:29:50.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30312026-07-06T21:29:50.217Z
30322026-07-06T21:29:50.217Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30332026-07-06T21:29:50.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-07-06T21:29:50.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-07-06T21:29:50.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-07-06T21:29:50.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30372026-07-06T21:29:50.761Z
30382026-07-06T21:29:50.761Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30392026-07-06T21:29:51.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-06T21:29:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-06T21:29:51.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-06T21:29:51.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30432026-07-06T21:29:51.303Z
30442026-07-06T21:29:51.303Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30452026-07-06T21:29:51.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-06T21:29:51.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-06T21:29:51.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-06T21:29:51.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30492026-07-06T21:29:51.852Z
30502026-07-06T21:29:51.852Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30512026-07-06T21:29:52.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-06T21:29:52.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-06T21:29:52.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-06T21:29:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30552026-07-06T21:29:52.399Z
30562026-07-06T21:29:52.399Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30572026-07-06T21:29:52.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-06T21:29:52.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-06T21:29:52.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-06T21:29:52.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30612026-07-06T21:29:52.935Z
30622026-07-06T21:29:52.935Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30632026-07-06T21:29:53.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-06T21:29:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-06T21:29:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-06T21:29:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30672026-07-06T21:29:53.475Z
30682026-07-06T21:29:53.476Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30692026-07-06T21:29:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-06T21:29:53.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-06T21:29:53.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-06T21:29:53.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30732026-07-06T21:29:54.021Z
30742026-07-06T21:29:54.021Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30752026-07-06T21:29:54.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-06T21:29:54.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-06T21:29:54.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-06T21:29:54.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30792026-07-06T21:29:54.551Z
30802026-07-06T21:29:54.551Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30812026-07-06T21:29:55.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-06T21:29:55.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-06T21:29:55.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-06T21:29:55.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30852026-07-06T21:29:55.097Z
30862026-07-06T21:29:55.097Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30872026-07-06T21:29:55.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-06T21:29:55.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-06T21:29:55.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-06T21:29:55.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30912026-07-06T21:29:55.641Z
30922026-07-06T21:29:55.641Zinfo: running `cargo check --bins` on installinator-client (115/299)
30932026-07-06T21:29:56.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-06T21:29:56.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-06T21:29:56.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-06T21:29:56.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30972026-07-06T21:29:56.192Z
30982026-07-06T21:29:56.192Zinfo: running `cargo check --bins` on nexus-client (116/299)
30992026-07-06T21:29:56.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-06T21:29:56.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-06T21:29:56.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-06T21:29:56.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31032026-07-06T21:29:56.777Z
31042026-07-06T21:29:56.777Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31052026-07-06T21:29:57.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-06T21:29:57.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-06T21:29:57.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-06T21:29:57.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-07-06T21:29:57.363Z
31102026-07-06T21:29:57.363Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31112026-07-06T21:29:57.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-06T21:29:57.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-06T21:29:57.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-06T21:29:57.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31152026-07-06T21:29:57.894Z
31162026-07-06T21:29:57.894Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31172026-07-06T21:29:58.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-06T21:29:58.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-06T21:29:58.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-06T21:29:58.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31212026-07-06T21:29:58.430Z
31222026-07-06T21:29:58.430Zinfo: running `cargo check --bins` on oxide-client (120/299)
31232026-07-06T21:29:58.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-06T21:29:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-06T21:29:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-06T21:29:58.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31272026-07-06T21:29:58.966Z
31282026-07-06T21:29:58.966Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31292026-07-06T21:29:59.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-06T21:29:59.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-06T21:29:59.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-06T21:29:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31332026-07-06T21:29:59.513Z
31342026-07-06T21:29:59.513Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31352026-07-06T21:29:59.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-06T21:29:59.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-06T21:29:59.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-06T21:29:59.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-06T21:30:00.052Z
31402026-07-06T21:30:00.052Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31412026-07-06T21:30:00.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-06T21:30:00.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-06T21:30:00.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-06T21:30:00.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31452026-07-06T21:30:00.607Z
31462026-07-06T21:30:00.607Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31472026-07-06T21:30:01.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-06T21:30:01.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-06T21:30:01.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-06T21:30:01.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31512026-07-06T21:30:01.177Z
31522026-07-06T21:30:01.178Zinfo: running `cargo check --bins` on installinator-common (125/299)
31532026-07-06T21:30:01.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-06T21:30:01.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-06T21:30:01.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-06T21:30:01.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31572026-07-06T21:30:01.748Z
31582026-07-06T21:30:01.748Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31592026-07-06T21:30:02.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-06T21:30:02.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-06T21:30:02.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-06T21:30:02.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31632026-07-06T21:30:02.290Z
31642026-07-06T21:30:02.291Zinfo: running `cargo check --bins` on wicket-common (127/299)
31652026-07-06T21:30:02.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-06T21:30:02.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-06T21:30:02.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-06T21:30:02.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31692026-07-06T21:30:02.913Z
31702026-07-06T21:30:02.913Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31712026-07-06T21:30:06.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-06T21:30:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-06T21:30:06.383Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-07-06T21:30:06.383Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-07-06T21:30:06.383Z Checking csv-core v0.1.13
31762026-07-06T21:30:06.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-07-06T21:30:06.383Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-07-06T21:30:06.383Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-07-06T21:30:06.383Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-07-06T21:30:06.383Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-07-06T21:30:06.383Z Checking csv v1.4.0
31822026-07-06T21:30:06.383Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-07-06T21:30:06.383Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-07-06T21:30:06.383Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-07-06T21:30:06.383Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-07-06T21:30:06.383Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-06T21:30:06.383Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-06T21:30:06.383Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-06T21:30:06.384Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-07-06T21:30:11.095Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-07-06T21:30:11.559Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-07-06T21:30:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
31932026-07-06T21:30:15.270Z
31942026-07-06T21:30:15.271Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31952026-07-06T21:30:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-07-06T21:30:15.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-07-06T21:30:15.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-07-06T21:30:15.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31992026-07-06T21:30:15.271Z
32002026-07-06T21:30:15.271Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32012026-07-06T21:30:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-06T21:30:15.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-06T21:30:15.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-06T21:30:15.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32052026-07-06T21:30:15.312Z
32062026-07-06T21:30:15.312Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32072026-07-06T21:30:16.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-06T21:30:16.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-06T21:30:16.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-06T21:30:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-07-06T21:30:16.849Z
32122026-07-06T21:30:16.849Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32132026-07-06T21:30:16.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-06T21:30:16.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-06T21:30:16.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-06T21:30:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32172026-07-06T21:30:16.849Z
32182026-07-06T21:30:16.849Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32192026-07-06T21:30:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-06T21:30:17.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-06T21:30:17.670Z Compiling regress v0.11.1
32222026-07-06T21:30:17.670Z Compiling unsafe-libyaml v0.2.11
32232026-07-06T21:30:17.670Z Compiling semver v0.1.20
32242026-07-06T21:30:17.670Z Compiling radium v0.7.0
32252026-07-06T21:30:17.670Z Checking nom v8.0.0
32262026-07-06T21:30:17.670Z Checking tap v1.0.1
32272026-07-06T21:30:17.670Z Compiling maybe-uninit v2.0.0
32282026-07-06T21:30:17.670Z Checking wyz v0.5.1
32292026-07-06T21:30:17.690Z Compiling rustc_version v0.1.7
32302026-07-06T21:30:17.724Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-07-06T21:30:18.030Z Compiling zerocopy-derive v0.6.6
32322026-07-06T21:30:18.034Z Compiling owo-colors v4.3.0
32332026-07-06T21:30:18.034Z Compiling serde_yaml v0.9.34+deprecated
32342026-07-06T21:30:18.836Z Compiling newtype_derive v0.1.6
32352026-07-06T21:30:18.850Z Checking crc-catalog v2.4.0
32362026-07-06T21:30:18.850Z Checking funty v2.0.0
32372026-07-06T21:30:18.850Z Compiling packed_struct v0.10.1
32382026-07-06T21:30:18.850Z Compiling cancel-safe-futures v0.1.5
32392026-07-06T21:30:18.850Z Checking bitvec v1.0.1
32402026-07-06T21:30:18.850Z Checking zerocopy v0.6.6
32412026-07-06T21:30:18.906Z Checking typify-impl v0.6.2
32422026-07-06T21:30:19.292Z Checking crc v3.4.0
32432026-07-06T21:30:19.298Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-07-06T21:30:19.305Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-07-06T21:30:19.410Z Compiling packed_struct_codegen v0.10.1
32462026-07-06T21:30:19.432Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32472026-07-06T21:30:20.789Z Checking libsw-core v0.3.2
32482026-07-06T21:30:20.798Z Compiling bitfield-macros v0.19.4
32492026-07-06T21:30:20.798Z Compiling indexmap v1.9.3
32502026-07-06T21:30:20.798Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32512026-07-06T21:30:20.798Z Checking nodrop v0.1.14
32522026-07-06T21:30:20.798Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-07-06T21:30:20.798Z Checking libsw v3.5.0
32542026-07-06T21:30:20.798Z Checking array-init v0.0.4
32552026-07-06T21:30:20.798Z Checking smallvec v0.6.14
32562026-07-06T21:30:20.798Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-07-06T21:30:20.798Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-07-06T21:30:20.798Z Checking bitfield v0.19.4
32592026-07-06T21:30:20.798Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-07-06T21:30:21.913Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32612026-07-06T21:30:21.927Z Checking smawk v0.3.2
32622026-07-06T21:30:21.927Z Checking tagptr v0.2.0
32632026-07-06T21:30:21.927Z Checking unicode-linebreak v0.1.5
32642026-07-06T21:30:21.927Z Checking linear-map v1.2.0
32652026-07-06T21:30:21.927Z Checking base64 v0.21.7
32662026-07-06T21:30:21.927Z Checking hashbrown v0.12.3
32672026-07-06T21:30:21.927Z Checking textwrap v0.16.2
32682026-07-06T21:30:21.927Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32692026-07-06T21:30:21.927Z Checking ron v0.8.1
32702026-07-06T21:30:21.927Z Checking moka v0.12.13
32712026-07-06T21:30:21.927Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-07-06T21:30:21.927Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-07-06T21:30:21.927Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-07-06T21:30:21.927Z Checking steno v0.4.1
32752026-07-06T21:30:21.927Z Checking serde-hex v0.1.0
32762026-07-06T21:30:21.988Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-06T21:30:22.554Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-06T21:30:22.557Z Checking hashbrown v0.13.2
32792026-07-06T21:30:22.557Z Checking crc-any v2.5.0
32802026-07-06T21:30:22.866Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-07-06T21:30:22.870Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-07-06T21:30:22.870Z Checking object v0.30.4
32832026-07-06T21:30:22.910Z Checking hickory-resolver v0.25.2
32842026-07-06T21:30:22.945Z Checking sha1 v0.10.6
32852026-07-06T21:30:23.547Z Checking utf-8 v0.7.6
32862026-07-06T21:30:23.566Z Checking path-slash v0.1.5
32872026-07-06T21:30:23.566Z Checking half v1.8.3
32882026-07-06T21:30:23.567Z Checking void v1.0.2
32892026-07-06T21:30:23.567Z Checking lzss v0.8.2
32902026-07-06T21:30:23.567Z Checking serde_cbor v0.11.2
32912026-07-06T21:30:23.567Z Checking tungstenite v0.23.0
32922026-07-06T21:30:23.618Z Compiling typify-macro v0.6.2
32932026-07-06T21:30:23.646Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-07-06T21:30:23.909Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
32952026-07-06T21:30:23.921Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32962026-07-06T21:30:23.921Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32972026-07-06T21:30:23.921Z Checking nix v0.27.1
32982026-07-06T21:30:23.921Z Checking kstat-rs v0.2.4
32992026-07-06T21:30:23.921Z Checking fxhash v0.2.1
33002026-07-06T21:30:23.971Z Checking serde_bytes v0.11.19
33012026-07-06T21:30:23.986Z Checking tokio-tungstenite v0.23.1
33022026-07-06T21:30:24.035Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-07-06T21:30:24.068Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-07-06T21:30:25.484Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-07-06T21:30:25.528Z Checking signal-hook-tokio v0.3.1
33062026-07-06T21:30:25.528Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-06T21:30:25.529Z Compiling typify v0.6.2
33082026-07-06T21:30:25.529Z Compiling progenitor-impl v0.14.0
33092026-07-06T21:30:27.222Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-06T21:30:27.230Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-06T21:30:27.230Z Compiling progenitor-macro v0.14.0
33122026-07-06T21:30:29.040Z Checking progenitor v0.14.0
33132026-07-06T21:30:29.339Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
33142026-07-06T21:30:29.356Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-06T21:30:31.929Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-06T21:30:40.475Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-06T21:30:47.128Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-06T21:30:48.546Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-06T21:30:49.020Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-06T21:30:51.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.60s
33212026-07-06T21:30:51.327Z
33222026-07-06T21:30:51.327Zinfo: running `cargo check --bins` on gateway-api (134/299)
33232026-07-06T21:30:51.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-06T21:30:51.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-06T21:30:51.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-06T21:30:51.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-06T21:30:51.872Z
33282026-07-06T21:30:51.873Zinfo: running `cargo check --bins` on ipcc (135/299)
33292026-07-06T21:30:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-06T21:30:52.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-06T21:30:52.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-06T21:30:52.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-06T21:30:52.418Z
33342026-07-06T21:30:52.418Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33352026-07-06T21:30:52.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-06T21:30:52.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-06T21:30:52.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-06T21:30:52.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33392026-07-06T21:30:52.947Z
33402026-07-06T21:30:52.947Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33412026-07-06T21:30:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-06T21:30:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-06T21:30:53.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-06T21:30:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-06T21:30:53.500Z
33462026-07-06T21:30:53.500Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33472026-07-06T21:30:53.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-06T21:30:53.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-06T21:30:53.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-06T21:30:53.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-07-06T21:30:54.038Z
33522026-07-06T21:30:54.038Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33532026-07-06T21:30:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-06T21:30:54.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-06T21:30:54.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-06T21:30:54.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-06T21:30:54.585Z
33582026-07-06T21:30:54.585Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33592026-07-06T21:30:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-06T21:30:55.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-06T21:30:55.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-06T21:30:55.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-07-06T21:30:55.118Z
33642026-07-06T21:30:55.118Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33652026-07-06T21:30:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-06T21:30:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-06T21:30:55.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-06T21:30:55.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-07-06T21:30:55.678Z
33702026-07-06T21:30:55.678Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33712026-07-06T21:30:56.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-06T21:30:56.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-06T21:30:56.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-06T21:30:56.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-06T21:30:56.215Z
33762026-07-06T21:30:56.215Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33772026-07-06T21:30:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-06T21:30:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-06T21:30:56.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-06T21:30:56.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-06T21:30:56.760Z
33822026-07-06T21:30:56.760Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33832026-07-06T21:30:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-06T21:30:57.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-06T21:30:57.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-06T21:30:57.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-06T21:30:57.306Z
33882026-07-06T21:30:57.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33892026-07-06T21:30:57.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-06T21:30:57.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-06T21:30:57.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-06T21:30:57.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-06T21:30:57.855Z
33942026-07-06T21:30:57.855Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33952026-07-06T21:30:58.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-06T21:30:58.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-06T21:30:58.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-06T21:30:58.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-07-06T21:30:58.403Z
34002026-07-06T21:30:58.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34012026-07-06T21:30:58.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-06T21:30:58.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-06T21:30:58.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-06T21:30:58.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-06T21:30:58.947Z
34062026-07-06T21:30:58.947Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34072026-07-06T21:30:59.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-06T21:30:59.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-06T21:30:59.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-06T21:30:59.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-07-06T21:30:59.505Z
34122026-07-06T21:30:59.505Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34132026-07-06T21:30:59.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-06T21:30:59.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-06T21:30:59.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-06T21:30:59.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-06T21:31:00.067Z
34182026-07-06T21:31:00.067Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34192026-07-06T21:31:00.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-06T21:31:00.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-06T21:31:00.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-06T21:31:00.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-06T21:31:00.626Z
34242026-07-06T21:31:00.626Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34252026-07-06T21:31:01.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-06T21:31:01.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-06T21:31:01.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-06T21:31:01.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-06T21:31:01.190Z
34302026-07-06T21:31:01.190Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34312026-07-06T21:31:01.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-06T21:31:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-06T21:31:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-06T21:31:01.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-06T21:31:01.754Z
34362026-07-06T21:31:01.754Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34372026-07-06T21:31:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-06T21:31:02.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-06T21:31:02.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-06T21:31:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-06T21:31:02.313Z
34422026-07-06T21:31:02.314Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34432026-07-06T21:31:02.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-06T21:31:02.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-06T21:31:02.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-06T21:31:02.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-07-06T21:31:02.873Z
34482026-07-06T21:31:02.873Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34492026-07-06T21:31:03.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-06T21:31:03.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-06T21:31:03.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-06T21:31:03.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-06T21:31:03.440Z
34542026-07-06T21:31:03.441Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34552026-07-06T21:31:03.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-06T21:31:03.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-06T21:31:03.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-06T21:31:03.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-06T21:31:04.003Z
34602026-07-06T21:31:04.003Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34612026-07-06T21:31:04.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-06T21:31:04.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-06T21:31:04.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-06T21:31:04.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-07-06T21:31:04.557Z
34662026-07-06T21:31:04.557Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34672026-07-06T21:31:05.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-06T21:31:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-06T21:31:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-06T21:31:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-07-06T21:31:05.099Z
34722026-07-06T21:31:05.099Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34732026-07-06T21:31:05.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-06T21:31:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-06T21:31:05.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-06T21:31:05.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-06T21:31:05.640Z
34782026-07-06T21:31:05.640Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34792026-07-06T21:31:06.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-06T21:31:06.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-06T21:31:06.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-06T21:31:06.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-07-06T21:31:06.170Z
34842026-07-06T21:31:06.170Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34852026-07-06T21:31:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-06T21:31:06.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-06T21:31:06.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-06T21:31:06.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-06T21:31:06.701Z
34902026-07-06T21:31:06.701Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34912026-07-06T21:31:07.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-06T21:31:07.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-06T21:31:07.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-06T21:31:07.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-06T21:31:07.236Z
34962026-07-06T21:31:07.236Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34972026-07-06T21:31:07.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-06T21:31:07.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-06T21:31:07.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-06T21:31:07.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-06T21:31:07.781Z
35022026-07-06T21:31:07.781Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35032026-07-06T21:31:08.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-06T21:31:08.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-06T21:31:08.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-06T21:31:08.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-06T21:31:08.318Z
35082026-07-06T21:31:08.318Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35092026-07-06T21:31:08.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-06T21:31:08.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-06T21:31:08.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-06T21:31:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-06T21:31:08.861Z
35142026-07-06T21:31:08.861Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35152026-07-06T21:31:09.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-06T21:31:09.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-06T21:31:09.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-06T21:31:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-06T21:31:09.420Z
35202026-07-06T21:31:09.421Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35212026-07-06T21:31:09.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-06T21:31:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-06T21:31:09.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-06T21:31:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-06T21:31:09.971Z
35262026-07-06T21:31:09.971Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35272026-07-06T21:31:10.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-06T21:31:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-06T21:31:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-06T21:31:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-06T21:31:10.526Z
35322026-07-06T21:31:10.526Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35332026-07-06T21:31:10.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-06T21:31:10.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-06T21:31:10.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-06T21:31:10.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-06T21:31:11.082Z
35382026-07-06T21:31:11.082Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35392026-07-06T21:31:11.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-06T21:31:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-06T21:31:11.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-06T21:31:11.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-06T21:31:11.641Z
35442026-07-06T21:31:11.641Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35452026-07-06T21:31:12.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-06T21:31:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-06T21:31:12.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-06T21:31:12.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-06T21:31:12.198Z
35502026-07-06T21:31:12.198Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35512026-07-06T21:31:12.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-06T21:31:12.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-06T21:31:12.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-06T21:31:12.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-07-06T21:31:12.756Z
35562026-07-06T21:31:12.756Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35572026-07-06T21:31:13.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-06T21:31:13.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-06T21:31:13.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-06T21:31:13.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-07-06T21:31:13.328Z
35622026-07-06T21:31:13.329Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35632026-07-06T21:31:13.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-06T21:31:13.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-06T21:31:13.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-06T21:31:13.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35672026-07-06T21:31:13.876Z
35682026-07-06T21:31:13.877Zinfo: running `cargo check --bins` on dns-server (175/299)
35692026-07-06T21:31:14.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-06T21:31:14.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-06T21:31:14.482Z Compiling parking_lot_core v0.8.6
35722026-07-06T21:31:14.485Z Compiling git-stub v1.0.0
35732026-07-06T21:31:14.485Z Checking prefix-trie v0.7.0
35742026-07-06T21:31:14.485Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-07-06T21:31:14.714Z Compiling git-stub-vcs v0.1.0
35762026-07-06T21:31:14.887Z Checking hickory-server v0.25.2
35772026-07-06T21:31:14.995Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-07-06T21:31:15.011Z Checking parking_lot v0.11.2
35792026-07-06T21:31:15.055Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-07-06T21:31:15.058Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-07-06T21:31:15.183Z Checking sled v0.34.7
35822026-07-06T21:31:17.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35832026-07-06T21:31:17.260Z
35842026-07-06T21:31:17.260Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35852026-07-06T21:31:17.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-06T21:31:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-06T21:31:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-06T21:31:17.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35892026-07-06T21:31:17.794Z
35902026-07-06T21:31:17.794Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35912026-07-06T21:31:18.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-06T21:31:18.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-06T21:31:18.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-06T21:31:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35952026-07-06T21:31:18.336Z
35962026-07-06T21:31:18.336Zinfo: running `cargo check --bins` on sp-sim (178/299)
35972026-07-06T21:31:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-06T21:31:18.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-06T21:31:19.018Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-07-06T21:31:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36012026-07-06T21:31:20.980Z
36022026-07-06T21:31:20.980Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36032026-07-06T21:31:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-06T21:31:21.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-06T21:31:21.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-06T21:31:21.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36072026-07-06T21:31:21.578Z
36082026-07-06T21:31:21.578Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36092026-07-06T21:31:22.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-06T21:31:22.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-06T21:31:22.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-06T21:31:22.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-06T21:31:22.171Z
36142026-07-06T21:31:22.171Zinfo: running `cargo check --bins` on db-macros (181/299)
36152026-07-06T21:31:22.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-06T21:31:22.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-06T21:31:22.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-06T21:31:22.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36192026-07-06T21:31:22.695Z
36202026-07-06T21:31:22.695Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36212026-07-06T21:31:23.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-06T21:31:23.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-06T21:31:23.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-06T21:31:23.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-06T21:31:23.219Z
36262026-07-06T21:31:23.219Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36272026-07-06T21:31:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-06T21:31:23.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-06T21:31:23.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-06T21:31:23.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36312026-07-06T21:31:23.805Z
36322026-07-06T21:31:23.805Zinfo: running `cargo check --bins` on authz-macros (184/299)
36332026-07-06T21:31:24.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-06T21:31:24.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-06T21:31:24.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-06T21:31:24.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36372026-07-06T21:31:24.326Z
36382026-07-06T21:31:24.326Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36392026-07-06T21:31:24.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-06T21:31:24.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-06T21:31:24.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-06T21:31:24.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36432026-07-06T21:31:24.902Z
36442026-07-06T21:31:24.902Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36452026-07-06T21:31:25.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-06T21:31:25.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-06T21:31:25.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-06T21:31:25.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-06T21:31:25.482Z
36502026-07-06T21:31:25.482Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36512026-07-06T21:31:25.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-06T21:31:25.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-06T21:31:25.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-06T21:31:25.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36552026-07-06T21:31:26.006Z
36562026-07-06T21:31:26.007Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36572026-07-06T21:31:26.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-06T21:31:26.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-06T21:31:26.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-06T21:31:26.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-07-06T21:31:26.529Z
36622026-07-06T21:31:26.529Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36632026-07-06T21:31:26.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-06T21:31:26.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-06T21:31:26.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-06T21:31:26.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-06T21:31:27.062Z
36682026-07-06T21:31:27.062Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36692026-07-06T21:31:27.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-06T21:31:27.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-06T21:31:27.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-06T21:31:27.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36732026-07-06T21:31:27.596Z
36742026-07-06T21:31:27.596Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36752026-07-06T21:31:28.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-06T21:31:28.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-06T21:31:28.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-06T21:31:28.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-06T21:31:28.124Z
36802026-07-06T21:31:28.124Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36812026-07-06T21:31:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-06T21:31:28.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-06T21:31:28.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-06T21:31:28.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-06T21:31:28.650Z
36862026-07-06T21:31:28.650Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36872026-07-06T21:31:29.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-06T21:31:29.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-06T21:31:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-06T21:31:29.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36912026-07-06T21:31:29.231Z
36922026-07-06T21:31:29.231Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36932026-07-06T21:31:29.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-06T21:31:29.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-06T21:31:29.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-06T21:31:29.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-06T21:31:29.816Z
36982026-07-06T21:31:29.816Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36992026-07-06T21:31:30.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-06T21:31:30.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-06T21:31:30.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-06T21:31:30.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-07-06T21:31:30.398Z
37042026-07-06T21:31:30.398Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37052026-07-06T21:31:30.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-06T21:31:30.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-06T21:31:30.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-06T21:31:30.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37092026-07-06T21:31:30.953Z
37102026-07-06T21:31:30.953Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37112026-07-06T21:31:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-06T21:31:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-06T21:31:31.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-06T21:31:31.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-06T21:31:31.511Z
37162026-07-06T21:31:31.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37172026-07-06T21:31:31.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-06T21:31:31.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-06T21:31:31.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-06T21:31:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-07-06T21:31:32.073Z
37222026-07-06T21:31:32.073Zinfo: running `cargo check --bins` on key-manager (199/299)
37232026-07-06T21:31:32.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-06T21:31:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-06T21:31:32.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-06T21:31:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37272026-07-06T21:31:32.605Z
37282026-07-06T21:31:32.605Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37292026-07-06T21:31:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-06T21:31:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-06T21:31:33.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-06T21:31:33.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-07-06T21:31:33.155Z
37342026-07-06T21:31:33.155Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37352026-07-06T21:31:33.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-06T21:31:33.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-06T21:31:33.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-06T21:31:33.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-06T21:31:33.709Z
37402026-07-06T21:31:33.709Zinfo: running `cargo check --bins` on typed-rng (202/299)
37412026-07-06T21:31:34.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-06T21:31:34.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-06T21:31:34.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-06T21:31:34.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37452026-07-06T21:31:34.235Z
37462026-07-06T21:31:34.235Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37472026-07-06T21:31:34.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-06T21:31:34.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-06T21:31:35.033Z Compiling libefi-sys v0.1.0
37502026-07-06T21:31:35.036Z Compiling bitfield-struct v0.6.2
37512026-07-06T21:31:35.174Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-07-06T21:31:35.182Z Compiling xshell-macros v0.2.7
37532026-07-06T21:31:35.190Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-07-06T21:31:35.202Z Compiling salty v0.3.0
37552026-07-06T21:31:35.216Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-07-06T21:31:35.231Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-07-06T21:31:35.244Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-07-06T21:31:35.357Z Checking rfc6979 v0.4.0
37592026-07-06T21:31:35.486Z Checking ecdsa v0.16.9
37602026-07-06T21:31:35.503Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37612026-07-06T21:31:35.553Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-07-06T21:31:35.569Z Checking xshell v0.2.7
37632026-07-06T21:31:35.684Z Checking primeorder v0.13.6
37642026-07-06T21:31:35.699Z Compiling proc-macro-error-attr2 v2.0.0
37652026-07-06T21:31:35.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37662026-07-06T21:31:35.733Z Checking tungstenite v0.21.0
37672026-07-06T21:31:35.811Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-06T21:31:35.827Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37692026-07-06T21:31:35.880Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
37702026-07-06T21:31:35.929Z Checking p384 v0.13.1
37712026-07-06T21:31:35.948Z Compiling num-derive v0.3.3
37722026-07-06T21:31:36.048Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-06T21:31:36.108Z Compiling proc-macro-error2 v2.0.1
37742026-07-06T21:31:36.153Z Checking tokio-tungstenite v0.21.0
37752026-07-06T21:31:36.208Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-07-06T21:31:36.250Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
37772026-07-06T21:31:36.279Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-07-06T21:31:36.344Z Checking papergrid v0.17.0
37792026-07-06T21:31:36.418Z Compiling tabled_derive v0.11.0
37802026-07-06T21:31:36.436Z Compiling progenitor-impl v0.13.0
37812026-07-06T21:31:36.460Z Checking testing_table v0.3.0
37822026-07-06T21:31:36.533Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-07-06T21:31:36.554Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37842026-07-06T21:31:36.582Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-06T21:31:36.777Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-06T21:31:36.780Z Checking corncobs v0.1.4
37872026-07-06T21:31:36.854Z Checking libscf-sys v1.1.0
37882026-07-06T21:31:36.918Z Compiling unicase v2.9.0
37892026-07-06T21:31:36.989Z Compiling illumos-nvpair-sys v0.2.0
37902026-07-06T21:31:37.056Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37912026-07-06T21:31:37.122Z Compiling mime_guess v2.0.5
37922026-07-06T21:31:37.140Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-06T21:31:37.156Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37942026-07-06T21:31:37.236Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-06T21:31:37.264Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0d06cd1533cb8c376ac4ac30a278815c02e2f0e1#0d06cd15)
37962026-07-06T21:31:37.300Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37972026-07-06T21:31:37.568Z Checking progenitor-client v0.13.0
37982026-07-06T21:31:37.595Z Checking tabled v0.20.0
37992026-07-06T21:31:37.685Z Checking secrecy v0.8.0
38002026-07-06T21:31:37.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38012026-07-06T21:31:37.843Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38022026-07-06T21:31:37.860Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38032026-07-06T21:31:38.097Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38042026-07-06T21:31:38.251Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38052026-07-06T21:31:38.355Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-07-06T21:31:38.371Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38072026-07-06T21:31:38.374Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38082026-07-06T21:31:38.434Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-07-06T21:31:38.605Z Checking filetime v0.2.27
38102026-07-06T21:31:38.650Z Checking xattr v1.6.1
38112026-07-06T21:31:38.755Z Checking http-range v0.1.5
38122026-07-06T21:31:38.835Z Checking crc8 v0.1.1
38132026-07-06T21:31:38.886Z Checking tar v0.4.45
38142026-07-06T21:31:38.950Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-07-06T21:31:39.080Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-07-06T21:31:39.110Z Compiling progenitor-macro v0.13.0
38172026-07-06T21:31:39.114Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38182026-07-06T21:31:39.281Z Checking illumos-nvpair v0.3.0
38192026-07-06T21:31:39.318Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-06T21:31:39.441Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38212026-07-06T21:31:39.444Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38222026-07-06T21:31:39.622Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38232026-07-06T21:31:39.711Z Checking atty v0.2.14
38242026-07-06T21:31:39.748Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-07-06T21:31:39.800Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38262026-07-06T21:31:39.815Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38272026-07-06T21:31:39.846Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38282026-07-06T21:31:40.028Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38292026-07-06T21:31:40.090Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38302026-07-06T21:31:40.123Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38312026-07-06T21:31:40.238Z Checking hyper-staticfile v0.10.1
38322026-07-06T21:31:40.296Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38332026-07-06T21:31:40.459Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38342026-07-06T21:31:40.526Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38352026-07-06T21:31:40.541Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38362026-07-06T21:31:40.726Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38372026-07-06T21:31:40.810Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38382026-07-06T21:31:41.023Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38392026-07-06T21:31:41.099Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38402026-07-06T21:31:41.569Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38412026-07-06T21:31:42.047Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38422026-07-06T21:31:42.530Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38432026-07-06T21:31:42.959Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38442026-07-06T21:31:43.294Z Checking progenitor v0.13.0
38452026-07-06T21:31:43.430Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38462026-07-06T21:31:45.556Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38472026-07-06T21:31:48.966Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38482026-07-06T21:32:00.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.84s
38492026-07-06T21:32:00.288Z
38502026-07-06T21:32:00.288Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38512026-07-06T21:32:00.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-06T21:32:00.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-06T21:32:01.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-06T21:32:11.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38552026-07-06T21:32:12.127Z
38562026-07-06T21:32:12.127Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38572026-07-06T21:32:12.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-06T21:32:12.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-06T21:32:12.868Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-06T21:32:23.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
38612026-07-06T21:32:24.106Z
38622026-07-06T21:32:24.106Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38632026-07-06T21:32:24.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-06T21:32:24.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-06T21:32:24.845Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-06T21:32:35.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
38672026-07-06T21:32:35.981Z
38682026-07-06T21:32:35.981Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38692026-07-06T21:32:36.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-06T21:32:36.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-06T21:32:36.720Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-06T21:32:47.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
38732026-07-06T21:32:47.864Z
38742026-07-06T21:32:47.864Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38752026-07-06T21:32:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-06T21:32:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-06T21:32:48.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-06T21:32:59.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
38792026-07-06T21:32:59.763Z
38802026-07-06T21:32:59.763Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38812026-07-06T21:33:00.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-06T21:33:00.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-06T21:33:00.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-06T21:33:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38852026-07-06T21:33:11.689Z
38862026-07-06T21:33:11.689Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38872026-07-06T21:33:12.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-06T21:33:12.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-06T21:33:12.434Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-06T21:33:23.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
38912026-07-06T21:33:23.626Z
38922026-07-06T21:33:23.626Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38932026-07-06T21:33:24.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-06T21:33:24.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-06T21:33:24.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-06T21:33:24.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38972026-07-06T21:33:24.127Z
38982026-07-06T21:33:24.127Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38992026-07-06T21:33:24.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-06T21:33:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-06T21:33:24.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-06T21:33:24.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-06T21:33:24.675Z
39042026-07-06T21:33:24.675Zinfo: running `cargo check --bins` on range-requests (213/299)
39052026-07-06T21:33:25.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-06T21:33:25.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-06T21:33:25.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-06T21:33:25.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-06T21:33:25.218Z
39102026-07-06T21:33:25.218Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39112026-07-06T21:33:25.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-06T21:33:25.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-06T21:33:25.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-06T21:33:25.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-06T21:33:25.776Z
39162026-07-06T21:33:25.776Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39172026-07-06T21:33:26.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-06T21:33:26.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-06T21:33:26.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-06T21:33:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39212026-07-06T21:33:26.335Z
39222026-07-06T21:33:26.336Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39232026-07-06T21:33:26.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-06T21:33:26.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-06T21:33:26.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-06T21:33:26.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-06T21:33:26.899Z
39282026-07-06T21:33:26.899Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39292026-07-06T21:33:27.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-06T21:33:27.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-06T21:33:27.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-06T21:33:27.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-06T21:33:27.466Z
39342026-07-06T21:33:27.466Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39352026-07-06T21:33:27.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-06T21:33:27.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-06T21:33:27.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-06T21:33:27.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-07-06T21:33:28.037Z
39402026-07-06T21:33:28.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39412026-07-06T21:33:28.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-06T21:33:28.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-06T21:33:28.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-06T21:33:28.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-06T21:33:28.606Z
39462026-07-06T21:33:28.606Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39472026-07-06T21:33:29.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-06T21:33:29.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-06T21:33:29.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-06T21:33:29.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-06T21:33:29.166Z
39522026-07-06T21:33:29.166Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39532026-07-06T21:33:29.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-06T21:33:29.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-06T21:33:29.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-06T21:33:29.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-06T21:33:29.721Z
39582026-07-06T21:33:29.721Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39592026-07-06T21:33:30.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-06T21:33:30.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-06T21:33:30.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-06T21:33:30.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-06T21:33:30.285Z
39642026-07-06T21:33:30.285Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39652026-07-06T21:33:30.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-06T21:33:30.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-06T21:33:30.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-06T21:33:30.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-06T21:33:30.852Z
39702026-07-06T21:33:30.852Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39712026-07-06T21:33:31.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-06T21:33:31.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-06T21:33:31.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-06T21:33:31.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-06T21:33:31.418Z
39762026-07-06T21:33:31.418Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39772026-07-06T21:33:31.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-06T21:33:31.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-06T21:33:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-06T21:33:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-07-06T21:33:32.010Z
39822026-07-06T21:33:32.010Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39832026-07-06T21:33:32.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-06T21:33:32.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-06T21:33:32.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-06T21:33:32.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39872026-07-06T21:33:32.583Z
39882026-07-06T21:33:32.583Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39892026-07-06T21:33:33.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-06T21:33:33.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-06T21:33:33.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-06T21:33:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-07-06T21:33:33.169Z
39942026-07-06T21:33:33.169Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39952026-07-06T21:33:33.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-06T21:33:33.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-06T21:33:33.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-06T21:33:33.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-06T21:33:33.769Z
40002026-07-06T21:33:33.769Zinfo: running `cargo check --bins` on update-common (229/299)
40012026-07-06T21:33:34.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-06T21:33:34.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-06T21:33:34.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-06T21:33:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40052026-07-06T21:33:34.321Z
40062026-07-06T21:33:34.321Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40072026-07-06T21:33:34.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-06T21:33:34.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-06T21:33:34.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-06T21:33:34.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-07-06T21:33:34.916Z
40122026-07-06T21:33:34.916Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40132026-07-06T21:33:35.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-06T21:33:35.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-06T21:33:35.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-06T21:33:35.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40172026-07-06T21:33:35.454Z
40182026-07-06T21:33:35.454Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40192026-07-06T21:33:35.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-06T21:33:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-06T21:33:36.192Z Compiling fs-err v2.11.0
40222026-07-06T21:33:36.196Z Checking ignore v0.4.25
40232026-07-06T21:33:36.196Z Checking arc-swap v1.8.2
40242026-07-06T21:33:36.325Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40252026-07-06T21:33:36.325Z Checking predicates-tree v1.0.13
40262026-07-06T21:33:36.331Z Checking parse-size v1.1.0
40272026-07-06T21:33:36.353Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40282026-07-06T21:33:36.368Z Checking rand_seeder v0.4.0
40292026-07-06T21:33:36.434Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40302026-07-06T21:33:36.457Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-07-06T21:33:36.512Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40322026-07-06T21:33:36.537Z Checking slog-scope v4.4.1
40332026-07-06T21:33:36.580Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40342026-07-06T21:33:36.655Z Compiling petname v2.0.2
40352026-07-06T21:33:36.672Z Checking slog-stdlog v4.1.1
40362026-07-06T21:33:36.690Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40372026-07-06T21:33:36.711Z Checking globwalk v0.9.1
40382026-07-06T21:33:36.792Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40392026-07-06T21:33:36.807Z Checking slog-envlogger v2.2.0
40402026-07-06T21:33:36.898Z Checking camino-tempfile-ext v0.3.3
40412026-07-06T21:33:36.964Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40422026-07-06T21:33:36.984Z Checking sapling-renderdag v0.1.0
40432026-07-06T21:33:37.103Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40442026-07-06T21:33:37.186Z Checking subprocess v0.2.15
40452026-07-06T21:33:37.238Z Checking sync-ptr v0.1.4
40462026-07-06T21:33:37.330Z Checking colored v2.2.0
40472026-07-06T21:33:37.373Z Checking assert_matches v1.5.0
40482026-07-06T21:33:37.477Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40492026-07-06T21:33:37.631Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40502026-07-06T21:33:37.635Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40512026-07-06T21:33:38.381Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40522026-07-06T21:33:39.717Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40532026-07-06T21:33:41.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
40542026-07-06T21:33:42.122Z
40552026-07-06T21:33:42.122Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40562026-07-06T21:33:42.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-06T21:33:42.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-06T21:33:42.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-06T21:33:42.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40602026-07-06T21:33:42.654Z
40612026-07-06T21:33:42.654Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40622026-07-06T21:33:43.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-06T21:33:43.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-06T21:33:43.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-06T21:33:43.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40662026-07-06T21:33:43.206Z
40672026-07-06T21:33:43.206Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40682026-07-06T21:33:43.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-06T21:33:43.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-06T21:33:43.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-06T21:33:43.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-07-06T21:33:43.807Z
40732026-07-06T21:33:43.807Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40742026-07-06T21:33:44.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-06T21:33:44.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-06T21:33:44.490Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40772026-07-06T21:33:44.493Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40782026-07-06T21:33:45.136Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40792026-07-06T21:33:46.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40802026-07-06T21:33:46.934Z
40812026-07-06T21:33:46.934Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40822026-07-06T21:33:47.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-06T21:33:47.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-06T21:33:47.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-06T21:33:47.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40862026-07-06T21:33:47.478Z
40872026-07-06T21:33:47.478Zinfo: running `cargo check --bins` on cert-dev (238/299)
40882026-07-06T21:33:47.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-06T21:33:47.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-06T21:33:48.046Z Checking yasna v0.5.2
40912026-07-06T21:33:48.453Z Checking rcgen v0.12.1
40922026-07-06T21:33:48.713Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40932026-07-06T21:33:48.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40942026-07-06T21:33:49.056Z
40952026-07-06T21:33:49.056Zinfo: running `cargo check --bins` on clickana (239/299)
40962026-07-06T21:33:49.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-07-06T21:33:49.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-07-06T21:33:49.657Z Compiling darling_core v0.23.0
40992026-07-06T21:33:49.766Z Compiling instability v0.3.11
41002026-07-06T21:33:49.772Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41012026-07-06T21:33:49.775Z Checking castaway v0.2.4
41022026-07-06T21:33:49.778Z Compiling indoc v2.0.7
41032026-07-06T21:33:49.788Z Checking unicode-truncate v1.1.0
41042026-07-06T21:33:49.792Z Checking lru v0.12.5
41052026-07-06T21:33:49.792Z Checking cassowary v0.3.0
41062026-07-06T21:33:49.867Z Checking compact_str v0.8.1
41072026-07-06T21:33:51.110Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41082026-07-06T21:33:51.239Z Compiling darling_macro v0.23.0
41092026-07-06T21:33:51.289Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102026-07-06T21:33:51.678Z Compiling darling v0.23.0
41112026-07-06T21:33:52.327Z Checking ratatui v0.29.0
41122026-07-06T21:33:53.430Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41132026-07-06T21:33:54.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
41142026-07-06T21:33:54.266Z
41152026-07-06T21:33:54.266Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41162026-07-06T21:33:54.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-06T21:33:54.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-06T21:33:54.944Z Checking headers-core v0.3.0
41192026-07-06T21:33:54.949Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41202026-07-06T21:33:55.143Z Checking headers v0.4.1
41212026-07-06T21:33:55.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41222026-07-06T21:33:56.478Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41232026-07-06T21:33:56.973Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41242026-07-06T21:33:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
41252026-07-06T21:33:57.574Z
41262026-07-06T21:33:57.574Zinfo: running `cargo check --bins` on ch-dev (241/299)
41272026-07-06T21:33:58.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-07-06T21:33:58.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-07-06T21:33:58.251Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41302026-07-06T21:33:59.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41312026-07-06T21:33:59.200Z
41322026-07-06T21:33:59.200Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41332026-07-06T21:33:59.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-06T21:33:59.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-06T21:33:59.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-07-06T21:33:59.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41372026-07-06T21:33:59.610Z
41382026-07-06T21:33:59.610Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41392026-07-06T21:34:00.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-06T21:34:00.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-06T21:34:00.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41422026-07-06T21:34:01.418Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41432026-07-06T21:34:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
41442026-07-06T21:34:01.947Z
41452026-07-06T21:34:01.947Zinfo: running `cargo check --bins` on db-dev (244/299)
41462026-07-06T21:34:02.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-06T21:34:02.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-06T21:34:02.633Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41492026-07-06T21:34:03.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41502026-07-06T21:34:03.599Z
41512026-07-06T21:34:03.599Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41522026-07-06T21:34:04.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-06T21:34:04.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-06T21:34:04.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-07-06T21:34:04.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41562026-07-06T21:34:04.174Z
41572026-07-06T21:34:04.174Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41582026-07-06T21:34:04.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-06T21:34:04.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-06T21:34:04.744Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41612026-07-06T21:34:05.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41622026-07-06T21:34:05.614Z
41632026-07-06T21:34:05.614Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41642026-07-06T21:34:06.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-06T21:34:06.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-06T21:34:06.325Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-07-06T21:34:06.325Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41682026-07-06T21:34:06.330Z Checking git-stub v1.0.0
41692026-07-06T21:34:06.445Z Compiling trait-variant v0.1.2
41702026-07-06T21:34:06.450Z Checking maplit v1.0.2
41712026-07-06T21:34:06.462Z Checking is_ci v1.2.0
41722026-07-06T21:34:06.468Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41732026-07-06T21:34:06.482Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41742026-07-06T21:34:06.518Z Checking drift v0.2.0
41752026-07-06T21:34:06.551Z Checking supports-color v3.0.2
41762026-07-06T21:34:06.623Z Checking git-stub-vcs v0.1.0
41772026-07-06T21:34:06.676Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41782026-07-06T21:34:06.694Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-07-06T21:34:06.710Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41802026-07-06T21:34:06.832Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41812026-07-06T21:34:06.880Z Checking dropshot-api-manager v0.7.2
41822026-07-06T21:34:06.929Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41832026-07-06T21:34:06.972Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41842026-07-06T21:34:07.025Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41852026-07-06T21:34:07.213Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-07-06T21:34:07.765Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-07-06T21:34:08.725Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41882026-07-06T21:34:09.950Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41892026-07-06T21:34:10.566Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41902026-07-06T21:34:11.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
41912026-07-06T21:34:11.210Z
41922026-07-06T21:34:11.210Zinfo: running `cargo check --bins` on installinator-api (248/299)
41932026-07-06T21:34:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-07-06T21:34:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-07-06T21:34:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-07-06T21:34:11.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41972026-07-06T21:34:11.747Z
41982026-07-06T21:34:11.747Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41992026-07-06T21:34:12.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-06T21:34:12.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-06T21:34:12.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-06T21:34:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42032026-07-06T21:34:12.336Z
42042026-07-06T21:34:12.336Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42052026-07-06T21:34:12.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-06T21:34:12.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-06T21:34:12.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-06T21:34:12.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42092026-07-06T21:34:12.920Z
42102026-07-06T21:34:12.920Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42112026-07-06T21:34:13.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-06T21:34:13.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-06T21:34:13.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-06T21:34:13.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42152026-07-06T21:34:13.501Z
42162026-07-06T21:34:13.502Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42172026-07-06T21:34:13.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-06T21:34:13.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-06T21:34:13.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-06T21:34:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42212026-07-06T21:34:14.050Z
42222026-07-06T21:34:14.050Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42232026-07-06T21:34:14.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-06T21:34:14.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-06T21:34:14.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-06T21:34:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42272026-07-06T21:34:14.588Z
42282026-07-06T21:34:14.588Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42292026-07-06T21:34:15.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-06T21:34:15.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-06T21:34:15.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-06T21:34:15.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42332026-07-06T21:34:15.159Z
42342026-07-06T21:34:15.159Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42352026-07-06T21:34:15.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-06T21:34:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-06T21:34:15.741Z Checking cargo-platform v0.3.2
42382026-07-06T21:34:15.745Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-07-06T21:34:15.986Z Checking cargo_metadata v0.23.1
42402026-07-06T21:34:16.605Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42412026-07-06T21:34:17.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
42422026-07-06T21:34:17.520Z
42432026-07-06T21:34:17.520Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42442026-07-06T21:34:18.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-07-06T21:34:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-07-06T21:34:18.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-07-06T21:34:18.833Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42482026-07-06T21:34:19.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
42492026-07-06T21:34:19.531Z
42502026-07-06T21:34:19.531Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42512026-07-06T21:34:20.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-07-06T21:34:20.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-07-06T21:34:20.469Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42542026-07-06T21:34:20.473Z Compiling vergen-lib v0.1.6
42552026-07-06T21:34:20.473Z Compiling diesel_derives v2.3.7
42562026-07-06T21:34:20.473Z Compiling dsl_auto_type v0.2.0
42572026-07-06T21:34:20.473Z Checking scheduled-thread-pool v0.2.7
42582026-07-06T21:34:20.473Z Compiling vergen-gitcl v1.0.8
42592026-07-06T21:34:20.473Z Compiling diesel_table_macro_syntax v0.3.0
42602026-07-06T21:34:20.671Z Compiling dirs-sys-next v0.1.2
42612026-07-06T21:34:20.784Z Compiling glob v0.3.3
42622026-07-06T21:34:20.818Z Compiling crunchy v0.2.4
42632026-07-06T21:34:20.848Z Compiling dirs-next v2.0.0
42642026-07-06T21:34:20.878Z Checking r2d2 v0.8.10
42652026-07-06T21:34:20.971Z Compiling tiny-keccak v2.0.2
42662026-07-06T21:34:20.974Z Checking downcast-rs v2.0.2
42672026-07-06T21:34:21.073Z Compiling term v0.7.0
42682026-07-06T21:34:21.096Z Compiling bit-vec v0.6.3
42692026-07-06T21:34:21.187Z Compiling clang-sys v1.8.1
42702026-07-06T21:34:21.314Z Compiling bit-set v0.5.3
42712026-07-06T21:34:21.320Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42722026-07-06T21:34:21.483Z Compiling ascii-canvas v3.0.0
42732026-07-06T21:34:21.549Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42742026-07-06T21:34:21.595Z Compiling itertools v0.10.5
42752026-07-06T21:34:21.640Z Compiling ena v0.14.4
42762026-07-06T21:34:21.681Z Compiling libloading v0.8.9
42772026-07-06T21:34:21.706Z Compiling diff v0.1.13
42782026-07-06T21:34:21.750Z Compiling bindgen v0.71.1
42792026-07-06T21:34:21.805Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42802026-07-06T21:34:21.862Z Compiling regex-syntax v0.6.29
42812026-07-06T21:34:22.007Z Compiling cexpr v0.6.0
42822026-07-06T21:34:22.230Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42832026-07-06T21:34:22.443Z Compiling rustc-hash v2.1.1
42842026-07-06T21:34:22.614Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42852026-07-06T21:34:22.636Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42862026-07-06T21:34:22.722Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42872026-07-06T21:34:22.742Z Compiling libxml v0.3.3
42882026-07-06T21:34:22.989Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-07-06T21:34:23.023Z Compiling strum_macros v0.24.3
42902026-07-06T21:34:23.044Z Compiling indoc v1.0.9
42912026-07-06T21:34:23.534Z Compiling lalrpop v0.19.12
42922026-07-06T21:34:23.983Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-07-06T21:34:24.081Z Checking derive_builder v0.20.2
42942026-07-06T21:34:24.194Z Compiling oso-derive v0.27.3
42952026-07-06T21:34:24.210Z Checking quick-xml v0.37.5
42962026-07-06T21:34:24.470Z Compiling impl-trait-for-tuples v0.2.3
42972026-07-06T21:34:24.738Z Checking openssl-probe v0.1.6
42982026-07-06T21:34:24.903Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-07-06T21:34:25.140Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-07-06T21:34:25.348Z Checking bb8 v0.8.6
43012026-07-06T21:34:25.671Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-07-06T21:34:25.692Z Checking nonempty v0.12.0
43032026-07-06T21:34:25.728Z Compiling libz-sys v1.1.24
43042026-07-06T21:34:25.878Z Compiling strsim v0.10.0
43052026-07-06T21:34:25.940Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-07-06T21:34:26.074Z Compiling darling_core v0.13.4
43072026-07-06T21:34:26.211Z Compiling vergen-git2 v9.1.0
43082026-07-06T21:34:26.352Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-07-06T21:34:26.461Z Compiling base64 v0.21.7
43102026-07-06T21:34:26.601Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-06T21:34:26.800Z Checking diesel v2.3.7
43122026-07-06T21:34:26.804Z Compiling ron v0.8.1
43132026-07-06T21:34:27.604Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43142026-07-06T21:34:27.807Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43152026-07-06T21:34:27.850Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43162026-07-06T21:34:28.014Z Compiling darling_macro v0.13.4
43172026-07-06T21:34:28.109Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43182026-07-06T21:34:28.331Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43192026-07-06T21:34:28.542Z Compiling darling v0.13.4
43202026-07-06T21:34:28.561Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43212026-07-06T21:34:28.641Z Compiling serde_with_macros v1.5.2
43222026-07-06T21:34:28.778Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43232026-07-06T21:34:28.996Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43242026-07-06T21:34:29.214Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43252026-07-06T21:34:29.288Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-07-06T21:34:29.430Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43272026-07-06T21:34:29.546Z Compiling serde_with v1.14.0
43282026-07-06T21:34:30.732Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43292026-07-06T21:34:31.059Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43302026-07-06T21:34:31.275Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-07-06T21:34:31.951Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-07-06T21:34:32.223Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43332026-07-06T21:34:32.431Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43342026-07-06T21:34:32.689Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43352026-07-06T21:34:33.082Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-07-06T21:34:33.382Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43372026-07-06T21:34:33.405Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43382026-07-06T21:34:33.787Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-07-06T21:34:33.928Z Checking twox-hash v2.1.2
43402026-07-06T21:34:34.003Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43412026-07-06T21:34:34.049Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43422026-07-06T21:34:34.247Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43432026-07-06T21:34:34.629Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43442026-07-06T21:34:34.796Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43452026-07-06T21:34:36.002Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43462026-07-06T21:34:36.147Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-07-06T21:34:36.187Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43482026-07-06T21:34:36.686Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43492026-07-06T21:34:36.857Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43502026-07-06T21:34:37.077Z Checking console v0.16.2
43512026-07-06T21:34:37.404Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43522026-07-06T21:34:37.561Z Checking fatfs v0.3.6
43532026-07-06T21:34:37.705Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43542026-07-06T21:34:38.075Z Checking unit-prefix v0.5.2
43552026-07-06T21:34:38.226Z Compiling seq-macro v0.3.6
43562026-07-06T21:34:38.778Z Checking indicatif v0.18.4
43572026-07-06T21:34:39.165Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43582026-07-06T21:34:39.211Z Checking support-bundle-viewer v0.1.2
43592026-07-06T21:34:39.462Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43602026-07-06T21:34:39.481Z Checking multimap v0.10.1
43612026-07-06T21:34:45.613Z Checking diesel-dtrace v0.5.0
43622026-07-06T21:34:45.870Z Checking async-bb8-diesel v0.2.1
43632026-07-06T21:34:49.887Z Compiling samael v0.0.19
43642026-07-06T21:34:54.644Z Compiling git2 v0.20.4
43652026-07-06T21:34:55.997Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43662026-07-06T21:34:56.480Z Compiling polar-core v0.27.3
43672026-07-06T21:34:57.155Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43682026-07-06T21:35:01.180Z Checking oso v0.27.3
43692026-07-06T21:35:31.658Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43702026-07-06T21:36:46.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
43712026-07-06T21:36:46.673Z
43722026-07-06T21:36:46.673Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43732026-07-06T21:36:47.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-07-06T21:36:47.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-07-06T21:36:47.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-07-06T21:36:47.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43772026-07-06T21:36:47.309Z
43782026-07-06T21:36:47.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43792026-07-06T21:36:47.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-07-06T21:36:47.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-07-06T21:36:47.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-07-06T21:36:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43832026-07-06T21:36:47.921Z
43842026-07-06T21:36:47.921Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43852026-07-06T21:36:48.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-06T21:36:48.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-06T21:36:48.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-06T21:36:48.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43892026-07-06T21:36:48.534Z
43902026-07-06T21:36:48.535Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43912026-07-06T21:36:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-06T21:36:48.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-06T21:36:48.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-06T21:36:48.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
43952026-07-06T21:36:49.079Z
43962026-07-06T21:36:49.079Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43972026-07-06T21:36:49.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-06T21:36:49.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-06T21:36:49.889Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44002026-07-06T21:36:50.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44012026-07-06T21:36:50.850Z
44022026-07-06T21:36:50.850Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44032026-07-06T21:36:51.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-06T21:36:51.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-06T21:36:51.654Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-07-06T21:37:30.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s
44072026-07-06T21:37:30.412Z
44082026-07-06T21:37:30.413Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44092026-07-06T21:37:30.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-06T21:37:30.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-06T21:37:30.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-07-06T21:37:30.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44132026-07-06T21:37:30.961Z
44142026-07-06T21:37:30.961Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44152026-07-06T21:37:31.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-06T21:37:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-06T21:37:31.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-07-06T21:37:31.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44192026-07-06T21:37:31.502Z
44202026-07-06T21:37:31.502Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44212026-07-06T21:37:32.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-06T21:37:32.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-06T21:37:32.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-06T21:37:32.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-07-06T21:37:32.112Z
44262026-07-06T21:37:32.112Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44272026-07-06T21:37:32.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-06T21:37:32.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-06T21:37:32.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-06T21:37:32.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44312026-07-06T21:37:32.714Z
44322026-07-06T21:37:32.714Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44332026-07-06T21:37:33.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-06T21:37:33.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-06T21:37:33.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-06T21:37:33.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44372026-07-06T21:37:33.327Z
44382026-07-06T21:37:33.327Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44392026-07-06T21:37:33.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-06T21:37:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-06T21:37:33.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-06T21:37:33.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-07-06T21:37:33.932Z
44442026-07-06T21:37:33.932Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44452026-07-06T21:37:34.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-06T21:37:34.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-06T21:37:34.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-06T21:37:34.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44492026-07-06T21:37:34.544Z
44502026-07-06T21:37:34.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44512026-07-06T21:37:35.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-06T21:37:35.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-06T21:37:35.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-06T21:37:35.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44552026-07-06T21:37:35.158Z
44562026-07-06T21:37:35.158Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44572026-07-06T21:37:35.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-06T21:37:35.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-06T21:37:35.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-06T21:37:35.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44612026-07-06T21:37:35.756Z
44622026-07-06T21:37:35.756Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44632026-07-06T21:37:36.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-06T21:37:36.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-06T21:37:36.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-06T21:37:36.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44672026-07-06T21:37:36.370Z
44682026-07-06T21:37:36.370Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44692026-07-06T21:37:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-06T21:37:36.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-06T21:37:36.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-06T21:37:36.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44732026-07-06T21:37:36.979Z
44742026-07-06T21:37:36.979Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44752026-07-06T21:37:37.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-06T21:37:37.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-06T21:37:37.855Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-07-06T21:37:37.859Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-07-06T21:37:38.044Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-07-06T21:37:38.076Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-07-06T21:37:38.093Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-07-06T21:37:38.110Z Checking yansi v1.0.1
44832026-07-06T21:37:38.113Z Checking diff v0.1.13
44842026-07-06T21:37:38.126Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-07-06T21:37:38.195Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-07-06T21:37:38.369Z Checking pretty_assertions v1.4.1
44872026-07-06T21:37:39.141Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-07-06T21:37:39.184Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-07-06T21:38:04.219Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-07-06T21:38:04.222Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-07-06T21:38:04.222Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44922026-07-06T21:38:04.222Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44932026-07-06T21:38:04.222Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-07-06T21:38:04.222Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44952026-07-06T21:38:04.222Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44962026-07-06T21:38:05.059Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-07-06T21:38:05.062Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44982026-07-06T21:38:06.305Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44992026-07-06T21:38:44.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45002026-07-06T21:38:45.042Z
45012026-07-06T21:38:45.042Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45022026-07-06T21:38:45.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-07-06T21:38:45.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-07-06T21:38:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-07-06T21:38:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45062026-07-06T21:38:45.593Z
45072026-07-06T21:38:45.593Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45082026-07-06T21:38:46.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-06T21:38:46.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-06T21:38:46.358Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45112026-07-06T21:38:46.444Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-07-06T21:38:46.450Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45132026-07-06T21:39:14.408Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45142026-07-06T21:39:14.408Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45152026-07-06T21:39:15.895Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45162026-07-06T21:39:16.333Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45172026-07-06T21:39:19.480Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45182026-07-06T21:39:43.408Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45192026-07-06T21:39:44.120Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45202026-07-06T21:39:45.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45212026-07-06T21:39:45.960Z
45222026-07-06T21:39:45.960Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45232026-07-06T21:39:46.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-07-06T21:39:46.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-07-06T21:39:46.641Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45262026-07-06T21:39:47.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45272026-07-06T21:39:47.522Z
45282026-07-06T21:39:47.522Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45292026-07-06T21:39:47.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-06T21:39:47.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-06T21:39:48.130Z Compiling blake3 v1.8.5
45322026-07-06T21:39:48.239Z Checking arrayvec v0.7.6
45332026-07-06T21:39:48.242Z Checking constant_time_eq v0.4.2
45342026-07-06T21:39:48.245Z Checking arrayref v0.3.9
45352026-07-06T21:39:48.258Z Checking topological-sort v0.2.2
45362026-07-06T21:39:48.261Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45372026-07-06T21:39:48.261Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45382026-07-06T21:39:48.261Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45392026-07-06T21:39:48.308Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45402026-07-06T21:39:48.360Z Checking shell-words v1.1.1
45412026-07-06T21:39:49.168Z Checking omicron-zone-package v0.12.3
45422026-07-06T21:39:49.897Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45432026-07-06T21:39:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
45442026-07-06T21:39:51.015Z
45452026-07-06T21:39:51.016Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45462026-07-06T21:39:51.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-07-06T21:39:51.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-07-06T21:39:51.623Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45492026-07-06T21:39:51.958Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45502026-07-06T21:39:52.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45512026-07-06T21:39:52.531Z
45522026-07-06T21:39:52.531Zinfo: running `cargo check --bins` on schema (281/299)
45532026-07-06T21:39:53.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-07-06T21:39:53.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-07-06T21:39:53.218Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45562026-07-06T21:39:53.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45572026-07-06T21:39:54.119Z
45582026-07-06T21:39:54.119Zinfo: running `cargo check --bins` on xtask (282/299)
45592026-07-06T21:39:54.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-06T21:39:54.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-06T21:39:54.511Z Checking serde_core v1.0.228
45622026-07-06T21:39:54.512Z Checking libc v0.2.185
45632026-07-06T21:39:54.515Z Checking bitflags v2.11.0
45642026-07-06T21:39:54.598Z Checking scroll v0.12.0
45652026-07-06T21:39:54.601Z Checking thiserror v1.0.69
45662026-07-06T21:39:54.609Z Checking log v0.4.29
45672026-07-06T21:39:54.616Z Checking zerocopy v0.7.35
45682026-07-06T21:39:54.616Z Checking indexmap v2.14.0
45692026-07-06T21:39:54.691Z Checking syn v2.0.117
45702026-07-06T21:39:54.739Z Checking dtrace-parser v0.2.0
45712026-07-06T21:39:54.754Z Checking once_cell v1.21.3
45722026-07-06T21:39:54.823Z Checking goblin v0.8.2
45732026-07-06T21:39:54.885Z Checking errno v0.3.14
45742026-07-06T21:39:54.935Z Checking thread-id v4.2.2
45752026-07-06T21:39:54.978Z Checking getrandom v0.4.1
45762026-07-06T21:39:55.007Z Checking rustix v1.1.3
45772026-07-06T21:39:55.020Z Checking memmap v0.7.0
45782026-07-06T21:39:55.113Z Checking thiserror v2.0.18
45792026-07-06T21:39:55.125Z Checking fs-err v3.3.0
45802026-07-06T21:39:55.157Z Checking tabled v0.15.0
45812026-07-06T21:39:55.171Z Checking anyhow v1.0.102
45822026-07-06T21:39:55.832Z Checking terminal_size v0.4.3
45832026-07-06T21:39:55.832Z Checking tempfile v3.25.0
45842026-07-06T21:39:55.952Z Checking clap_builder v4.6.0
45852026-07-06T21:39:55.952Z Checking textwrap v0.16.2
45862026-07-06T21:39:56.114Z Checking serde v1.0.228
45872026-07-06T21:39:56.114Z Checking serde_json v1.0.150
45882026-07-06T21:39:56.114Z Checking camino v1.2.2
45892026-07-06T21:39:56.164Z Checking cargo-platform v0.3.2
45902026-07-06T21:39:56.291Z Checking semver v1.0.28
45912026-07-06T21:39:56.387Z Checking camino-tempfile v1.4.1
45922026-07-06T21:39:56.527Z Checking serde_spanned v0.6.9
45932026-07-06T21:39:56.530Z Checking toml_datetime v0.6.11
45942026-07-06T21:39:56.530Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45952026-07-06T21:39:56.553Z Checking macaddr v1.0.1
45962026-07-06T21:39:56.714Z Checking toml_edit v0.22.27
45972026-07-06T21:39:56.737Z Checking cargo_metadata v0.23.1
45982026-07-06T21:39:56.740Z Checking dof v0.3.0
45992026-07-06T21:39:57.009Z Checking usdt-impl v0.5.0
46002026-07-06T21:39:57.193Z Checking clap v4.6.1
46012026-07-06T21:39:57.279Z Checking usdt v0.5.0
46022026-07-06T21:39:57.703Z Checking toml v0.8.23
46032026-07-06T21:39:57.975Z Checking cargo_toml v0.21.0
46042026-07-06T21:39:58.626Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46052026-07-06T21:39:59.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
46062026-07-06T21:39:59.125Z
46072026-07-06T21:39:59.125Zinfo: running `cargo check --bins` on dnsadm (283/299)
46082026-07-06T21:39:59.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-07-06T21:39:59.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-07-06T21:39:59.728Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46112026-07-06T21:40:00.197Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46122026-07-06T21:40:00.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46132026-07-06T21:40:00.769Z
46142026-07-06T21:40:00.769Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46152026-07-06T21:40:01.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-07-06T21:40:01.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-07-06T21:40:01.550Z Checking cpubits v0.1.1
46182026-07-06T21:40:01.553Z Checking pem-rfc7468 v1.0.0
46192026-07-06T21:40:01.688Z Checking hmac v0.13.0
46202026-07-06T21:40:01.691Z Checking universal-hash v0.6.1
46212026-07-06T21:40:01.710Z Checking ctr v0.10.1
46222026-07-06T21:40:01.710Z Checking aead v0.6.1
46232026-07-06T21:40:01.710Z Checking sha2 v0.11.0
46242026-07-06T21:40:01.754Z Checking aes v0.9.1
46252026-07-06T21:40:01.754Z Checking crypto-bigint v0.7.5
46262026-07-06T21:40:01.813Z Checking polyval v0.7.1
46272026-07-06T21:40:01.828Z Checking der v0.8.0
46282026-07-06T21:40:01.843Z Checking pbkdf2 v0.13.0
46292026-07-06T21:40:01.876Z Checking cbc v0.2.1
46302026-07-06T21:40:01.892Z Checking salsa20 v0.11.0
46312026-07-06T21:40:01.964Z Checking ff v0.14.0
46322026-07-06T21:40:01.986Z Checking ghash v0.6.0
46332026-07-06T21:40:02.038Z Checking signature v3.0.0
46342026-07-06T21:40:02.059Z Checking base16ct v1.0.0
46352026-07-06T21:40:02.145Z Checking group v0.14.0
46362026-07-06T21:40:02.163Z Checking hkdf v0.13.0
46372026-07-06T21:40:02.178Z Checking aes-gcm v0.11.0
46382026-07-06T21:40:02.196Z Checking rfc6979 v0.5.0
46392026-07-06T21:40:02.215Z Compiling curve25519-dalek v5.0.0-rc.0
46402026-07-06T21:40:02.307Z Checking poly1305 v0.9.0
46412026-07-06T21:40:02.307Z Checking blowfish v0.10.0
46422026-07-06T21:40:02.341Z Checking blake2 v0.11.0-rc.6
46432026-07-06T21:40:02.356Z Checking keccak v0.2.0
46442026-07-06T21:40:02.465Z Checking fiat-crypto v0.3.0
46452026-07-06T21:40:02.481Z Checking scrypt v0.12.0
46462026-07-06T21:40:02.517Z Checking sha3 v0.11.0
46472026-07-06T21:40:02.609Z Checking bcrypt-pbkdf v0.11.0
46482026-07-06T21:40:02.609Z Checking argon2 v0.6.0-rc.8
46492026-07-06T21:40:02.647Z Checking kem v0.3.0
46502026-07-06T21:40:02.664Z Checking spki v0.8.0
46512026-07-06T21:40:02.678Z Checking sec1 v0.8.1
46522026-07-06T21:40:02.764Z Checking module-lattice v0.2.3
46532026-07-06T21:40:02.838Z Checking pkcs5 v0.8.1
46542026-07-06T21:40:02.877Z Checking pkcs1 v0.8.0-rc.4
46552026-07-06T21:40:02.895Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46562026-07-06T21:40:02.939Z Checking internal-russh-num-bigint v0.5.0
46572026-07-06T21:40:02.999Z Checking ml-kem v0.3.2
46582026-07-06T21:40:03.095Z Checking num-bigint v0.4.6
46592026-07-06T21:40:03.113Z Checking generic-array v1.4.3
46602026-07-06T21:40:03.145Z Checking pkcs8 v0.11.0
46612026-07-06T21:40:03.360Z Checking ed25519 v3.0.0
46622026-07-06T21:40:03.526Z Checking russh-util v0.52.0
46632026-07-06T21:40:03.564Z Compiling enum_dispatch v0.3.13
46642026-07-06T21:40:03.630Z Checking ed25519-dalek v3.0.0-rc.0
46652026-07-06T21:40:03.656Z Compiling delegate v0.13.5
46662026-07-06T21:40:03.816Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46672026-07-06T21:40:03.832Z Checking md5 v0.8.0
46682026-07-06T21:40:03.865Z Checking hex-literal v1.1.0
46692026-07-06T21:40:03.995Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46702026-07-06T21:40:04.012Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46712026-07-06T21:40:04.083Z Checking socket2 v0.5.10
46722026-07-06T21:40:04.121Z Checking elliptic-curve v0.14.0-rc.33
46732026-07-06T21:40:04.210Z Checking primefield v0.14.0
46742026-07-06T21:40:04.264Z Checking ssh-encoding v0.3.0-rc.9
46752026-07-06T21:40:04.337Z Checking crypto-primes v0.7.2
46762026-07-06T21:40:04.426Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46772026-07-06T21:40:04.501Z Checking ssh-cipher v0.3.0-rc.9
46782026-07-06T21:40:04.567Z Checking russh-cryptovec v0.61.0
46792026-07-06T21:40:04.609Z Checking primeorder v0.14.0-rc.10
46802026-07-06T21:40:04.634Z Checking ecdsa v0.17.0-rc.18
46812026-07-06T21:40:04.715Z Checking internet-checksum v0.2.1
46822026-07-06T21:40:05.001Z Checking p256 v0.14.0-rc.10
46832026-07-06T21:40:05.001Z Checking p521 v0.14.0-rc.10
46842026-07-06T21:40:05.311Z Checking rsa v0.10.0-rc.18
46852026-07-06T21:40:07.546Z Checking p384 v0.14.0-rc.10
46862026-07-06T21:40:09.461Z Checking ssh-key v0.7.0-rc.10
46872026-07-06T21:40:10.233Z Checking russh v0.61.2
46882026-07-06T21:40:22.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.17s
46892026-07-06T21:40:23.151Z
46902026-07-06T21:40:23.152Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46912026-07-06T21:40:23.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-07-06T21:40:23.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-07-06T21:40:23.767Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46942026-07-06T21:40:23.875Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46952026-07-06T21:40:23.883Z Checking termios v0.3.3
46962026-07-06T21:40:25.110Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46972026-07-06T21:40:25.261Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46982026-07-06T21:40:26.953Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46992026-07-06T21:40:27.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
47002026-07-06T21:40:27.706Z
47012026-07-06T21:40:27.706Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47022026-07-06T21:40:28.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-07-06T21:40:28.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-07-06T21:40:28.375Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47052026-07-06T21:40:28.378Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47062026-07-06T21:40:28.498Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47072026-07-06T21:40:28.501Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47082026-07-06T21:40:28.509Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47092026-07-06T21:40:28.509Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47102026-07-06T21:40:29.263Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47112026-07-06T21:40:29.614Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47122026-07-06T21:40:29.618Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47132026-07-06T21:40:30.273Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47142026-07-06T21:40:31.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
47152026-07-06T21:40:32.114Z
47162026-07-06T21:40:32.114Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47172026-07-06T21:40:32.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-06T21:40:32.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-06T21:40:32.713Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47202026-07-06T21:40:33.167Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47212026-07-06T21:40:33.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
47222026-07-06T21:40:33.662Z
47232026-07-06T21:40:33.662Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47242026-07-06T21:40:34.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-07-06T21:40:34.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-07-06T21:40:34.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-07-06T21:40:34.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47282026-07-06T21:40:34.201Z
47292026-07-06T21:40:34.201Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47302026-07-06T21:40:34.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-06T21:40:34.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-06T21:40:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-06T21:40:34.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47342026-07-06T21:40:34.740Z
47352026-07-06T21:40:34.740Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47362026-07-06T21:40:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-06T21:40:35.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-06T21:40:35.462Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47392026-07-06T21:40:36.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
47402026-07-06T21:40:36.259Z
47412026-07-06T21:40:36.259Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47422026-07-06T21:40:36.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-06T21:40:36.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-06T21:40:36.871Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47452026-07-06T21:40:36.875Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47462026-07-06T21:40:37.150Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47472026-07-06T21:40:37.150Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47482026-07-06T21:40:37.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47492026-07-06T21:40:38.145Z
47502026-07-06T21:40:38.145Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47512026-07-06T21:40:38.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-06T21:40:38.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-06T21:40:38.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47542026-07-06T21:40:38.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47552026-07-06T21:40:38.685Z
47562026-07-06T21:40:38.685Zinfo: running `cargo check --bins` on omicron-package (293/299)
47572026-07-06T21:40:39.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-06T21:40:39.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-06T21:40:39.323Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47602026-07-06T21:40:40.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47612026-07-06T21:40:40.593Z
47622026-07-06T21:40:40.593Zinfo: running `cargo check --bins` on tqdb (294/299)
47632026-07-06T21:40:41.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-06T21:40:41.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-06T21:40:41.333Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47662026-07-06T21:40:41.693Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47672026-07-06T21:40:42.211Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47682026-07-06T21:40:42.216Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47692026-07-06T21:40:48.436Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47702026-07-06T21:40:48.440Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47712026-07-06T21:40:49.026Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47722026-07-06T21:40:49.027Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47732026-07-06T21:40:49.030Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47742026-07-06T21:40:49.030Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47752026-07-06T21:40:49.807Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47762026-07-06T21:40:50.891Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47772026-07-06T21:40:51.713Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47782026-07-06T21:40:52.334Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47792026-07-06T21:40:57.515Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47802026-07-06T21:41:04.222Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47812026-07-06T21:41:04.226Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47822026-07-06T21:41:04.226Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47832026-07-06T21:41:04.226Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47842026-07-06T21:41:05.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47852026-07-06T21:41:07.061Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47862026-07-06T21:41:07.735Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47872026-07-06T21:41:08.973Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47882026-07-06T21:41:09.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.92s
47892026-07-06T21:41:09.723Z
47902026-07-06T21:41:09.723Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47912026-07-06T21:41:10.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-07-06T21:41:10.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-07-06T21:41:10.404Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47942026-07-06T21:41:10.424Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47952026-07-06T21:41:10.424Z Checking rtoolbox v0.0.3
47962026-07-06T21:41:10.527Z Checking tui-tree-widget v0.23.1
47972026-07-06T21:41:10.627Z Checking rpassword v7.4.0
47982026-07-06T21:41:11.711Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47992026-07-06T21:41:14.833Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48002026-07-06T21:41:16.769Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48012026-07-06T21:41:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.95s
48022026-07-06T21:41:17.867Z
48032026-07-06T21:41:17.867Zinfo: running `cargo check --bins` on wicket (296/299)
48042026-07-06T21:41:18.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-07-06T21:41:18.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-07-06T21:41:18.527Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48072026-07-06T21:41:18.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48082026-07-06T21:41:19.069Z
48092026-07-06T21:41:19.069Zinfo: running `cargo check --bins` on wicketd (297/299)
48102026-07-06T21:41:19.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-06T21:41:19.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-06T21:41:19.748Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48132026-07-06T21:41:19.756Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48142026-07-06T21:41:19.756Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48152026-07-06T21:41:19.756Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48162026-07-06T21:41:20.758Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48172026-07-06T21:41:21.332Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48182026-07-06T21:41:24.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
48192026-07-06T21:41:24.619Z
48202026-07-06T21:41:24.619Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48212026-07-06T21:41:25.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-06T21:41:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-06T21:41:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48242026-07-06T21:41:25.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48252026-07-06T21:41:25.144Z
48262026-07-06T21:41:25.144Zinfo: running `cargo check --bins` on zone-setup (299/299)
48272026-07-06T21:41:25.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-06T21:41:25.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-06T21:41:25.773Z Checking uzers v0.12.2
48302026-07-06T21:41:26.123Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48312026-07-06T21:41:26.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48322026-07-06T21:41:26.993Z
48332026-07-06T21:41:26.993Zreal 14:10.066395466
48342026-07-06T21:41:26.993Zuser 21:38.970214674
48352026-07-06T21:41:26.993Zsys 4:20.484562571
48362026-07-06T21:41:26.993Ztrap 0.333015158
48372026-07-06T21:41:26.993Ztflt 0.740964715
48382026-07-06T21:41:26.993Zdflt 1.101341348
48392026-07-06T21:41:26.993Zkflt 0.004884692
48402026-07-06T21:41:26.996Zlock 1:21:23.538002109
48412026-07-06T21:41:26.996Zslp 1:43:08.960117332
48422026-07-06T21:41:26.996Zlat 1:02.855293080
48432026-07-06T21:41:26.996Zstop 3:48.603471295
48442026-07-06T21:41:26.996Zprocess exited: duration 976295 ms, exit code 0
 
48452026-07-06T21:41:27.006Zfound 0 output files