01KNDG5HS9KDPCZFA2PYER684A: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KNDG5V0R6JYHZ8NHXX27BMS9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-05T00:21:00.524Zjob assigned to worker 01KNDG63DXBQN4N9G5DAC0J4TS [factory aws, i-0ddf3682140b56986] (queued for 49 s)
 
22026-04-05T00:21:07.717Zstarting task 0: "setup"
32026-04-05T00:21:07.721Z++ uname -s
42026-04-05T00:21:07.724Z+ kern=SunOS
52026-04-05T00:21:07.724Z+ build_user=build
62026-04-05T00:21:07.724Z+ build_uid=12345
72026-04-05T00:21:07.724Z+ work_dir=/work
82026-04-05T00:21:07.724Z+ input_dir=/input
92026-04-05T00:21:07.724Z+ [[ 0 == 12345 ]]
102026-04-05T00:21:07.724Z+ case "$kern" in
112026-04-05T00:21:07.724Z+ groupadd -g 12345 build
122026-04-05T00:21:07.727Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-05T00:21:09.731Z+ zfs create -o mountpoint=/work rpool/work
142026-04-05T00:21:09.858Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-05T00:21:09.861Z+ home_fs=zfs
162026-04-05T00:21:09.861Z+ [[ zfs == autofs ]]
172026-04-05T00:21:09.861Z+ mkdir -p /home/build
182026-04-05T00:21:09.861Z+ chown build:build /home/build /work
192026-04-05T00:21:11.861Z+ chmod 0700 /home/build /work
202026-04-05T00:21:11.864Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-05T00:21:11.870Zstarting task 1: "rust-toolchain"
222026-04-05T00:21:11.874Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-05T00:21:11.874Z * rust toolchain channel = "1.94.0"
242026-04-05T00:21:11.874Z * rust toolchain profile = "default"
252026-04-05T00:21:11.874Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-05T00:21:11.874Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-05T00:21:11.875Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-05T00:21:11.878Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-05T00:21:11.878Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-05T00:21:12.009Zinfo: downloading installer
312026-04-05T00:21:13.627Zwarn: It looks like you have an existing installation of Rust at:
322026-04-05T00:21:13.627Zwarn: /opt/ooce/bin
332026-04-05T00:21:13.627Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-05T00:21:13.627Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-05T00:21:13.627Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-05T00:21:13.627Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-05T00:21:13.627Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-05T00:21:13.627Zerror: cannot install while Rust is installed
392026-04-05T00:21:13.627Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-05T00:21:13.627Zwarn: It looks like you have an existing rustup settings file at:
412026-04-05T00:21:13.627Zwarn: /home/build/.rustup/settings.toml
422026-04-05T00:21:13.627Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-05T00:21:13.627Zwarn: instead of the one inferred from the default host triple.
442026-04-05T00:21:13.640Zinfo: profile set to default
452026-04-05T00:21:13.640Zinfo: default host triple is x86_64-unknown-illumos
462026-04-05T00:21:13.643Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-05T00:21:13.799Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-05T00:21:13.802Zinfo: downloading 6 components
492026-04-05T00:21:29.761Z
502026-04-05T00:21:29.762Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-05T00:21:29.788Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-05T00:21:29.788Z
532026-04-05T00:21:29.789Z
542026-04-05T00:21:29.789ZRust is installed now. Great!
552026-04-05T00:21:29.789Z
562026-04-05T00:21:29.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-05T00:21:29.789Zenvironment variable. This has not been done automatically.
582026-04-05T00:21:29.789Z
592026-04-05T00:21:29.789ZTo configure your current shell, you need to source
602026-04-05T00:21:29.789Zthe corresponding env file under $HOME/.cargo.
612026-04-05T00:21:29.789Z
622026-04-05T00:21:29.789ZThis is usually done by running one of the following (note the leading DOT):
632026-04-05T00:21:29.789Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-05T00:21:29.789Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-05T00:21:29.789Zsource "~/.cargo/env.nu" # For nushell
662026-04-05T00:21:29.789Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-05T00:21:29.789Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-05T00:21:29.789Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-05T00:21:29.792Zwarn: no default linker (`cc`) was found in your PATH
702026-04-05T00:21:29.792Zwarn: many Rust crates require a system C toolchain to build
712026-04-05T00:21:29.876Z+ rustup --version
722026-04-05T00:21:29.886Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-05T00:21:29.889Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-05T00:21:29.907Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-05T00:21:29.910Z+ cargo --version
762026-04-05T00:21:29.923Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-05T00:21:29.926Z+ rustc --version
782026-04-05T00:21:29.945Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-05T00:21:29.948Zprocess exited: duration 18075 ms, exit code 0
 
802026-04-05T00:21:29.954Zstarting task 2: "authentication"
812026-04-05T00:21:29.971Zprocess exited: duration 16 ms, exit code 0
 
822026-04-05T00:21:29.977Zstarting task 3: "clone repository"
832026-04-05T00:21:29.980Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-05T00:21:29.983Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-05T00:21:30.011ZCloning into '/work/oxidecomputer/omicron'...
862026-04-05T00:21:41.086Z+ cd /work/oxidecomputer/omicron
872026-04-05T00:21:41.086Z+ git fetch origin dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
882026-04-05T00:21:41.345ZFrom https://github.com/oxidecomputer/omicron
892026-04-05T00:21:41.345Z * branch dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33 -> FETCH_HEAD
902026-04-05T00:21:41.354Z+ [[ -n eliza/sitprep ]]
912026-04-05T00:21:41.357Z++ git branch --show-current
922026-04-05T00:21:41.357Z+ current=main
932026-04-05T00:21:41.357Z+ [[ main != eliza/sitprep ]]
942026-04-05T00:21:41.357Z+ git branch -f eliza/sitprep dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
952026-04-05T00:21:41.360Z+ git checkout -f eliza/sitprep
962026-04-05T00:21:41.516ZSwitched to branch 'eliza/sitprep'
972026-04-05T00:21:41.519Z+ git reset --hard dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
982026-04-05T00:21:41.676ZHEAD is now at dc3dd11e9 use the asme bullets as all the other stuff
992026-04-05T00:21:41.679Zprocess exited: duration 11699 ms, exit code 0
 
1002026-04-05T00:21:41.685Zstarting task 4: "build"
1012026-04-05T00:21:41.690Z+ source .github/buildomat/ci-env.sh
1022026-04-05T00:21:41.692Z++ export CARGO_TERM_COLOR=always
1032026-04-05T00:21:41.692Z++ CARGO_TERM_COLOR=always
1042026-04-05T00:21:41.692Z+ cargo --version
1052026-04-05T00:21:41.701Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-05T00:21:41.704Z+ rustc --version
1072026-04-05T00:21:41.724Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-05T00:21:41.727Z+ source ./env.sh
1092026-04-05T00:21:41.730Z++ OLD_SHELL_OPTS=ehxB
1102026-04-05T00:21:41.730Z++ set -o xtrace
1112026-04-05T00:21:41.730Z++++ dirname ./env.sh
1122026-04-05T00:21:41.733Z+++ readlink -f .
1132026-04-05T00:21:41.736Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-05T00:21:41.736Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-05T00:21:41.736Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-05T00:21:41.736Z++ 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
1172026-04-05T00:21:41.736Z++ 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
1182026-04-05T00:21:41.736Z++ 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
1192026-04-05T00:21:41.736Z++ 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
1202026-04-05T00:21:41.736Z++ 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
1212026-04-05T00:21:41.736Z++ 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
1222026-04-05T00:21:41.736Z++ case $OLD_SHELL_OPTS in
1232026-04-05T00:21:41.736Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-05T00:21:41.736Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-05T00:21:41.736Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-05T00:21:41.736Z+ banner prerequisites
1272026-04-05T00:21:41.736Z
1282026-04-05T00:21:41.736Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-05T00:21:41.736Z # # # # # # # # # # # # # # #
1302026-04-05T00:21:41.736Z # # # # ##### # # ##### # # # # # #### #
1312026-04-05T00:21:41.736Z ##### ##### # ##### # # # # # # # # #
1322026-04-05T00:21:41.736Z # # # # # # # # # # # # # # #
1332026-04-05T00:21:41.736Z # # # ###### # # ###### ### # #### # #### #
1342026-04-05T00:21:41.736Z
1352026-04-05T00:21:41.739Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-05T00:21:50.219Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-05T00:21:57.211Z Startup: Caching catalogs ... Done
1382026-04-05T00:22:02.066ZPlanning: Solver setup ... Done (3.290s)
1392026-04-05T00:22:02.087ZPlanning: Running solver ... Done (0.021s)
1402026-04-05T00:22:02.212ZPlanning: Finding local manifests ... Done (0.002s)
1412026-04-05T00:22:02.224ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-05T00:22:02.313ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-05T00:22:02.344ZPlanning: Package planning ... Done (0.030s)
1442026-04-05T00:22:02.372ZPlanning: Merging actions ... Done (0.028s)
1452026-04-05T00:22:02.550ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-05T00:22:02.557ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-05T00:22:03.332ZPlanning: Evaluating mediators ... Done (0.774s)
1482026-04-05T00:22:03.337ZPlanning: Planning completed in 5.96 seconds
1492026-04-05T00:22:03.349Z Packages to install: 4
1502026-04-05T00:22:03.352Z Mediators to change: 2
1512026-04-05T00:22:03.352Z Services to change: 1
1522026-04-05T00:22:03.352Z Estimated space available: 155.35 GB
1532026-04-05T00:22:03.352ZEstimated space to be consumed: 1.84 GB
1542026-04-05T00:22:03.352Z Create boot environment: No
1552026-04-05T00:22:03.352ZCreate backup boot environment: No
1562026-04-05T00:22:03.352Z Rebuild boot archive: No
1572026-04-05T00:22:03.352Z
1582026-04-05T00:22:03.352ZChanged mediators:
1592026-04-05T00:22:03.352Z mediator clang:
1602026-04-05T00:22:03.352Z version: None -> 15 (system default)
1612026-04-05T00:22:03.352Z
1622026-04-05T00:22:03.352Z mediator llvm:
1632026-04-05T00:22:03.352Z version: 14 (system default) -> 15 (system default)
1642026-04-05T00:22:03.352Z
1652026-04-05T00:22:03.352ZChanged packages:
1662026-04-05T00:22:03.352Zhelios-dev
1672026-04-05T00:22:03.352Z developer/build-essential
1682026-04-05T00:22:03.352Z None -> 11-2.0
1692026-04-05T00:22:03.352Z library/libxmlsec1
1702026-04-05T00:22:03.352Z None -> 1.2.35-2.0
1712026-04-05T00:22:03.352Z ooce/developer/clang-15
1722026-04-05T00:22:03.352Z None -> 15.0.7-2.0
1732026-04-05T00:22:03.352Z ooce/developer/llvm-15
1742026-04-05T00:22:03.352Z None -> 15.0.7-2.0
1752026-04-05T00:22:03.352Z
1762026-04-05T00:22:03.352ZServices:
1772026-04-05T00:22:03.352Z restart_fmri:
1782026-04-05T00:22:03.353Z svc:/system/update-man-index:default
1792026-04-05T00:22:03.391Z
1802026-04-05T00:22:03.391ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-05T00:22:08.393ZDownload: 2292/3290 items 119.6/212.6MB 56% complete (24.3M/s)
1822026-04-05T00:22:15.900ZDownload: 3247/3290 items 202.9/212.6MB 95% complete (28.0M/s)
1832026-04-05T00:22:17.643ZDownload: Completed 212.60 MB in 14.25 seconds (14.9M/s)
1842026-04-05T00:22:17.776Z Actions: 1/3689 actions (Installing new actions)
1852026-04-05T00:22:20.991Z Actions: Completed 3689 actions in 3.21 seconds.
1862026-04-05T00:22:21.301Z Done (0.306s)
1872026-04-05T00:22:21.301Z Done (0.000s)
1882026-04-05T00:22:22.007Z Done (0.706s)
1892026-04-05T00:22:25.303Z Done (2.958s)
1902026-04-05T00:22:25.376Z Done (0.012s)
1912026-04-05T00:22:25.379Z Done (0.000s)
1922026-04-05T00:22:25.690Z Done (0.000s)
1932026-04-05T00:22:26.525ZPlanning: Evaluating mediator changes ... Done
1942026-04-05T00:22:26.633ZPlanning: Checking for conflicting actions ... Done
1952026-04-05T00:22:26.636ZPlanning: Consolidating action changes ... Done
1962026-04-05T00:22:26.795ZPlanning: Evaluating mediators ... Done
1972026-04-05T00:22:26.798ZPlanning: Planning completed in 0.27 seconds
1982026-04-05T00:22:26.816Z Mediators to change: 2
1992026-04-05T00:22:26.816Z Create boot environment: No
2002026-04-05T00:22:26.816ZCreate backup boot environment: No
2012026-04-05T00:22:26.876Z Done
2022026-04-05T00:22:26.877Z Done
2032026-04-05T00:22:27.511Z Done
2042026-04-05T00:22:30.030Z Done
2052026-04-05T00:22:30.101Z Done
2062026-04-05T00:22:30.104Z Done
2072026-04-05T00:22:30.247Z Done
2082026-04-05T00:22:30.650ZPlanning: Evaluating mediator changes ... Done
2092026-04-05T00:22:30.653ZPlanning: Merging actions ... Done
2102026-04-05T00:22:30.794ZPlanning: Checking for conflicting actions ... Done
2112026-04-05T00:22:30.797ZPlanning: Consolidating action changes ... Done
2122026-04-05T00:22:30.934ZPlanning: Evaluating mediators ... Done
2132026-04-05T00:22:30.962ZPlanning: Planning completed in 0.45 seconds
2142026-04-05T00:22:30.984Z Packages to change: 1
2152026-04-05T00:22:30.984Z Mediators to change: 1
2162026-04-05T00:22:30.984Z Services to change: 1
2172026-04-05T00:22:30.984Z Create boot environment: No
2182026-04-05T00:22:30.984ZCreate backup boot environment: Yes
2192026-04-05T00:22:33.451Z Actions: 1/6 actions (Updating modified actions)
2202026-04-05T00:22:33.455Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-05T00:22:33.455Z Done
2222026-04-05T00:22:33.455Z Done
2232026-04-05T00:22:33.599Z Done
2242026-04-05T00:22:36.084Z Done
2252026-04-05T00:22:36.157Z Done
2262026-04-05T00:22:36.161Z Done
2272026-04-05T00:22:36.305Z Done
2282026-04-05T00:22:36.590ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-05T00:22:36.591Zclang system 15 system
2302026-04-05T00:22:36.591Zcsh system system illumos
2312026-04-05T00:22:36.591Zctags system system illumos
2322026-04-05T00:22:36.591Zfile system system illumos
2332026-04-05T00:22:36.591Zgcc vendor 12 vendor
2342026-04-05T00:22:36.591Zgcc system 14 system
2352026-04-05T00:22:36.591Zgcc system 10 system
2362026-04-05T00:22:36.591Zgo system 1.20 system
2372026-04-05T00:22:36.591Zgo system 1.19 system
2382026-04-05T00:22:36.591Zllvm system 15 system
2392026-04-05T00:22:36.591Zllvm system 14 system
2402026-04-05T00:22:36.591Zmariadb system 10.6 system
2412026-04-05T00:22:36.591Zmta vendor vendor dma
2422026-04-05T00:22:36.592Zopenjdk system 17 system
2432026-04-05T00:22:36.592Zopenjdk system 11 system
2442026-04-05T00:22:36.592Zopenjdk system 1.8 system
2452026-04-05T00:22:36.592Zopenssl vendor 3 vendor
2462026-04-05T00:22:36.592Zperl system 5.36 system
2472026-04-05T00:22:36.592Zpostgresql system 15 system
2482026-04-05T00:22:36.592Zpostgresql system 13 system
2492026-04-05T00:22:36.592Zpython vendor 3 vendor
2502026-04-05T00:22:36.592Zpython system 2 system
2512026-04-05T00:22:36.592Zpython3 system 3.11 system
2522026-04-05T00:22:36.592Zruby system 3.0 system
2532026-04-05T00:22:36.592Zwords vendor vendor american-english
2542026-04-05T00:22:36.592Zwords system system australian-english
2552026-04-05T00:22:36.592Zwords system system british-english
2562026-04-05T00:22:36.593Zwords system system canadian-english
2572026-04-05T00:22:36.593Zwords system system french
2582026-04-05T00:22:36.593Zwords system system italian
2592026-04-05T00:22:36.593Zwords system system ngerman
2602026-04-05T00:22:36.593Zwords system system ogerman
2612026-04-05T00:22:36.593Zwords system system spanish
2622026-04-05T00:22:36.818ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-05T00:22:36.818Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-05T00:22:41.216ZFMRI IFO
2652026-04-05T00:22:41.216Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-05T00:22:41.216Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-05T00:22:41.216Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-05T00:22:41.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-05T00:22:41.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-05T00:22:41.216Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-05T00:22:41.216Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-05T00:22:41.216Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-05T00:22:41.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-05T00:22:41.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-05T00:22:41.216Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-05T00:22:41.216Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-05T00:22:41.216Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-05T00:22:41.216Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-05T00:22:41.216Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-05T00:22:41.216Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-05T00:22:42.350Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-05T00:22:42.604Z Updating crates.io index
2832026-04-05T00:22:42.652Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-05T00:22:43.464Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-05T00:22:43.902Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-05T00:22:44.360Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-04-05T00:22:45.171Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-05T00:22:45.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-05T00:22:47.051Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-05T00:22:48.477Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-05T00:22:49.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-05T00:22:49.896Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-05T00:22:50.690Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-05T00:22:51.089Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-05T00:22:51.459Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-05T00:22:51.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-05T00:22:52.761Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-05T00:22:53.531Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-05T00:22:53.811Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-05T00:22:54.266Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-05T00:22:54.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-05T00:22:54.946Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-05T00:22:55.179Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-05T00:22:55.443Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-05T00:22:55.862Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-05T00:22:56.433Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-05T00:22:56.943Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-05T00:22:57.237Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-05T00:22:57.576Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-05T00:22:58.798Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-05T00:22:59.527Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-05T00:22:59.942Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-05T00:23:00.582Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-05T00:23:00.941Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-05T00:23:01.335Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-05T00:23:01.767Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-05T00:23:02.504Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-05T00:23:02.874Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-05T00:23:03.115Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-05T00:23:03.407Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-05T00:23:03.805Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-05T00:23:16.563Z Downloading crates ...
3232026-04-05T00:23:16.631Z Downloaded cfg-if v1.0.4
3242026-04-05T00:23:16.634Z Downloaded fs-err v3.3.0
3252026-04-05T00:23:16.634Z Downloaded autocfg v1.5.0
3262026-04-05T00:23:16.637Z Downloaded unicode-xid v0.2.6
3272026-04-05T00:23:16.640Z Downloaded smawk v0.3.2
3282026-04-05T00:23:16.640Z Downloaded toml v0.8.23
3292026-04-05T00:23:16.643Z Downloaded memmap v0.7.0
3302026-04-05T00:23:16.643Z Downloaded cargo-util-schemas v0.8.2
3312026-04-05T00:23:16.649Z Downloaded zerofrom v0.1.6
3322026-04-05T00:23:16.652Z Downloaded fastrand v2.3.0
3332026-04-05T00:23:16.652Z Downloaded yoke-derive v0.8.1
3342026-04-05T00:23:16.652Z Downloaded version_check v0.9.5
3352026-04-05T00:23:16.655Z Downloaded utf8_iter v1.0.4
3362026-04-05T00:23:16.655Z Downloaded colorchoice v1.0.4
3372026-04-05T00:23:16.655Z Downloaded byteorder v1.5.0
3382026-04-05T00:23:16.655Z Downloaded cargo-platform v0.2.0
3392026-04-05T00:23:16.661Z Downloaded serde-value v0.7.0
3402026-04-05T00:23:16.664Z Downloaded dof v0.3.0
3412026-04-05T00:23:16.667Z Downloaded digest v0.10.7
3422026-04-05T00:23:16.667Z Downloaded camino v1.2.2
3432026-04-05T00:23:16.667Z Downloaded cargo_toml v0.21.0
3442026-04-05T00:23:16.670Z Downloaded usdt-attr-macro v0.5.0
3452026-04-05T00:23:16.670Z Downloaded unicode-linebreak v0.1.5
3462026-04-05T00:23:16.670Z Downloaded thread-id v4.2.2
3472026-04-05T00:23:16.670Z Downloaded heck v0.4.1
3482026-04-05T00:23:16.670Z Downloaded bytecount v0.6.9
3492026-04-05T00:23:16.672Z Downloaded typeid v1.0.3
3502026-04-05T00:23:16.672Z Downloaded camino-tempfile v1.4.1
3512026-04-05T00:23:16.675Z Downloaded unicode-width v0.1.14
3522026-04-05T00:23:16.678Z Downloaded thiserror v1.0.69
3532026-04-05T00:23:16.680Z Downloaded utf8parse v0.2.2
3542026-04-05T00:23:16.683Z Downloaded toml_datetime v0.6.11
3552026-04-05T00:23:16.683Z Downloaded usdt-macro v0.5.0
3562026-04-05T00:23:16.683Z Downloaded usdt v0.5.0
3572026-04-05T00:23:16.683Z Downloaded toml_write v0.1.2
3582026-04-05T00:23:16.686Z Downloaded log v0.4.29
3592026-04-05T00:23:16.686Z Downloaded clap_builder v4.5.60
3602026-04-05T00:23:16.689Z Downloaded thiserror-impl v2.0.18
3612026-04-05T00:23:16.693Z Downloaded thiserror-impl v1.0.69
3622026-04-05T00:23:16.693Z Downloaded thiserror v2.0.18
3632026-04-05T00:23:16.696Z Downloaded pretty-hex v0.4.1
3642026-04-05T00:23:16.696Z Downloaded potential_utf v0.1.4
3652026-04-05T00:23:16.696Z Downloaded zerovec-derive v0.11.2
3662026-04-05T00:23:16.699Z Downloaded clap_derive v4.5.55
3672026-04-05T00:23:16.699Z Downloaded zmij v1.0.21
3682026-04-05T00:23:16.699Z Downloaded yoke v0.8.1
3692026-04-05T00:23:16.702Z Downloaded zerofrom-derive v0.1.6
3702026-04-05T00:23:16.702Z Downloaded usdt-impl v0.5.0
3712026-04-05T00:23:16.702Z Downloaded tinystr v0.8.2
3722026-04-05T00:23:16.705Z Downloaded heck v0.5.0
3732026-04-05T00:23:16.705Z Downloaded clap v4.5.60
3742026-04-05T00:23:16.708Z Downloaded zerocopy-derive v0.7.35
3752026-04-05T00:23:16.711Z Downloaded equivalent v1.0.2
3762026-04-05T00:23:16.714Z Downloaded cpufeatures v0.2.17
3772026-04-05T00:23:16.714Z Downloaded writeable v0.6.2
3782026-04-05T00:23:16.714Z Downloaded ucd-trie v0.1.7
3792026-04-05T00:23:16.717Z Downloaded swrite v0.1.0
3802026-04-05T00:23:16.717Z Downloaded semver v1.0.27
3812026-04-05T00:23:16.717Z Downloaded unicode-ident v1.0.24
3822026-04-05T00:23:16.719Z Downloaded textwrap v0.16.2
3832026-04-05T00:23:16.719Z Downloaded itoa v1.0.17
3842026-04-05T00:23:16.719Z Downloaded proc-macro-error-attr v1.0.4
3852026-04-05T00:23:16.736Z Downloaded block-buffer v0.10.4
3862026-04-05T00:23:16.736Z Downloaded generic-array v0.14.7
3872026-04-05T00:23:16.736Z Downloaded errno v0.3.14
3882026-04-05T00:23:16.736Z Downloaded zerotrie v0.2.3
3892026-04-05T00:23:16.736Z Downloaded url v2.5.8
3902026-04-05T00:23:16.736Z Downloaded fnv v1.0.7
3912026-04-05T00:23:16.736Z Downloaded toml_edit v0.22.27
3922026-04-05T00:23:16.736Z Downloaded clap_lex v1.0.0
3932026-04-05T00:23:16.736Z Downloaded typenum v1.19.0
3942026-04-05T00:23:16.736Z Downloaded scroll_derive v0.12.1
3952026-04-05T00:23:16.736Z Downloaded is_terminal_polyfill v1.70.2
3962026-04-05T00:23:16.736Z Downloaded percent-encoding v2.3.2
3972026-04-05T00:23:16.736Z Downloaded idna_adapter v1.2.1
3982026-04-05T00:23:16.736Z Downloaded anstyle-query v1.1.5
3992026-04-05T00:23:16.739Z Downloaded form_urlencoded v1.2.2
4002026-04-05T00:23:16.739Z Downloaded zerovec v0.11.5
4012026-04-05T00:23:16.742Z Downloaded terminal_size v0.4.3
4022026-04-05T00:23:16.742Z Downloaded stable_deref_trait v1.2.1
4032026-04-05T00:23:16.747Z Downloaded zerocopy v0.7.35
4042026-04-05T00:23:16.755Z Downloaded serde_spanned v0.6.9
4052026-04-05T00:23:16.758Z Downloaded plain v0.2.3
4062026-04-05T00:23:16.758Z Downloaded ordered-float v2.10.1
4072026-04-05T00:23:16.758Z Downloaded dtrace-parser v0.2.0
4082026-04-05T00:23:16.758Z Downloaded crypto-common v0.1.7
4092026-04-05T00:23:16.761Z Downloaded winnow v0.7.14
4102026-04-05T00:23:16.764Z Downloaded unicode-width v0.2.0
4112026-04-05T00:23:16.767Z Downloaded tabled_derive v0.7.0
4122026-04-05T00:23:16.767Z Downloaded strsim v0.11.1
4132026-04-05T00:23:16.770Z Downloaded pest_meta v2.8.6
4142026-04-05T00:23:16.773Z Downloaded scroll v0.12.0
4152026-04-05T00:23:16.775Z Downloaded sha2 v0.10.9
4162026-04-05T00:23:16.779Z Downloaded icu_normalizer v2.1.1
4172026-04-05T00:23:16.779Z Downloaded macaddr v1.0.1
4182026-04-05T00:23:16.782Z Downloaded cargo_metadata v0.21.0
4192026-04-05T00:23:16.788Z Downloaded displaydoc v0.2.5
4202026-04-05T00:23:16.791Z Downloaded anstyle v1.0.13
4212026-04-05T00:23:16.793Z Downloaded anstream v0.6.21
4222026-04-05T00:23:16.798Z Downloaded serde_tokenstream v0.2.3
4232026-04-05T00:23:16.800Z Downloaded proc-macro-error v1.0.4
4242026-04-05T00:23:16.803Z Downloaded synstructure v0.13.2
4252026-04-05T00:23:16.806Z Downloaded bitflags v2.11.0
4262026-04-05T00:23:16.808Z Downloaded once_cell v1.21.3
4272026-04-05T00:23:16.811Z Downloaded litemap v0.8.1
4282026-04-05T00:23:16.818Z Downloaded erased-serde v0.4.9
4292026-04-05T00:23:16.820Z Downloaded tempfile v3.25.0
4302026-04-05T00:23:16.826Z Downloaded serde-untagged v0.1.9
4312026-04-05T00:23:16.829Z Downloaded anstyle-parse v0.2.7
4322026-04-05T00:23:16.832Z Downloaded smallvec v1.15.1
4332026-04-05T00:23:16.834Z Downloaded quote v1.0.44
4342026-04-05T00:23:16.837Z Downloaded pest_derive v2.8.6
4352026-04-05T00:23:16.837Z Downloaded num-traits v0.2.19
4362026-04-05T00:23:16.842Z Downloaded anyhow v1.0.102
4372026-04-05T00:23:16.842Z Downloaded pest_generator v2.8.6
4382026-04-05T00:23:16.845Z Downloaded papergrid v0.11.0
4392026-04-05T00:23:16.845Z Downloaded serde_derive v1.0.228
4402026-04-05T00:23:16.848Z Downloaded icu_provider v2.1.1
4412026-04-05T00:23:16.848Z Downloaded icu_properties v2.1.2
4422026-04-05T00:23:16.850Z Downloaded proc-macro2 v1.0.106
4432026-04-05T00:23:16.869Z Downloaded memchr v2.8.0
4442026-04-05T00:23:16.872Z Downloaded getrandom v0.4.1
4452026-04-05T00:23:16.875Z Downloaded icu_normalizer_data v2.1.1
4462026-04-05T00:23:16.878Z Downloaded icu_locale_core v2.1.1
4472026-04-05T00:23:16.880Z Downloaded serde_core v1.0.228
4482026-04-05T00:23:16.891Z Downloaded serde v1.0.228
4492026-04-05T00:23:16.894Z Downloaded icu_collections v2.1.1
4502026-04-05T00:23:16.913Z Downloaded indexmap v2.13.0
4512026-04-05T00:23:16.920Z Downloaded pest v2.8.6
4522026-04-05T00:23:16.930Z Downloaded hashbrown v0.16.1
4532026-04-05T00:23:16.936Z Downloaded idna v1.1.0
4542026-04-05T00:23:16.941Z Downloaded icu_properties_data v2.1.2
4552026-04-05T00:23:16.946Z Downloaded serde_json v1.0.149
4562026-04-05T00:23:16.955Z Downloaded goblin v0.8.2
4572026-04-05T00:23:16.965Z Downloaded tabled v0.15.0
4582026-04-05T00:23:16.972Z Downloaded syn v1.0.109
4592026-04-05T00:23:16.986Z Downloaded syn v2.0.117
4602026-04-05T00:23:17.002Z Downloaded rustix v1.1.3
4612026-04-05T00:23:17.025Z Downloaded libc v0.2.180
4622026-04-05T00:23:17.095Z Compiling proc-macro2 v1.0.106
4632026-04-05T00:23:17.095Z Compiling unicode-ident v1.0.24
4642026-04-05T00:23:17.095Z Compiling quote v1.0.44
4652026-04-05T00:23:17.098Z Compiling serde_core v1.0.228
4662026-04-05T00:23:17.098Z Compiling libc v0.2.180
4672026-04-05T00:23:17.098Z Compiling version_check v0.9.5
4682026-04-05T00:23:17.098Z Compiling memchr v2.8.0
4692026-04-05T00:23:17.098Z Compiling stable_deref_trait v1.2.1
4702026-04-05T00:23:17.434Z Compiling serde v1.0.228
4712026-04-05T00:23:17.451Z Compiling zmij v1.0.21
4722026-04-05T00:23:17.659Z Compiling ucd-trie v0.1.7
4732026-04-05T00:23:17.674Z Compiling itoa v1.0.17
4742026-04-05T00:23:17.872Z Compiling autocfg v1.5.0
4752026-04-05T00:23:17.920Z Compiling thiserror v1.0.69
4762026-04-05T00:23:17.973Z Compiling pest v2.8.6
4772026-04-05T00:23:18.050Z Compiling writeable v0.6.2
4782026-04-05T00:23:18.089Z Compiling litemap v0.8.1
4792026-04-05T00:23:18.262Z Compiling icu_normalizer_data v2.1.1
4802026-04-05T00:23:18.309Z Compiling rustix v1.1.3
4812026-04-05T00:23:18.456Z Compiling byteorder v1.5.0
4822026-04-05T00:23:18.635Z Compiling syn v2.0.117
4832026-04-05T00:23:18.652Z Compiling icu_properties_data v2.1.2
4842026-04-05T00:23:18.734Z Compiling errno v0.3.14
4852026-04-05T00:23:18.752Z Compiling serde_json v1.0.149
4862026-04-05T00:23:18.850Z Compiling bitflags v2.11.0
4872026-04-05T00:23:18.963Z Compiling num-traits v0.2.19
4882026-04-05T00:23:18.982Z Compiling hashbrown v0.16.1
4892026-04-05T00:23:19.075Z Compiling pest_meta v2.8.6
4902026-04-05T00:23:19.152Z Compiling smallvec v1.15.1
4912026-04-05T00:23:19.244Z Compiling equivalent v1.0.2
4922026-04-05T00:23:19.367Z Compiling typeid v1.0.3
4932026-04-05T00:23:19.528Z Compiling indexmap v2.13.0
4942026-04-05T00:23:19.583Z Compiling thread-id v4.2.2
4952026-04-05T00:23:19.670Z Compiling usdt-impl v0.5.0
4962026-04-05T00:23:19.688Z Compiling proc-macro-error-attr v1.0.4
4972026-04-05T00:23:19.725Z Compiling toml_write v0.1.2
4982026-04-05T00:23:19.890Z Compiling erased-serde v0.4.9
4992026-04-05T00:23:19.932Z Compiling syn v1.0.109
5002026-04-05T00:23:19.978Z Compiling winnow v0.7.14
5012026-04-05T00:23:20.303Z Compiling proc-macro-error v1.0.4
5022026-04-05T00:23:20.332Z Compiling camino v1.2.2
5032026-04-05T00:23:20.497Z Compiling thiserror v2.0.18
5042026-04-05T00:23:20.650Z Compiling percent-encoding v2.3.2
5052026-04-05T00:23:20.701Z Compiling log v0.4.29
5062026-04-05T00:23:20.816Z Compiling getrandom v0.4.1
5072026-04-05T00:23:20.838Z Compiling utf8parse v0.2.2
5082026-04-05T00:23:20.855Z Compiling plain v0.2.3
5092026-04-05T00:23:20.889Z Compiling utf8_iter v1.0.4
5102026-04-05T00:23:20.956Z Compiling anstyle-parse v0.2.7
5112026-04-05T00:23:20.974Z Compiling form_urlencoded v1.2.2
5122026-04-05T00:23:21.047Z Compiling ordered-float v2.10.1
5132026-04-05T00:23:21.201Z Compiling synstructure v0.13.2
5142026-04-05T00:23:21.268Z Compiling pest_generator v2.8.6
5152026-04-05T00:23:21.342Z Compiling terminal_size v0.4.3
5162026-04-05T00:23:21.538Z Compiling colorchoice v1.0.4
5172026-04-05T00:23:21.666Z Compiling anstyle v1.0.13
5182026-04-05T00:23:21.730Z Compiling is_terminal_polyfill v1.70.2
5192026-04-05T00:23:21.748Z Compiling anstyle-query v1.1.5
5202026-04-05T00:23:21.795Z Compiling cfg-if v1.0.4
5212026-04-05T00:23:21.831Z Compiling pretty-hex v0.4.1
5222026-04-05T00:23:21.863Z Compiling anstream v0.6.21
5232026-04-05T00:23:21.898Z Compiling serde-untagged v0.1.9
5242026-04-05T00:23:21.992Z Compiling semver v1.0.27
5252026-04-05T00:23:22.043Z Compiling fs-err v3.3.0
5262026-04-05T00:23:22.165Z Compiling heck v0.4.1
5272026-04-05T00:23:22.196Z Compiling heck v0.5.0
5282026-04-05T00:23:22.238Z Compiling unicode-width v0.1.14
5292026-04-05T00:23:22.328Z Compiling bytecount v0.6.9
5302026-04-05T00:23:22.401Z Compiling unicode-xid v0.2.6
5312026-04-05T00:23:22.443Z Compiling fnv v1.0.7
5322026-04-05T00:23:22.469Z Compiling anyhow v1.0.102
5332026-04-05T00:23:22.525Z Compiling once_cell v1.21.3
5342026-04-05T00:23:22.543Z Compiling strsim v0.11.1
5352026-04-05T00:23:22.558Z Compiling clap_lex v1.0.0
5362026-04-05T00:23:22.680Z Compiling fastrand v2.3.0
5372026-04-05T00:23:22.755Z Compiling clap_builder v4.5.60
5382026-04-05T00:23:22.806Z Compiling papergrid v0.11.0
5392026-04-05T00:23:22.915Z Compiling tempfile v3.25.0
5402026-04-05T00:23:22.999Z Compiling serde_derive v1.0.228
5412026-04-05T00:23:23.029Z Compiling zerofrom-derive v0.1.6
5422026-04-05T00:23:23.068Z Compiling yoke-derive v0.8.1
5432026-04-05T00:23:23.304Z Compiling zerovec-derive v0.11.2
5442026-04-05T00:23:23.323Z Compiling displaydoc v0.2.5
5452026-04-05T00:23:24.056Z Compiling thiserror-impl v1.0.69
5462026-04-05T00:23:24.219Z Compiling zerocopy-derive v0.7.35
5472026-04-05T00:23:24.236Z Compiling pest_derive v2.8.6
5482026-04-05T00:23:24.409Z Compiling scroll_derive v0.12.1
5492026-04-05T00:23:24.433Z Compiling zerofrom v0.1.6
5502026-04-05T00:23:24.573Z Compiling yoke v0.8.1
5512026-04-05T00:23:24.667Z Compiling thiserror-impl v2.0.18
5522026-04-05T00:23:24.777Z Compiling zerovec v0.11.5
5532026-04-05T00:23:25.081Z Compiling zerotrie v0.2.3
5542026-04-05T00:23:25.083Z Compiling zerocopy v0.7.35
5552026-04-05T00:23:25.298Z Compiling tinystr v0.8.2
5562026-04-05T00:23:25.391Z Compiling potential_utf v0.1.4
5572026-04-05T00:23:25.428Z Compiling dtrace-parser v0.2.0
5582026-04-05T00:23:25.511Z Compiling icu_locale_core v2.1.1
5592026-04-05T00:23:25.563Z Compiling icu_collections v2.1.1
5602026-04-05T00:23:25.652Z Compiling scroll v0.12.0
5612026-04-05T00:23:25.791Z Compiling tabled_derive v0.7.0
5622026-04-05T00:23:25.945Z Compiling goblin v0.8.2
5632026-04-05T00:23:26.050Z Compiling clap_derive v4.5.55
5642026-04-05T00:23:26.135Z Compiling icu_provider v2.1.1
5652026-04-05T00:23:26.191Z Compiling memmap v0.7.0
5662026-04-05T00:23:26.441Z Compiling toml_datetime v0.6.11
5672026-04-05T00:23:26.459Z Compiling serde_spanned v0.6.9
5682026-04-05T00:23:26.476Z Compiling icu_normalizer v2.1.1
5692026-04-05T00:23:26.505Z Compiling icu_properties v2.1.2
5702026-04-05T00:23:26.525Z Compiling dof v0.3.0
5712026-04-05T00:23:26.612Z Compiling serde_tokenstream v0.2.3
5722026-04-05T00:23:26.708Z Compiling toml_edit v0.22.27
5732026-04-05T00:23:26.925Z Compiling serde-value v0.7.0
5742026-04-05T00:23:26.942Z Compiling cargo-platform v0.2.0
5752026-04-05T00:23:27.029Z Compiling smawk v0.3.2
5762026-04-05T00:23:27.195Z Compiling unicode-linebreak v0.1.5
5772026-04-05T00:23:27.241Z Compiling unicode-width v0.2.0
5782026-04-05T00:23:27.310Z Compiling tabled v0.15.0
5792026-04-05T00:23:27.438Z Compiling idna_adapter v1.2.1
5802026-04-05T00:23:27.456Z Compiling usdt-attr-macro v0.5.0
5812026-04-05T00:23:27.537Z Compiling usdt-macro v0.5.0
5822026-04-05T00:23:27.588Z Compiling idna v1.1.0
5832026-04-05T00:23:27.647Z Compiling textwrap v0.16.2
5842026-04-05T00:23:27.888Z Compiling url v2.5.8
5852026-04-05T00:23:28.134Z Compiling toml v0.8.23
5862026-04-05T00:23:28.153Z Compiling clap v4.5.60
5872026-04-05T00:23:28.180Z Compiling macaddr v1.0.1
5882026-04-05T00:23:28.239Z Compiling camino-tempfile v1.4.1
5892026-04-05T00:23:28.703Z Compiling cargo-util-schemas v0.8.2
5902026-04-05T00:23:28.760Z Compiling cargo_toml v0.21.0
5912026-04-05T00:23:28.841Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-05T00:23:28.953Z Compiling swrite v0.1.0
5932026-04-05T00:23:29.061Z Compiling usdt v0.5.0
5942026-04-05T00:23:29.615Z Compiling cargo_metadata v0.21.0
5952026-04-05T00:23:30.560Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-05T00:23:32.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.51s
5972026-04-05T00:23:32.918Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-05T00:23:33.500Z Downloading crates ...
5992026-04-05T00:23:33.604Z Downloaded array-init v0.0.4
6002026-04-05T00:23:33.607Z Downloaded arrayref v0.3.9
6012026-04-05T00:23:33.607Z Downloaded adler2 v2.0.1
6022026-04-05T00:23:33.610Z Downloaded ascii-canvas v3.0.0
6032026-04-05T00:23:33.613Z Downloaded assert_matches v1.5.0
6042026-04-05T00:23:33.615Z Downloaded argon2 v0.5.3
6052026-04-05T00:23:33.618Z Downloaded async-stream-impl v0.3.6
6062026-04-05T00:23:33.621Z Downloaded arrayvec v0.7.6
6072026-04-05T00:23:33.625Z Downloaded allocator-api2 v0.2.21
6082026-04-05T00:23:33.629Z Downloaded async-bb8-diesel v0.2.1
6092026-04-05T00:23:33.632Z Downloaded atty v0.2.14
6102026-04-05T00:23:33.637Z Downloaded derive_more v0.99.20
6112026-04-05T00:23:33.640Z Downloaded bcrypt-pbkdf v0.10.0
6122026-04-05T00:23:33.643Z Downloaded castaway v0.2.4
6132026-04-05T00:23:33.643Z Downloaded aead v0.5.2
6142026-04-05T00:23:33.643Z Downloaded base16ct v1.0.0
6152026-04-05T00:23:33.646Z Downloaded arc-swap v1.8.2
6162026-04-05T00:23:33.650Z Downloaded bit-vec v0.6.3
6172026-04-05T00:23:33.654Z Downloaded crc v3.4.0
6182026-04-05T00:23:33.660Z Downloaded cmake v0.1.57
6192026-04-05T00:23:33.663Z Downloaded base64ct v1.8.3
6202026-04-05T00:23:33.663Z Downloaded bitfield v0.19.4
6212026-04-05T00:23:33.665Z Downloaded ar_archive_writer v0.5.1
6222026-04-05T00:23:33.668Z Downloaded cobs v0.3.0
6232026-04-05T00:23:33.671Z Downloaded buf-list v1.1.2
6242026-04-05T00:23:33.674Z Downloaded bitfield-struct v0.6.2
6252026-04-05T00:23:33.674Z Downloaded atomic-waker v1.1.2
6262026-04-05T00:23:33.679Z Downloaded bb8 v0.8.6
6272026-04-05T00:23:33.682Z Downloaded atomicwrites v0.4.4
6282026-04-05T00:23:33.682Z Downloaded bitfield-macros v0.19.4
6292026-04-05T00:23:33.682Z Downloaded async-recursion v1.1.1
6302026-04-05T00:23:33.686Z Downloaded crunchy v0.2.4
6312026-04-05T00:23:33.689Z Downloaded defmt-parser v1.0.0
6322026-04-05T00:23:33.689Z Downloaded darling_macro v0.20.11
6332026-04-05T00:23:33.689Z Downloaded base16ct v0.2.0
6342026-04-05T00:23:33.692Z Downloaded bit-set v0.8.0
6352026-04-05T00:23:33.694Z Downloaded darling_macro v0.21.3
6362026-04-05T00:23:33.697Z Downloaded darling_macro v0.23.0
6372026-04-05T00:23:33.697Z Downloaded bitflags v1.3.2
6382026-04-05T00:23:33.700Z Downloaded cipher v0.4.4
6392026-04-05T00:23:33.703Z Downloaded crucible-workspace-hack v0.1.0
6402026-04-05T00:23:33.703Z Downloaded foreign-types-macros v0.2.3
6412026-04-05T00:23:33.705Z Downloaded foreign-types v0.5.0
6422026-04-05T00:23:33.708Z Downloaded cstr-argument v0.1.2
6432026-04-05T00:23:33.708Z Downloaded fixedbitset v0.4.2
6442026-04-05T00:23:33.711Z Downloaded foreign-types-shared v0.1.1
6452026-04-05T00:23:33.715Z Downloaded curve25519-dalek-derive v0.1.1
6462026-04-05T00:23:33.720Z Downloaded foreign-types-shared v0.3.1
6472026-04-05T00:23:33.720Z Downloaded float-cmp v0.10.0
6482026-04-05T00:23:33.720Z Downloaded funty v2.0.0
6492026-04-05T00:23:33.724Z Downloaded dsl_auto_type v0.2.0
6502026-04-05T00:23:33.724Z Downloaded async-stream v0.3.6
6512026-04-05T00:23:33.724Z Downloaded flagset v0.4.7
6522026-04-05T00:23:33.727Z Downloaded embedded-io v0.4.0
6532026-04-05T00:23:33.727Z Downloaded byte-wrapper v0.1.0
6542026-04-05T00:23:33.727Z Downloaded display-error-chain v0.2.2
6552026-04-05T00:23:33.730Z Downloaded bit-set v0.5.3
6562026-04-05T00:23:33.733Z Downloaded env_filter v1.0.0
6572026-04-05T00:23:33.733Z Downloaded ciborium-io v0.2.2
6582026-04-05T00:23:33.733Z Downloaded cargo-platform v0.1.9
6592026-04-05T00:23:33.733Z Downloaded block-padding v0.3.3
6602026-04-05T00:23:33.736Z Downloaded dropshot-api-manager-types v0.6.0
6612026-04-05T00:23:33.736Z Downloaded futures-core v0.3.32
6622026-04-05T00:23:33.736Z Downloaded cfg_aliases v0.1.1
6632026-04-05T00:23:33.736Z Downloaded fd-lock v4.0.4
6642026-04-05T00:23:33.739Z Downloaded dyn-clone v1.0.20
6652026-04-05T00:23:33.739Z Downloaded downcast-rs v2.0.2
6662026-04-05T00:23:33.742Z Downloaded crc8 v0.1.1
6672026-04-05T00:23:33.744Z Downloaded dtrace-parser v0.3.0
6682026-04-05T00:23:33.747Z Downloaded enum-as-inner v0.6.1
6692026-04-05T00:23:33.747Z Downloaded crc-catalog v2.4.0
6702026-04-05T00:23:33.747Z Downloaded convert_case v0.4.0
6712026-04-05T00:23:33.750Z Downloaded document-features v0.2.12
6722026-04-05T00:23:33.750Z Downloaded futures-io v0.3.32
6732026-04-05T00:23:33.750Z Downloaded const_format_proc_macros v0.2.34
6742026-04-05T00:23:33.752Z Downloaded cfg_aliases v0.2.1
6752026-04-05T00:23:33.752Z Downloaded cassowary v0.3.0
6762026-04-05T00:23:33.752Z Downloaded dof v0.4.0
6772026-04-05T00:23:33.755Z Downloaded dunce v1.0.5
6782026-04-05T00:23:33.755Z Downloaded dirs-sys-next v0.1.2
6792026-04-05T00:23:33.758Z Downloaded difflib v0.4.0
6802026-04-05T00:23:33.758Z Downloaded embedded-io v0.6.1
6812026-04-05T00:23:33.762Z Downloaded endian-type v0.1.2
6822026-04-05T00:23:33.762Z Downloaded dirs-next v2.0.0
6832026-04-05T00:23:33.762Z Downloaded diesel_table_macro_syntax v0.3.0
6842026-04-05T00:23:33.762Z Downloaded derive_builder_macro v0.20.2
6852026-04-05T00:23:33.762Z Downloaded defmt v0.3.100
6862026-04-05T00:23:33.766Z Downloaded convert_case v0.10.0
6872026-04-05T00:23:33.766Z Downloaded debug-ignore v1.0.5
6882026-04-05T00:23:33.766Z Downloaded bcs v0.1.6
6892026-04-05T00:23:33.766Z Downloaded futures-sink v0.3.32
6902026-04-05T00:23:33.769Z Downloaded cookie_store v0.22.1
6912026-04-05T00:23:33.769Z Downloaded const-oid v0.9.6
6922026-04-05T00:23:33.772Z Downloaded hex-literal v0.4.1
6932026-04-05T00:23:33.772Z Downloaded headers-core v0.3.0
6942026-04-05T00:23:33.772Z Downloaded hash32 v0.3.1
6952026-04-05T00:23:33.772Z Downloaded futures-task v0.3.32
6962026-04-05T00:23:33.775Z Downloaded gethostname v0.5.0
6972026-04-05T00:23:33.775Z Downloaded git-stub v1.0.0
6982026-04-05T00:23:33.775Z Downloaded foreign-types v0.3.2
6992026-04-05T00:23:33.775Z Downloaded csv-core v0.1.13
7002026-04-05T00:23:33.778Z Downloaded fxhash v0.2.1
7012026-04-05T00:23:33.778Z Downloaded futures-macro v0.3.32
7022026-04-05T00:23:33.778Z Downloaded daft-derive v0.1.5
7032026-04-05T00:23:33.781Z Downloaded ghash v0.5.1
7042026-04-05T00:23:33.783Z Downloaded daft v0.1.5
7052026-04-05T00:23:33.783Z Downloaded blowfish v0.9.1
7062026-04-05T00:23:33.783Z Downloaded cexpr v0.6.0
7072026-04-05T00:23:33.786Z Downloaded backoff v0.4.0
7082026-04-05T00:23:33.786Z Downloaded console v0.15.11
7092026-04-05T00:23:33.789Z Downloaded derive-ex v0.1.8
7102026-04-05T00:23:33.789Z Downloaded ciborium-ll v0.2.2
7112026-04-05T00:23:33.791Z Downloaded bit-vec v0.8.0
7122026-04-05T00:23:33.791Z Downloaded defmt v1.0.1
7132026-04-05T00:23:33.795Z Downloaded foldhash v0.2.0
7142026-04-05T00:23:33.795Z Downloaded hash32 v0.2.1
7152026-04-05T00:23:33.798Z Downloaded globwalk v0.9.1
7162026-04-05T00:23:33.798Z Downloaded foldhash v0.1.5
7172026-04-05T00:23:33.798Z Downloaded float-ord v0.3.2
7182026-04-05T00:23:33.798Z Downloaded fixedbitset v0.5.7
7192026-04-05T00:23:33.801Z Downloaded find-msvc-tools v0.1.9
7202026-04-05T00:23:33.801Z Downloaded defmt-macros v1.0.1
7212026-04-05T00:23:33.804Z Downloaded fs-err v2.11.0
7222026-04-05T00:23:33.804Z Downloaded env_logger v0.11.9
7232026-04-05T00:23:33.804Z Downloaded fs_extra v1.3.0
7242026-04-05T00:23:33.807Z Downloaded erased-serde v0.3.31
7252026-04-05T00:23:33.810Z Downloaded filetime v0.2.27
7262026-04-05T00:23:33.810Z Downloaded constant_time_eq v0.4.2
7272026-04-05T00:23:33.813Z Downloaded futures-executor v0.3.32
7282026-04-05T00:23:33.813Z Downloaded chacha20 v0.9.1
7292026-04-05T00:23:33.813Z Downloaded cargo_metadata v0.19.2
7302026-04-05T00:23:33.815Z Downloaded fallible-iterator v0.2.0
7312026-04-05T00:23:33.815Z Downloaded either v1.15.0
7322026-04-05T00:23:33.818Z Downloaded ena v0.14.4
7332026-04-05T00:23:33.818Z Downloaded hex v0.4.3
7342026-04-05T00:23:33.818Z Downloaded crc32fast v1.5.0
7352026-04-05T00:23:33.821Z Downloaded chacha20 v0.10.0
7362026-04-05T00:23:33.821Z Downloaded colored v3.1.1
7372026-04-05T00:23:33.824Z Downloaded cargo_toml v0.22.3
7382026-04-05T00:23:33.824Z Downloaded deranged v0.5.8
7392026-04-05T00:23:33.826Z Downloaded home v0.5.12
7402026-04-05T00:23:33.826Z Downloaded blake2 v0.10.6
7412026-04-05T00:23:33.829Z Downloaded hostname v0.4.2
7422026-04-05T00:23:33.829Z Downloaded der_derive v0.7.3
7432026-04-05T00:23:33.833Z Downloaded bzip2 v0.6.1
7442026-04-05T00:23:33.833Z Downloaded http-range v0.1.5
7452026-04-05T00:23:33.833Z Downloaded bzip2 v0.4.4
7462026-04-05T00:23:33.836Z Downloaded httpdate v1.0.3
7472026-04-05T00:23:33.837Z Downloaded hubpack v0.1.2
7482026-04-05T00:23:33.837Z Downloaded hyper-tls v0.6.0
7492026-04-05T00:23:33.837Z Downloaded drift v0.1.3
7502026-04-05T00:23:33.839Z Downloaded indent_write v2.2.0
7512026-04-05T00:23:33.839Z Downloaded is-terminal v0.4.17
7522026-04-05T00:23:33.843Z Downloaded instant v0.1.13
7532026-04-05T00:23:33.843Z Downloaded instability v0.3.11
7542026-04-05T00:23:33.843Z Downloaded hubpack_derive v0.1.1
7552026-04-05T00:23:33.846Z Downloaded http-body v1.0.1
7562026-04-05T00:23:33.846Z Downloaded ident_case v1.0.1
7572026-04-05T00:23:33.846Z Downloaded diesel-dtrace v0.5.0
7582026-04-05T00:23:33.846Z Downloaded cpufeatures v0.3.0
7592026-04-05T00:23:33.846Z Downloaded darling v0.23.0
7602026-04-05T00:23:33.849Z Downloaded ciborium v0.2.2
7612026-04-05T00:23:33.855Z Downloaded group v0.13.0
7622026-04-05T00:23:33.855Z Downloaded derive_builder v0.20.2
7632026-04-05T00:23:33.858Z Downloaded derive_builder_core v0.20.2
7642026-04-05T00:23:33.858Z Downloaded darling v0.21.3
7652026-04-05T00:23:33.861Z Downloaded darling v0.20.11
7662026-04-05T00:23:33.864Z Downloaded diff v0.1.13
7672026-04-05T00:23:33.864Z Downloaded internet-checksum v0.2.1
7682026-04-05T00:23:33.868Z Downloaded indoc v1.0.9
7692026-04-05T00:23:33.868Z Downloaded console v0.16.2
7702026-04-05T00:23:33.871Z Downloaded futures-channel v0.3.32
7712026-04-05T00:23:33.871Z Downloaded cookie v0.18.1
7722026-04-05T00:23:33.871Z Downloaded camino-tempfile-ext v0.3.3
7732026-04-05T00:23:33.874Z Downloaded backon v1.6.0
7742026-04-05T00:23:33.874Z Downloaded data-encoding v2.10.0
7752026-04-05T00:23:33.874Z Downloaded globset v0.4.18
7762026-04-05T00:23:33.878Z Downloaded is_ci v1.2.0
7772026-04-05T00:23:33.878Z Downloaded glob v0.3.3
7782026-04-05T00:23:33.878Z Downloaded inout v0.1.4
7792026-04-05T00:23:33.881Z Downloaded lazy_static v1.5.0
7802026-04-05T00:23:33.881Z Downloaded corncobs v0.1.4
7812026-04-05T00:23:33.881Z Downloaded ecdsa v0.16.9
7822026-04-05T00:23:33.883Z Downloaded cancel-safe-futures v0.1.5
7832026-04-05T00:23:33.883Z Downloaded keccak v0.1.6
7842026-04-05T00:23:33.884Z Downloaded kstat-rs v0.2.4
7852026-04-05T00:23:33.886Z Downloaded clang-sys v1.8.1
7862026-04-05T00:23:33.886Z Downloaded async-trait v0.1.89
7872026-04-05T00:23:33.891Z Downloaded des v0.8.1
7882026-04-05T00:23:33.891Z Downloaded hostname v0.3.1
7892026-04-05T00:23:33.891Z Downloaded linked-hash-map v0.5.6
7902026-04-05T00:23:33.891Z Downloaded highway v1.3.0
7912026-04-05T00:23:33.894Z Downloaded ctr v0.9.2
7922026-04-05T00:23:33.894Z Downloaded crossbeam-deque v0.8.6
7932026-04-05T00:23:33.897Z Downloaded ff v0.13.1
7942026-04-05T00:23:33.897Z Downloaded critical-section v1.2.0
7952026-04-05T00:23:33.900Z Downloaded base64 v0.21.7
7962026-04-05T00:23:33.900Z Downloaded ahash v0.8.12
7972026-04-05T00:23:33.903Z Downloaded humantime v2.3.0
7982026-04-05T00:23:33.905Z Downloaded maplit v1.0.2
7992026-04-05T00:23:33.905Z Downloaded md5 v0.7.0
8002026-04-05T00:23:33.905Z Downloaded md-5 v0.10.6
8012026-04-05T00:23:33.908Z Downloaded managed v0.8.0
8022026-04-05T00:23:33.908Z Downloaded match_cfg v0.1.0
8032026-04-05T00:23:33.908Z Downloaded lru v0.12.5
8042026-04-05T00:23:33.911Z Downloaded maybe-uninit v2.0.0
8052026-04-05T00:23:33.911Z Downloaded memoffset v0.9.1
8062026-04-05T00:23:33.911Z Downloaded lru-slab v0.1.2
8072026-04-05T00:23:33.911Z Downloaded lzss v0.8.2
8082026-04-05T00:23:33.914Z Downloaded libscf-sys v1.1.0
8092026-04-05T00:23:33.914Z Downloaded indoc v2.0.7
8102026-04-05T00:23:33.917Z Downloaded multimap v0.10.1
8112026-04-05T00:23:33.917Z Downloaded impl-trait-for-tuples v0.2.3
8122026-04-05T00:23:33.920Z Downloaded num v0.4.3
8132026-04-05T00:23:33.920Z Downloaded newline-converter v0.3.0
8142026-04-05T00:23:33.920Z Downloaded num-conv v0.2.0
8152026-04-05T00:23:33.920Z Downloaded new_debug_unreachable v1.0.6
8162026-04-05T00:23:33.923Z Downloaded aes-gcm v0.10.3
8172026-04-05T00:23:33.923Z Downloaded http-body-util v0.1.3
8182026-04-05T00:23:33.926Z Downloaded getrandom v0.2.17
8192026-04-05T00:23:33.926Z Downloaded ipnetwork v0.21.1
8202026-04-05T00:23:33.928Z Downloaded derive-where v1.6.0
8212026-04-05T00:23:33.931Z Downloaded hickory-client v0.25.2
8222026-04-05T00:23:33.931Z Downloaded newtype_derive v0.1.6
8232026-04-05T00:23:33.931Z Downloaded newtype-uuid-macros v0.1.0
8242026-04-05T00:23:33.934Z Downloaded nibble_vec v0.1.0
8252026-04-05T00:23:33.937Z Downloaded fatfs v0.3.6
8262026-04-05T00:23:33.937Z Downloaded crossbeam-utils v0.8.21
8272026-04-05T00:23:33.943Z Downloaded normalize-line-endings v0.3.0
8282026-04-05T00:23:33.943Z Downloaded cbc v0.1.2
8292026-04-05T00:23:33.949Z Downloaded elliptic-curve v0.13.8
8302026-04-05T00:23:33.949Z Downloaded bytes v1.11.1
8312026-04-05T00:23:33.949Z Downloaded ed25519 v2.2.3
8322026-04-05T00:23:33.952Z Downloaded dropshot_endpoint v0.16.7
8332026-04-05T00:23:33.952Z Downloaded nodrop v0.1.14
8342026-04-05T00:23:33.952Z Downloaded lalrpop-util v0.19.12
8352026-04-05T00:23:33.952Z Downloaded ipnet v2.11.0
8362026-04-05T00:23:33.952Z Downloaded ingot-types v0.1.2
8372026-04-05T00:23:33.955Z Downloaded const_format v0.2.35
8382026-04-05T00:23:33.958Z Downloaded num-derive v0.4.2
8392026-04-05T00:23:33.963Z Downloaded num_threads v0.1.7
8402026-04-05T00:23:33.963Z Downloaded num-iter v0.1.45
8412026-04-05T00:23:33.963Z Downloaded num-derive v0.3.3
8422026-04-05T00:23:33.967Z Downloaded num_enum_derive v0.5.11
8432026-04-05T00:23:33.967Z Downloaded libefi-sys v0.1.0
8442026-04-05T00:23:33.967Z Downloaded compact_str v0.8.1
8452026-04-05T00:23:33.967Z Downloaded nonempty v0.12.0
8462026-04-05T00:23:33.967Z Downloaded libsw-core v0.3.2
8472026-04-05T00:23:33.970Z Downloaded openssl-probe v0.1.6
8482026-04-05T00:23:33.970Z Downloaded jobserver v0.1.34
8492026-04-05T00:23:33.971Z Downloaded linear-map v1.2.0
8502026-04-05T00:23:33.974Z Downloaded hyper-staticfile v0.10.1
8512026-04-05T00:23:33.974Z Downloaded oso-derive v0.27.3
8522026-04-05T00:23:33.974Z Downloaded hyper-rustls v0.27.7
8532026-04-05T00:23:33.978Z Downloaded getrandom v0.3.4
8542026-04-05T00:23:33.978Z Downloaded openssl-probe v0.2.1
8552026-04-05T00:23:33.980Z Downloaded packed_struct_codegen v0.10.1
8562026-04-05T00:23:33.980Z Downloaded libsw v3.5.0
8572026-04-05T00:23:33.981Z Downloaded iana-time-zone v0.1.65
8582026-04-05T00:23:33.984Z Downloaded openssl-macros v0.1.1
8592026-04-05T00:23:33.984Z Downloaded opaque-debug v0.3.1
8602026-04-05T00:23:33.984Z Downloaded httparse v1.10.1
8612026-04-05T00:23:33.987Z Downloaded lru-cache v0.1.2
8622026-04-05T00:23:33.987Z Downloaded olpc-cjson v0.1.4
8632026-04-05T00:23:33.987Z Downloaded futures v0.3.32
8642026-04-05T00:23:34.003Z Downloaded native-tls v0.2.18
8652026-04-05T00:23:34.007Z Downloaded nanorand v0.7.0
8662026-04-05T00:23:34.007Z Downloaded mime_guess v2.0.5
8672026-04-05T00:23:34.013Z Downloaded mime v0.3.17
8682026-04-05T00:23:34.013Z Downloaded lock_api v0.4.14
8692026-04-05T00:23:34.013Z Downloaded half v2.7.1
8702026-04-05T00:23:34.016Z Downloaded parse-display v0.10.0
8712026-04-05T00:23:34.016Z Downloaded darling_core v0.20.11
8722026-04-05T00:23:34.016Z Downloaded crossbeam-epoch v0.9.18
8732026-04-05T00:23:34.016Z Downloaded flume v0.11.1
8742026-04-05T00:23:34.019Z Downloaded parse-size v1.1.0
8752026-04-05T00:23:34.019Z Downloaded num_enum v0.7.5
8762026-04-05T00:23:34.022Z Downloaded newtype-uuid v1.3.2
8772026-04-05T00:23:34.024Z Downloaded darling_core v0.21.3
8782026-04-05T00:23:34.027Z Downloaded pbkdf2 v0.12.2
8792026-04-05T00:23:34.027Z Downloaded pbkdf2 v0.11.0
8802026-04-05T00:23:34.030Z Downloaded ingot-macros v0.1.1
8812026-04-05T00:23:34.030Z Downloaded ingot v0.1.1
8822026-04-05T00:23:34.030Z Downloaded half v1.8.3
8832026-04-05T00:23:34.033Z Downloaded git-stub-vcs v0.1.0
8842026-04-05T00:23:34.033Z Downloaded peg-runtime v0.8.5
8852026-04-05T00:23:34.035Z Downloaded num_enum_derive v0.7.5
8862026-04-05T00:23:34.035Z Downloaded num-rational v0.4.2
8872026-04-05T00:23:34.035Z Downloaded num-complex v0.4.6
8882026-04-05T00:23:34.038Z Downloaded libloading v0.8.9
8892026-04-05T00:23:34.038Z Downloaded chacha20poly1305 v0.10.1
8902026-04-05T00:23:34.040Z Downloaded num_enum v0.5.11
8912026-04-05T00:23:34.043Z Downloaded phf_shared v0.13.1
8922026-04-05T00:23:34.043Z Downloaded phf_shared v0.11.3
8932026-04-05T00:23:34.046Z Downloaded colored v2.2.0
8942026-04-05T00:23:34.046Z Downloaded oxide-tokio-rt v0.1.3
8952026-04-05T00:23:34.049Z Downloaded pin-utils v0.1.0
8962026-04-05T00:23:34.053Z Downloaded owo-colors v4.3.0
8972026-04-05T00:23:34.057Z Downloaded predicates-core v1.0.10
8982026-04-05T00:23:34.057Z Downloaded oxnet v0.1.4
8992026-04-05T00:23:34.057Z Downloaded litrs v1.0.0
9002026-04-05T00:23:34.060Z Downloaded indexmap v1.9.3
9012026-04-05T00:23:34.063Z Downloaded hmac v0.12.1
9022026-04-05T00:23:34.063Z Downloaded nu-ansi-term v0.50.3
9032026-04-05T00:23:34.065Z Downloaded multer v3.1.0
9042026-04-05T00:23:34.065Z Downloaded ignore v0.4.25
9052026-04-05T00:23:34.068Z Downloaded powerfmt v0.2.0
9062026-04-05T00:23:34.068Z Downloaded crc-any v2.5.0
9072026-04-05T00:23:34.071Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-05T00:23:34.071Z Downloaded proc-macro-crate v1.3.1
9092026-04-05T00:23:34.071Z Downloaded predicates-tree v1.0.13
9102026-04-05T00:23:34.073Z Downloaded precomputed-hash v0.1.1
9112026-04-05T00:23:34.076Z Downloaded progenitor-client v0.11.2
9122026-04-05T00:23:34.079Z Downloaded parse-display-derive v0.10.0
9132026-04-05T00:23:34.079Z Downloaded crossbeam-channel v0.5.15
9142026-04-05T00:23:34.081Z Downloaded packed_struct v0.10.1
9152026-04-05T00:23:34.081Z Downloaded flate2 v1.1.9
9162026-04-05T00:23:34.084Z Downloaded path-slash v0.1.5
9172026-04-05T00:23:34.087Z Downloaded derive_more v2.1.1
9182026-04-05T00:23:34.092Z Downloaded psl-types v2.0.11
9192026-04-05T00:23:34.095Z Downloaded progenitor-macro v0.11.2
9202026-04-05T00:23:34.095Z Downloaded pem v3.0.6
9212026-04-05T00:23:34.098Z Downloaded cc v1.2.56
9222026-04-05T00:23:34.098Z Downloaded num-integer v0.1.46
9232026-04-05T00:23:34.098Z Downloaded memmap2 v0.9.10
9242026-04-05T00:23:34.100Z Downloaded progenitor-macro v0.10.0
9252026-04-05T00:23:34.100Z Downloaded phf v0.12.1
9262026-04-05T00:23:34.103Z Downloaded progenitor-client v0.10.0
9272026-04-05T00:23:34.103Z Downloaded password-hash v0.5.0
9282026-04-05T00:23:34.103Z Downloaded peg-macros v0.8.5
9292026-04-05T00:23:34.106Z Downloaded peg v0.8.5
9302026-04-05T00:23:34.108Z Downloaded pin-project-lite v0.2.17
9312026-04-05T00:23:34.111Z Downloaded pin-project-internal v1.1.11
9322026-04-05T00:23:34.111Z Downloaded phf_shared v0.12.1
9332026-04-05T00:23:34.114Z Downloaded phf v0.13.1
9342026-04-05T00:23:34.114Z Downloaded libbz2-rs-sys v0.2.2
9352026-04-05T00:23:34.116Z Downloaded postgres-protocol v0.6.10
9362026-04-05T00:23:34.116Z Downloaded parking_lot_core v0.8.6
9372026-04-05T00:23:34.119Z Downloaded derive_more-impl v2.1.1
9382026-04-05T00:23:34.122Z Downloaded paste v1.0.15
9392026-04-05T00:23:34.122Z Downloaded poly1305 v0.8.0
9402026-04-05T00:23:34.125Z Downloaded polyval v0.6.2
9412026-04-05T00:23:34.125Z Downloaded indicatif v0.18.4
9422026-04-05T00:23:34.128Z Downloaded aho-corasick v1.1.4
9432026-04-05T00:23:34.130Z Downloaded pkcs8 v0.10.2
9442026-04-05T00:23:34.133Z Downloaded heapless v0.7.17
9452026-04-05T00:23:34.136Z Downloaded parking_lot v0.12.5
9462026-04-05T00:23:34.140Z Downloaded proc-macro-crate v3.4.0
9472026-04-05T00:23:34.140Z Downloaded ref-cast v1.0.25
9482026-04-05T00:23:34.140Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-04-05T00:23:34.144Z Downloaded recursive v0.1.1
9502026-04-05T00:23:34.144Z Downloaded parking_lot_core v0.9.12
9512026-04-05T00:23:34.144Z Downloaded predicates v3.1.4
9522026-04-05T00:23:34.147Z Downloaded ref-cast-impl v1.0.25
9532026-04-05T00:23:34.147Z Downloaded progenitor v0.11.2
9542026-04-05T00:23:34.147Z Downloaded proc-macro-error2 v2.0.1
9552026-04-05T00:23:34.147Z Downloaded rand_xorshift v0.4.0
9562026-04-05T00:23:34.150Z Downloaded progenitor-macro v0.13.0
9572026-04-05T00:23:34.150Z Downloaded radium v0.7.0
9582026-04-05T00:23:34.150Z Downloaded base64 v0.22.1
9592026-04-05T00:23:34.153Z Downloaded hickory-resolver v0.24.4
9602026-04-05T00:23:34.156Z Downloaded expectorate v1.2.0
9612026-04-05T00:23:34.158Z Downloaded progenitor-client v0.13.0
9622026-04-05T00:23:34.158Z Downloaded primeorder v0.13.6
9632026-04-05T00:23:34.159Z Downloaded quick-error v1.2.3
9642026-04-05T00:23:34.161Z Downloaded headers v0.4.1
9652026-04-05T00:23:34.164Z Downloaded diesel_derives v2.3.7
9662026-04-05T00:23:34.167Z Downloaded psm v0.1.30
9672026-04-05T00:23:34.169Z Downloaded progenitor v0.13.0
9682026-04-05T00:23:34.169Z Downloaded pem-rfc7468 v0.7.0
9692026-04-05T00:23:34.172Z Downloaded oso v0.27.3
9702026-04-05T00:23:34.172Z Downloaded progenitor v0.10.0
9712026-04-05T00:23:34.175Z Downloaded rand_chacha v0.3.1
9722026-04-05T00:23:34.175Z Downloaded parking_lot v0.11.2
9732026-04-05T00:23:34.178Z Downloaded password-hash v0.4.2
9742026-04-05T00:23:34.178Z Downloaded russh-cryptovec v0.7.3
9752026-04-05T00:23:34.178Z Downloaded heapless v0.8.0
9762026-04-05T00:23:34.180Z Downloaded rustc_version v0.1.7
9772026-04-05T00:23:34.180Z Downloaded rustc_version v0.4.1
9782026-04-05T00:23:34.183Z Downloaded rustc-hash v2.1.1
9792026-04-05T00:23:34.183Z Downloaded rfc6979 v0.4.0
9802026-04-05T00:23:34.183Z Downloaded bumpalo v3.20.2
9812026-04-05T00:23:34.186Z Downloaded p256 v0.13.2
9822026-04-05T00:23:34.189Z Downloaded r2d2 v0.8.10
9832026-04-05T00:23:34.189Z Downloaded rand_core v0.6.4
9842026-04-05T00:23:34.191Z Downloaded progenitor-extras v0.1.1
9852026-04-05T00:23:34.191Z Downloaded rand_seeder v0.4.0
9862026-04-05T00:23:34.191Z Downloaded rtoolbox v0.0.3
9872026-04-05T00:23:34.194Z Downloaded pkcs1 v0.7.5
9882026-04-05T00:23:34.194Z Downloaded rand_core v0.10.0
9892026-04-05T00:23:34.197Z Downloaded rand_core v0.9.5
9902026-04-05T00:23:34.197Z Downloaded postcard v1.1.3
9912026-04-05T00:23:34.201Z Downloaded pkg-config v0.3.32
9922026-04-05T00:23:34.201Z Downloaded omicron-zone-package v0.12.2
9932026-04-05T00:23:34.201Z Downloaded der v0.7.10
9942026-04-05T00:23:34.203Z Downloaded ppv-lite86 v0.2.21
9952026-04-05T00:23:34.206Z Downloaded darling_core v0.23.0
9962026-04-05T00:23:34.208Z Downloaded crypto-bigint v0.5.5
9972026-04-05T00:23:34.211Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-05T00:23:34.213Z Downloaded rand_chacha v0.9.0
9992026-04-05T00:23:34.213Z Downloaded sapling-renderdag v0.1.0
10002026-04-05T00:23:34.216Z Downloaded same-file v1.0.6
10012026-04-05T00:23:34.223Z Downloaded scroll_derive v0.13.1
10022026-04-05T00:23:34.225Z Downloaded scopeguard v1.2.0
10032026-04-05T00:23:34.225Z Downloaded secrecy v0.10.3
10042026-04-05T00:23:34.228Z Downloaded hickory-resolver v0.25.2
10052026-04-05T00:23:34.231Z Downloaded secrecy v0.8.0
10062026-04-05T00:23:34.235Z Downloaded serde-big-array v0.5.1
10072026-04-05T00:23:34.235Z Downloaded serde_urlencoded v0.7.1
10082026-04-05T00:23:34.238Z Downloaded serde_spanned v1.0.4
10092026-04-05T00:23:34.238Z Downloaded jiff-static v0.2.21
10102026-04-05T00:23:34.238Z Downloaded serde_repr v0.1.20
10112026-04-05T00:23:34.244Z Downloaded pin-project v1.1.11
10122026-04-05T00:23:34.250Z Downloaded resolv-conf v0.7.6
10132026-04-05T00:23:34.253Z Downloaded rustls-native-certs v0.8.3
10142026-04-05T00:23:34.256Z Downloaded postgres-types v0.2.12
10152026-04-05T00:23:34.256Z Downloaded shell-words v1.1.1
10162026-04-05T00:23:34.256Z Downloaded pkcs5 v0.7.1
10172026-04-05T00:23:34.259Z Downloaded sigpipe v0.1.3
10182026-04-05T00:23:34.264Z Downloaded signature v2.2.0
10192026-04-05T00:23:34.264Z Downloaded aes v0.8.4
10202026-04-05T00:23:34.266Z Downloaded miniz_oxide v0.8.9
10212026-04-05T00:23:34.266Z Downloaded rustls-pemfile v1.0.4
10222026-04-05T00:23:34.266Z Downloaded hashbrown v0.13.2
10232026-04-05T00:23:34.269Z Downloaded hashbrown v0.12.3
10242026-04-05T00:23:34.273Z Downloaded minimal-lexical v0.2.1
10252026-04-05T00:23:34.276Z Downloaded seq-macro v0.3.6
10262026-04-05T00:23:34.276Z Downloaded quinn-udp v0.5.14
10272026-04-05T00:23:34.276Z Downloaded prefix-trie v0.7.0
10282026-04-05T00:23:34.279Z Downloaded papergrid v0.17.0
10292026-04-05T00:23:34.282Z Downloaded progenitor-impl v0.11.2
10302026-04-05T00:23:34.282Z Downloaded http v1.4.0
10312026-04-05T00:23:34.285Z Downloaded ed25519-dalek v2.2.0
10322026-04-05T00:23:34.288Z Downloaded slog-bunyan v2.5.0
10332026-04-05T00:23:34.288Z Downloaded serde_bytes v0.11.19
10342026-04-05T00:23:34.290Z Downloaded dropshot-api-manager v0.6.0
10352026-04-05T00:23:34.293Z Downloaded slog-envlogger v2.2.0
10362026-04-05T00:23:34.299Z Downloaded scroll v0.13.0
10372026-04-05T00:23:34.302Z Downloaded sha1 v0.10.6
10382026-04-05T00:23:34.302Z Downloaded serde_plain v1.0.2
10392026-04-05T00:23:34.305Z Downloaded serde_path_to_error v0.1.20
10402026-04-05T00:23:34.305Z Downloaded serde-hex v0.1.0
10412026-04-05T00:23:34.308Z Downloaded sqlparser_derive v0.5.0
10422026-04-05T00:23:34.310Z Downloaded crossterm v0.29.0
10432026-04-05T00:23:34.319Z Downloaded signal-hook-mio v0.2.5
10442026-04-05T00:23:34.322Z Downloaded salsa20 v0.10.2
10452026-04-05T00:23:34.322Z Downloaded siphasher v1.0.2
10462026-04-05T00:23:34.324Z Downloaded signal-hook-tokio v0.3.1
10472026-04-05T00:23:34.324Z Downloaded shlex v1.3.0
10482026-04-05T00:23:34.327Z Downloaded rustls-pemfile v2.2.0
10492026-04-05T00:23:34.327Z Downloaded ssh-cipher v0.2.0
10502026-04-05T00:23:34.330Z Downloaded scrypt v0.11.0
10512026-04-05T00:23:34.333Z Downloaded openssl-sys v0.9.111
10522026-04-05T00:23:34.336Z Downloaded semver v0.1.20
10532026-04-05T00:23:34.336Z Downloaded rustls-pki-types v1.14.0
10542026-04-05T00:23:34.339Z Downloaded hickory-server v0.25.2
10552026-04-05T00:23:34.342Z Downloaded hyper-util v0.1.20
10562026-04-05T00:23:34.345Z Downloaded simd-adler32 v0.3.8
10572026-04-05T00:23:34.347Z Downloaded strum v0.26.3
10582026-04-05T00:23:34.351Z Downloaded pretty_assertions v1.4.1
10592026-04-05T00:23:34.354Z Downloaded crossterm v0.28.1
10602026-04-05T00:23:34.357Z Downloaded strum v0.27.2
10612026-04-05T00:23:34.360Z Downloaded structmeta-derive v0.3.0
10622026-04-05T00:23:34.360Z Downloaded structmeta v0.3.0
10632026-04-05T00:23:34.360Z Downloaded slog-json v2.6.1
10642026-04-05T00:23:34.363Z Downloaded slog-term v2.9.2
10652026-04-05T00:23:34.363Z Downloaded slog-stdlog v4.1.1
10662026-04-05T00:23:34.366Z Downloaded slog-dtrace v0.3.0
10672026-04-05T00:23:34.369Z Downloaded sync_wrapper v1.0.2
10682026-04-05T00:23:34.369Z Downloaded serde_cbor v0.11.2
10692026-04-05T00:23:34.371Z Downloaded supports-color v3.0.2
10702026-04-05T00:23:34.371Z Downloaded progenitor-impl v0.10.0
10712026-04-05T00:23:34.374Z Downloaded prettyplease v0.2.37
10722026-04-05T00:23:34.377Z Downloaded tap v1.0.1
10732026-04-05T00:23:34.377Z Downloaded rcgen v0.12.1
10742026-04-05T00:23:34.380Z Downloaded tabled_derive v0.11.0
10752026-04-05T00:23:34.380Z Downloaded sqlformat v0.3.5
10762026-04-05T00:23:34.380Z Downloaded strip-ansi-escapes v0.2.1
10772026-04-05T00:23:34.391Z Downloaded itertools v0.10.5
10782026-04-05T00:23:34.391Z Downloaded subtle v2.6.1
10792026-04-05T00:23:34.391Z Downloaded spki v0.7.3
10802026-04-05T00:23:34.391Z Downloaded take_mut v0.2.2
10812026-04-05T00:23:34.391Z Downloaded tagptr v0.2.0
10822026-04-05T00:23:34.391Z Downloaded russh-keys v0.45.0
10832026-04-05T00:23:34.391Z Downloaded tabwriter v1.4.1
10842026-04-05T00:23:34.391Z Downloaded sync-ptr v0.1.4
10852026-04-05T00:23:34.395Z Downloaded serde_with_macros v3.17.0
10862026-04-05T00:23:34.395Z Downloaded stacker v0.1.23
10872026-04-05T00:23:34.395Z Downloaded termtree v0.5.1
10882026-04-05T00:23:34.398Z Downloaded ssh-encoding v0.2.0
10892026-04-05T00:23:34.398Z Downloaded thread-id v5.1.0
10902026-04-05T00:23:34.398Z Downloaded thiserror-impl-no-std v2.0.2
10912026-04-05T00:23:34.401Z Downloaded rustls-platform-verifier v0.6.2
10922026-04-05T00:23:34.403Z Downloaded stringprep v0.1.5
10932026-04-05T00:23:34.406Z Downloaded string_cache v0.8.9
10942026-04-05T00:23:34.407Z Downloaded serde_derive_internals v0.29.1
10952026-04-05T00:23:34.411Z Downloaded schemars_derive v0.8.22
10962026-04-05T00:23:34.413Z Downloaded testing_table v0.3.0
10972026-04-05T00:23:34.413Z Downloaded snafu-derive v0.8.9
10982026-04-05T00:23:34.416Z Downloaded slog-scope v4.4.1
10992026-04-05T00:23:34.416Z Downloaded slog-async v2.8.0
11002026-04-05T00:23:34.416Z Downloaded time-core v0.1.8
11012026-04-05T00:23:34.418Z Downloaded sec1 v0.7.3
11022026-04-05T00:23:34.418Z Downloaded tinyvec_macros v0.1.1
11032026-04-05T00:23:34.418Z Downloaded rustversion v1.0.22
11042026-04-05T00:23:34.421Z Downloaded strum_macros v0.24.3
11052026-04-05T00:23:34.424Z Downloaded static_assertions v1.1.0
11062026-04-05T00:23:34.424Z Downloaded progenitor-impl v0.13.0
11072026-04-05T00:23:34.426Z Downloaded schemars v0.8.22
11082026-04-05T00:23:34.432Z Downloaded qorb v0.4.1
11092026-04-05T00:23:34.434Z Downloaded mio v1.1.1
11102026-04-05T00:23:34.438Z Downloaded smallvec v0.6.14
11112026-04-05T00:23:34.440Z Downloaded hashbrown v0.15.5
11122026-04-05T00:23:34.445Z Downloaded support-bundle-viewer v0.1.2
11132026-04-05T00:23:34.448Z Downloaded smf v0.2.3
11142026-04-05T00:23:34.448Z Downloaded slab v0.4.12
11152026-04-05T00:23:34.452Z Downloaded spin v0.9.8
11162026-04-05T00:23:34.452Z Downloaded quinn v0.11.9
11172026-04-05T00:23:34.455Z Downloaded strum_macros v0.26.4
11182026-04-05T00:23:34.457Z Downloaded rand v0.8.5
11192026-04-05T00:23:34.460Z Downloaded publicsuffix v2.3.0
11202026-04-05T00:23:34.460Z Downloaded signal-hook-registry v1.4.8
11212026-04-05T00:23:34.463Z Downloaded num-bigint v0.4.6
11222026-04-05T00:23:34.466Z Downloaded topological-sort v0.2.2
11232026-04-05T00:23:34.470Z Downloaded signal-hook v0.3.18
11242026-04-05T00:23:34.473Z Downloaded thiserror-no-std v2.0.2
11252026-04-05T00:23:34.476Z Downloaded ron v0.8.1
11262026-04-05T00:23:34.479Z Downloaded termios v0.3.3
11272026-04-05T00:23:34.482Z Downloaded sct v0.7.1
11282026-04-05T00:23:34.484Z Downloaded rusty-fork v0.3.1
11292026-04-05T00:23:34.487Z Downloaded time-macros v0.2.27
11302026-04-05T00:23:34.489Z Downloaded tower-layer v0.3.3
11312026-04-05T00:23:34.490Z Downloaded thread_local v1.1.9
11322026-04-05T00:23:34.492Z Downloaded typify-macro v0.4.3
11332026-04-05T00:23:34.492Z Downloaded num-bigint-dig v0.8.6
11342026-04-05T00:23:34.496Z Downloaded try-lock v0.2.5
11352026-04-05T00:23:34.501Z Downloaded trait-variant v0.1.2
11362026-04-05T00:23:34.501Z Downloaded tower-service v0.3.3
11372026-04-05T00:23:34.501Z Downloaded tiny-keccak v2.0.2
11382026-04-05T00:23:34.504Z Downloaded tls_codec_derive v0.4.2
11392026-04-05T00:23:34.507Z Downloaded strum_macros v0.27.2
11402026-04-05T00:23:34.511Z Downloaded tokio-native-tls v0.3.1
11412026-04-05T00:23:34.516Z Downloaded untrusted v0.7.1
11422026-04-05T00:23:34.519Z Downloaded tokio-tungstenite v0.23.1
11432026-04-05T00:23:34.519Z Downloaded utf-8 v0.7.6
11442026-04-05T00:23:34.522Z Downloaded nom v7.1.3
11452026-04-05T00:23:34.524Z Downloaded unicode-truncate v1.1.0
11462026-04-05T00:23:34.524Z Downloaded ryu v1.0.23
11472026-04-05T00:23:34.527Z Downloaded universal-hash v0.5.1
11482026-04-05T00:23:34.527Z Downloaded unit-prefix v0.5.2
11492026-04-05T00:23:34.527Z Downloaded itertools v0.13.0
11502026-04-05T00:23:34.530Z Downloaded term v0.7.0
11512026-04-05T00:23:34.533Z Downloaded tokio-macros v2.6.0
11522026-04-05T00:23:34.533Z Downloaded socket2 v0.6.2
11532026-04-05T00:23:34.537Z Downloaded untrusted v0.9.0
11542026-04-05T00:23:34.537Z Downloaded tokio-tungstenite v0.21.0
11552026-04-05T00:23:34.540Z Downloaded tokio-dtrace v0.1.1
11562026-04-05T00:23:34.540Z Downloaded usdt-macro v0.6.0
11572026-04-05T00:23:34.540Z Downloaded usdt v0.6.0
11582026-04-05T00:23:34.540Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-04-05T00:23:34.543Z Downloaded rsa v0.9.10
11602026-04-05T00:23:34.543Z Downloaded usdt-attr-macro v0.6.0
11612026-04-05T00:23:34.546Z Downloaded itertools v0.12.1
11622026-04-05T00:23:34.549Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-04-05T00:23:34.549Z Downloaded rand v0.9.2
11642026-04-05T00:23:34.552Z Downloaded rayon-core v1.13.0
11652026-04-05T00:23:34.555Z Downloaded unarray v0.1.4
11662026-04-05T00:23:34.555Z Downloaded typify-macro v0.6.1
11672026-04-05T00:23:34.558Z Downloaded void v1.0.2
11682026-04-05T00:23:34.558Z Downloaded iddqd v0.3.17
11692026-04-05T00:23:34.561Z Downloaded term v1.2.1
11702026-04-05T00:23:34.565Z Downloaded blake3 v1.8.3
11712026-04-05T00:23:34.569Z Downloaded want v0.3.1
11722026-04-05T00:23:34.569Z Downloaded similar v2.7.0
11732026-04-05T00:23:34.572Z Downloaded iri-string v0.7.10
11742026-04-05T00:23:34.575Z Downloaded waitgroup v0.1.2
11752026-04-05T00:23:34.577Z Downloaded wait-timeout v0.2.1
11762026-04-05T00:23:34.577Z Downloaded tui-tree-widget v0.23.1
11772026-04-05T00:23:34.577Z Downloaded xattr v1.6.1
11782026-04-05T00:23:34.580Z Downloaded tls_codec v0.4.2
11792026-04-05T00:23:34.582Z Downloaded socket2 v0.5.10
11802026-04-05T00:23:34.586Z Downloaded unicase v2.9.0
11812026-04-05T00:23:34.589Z Downloaded tokio-rustls v0.25.0
11822026-04-05T00:23:34.591Z Downloaded tokio-stream v0.1.18
11832026-04-05T00:23:34.597Z Downloaded slog v2.8.2
11842026-04-05T00:23:34.600Z Downloaded xshell-macros v0.2.7
11852026-04-05T00:23:34.606Z Downloaded test-strategy v0.4.5
11862026-04-05T00:23:34.612Z Downloaded rand v0.10.0
11872026-04-05T00:23:34.616Z Downloaded zeroize_derive v1.4.3
11882026-04-05T00:23:34.618Z Downloaded tokio-rustls v0.26.4
11892026-04-05T00:23:34.618Z Downloaded tokio-rustls v0.24.1
11902026-04-05T00:23:34.623Z Downloaded zone_cfg_derive v0.3.1
11912026-04-05T00:23:34.625Z Downloaded toml_parser v1.0.9+spec-1.1.0
11922026-04-05T00:23:34.628Z Downloaded vergen-git2 v1.0.7
11932026-04-05T00:23:34.631Z Downloaded subprocess v0.2.15
11942026-04-05T00:23:34.634Z Downloaded schemars v0.9.0
11952026-04-05T00:23:34.640Z Downloaded vergen-lib v0.1.6
11962026-04-05T00:23:34.642Z Downloaded vsss-rs v3.3.4
11972026-04-05T00:23:34.643Z Downloaded vergen-gitcl v1.0.8
11982026-04-05T00:23:34.645Z Downloaded tracing-attributes v0.1.31
11992026-04-05T00:23:34.645Z Downloaded wyz v0.5.1
12002026-04-05T00:23:34.648Z Downloaded walkdir v2.5.0
12012026-04-05T00:23:34.648Z Downloaded tinyvec v1.10.0
12022026-04-05T00:23:34.648Z Downloaded whoami v2.1.0
12032026-04-05T00:23:34.651Z Downloaded twox-hash v2.1.2
12042026-04-05T00:23:34.651Z Downloaded libxml v0.3.3
12052026-04-05T00:23:34.654Z Downloaded hyper v1.8.1
12062026-04-05T00:23:34.658Z Downloaded h2 v0.4.13
12072026-04-05T00:23:34.662Z Downloaded p521 v0.13.3
12082026-04-05T00:23:34.665Z Downloaded hkdf v0.12.4
12092026-04-05T00:23:34.668Z Downloaded toml v0.7.8
12102026-04-05T00:23:34.670Z Downloaded futures-util v0.3.32
12112026-04-05T00:23:34.674Z Downloaded zeroize v1.8.2
12122026-04-05T00:23:34.678Z Downloaded russh v0.45.0
12132026-04-05T00:23:34.682Z Downloaded xz2 v0.1.7
12142026-04-05T00:23:34.682Z Downloaded uzers v0.12.2
12152026-04-05T00:23:34.682Z Downloaded itertools v0.14.0
12162026-04-05T00:23:34.685Z Downloaded vergen v9.0.6
12172026-04-05T00:23:34.689Z Downloaded usdt-impl v0.6.0
12182026-04-05T00:23:34.689Z Downloaded schemars v1.2.1
12192026-04-05T00:23:34.695Z Downloaded samael v0.0.19
12202026-04-05T00:23:34.698Z Downloaded xshell v0.2.7
12212026-04-05T00:23:34.701Z Downloaded chrono v0.4.44
12222026-04-05T00:23:34.703Z Downloaded steno v0.4.1
12232026-04-05T00:23:34.706Z Downloaded zone v0.3.1
12242026-04-05T00:23:34.706Z Downloaded serde_yaml v0.9.34+deprecated
12252026-04-05T00:23:34.709Z Downloaded zstd-safe v7.2.4
12262026-04-05T00:23:34.709Z Downloaded zstd v0.13.3
12272026-04-05T00:23:34.712Z Downloaded rustls-webpki v0.103.9
12282026-04-05T00:23:34.715Z Downloaded tungstenite v0.21.0
12292026-04-05T00:23:34.715Z Downloaded tracing-core v0.1.36
12302026-04-05T00:23:34.718Z Downloaded typify v0.4.3
12312026-04-05T00:23:34.720Z Downloaded unicode-properties v0.1.4
12322026-04-05T00:23:34.721Z Downloaded toml v0.9.12+spec-1.1.0
12332026-04-05T00:23:34.723Z Downloaded snafu v0.8.9
12342026-04-05T00:23:34.726Z Downloaded typify v0.6.1
12352026-04-05T00:23:34.729Z Downloaded tar v0.4.45
12362026-04-05T00:23:34.731Z Downloaded rpassword v7.4.0
12372026-04-05T00:23:34.734Z Downloaded yasna v0.5.2
12382026-04-05T00:23:34.734Z Downloaded zerocopy v0.6.6
12392026-04-05T00:23:34.737Z Downloaded uuid v1.21.0
12402026-04-05T00:23:34.739Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-04-05T00:23:34.742Z Downloaded libm v0.2.16
12422026-04-05T00:23:34.747Z Downloaded rustyline v14.0.0
12432026-04-05T00:23:34.750Z Downloaded ron v0.12.0
12442026-04-05T00:23:34.754Z Downloaded reedline v0.40.0
12452026-04-05T00:23:34.759Z Downloaded whoami v1.6.1
12462026-04-05T00:23:34.761Z Downloaded vte v0.14.1
12472026-04-05T00:23:34.764Z Downloaded tungstenite v0.23.0
12482026-04-05T00:23:34.767Z Downloaded bitvec v1.0.1
12492026-04-05T00:23:34.775Z Downloaded unicode-bidi v0.3.18
12502026-04-05T00:23:34.781Z Downloaded ssh-key v0.6.7
12512026-04-05T00:23:34.788Z Downloaded aws-lc-rs v1.16.0
12522026-04-05T00:23:34.795Z Downloaded toml_edit v0.19.15
12532026-04-05T00:23:34.805Z Downloaded zopfli v0.8.3
12542026-04-05T00:23:34.809Z Downloaded regex v1.12.3
12552026-04-05T00:23:34.812Z Downloaded unsafe-libyaml v0.2.11
12562026-04-05T00:23:34.815Z Downloaded git2 v0.20.4
12572026-04-05T00:23:34.818Z Downloaded yansi v1.0.1
12582026-04-05T00:23:34.821Z Downloaded tokio-postgres v0.7.16
12592026-04-05T00:23:34.824Z Downloaded reqwest v0.13.2
12602026-04-05T00:23:34.826Z Downloaded bindgen v0.71.1
12612026-04-05T00:23:34.830Z Downloaded zip v0.6.6
12622026-04-05T00:23:34.833Z Downloaded reqwest v0.12.28
12632026-04-05T00:23:34.835Z Downloaded portable-atomic v1.13.1
12642026-04-05T00:23:34.846Z Downloaded p384 v0.13.1
12652026-04-05T00:23:34.853Z Downloaded rayon v1.11.0
12662026-04-05T00:23:34.859Z Downloaded unicode_categories v0.1.1
12672026-04-05T00:23:34.865Z Downloaded tower v0.5.3
12682026-04-05T00:23:34.870Z Downloaded lalrpop v0.19.12
12692026-04-05T00:23:34.876Z Downloaded typed-path v0.9.3
12702026-04-05T00:23:34.880Z Downloaded goblin v0.10.5
12712026-04-05T00:23:34.884Z Downloaded moka v0.12.13
12722026-04-05T00:23:34.889Z Downloaded x509-cert v0.2.5
12732026-04-05T00:23:34.897Z Downloaded unicode-segmentation v1.12.0
12742026-04-05T00:23:34.900Z Downloaded zerocopy-derive v0.8.40
12752026-04-05T00:23:34.918Z Downloaded quick-xml v0.37.5
12762026-04-05T00:23:34.923Z Downloaded unicode-normalization v0.1.25
12772026-04-05T00:23:34.927Z Downloaded zip v4.6.1
12782026-04-05T00:23:34.930Z Downloaded rustls-webpki v0.101.7
12792026-04-05T00:23:34.936Z Downloaded serde_with v3.17.0
12802026-04-05T00:23:34.942Z Downloaded tower-http v0.6.8
12812026-04-05T00:23:34.947Z Downloaded petname v2.0.2
12822026-04-05T00:23:34.950Z Downloaded salty v0.3.0
12832026-04-05T00:23:34.954Z Downloaded proptest v1.10.0
12842026-04-05T00:23:34.959Z Downloaded nix v0.27.1
12852026-04-05T00:23:34.967Z Downloaded tough v0.20.0
12862026-04-05T00:23:34.979Z Downloaded tokio-util v0.7.18
12872026-04-05T00:23:34.996Z Downloaded curve25519-dalek v4.1.3
12882026-04-05T00:23:35.001Z Downloaded rustls-webpki v0.102.8
12892026-04-05T00:23:35.011Z Downloaded quinn-proto v0.11.13
12902026-04-05T00:23:35.015Z Downloaded object v0.30.4
12912026-04-05T00:23:35.020Z Downloaded winnow v0.5.40
12922026-04-05T00:23:35.025Z Downloaded radix_trie v0.2.1
12932026-04-05T00:23:35.029Z Downloaded winnow v0.6.26
12942026-04-05T00:23:35.037Z Downloaded polar-core v0.27.3
12952026-04-05T00:23:35.042Z Downloaded bstr v1.12.1
12962026-04-05T00:23:35.047Z Downloaded openssl v0.10.75
12972026-04-05T00:23:35.058Z Downloaded nix v0.29.0
12982026-04-05T00:23:35.067Z Downloaded nix v0.28.0
12992026-04-05T00:23:35.073Z Downloaded rustls v0.21.12
13002026-04-05T00:23:35.080Z Downloaded dropshot v0.16.7
13012026-04-05T00:23:35.092Z Downloaded tabled v0.20.0
13022026-04-05T00:23:35.101Z Downloaded time v0.3.47
13032026-04-05T00:23:35.108Z Downloaded vcpkg v0.2.15
13042026-04-05T00:23:35.130Z Downloaded zlib-rs v0.6.2
13052026-04-05T00:23:35.133Z Downloaded smoltcp v0.9.1
13062026-04-05T00:23:35.140Z Downloaded webpki-roots v1.0.6
13072026-04-05T00:23:35.142Z Downloaded hickory-proto v0.24.4
13082026-04-05T00:23:35.150Z Downloaded object v0.37.3
13092026-04-05T00:23:35.156Z Downloaded regress v0.10.5
13102026-04-05T00:23:35.161Z Downloaded zerocopy v0.8.40
13112026-04-05T00:23:35.167Z Downloaded smoltcp v0.11.0
13122026-04-05T00:23:35.174Z Downloaded rustls v0.22.4
13132026-04-05T00:23:35.181Z Downloaded openapiv3 v2.2.0
13142026-04-05T00:23:35.187Z Downloaded hickory-proto v0.25.2
13152026-04-05T00:23:35.197Z Downloaded rustix v0.38.44
13162026-04-05T00:23:35.210Z Downloaded rustls v0.23.37
13172026-04-05T00:23:35.217Z Downloaded regex-syntax v0.8.10
13182026-04-05T00:23:35.221Z Downloaded diesel v2.3.7
13192026-04-05T00:23:35.233Z Downloaded nix v0.31.1
13202026-04-05T00:23:35.240Z Downloaded regex-syntax v0.6.29
13212026-04-05T00:23:35.257Z Downloaded sled v0.34.7
13222026-04-05T00:23:35.285Z Downloaded sqlparser v0.61.0
13232026-04-05T00:23:35.291Z Downloaded tracing v0.1.44
13242026-04-05T00:23:35.303Z Downloaded typify-impl v0.4.3
13252026-04-05T00:23:35.313Z Downloaded typify-impl v0.6.1
13262026-04-05T00:23:35.327Z Downloaded ratatui v0.29.0
13272026-04-05T00:23:35.338Z Downloaded zerocopy-derive v0.6.6
13282026-04-05T00:23:35.343Z Downloaded regex-automata v0.4.14
13292026-04-05T00:23:35.354Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-04-05T00:23:35.368Z Downloaded lzma-sys v0.1.20
13312026-04-05T00:23:35.383Z Downloaded petgraph v0.8.3
13322026-04-05T00:23:35.404Z Downloaded csv v1.4.0
13332026-04-05T00:23:35.416Z Downloaded petgraph v0.6.5
13342026-04-05T00:23:35.427Z Downloaded chrono-tz v0.10.4
13352026-04-05T00:23:35.438Z Downloaded jiff v0.2.21
13362026-04-05T00:23:35.477Z Downloaded libz-sys v1.1.24
13372026-04-05T00:23:35.496Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-04-05T00:23:35.506Z Downloaded sha3 v0.10.8
13392026-04-05T00:23:35.509Z Downloaded encoding_rs v0.8.35
13402026-04-05T00:23:35.522Z Downloaded tokio v1.49.0
13412026-04-05T00:23:35.560Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-05T00:23:35.614Z Downloaded ring v0.17.14
13432026-04-05T00:23:36.176Z Downloaded aws-lc-sys v0.37.1
13442026-04-05T00:23:36.440Z Compiling libc v0.2.180
13452026-04-05T00:23:36.440Z Compiling serde v1.0.228
13462026-04-05T00:23:36.453Z Compiling log v0.4.29
13472026-04-05T00:23:36.453Z Compiling shlex v1.3.0
13482026-04-05T00:23:36.590Z Compiling find-msvc-tools v0.1.9
13492026-04-05T00:23:36.593Z Compiling smallvec v1.15.1
13502026-04-05T00:23:36.608Z Compiling syn v2.0.117
13512026-04-05T00:23:36.611Z Compiling typenum v1.19.0
13522026-04-05T00:23:36.775Z Compiling generic-array v0.14.7
13532026-04-05T00:23:36.789Z Compiling subtle v2.6.1
13542026-04-05T00:23:36.848Z Compiling scopeguard v1.2.0
13552026-04-05T00:23:36.873Z Compiling portable-atomic v1.13.1
13562026-04-05T00:23:36.908Z Compiling const-oid v0.9.6
13572026-04-05T00:23:36.957Z Compiling lock_api v0.4.14
13582026-04-05T00:23:36.969Z Compiling critical-section v1.2.0
13592026-04-05T00:23:37.021Z Compiling zerocopy v0.8.40
13602026-04-05T00:23:37.090Z Compiling serde_json v1.0.149
13612026-04-05T00:23:37.192Z Compiling parking_lot_core v0.9.12
13622026-04-05T00:23:37.282Z Compiling pin-project-lite v0.2.17
13632026-04-05T00:23:37.440Z Compiling getrandom v0.2.17
13642026-04-05T00:23:37.472Z Compiling jobserver v0.1.34
13652026-04-05T00:23:37.509Z Compiling errno v0.3.14
13662026-04-05T00:23:37.575Z Compiling rand_core v0.6.4
13672026-04-05T00:23:37.689Z Compiling cc v1.2.56
13682026-04-05T00:23:37.689Z Compiling signal-hook-registry v1.4.8
13692026-04-05T00:23:37.864Z Compiling once_cell v1.21.3
13702026-04-05T00:23:37.879Z Compiling pkg-config v0.3.32
13712026-04-05T00:23:37.919Z Compiling parking_lot v0.12.5
13722026-04-05T00:23:37.976Z Compiling mio v1.1.1
13732026-04-05T00:23:38.008Z Compiling bitflags v2.11.0
13742026-04-05T00:23:38.080Z Compiling libm v0.2.16
13752026-04-05T00:23:38.246Z Compiling num-traits v0.2.19
13762026-04-05T00:23:38.303Z Compiling futures-core v0.3.32
13772026-04-05T00:23:38.450Z Compiling socket2 v0.6.2
13782026-04-05T00:23:38.463Z Compiling percent-encoding v2.3.2
13792026-04-05T00:23:38.477Z Compiling allocator-api2 v0.2.21
13802026-04-05T00:23:38.602Z Compiling cpufeatures v0.2.17
13812026-04-05T00:23:38.605Z Compiling foldhash v0.2.0
13822026-04-05T00:23:38.659Z Compiling futures-sink v0.3.32
13832026-04-05T00:23:38.682Z Compiling slab v0.4.12
13842026-04-05T00:23:38.768Z Compiling hashbrown v0.16.1
13852026-04-05T00:23:38.819Z Compiling futures-channel v0.3.32
13862026-04-05T00:23:38.840Z Compiling getrandom v0.4.1
13872026-04-05T00:23:38.864Z Compiling futures-io v0.3.32
13882026-04-05T00:23:38.867Z Compiling futures-task v0.3.32
13892026-04-05T00:23:39.041Z Compiling rand_core v0.10.0
13902026-04-05T00:23:39.041Z Compiling rustversion v1.0.22
13912026-04-05T00:23:39.080Z Compiling getrandom v0.3.4
13922026-04-05T00:23:39.350Z Compiling indexmap v2.13.0
13932026-04-05T00:23:39.390Z Compiling form_urlencoded v1.2.2
13942026-04-05T00:23:39.489Z Compiling cmake v0.1.57
13952026-04-05T00:23:39.558Z Compiling synstructure v0.13.2
13962026-04-05T00:23:39.572Z Compiling dunce v1.0.5
13972026-04-05T00:23:39.672Z Compiling ident_case v1.0.1
13982026-04-05T00:23:39.806Z Compiling fs_extra v1.3.0
13992026-04-05T00:23:39.854Z Compiling base64ct v1.8.3
14002026-04-05T00:23:39.893Z Compiling flagset v0.4.7
14012026-04-05T00:23:39.992Z Compiling rustix v1.1.3
14022026-04-05T00:23:40.033Z Compiling rand_core v0.9.5
14032026-04-05T00:23:40.051Z Compiling iana-time-zone v0.1.65
14042026-04-05T00:23:40.088Z Compiling aws-lc-sys v0.37.1
14052026-04-05T00:23:40.102Z Compiling pem-rfc7468 v0.7.0
14062026-04-05T00:23:40.151Z Compiling uuid v1.21.0
14072026-04-05T00:23:40.171Z Compiling ring v0.17.14
14082026-04-05T00:23:40.251Z Compiling rustc_version v0.4.1
14092026-04-05T00:23:40.309Z Compiling regex-syntax v0.8.10
14102026-04-05T00:23:40.405Z Compiling aws-lc-rs v1.16.0
14112026-04-05T00:23:40.575Z Compiling vcpkg v0.2.15
14122026-04-05T00:23:40.692Z Compiling tracing-core v0.1.36
14132026-04-05T00:23:40.851Z Compiling crossbeam-utils v0.8.21
14142026-04-05T00:23:41.168Z Compiling pest_generator v2.8.6
14152026-04-05T00:23:41.263Z Compiling serde_derive v1.0.228
14162026-04-05T00:23:41.292Z Compiling zeroize_derive v1.4.3
14172026-04-05T00:23:41.344Z Compiling zerofrom-derive v0.1.6
14182026-04-05T00:23:41.791Z Compiling yoke-derive v0.8.1
14192026-04-05T00:23:41.938Z Compiling zeroize v1.8.2
14202026-04-05T00:23:41.943Z Compiling zerocopy-derive v0.8.40
14212026-04-05T00:23:42.707Z Compiling crypto-common v0.1.7
14222026-04-05T00:23:42.718Z Compiling block-buffer v0.10.4
14232026-04-05T00:23:42.757Z Compiling zerofrom v0.1.6
14242026-04-05T00:23:42.854Z Compiling digest v0.10.7
14252026-04-05T00:23:42.885Z Compiling zerovec-derive v0.11.2
14262026-04-05T00:23:42.885Z Compiling displaydoc v0.2.5
14272026-04-05T00:23:42.978Z Compiling yoke v0.8.1
14282026-04-05T00:23:43.103Z Compiling tokio-macros v2.6.0
14292026-04-05T00:23:43.163Z Compiling hmac v0.12.1
14302026-04-05T00:23:43.323Z Compiling futures-macro v0.3.32
14312026-04-05T00:23:43.633Z Compiling zerotrie v0.2.3
14322026-04-05T00:23:43.816Z Compiling block-padding v0.3.3
14332026-04-05T00:23:43.933Z Compiling sha2 v0.10.9
14342026-04-05T00:23:43.979Z Compiling inout v0.1.4
14352026-04-05T00:23:44.009Z Compiling zerovec v0.11.5
14362026-04-05T00:23:44.113Z Compiling futures-util v0.3.32
14372026-04-05T00:23:44.142Z Compiling cipher v0.4.4
14382026-04-05T00:23:44.399Z Compiling der_derive v0.7.3
14392026-04-05T00:23:44.482Z Compiling tinystr v0.8.2
14402026-04-05T00:23:44.688Z Compiling bytes v1.11.1
14412026-04-05T00:23:44.732Z Compiling icu_locale_core v2.1.1
14422026-04-05T00:23:44.980Z Compiling potential_utf v0.1.4
14432026-04-05T00:23:45.153Z Compiling tokio v1.49.0
14442026-04-05T00:23:45.304Z Compiling icu_collections v2.1.1
14452026-04-05T00:23:45.318Z Compiling http v1.4.0
14462026-04-05T00:23:45.353Z Compiling icu_provider v2.1.1
14472026-04-05T00:23:45.609Z Compiling der v0.7.10
14482026-04-05T00:23:45.651Z Compiling icu_properties v2.1.2
14492026-04-05T00:23:45.780Z Compiling icu_normalizer v2.1.1
14502026-04-05T00:23:46.217Z Compiling ppv-lite86 v0.2.21
14512026-04-05T00:23:46.367Z Compiling chrono v0.4.44
14522026-04-05T00:23:46.428Z Compiling salsa20 v0.10.2
14532026-04-05T00:23:46.441Z Compiling pbkdf2 v0.12.2
14542026-04-05T00:23:46.546Z Compiling idna_adapter v1.2.1
14552026-04-05T00:23:46.559Z Compiling spki v0.7.3
14562026-04-05T00:23:46.572Z Compiling thiserror-impl v2.0.18
14572026-04-05T00:23:46.686Z Compiling idna v1.1.0
14582026-04-05T00:23:46.767Z Compiling scrypt v0.11.0
14592026-04-05T00:23:46.787Z Compiling rand_chacha v0.9.0
14602026-04-05T00:23:46.845Z Compiling aes v0.8.4
14612026-04-05T00:23:47.020Z Compiling url v2.5.8
14622026-04-05T00:23:47.345Z Compiling cbc v0.1.2
14632026-04-05T00:23:47.495Z Compiling rustls-pki-types v1.14.0
14642026-04-05T00:23:47.510Z Compiling openssl-sys v0.9.111
14652026-04-05T00:23:47.768Z Compiling tracing-attributes v0.1.31
14662026-04-05T00:23:47.826Z Compiling pkcs5 v0.7.1
14672026-04-05T00:23:47.905Z Compiling thiserror v2.0.18
14682026-04-05T00:23:47.922Z Compiling rand v0.9.2
14692026-04-05T00:23:47.939Z Compiling http-body v1.0.1
14702026-04-05T00:23:48.010Z Compiling serde_derive_internals v0.29.1
14712026-04-05T00:23:48.094Z Compiling openssl-probe v0.2.1
14722026-04-05T00:23:48.108Z Compiling httparse v1.10.1
14732026-04-05T00:23:48.264Z Compiling schemars v0.8.22
14742026-04-05T00:23:48.304Z Compiling syn v1.0.109
14752026-04-05T00:23:48.429Z Compiling untrusted v0.7.1
14762026-04-05T00:23:48.462Z Compiling untrusted v0.9.0
14772026-04-05T00:23:48.561Z Compiling base64 v0.22.1
14782026-04-05T00:23:48.698Z Compiling pkcs8 v0.10.2
14792026-04-05T00:23:48.737Z Compiling pest_derive v2.8.6
14802026-04-05T00:23:48.880Z Compiling scroll_derive v0.13.1
14812026-04-05T00:23:48.893Z Compiling schemars_derive v0.8.22
14822026-04-05T00:23:49.008Z Compiling tokio-util v0.7.18
14832026-04-05T00:23:49.079Z Compiling tracing v0.1.44
14842026-04-05T00:23:49.347Z Compiling darling_core v0.20.11
14852026-04-05T00:23:49.626Z Compiling rustls v0.23.37
14862026-04-05T00:23:49.685Z Compiling try-lock v0.2.5
14872026-04-05T00:23:49.796Z Compiling tinyvec_macros v0.1.1
14882026-04-05T00:23:49.799Z Compiling tower-layer v0.3.3
14892026-04-05T00:23:49.871Z Compiling atomic-waker v1.1.2
14902026-04-05T00:23:49.970Z Compiling dyn-clone v1.0.20
14912026-04-05T00:23:49.999Z Compiling tower-service v0.3.3
14922026-04-05T00:23:50.022Z Compiling h2 v0.4.13
14932026-04-05T00:23:50.096Z Compiling tinyvec v1.10.0
14942026-04-05T00:23:50.107Z Compiling want v0.3.1
14952026-04-05T00:23:50.268Z Compiling scroll v0.13.0
14962026-04-05T00:23:50.533Z Compiling ipnet v2.11.0
14972026-04-05T00:23:50.648Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-05T00:23:50.866Z Compiling spin v0.9.8
14992026-04-05T00:23:51.033Z Compiling aho-corasick v1.1.4
15002026-04-05T00:23:51.036Z Compiling powerfmt v0.2.0
15012026-04-05T00:23:51.082Z Compiling time-core v0.1.8
15022026-04-05T00:23:51.266Z Compiling openssl v0.10.75
15032026-04-05T00:23:51.324Z Compiling crc32fast v1.5.0
15042026-04-05T00:23:51.470Z Compiling foreign-types-shared v0.1.1
15052026-04-05T00:23:51.500Z Compiling num-conv v0.2.0
15062026-04-05T00:23:51.562Z Compiling pin-utils v0.1.0
15072026-04-05T00:23:51.594Z Compiling httpdate v1.0.3
15082026-04-05T00:23:51.629Z Compiling darling_macro v0.20.11
15092026-04-05T00:23:51.644Z Compiling time-macros v0.2.27
15102026-04-05T00:23:51.704Z Compiling foreign-types v0.3.2
15112026-04-05T00:23:51.801Z Compiling tempfile v3.25.0
15122026-04-05T00:23:51.817Z Compiling deranged v0.5.8
15132026-04-05T00:23:52.106Z Compiling darling v0.20.11
15142026-04-05T00:23:52.184Z Compiling regex-automata v0.4.14
15152026-04-05T00:23:52.724Z Compiling goblin v0.10.5
15162026-04-05T00:23:52.799Z Compiling thiserror-impl v1.0.69
15172026-04-05T00:23:53.316Z Compiling hyper v1.8.1
15182026-04-05T00:23:54.021Z Compiling openssl-macros v0.1.1
15192026-04-05T00:23:54.062Z Compiling wait-timeout v0.2.1
15202026-04-05T00:23:54.318Z Compiling simd-adler32 v0.3.8
15212026-04-05T00:23:54.333Z Compiling native-tls v0.2.18
15222026-04-05T00:23:54.402Z Compiling quick-error v1.2.3
15232026-04-05T00:23:54.513Z Compiling num_threads v0.1.7
15242026-04-05T00:23:54.539Z Compiling bit-vec v0.8.0
15252026-04-05T00:23:54.569Z Compiling usdt-impl v0.6.0
15262026-04-05T00:23:54.621Z Compiling siphasher v1.0.2
15272026-04-05T00:23:54.772Z Compiling either v1.15.0
15282026-04-05T00:23:54.799Z Compiling bit-set v0.8.0
15292026-04-05T00:23:54.814Z Compiling time v0.3.47
15302026-04-05T00:23:54.885Z Compiling rusty-fork v0.3.1
15312026-04-05T00:23:54.973Z Compiling hyper-util v0.1.20
15322026-04-05T00:23:55.202Z Compiling thiserror v1.0.69
15332026-04-05T00:23:55.309Z Compiling derive_builder_core v0.20.2
15342026-04-05T00:23:56.191Z Compiling dof v0.4.0
15352026-04-05T00:23:56.426Z Compiling unicode-normalization v0.1.25
15362026-04-05T00:23:56.529Z Compiling crossbeam-epoch v0.9.18
15372026-04-05T00:23:56.734Z Compiling dtrace-parser v0.3.0
15382026-04-05T00:23:56.856Z Compiling rustls-native-certs v0.8.3
15392026-04-05T00:23:56.886Z Compiling signature v2.2.0
15402026-04-05T00:23:56.995Z Compiling scroll_derive v0.12.1
15412026-04-05T00:23:57.067Z Compiling heapless v0.7.17
15422026-04-05T00:23:57.156Z Compiling rand_xorshift v0.4.0
15432026-04-05T00:23:57.312Z Compiling slog v2.8.2
15442026-04-05T00:23:57.328Z Compiling darling_core v0.21.3
15452026-04-05T00:23:57.393Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-05T00:23:57.490Z Compiling sync_wrapper v1.0.2
15472026-04-05T00:23:57.508Z Compiling thread-id v5.1.0
15482026-04-05T00:23:57.591Z Compiling cookie v0.18.1
15492026-04-05T00:23:57.605Z Compiling paste v1.0.15
15502026-04-05T00:23:57.658Z Compiling rayon-core v1.13.0
15512026-04-05T00:23:57.673Z Compiling signal-hook v0.3.18
15522026-04-05T00:23:57.783Z Compiling unarray v0.1.4
15532026-04-05T00:23:57.841Z Compiling anyhow v1.0.102
15542026-04-05T00:23:57.852Z Compiling unicode-bidi v0.3.18
15552026-04-05T00:23:57.869Z Compiling unicode-properties v0.1.4
15562026-04-05T00:23:57.884Z Compiling adler2 v2.0.1
15572026-04-05T00:23:57.900Z Compiling unicode-segmentation v1.12.0
15582026-04-05T00:23:58.011Z Compiling zstd-safe v7.2.4
15592026-04-05T00:23:58.075Z Compiling miniz_oxide v0.8.9
15602026-04-05T00:23:58.209Z Compiling stringprep v0.1.5
15612026-04-05T00:23:58.333Z Compiling proptest v1.10.0
15622026-04-05T00:23:58.437Z Compiling scroll v0.12.0
15632026-04-05T00:23:58.648Z Compiling tower v0.5.3
15642026-04-05T00:23:58.798Z Compiling crossbeam-deque v0.8.6
15652026-04-05T00:23:58.991Z Compiling derive_builder_macro v0.20.2
15662026-04-05T00:23:59.094Z Compiling ipnetwork v0.21.1
15672026-04-05T00:23:59.115Z Compiling http-body-util v0.1.3
15682026-04-05T00:23:59.154Z Compiling webpki-roots v1.0.6
15692026-04-05T00:23:59.273Z Compiling rand_chacha v0.3.1
15702026-04-05T00:23:59.278Z Compiling erased-serde v0.3.31
15712026-04-05T00:23:59.362Z Compiling toml_datetime v0.6.11
15722026-04-05T00:23:59.449Z Compiling serde_tokenstream v0.2.3
15732026-04-05T00:23:59.491Z Compiling serde_spanned v0.6.9
15742026-04-05T00:23:59.621Z Compiling md-5 v0.10.6
15752026-04-05T00:23:59.639Z Compiling zerocopy-derive v0.7.35
15762026-04-05T00:23:59.752Z Compiling curve25519-dalek v4.1.3
15772026-04-05T00:23:59.752Z Compiling vergen-lib v0.1.6
15782026-04-05T00:23:59.786Z Compiling num-integer v0.1.46
15792026-04-05T00:23:59.825Z Compiling darling_macro v0.21.3
15802026-04-05T00:23:59.933Z Compiling hash32 v0.2.1
15812026-04-05T00:24:00.097Z Compiling ff v0.13.1
15822026-04-05T00:24:00.100Z Compiling memoffset v0.9.1
15832026-04-05T00:24:00.124Z Compiling ryu v1.0.23
15842026-04-05T00:24:00.136Z Compiling zlib-rs v0.6.2
15852026-04-05T00:24:00.250Z Compiling psl-types v2.0.11
15862026-04-05T00:24:00.287Z Compiling fallible-iterator v0.2.0
15872026-04-05T00:24:00.303Z Compiling rustix v0.38.44
15882026-04-05T00:24:00.306Z Compiling smoltcp v0.9.1
15892026-04-05T00:24:00.371Z Compiling ref-cast v1.0.25
15902026-04-05T00:24:00.498Z Compiling cfg_aliases v0.2.1
15912026-04-05T00:24:00.574Z Compiling iri-string v0.7.10
15922026-04-05T00:24:00.592Z Compiling base16ct v0.2.0
15932026-04-05T00:24:00.644Z Compiling num-bigint-dig v0.8.6
15942026-04-05T00:24:00.649Z Compiling litrs v1.0.0
15952026-04-05T00:24:00.719Z Compiling sec1 v0.7.3
15962026-04-05T00:24:00.863Z Compiling newtype-uuid v1.3.2
15972026-04-05T00:24:00.880Z Compiling nix v0.31.1
15982026-04-05T00:24:00.996Z Compiling postgres-protocol v0.6.10
15992026-04-05T00:24:01.164Z Compiling document-features v0.2.12
16002026-04-05T00:24:01.200Z Compiling zerocopy v0.7.35
16012026-04-05T00:24:01.318Z Compiling publicsuffix v2.3.0
16022026-04-05T00:24:01.495Z Compiling darling v0.21.3
16032026-04-05T00:24:01.600Z Compiling serde_urlencoded v0.7.1
16042026-04-05T00:24:01.685Z Compiling group v0.13.0
16052026-04-05T00:24:01.773Z Compiling tower-http v0.6.8
16062026-04-05T00:24:01.867Z Compiling num-iter v0.1.45
16072026-04-05T00:24:01.987Z Compiling rand v0.8.5
16082026-04-05T00:24:02.149Z Compiling derive_builder v0.20.2
16092026-04-05T00:24:02.189Z Compiling oxnet v0.1.4
16102026-04-05T00:24:02.317Z Compiling proc-macro-error v1.0.4
16112026-04-05T00:24:02.320Z Compiling tokio-native-tls v0.3.1
16122026-04-05T00:24:02.589Z Compiling goblin v0.8.2
16132026-04-05T00:24:03.014Z Compiling flate2 v1.1.9
16142026-04-05T00:24:03.165Z Compiling heck v0.4.1
16152026-04-05T00:24:03.192Z Compiling phf_shared v0.13.1
16162026-04-05T00:24:03.374Z Compiling regex v1.12.3
16172026-04-05T00:24:03.392Z Compiling hubpack_derive v0.1.1
16182026-04-05T00:24:03.428Z Compiling lazy_static v1.5.0
16192026-04-05T00:24:03.443Z Compiling cargo-platform v0.1.9
16202026-04-05T00:24:03.527Z Compiling hkdf v0.12.4
16212026-04-05T00:24:03.547Z Compiling crypto-bigint v0.5.5
16222026-04-05T00:24:03.693Z Compiling terminal_size v0.4.3
16232026-04-05T00:24:03.707Z Compiling curve25519-dalek-derive v0.1.1
16242026-04-05T00:24:03.803Z Compiling daft-derive v0.1.5
16252026-04-05T00:24:03.831Z Compiling strum_macros v0.27.2
16262026-04-05T00:24:03.847Z Compiling async-trait v0.1.89
16272026-04-05T00:24:04.351Z Compiling ref-cast-impl v1.0.25
16282026-04-05T00:24:04.528Z Compiling vergen v9.0.6
16292026-04-05T00:24:04.712Z Compiling fs-err v3.3.0
16302026-04-05T00:24:04.881Z Compiling ahash v0.8.12
16312026-04-05T00:24:04.898Z Compiling bitflags v1.3.2
16322026-04-05T00:24:04.913Z Compiling managed v0.8.0
16332026-04-05T00:24:04.977Z Compiling winnow v0.5.40
16342026-04-05T00:24:05.088Z Compiling foldhash v0.1.5
16352026-04-05T00:24:05.128Z Compiling libbz2-rs-sys v0.2.2
16362026-04-05T00:24:05.265Z Compiling object v0.37.3
16372026-04-05T00:24:05.539Z Compiling bumpalo v3.20.2
16382026-04-05T00:24:05.675Z Compiling console v0.16.2
16392026-04-05T00:24:05.798Z Compiling zopfli v0.8.3
16402026-04-05T00:24:05.812Z Compiling strum v0.27.2
16412026-04-05T00:24:05.877Z Compiling bzip2 v0.6.1
16422026-04-05T00:24:05.952Z Compiling hashbrown v0.15.5
16432026-04-05T00:24:06.114Z Compiling clap_builder v4.5.60
16442026-04-05T00:24:06.273Z Compiling toml_edit v0.19.15
16452026-04-05T00:24:06.524Z Compiling dof v0.3.0
16462026-04-05T00:24:06.566Z Compiling daft v0.1.5
16472026-04-05T00:24:06.616Z Compiling elliptic-curve v0.13.8
16482026-04-05T00:24:06.917Z Compiling hubpack v0.1.2
16492026-04-05T00:24:07.025Z Compiling cargo_metadata v0.19.2
16502026-04-05T00:24:07.257Z Compiling zone_cfg_derive v0.3.1
16512026-04-05T00:24:07.900Z Compiling phf v0.13.1
16522026-04-05T00:24:08.387Z Compiling signal-hook-mio v0.2.5
16532026-04-05T00:24:08.437Z Compiling cookie_store v0.22.1
16542026-04-05T00:24:08.506Z Compiling rayon v1.11.0
16552026-04-05T00:24:08.926Z Compiling zstd v0.13.3
16562026-04-05T00:24:09.092Z Compiling hyper-tls v0.6.0
16572026-04-05T00:24:09.164Z Compiling bzip2 v0.4.4
16582026-04-05T00:24:09.290Z Compiling serde_with_macros v3.17.0
16592026-04-05T00:24:09.319Z Compiling postgres-types v0.2.12
16602026-04-05T00:24:09.411Z Compiling usdt-attr-macro v0.6.0
16612026-04-05T00:24:09.856Z Compiling usdt-macro v0.6.0
16622026-04-05T00:24:09.874Z Compiling ed25519 v2.2.3
16632026-04-05T00:24:10.227Z Compiling dtrace-parser v0.2.0
16642026-04-05T00:24:10.268Z Compiling itertools v0.12.1
16652026-04-05T00:24:10.420Z Compiling phf_shared v0.11.3
16662026-04-05T00:24:10.518Z Compiling bstr v1.12.1
16672026-04-05T00:24:10.588Z Compiling pkcs1 v0.7.5
16682026-04-05T00:24:10.608Z Compiling serde-big-array v0.5.1
16692026-04-05T00:24:10.757Z Compiling hex v0.4.3
16702026-04-05T00:24:10.801Z Compiling rfc6979 v0.4.0
16712026-04-05T00:24:10.932Z Compiling strum_macros v0.26.4
16722026-04-05T00:24:10.981Z Compiling serde_repr v0.1.20
16732026-04-05T00:24:10.995Z Compiling clap_derive v4.5.55
16742026-04-05T00:24:11.028Z Compiling enum-as-inner v0.6.1
16752026-04-05T00:24:11.183Z Compiling float-cmp v0.10.0
16762026-04-05T00:24:11.360Z Compiling memmap2 v0.9.10
16772026-04-05T00:24:11.529Z Compiling thread-id v4.2.2
16782026-04-05T00:24:11.559Z Compiling env_filter v1.0.0
16792026-04-05T00:24:11.573Z Compiling encoding_rs v0.8.35
16802026-04-05T00:24:11.586Z Compiling static_assertions v1.1.0
16812026-04-05T00:24:11.619Z Compiling difflib v0.4.0
16822026-04-05T00:24:11.663Z Compiling whoami v2.1.0
16832026-04-05T00:24:11.870Z Compiling fixedbitset v0.5.7
16842026-04-05T00:24:12.058Z Compiling rustc-hash v2.1.1
16852026-04-05T00:24:12.191Z Compiling precomputed-hash v0.1.1
16862026-04-05T00:24:12.194Z Compiling data-encoding v2.10.0
16872026-04-05T00:24:12.194Z Compiling jiff v0.2.21
16882026-04-05T00:24:12.298Z Compiling keccak v0.1.6
16892026-04-05T00:24:12.737Z Compiling unit-prefix v0.5.2
16902026-04-05T00:24:12.821Z Compiling predicates-core v1.0.10
16912026-04-05T00:24:12.837Z Compiling new_debug_unreachable v1.0.6
16922026-04-05T00:24:12.886Z Compiling fixedbitset v0.4.2
16932026-04-05T00:24:12.910Z Compiling normalize-line-endings v0.3.0
16942026-04-05T00:24:12.923Z Compiling mime v0.3.17
16952026-04-05T00:24:13.003Z Compiling predicates v3.1.4
16962026-04-05T00:24:13.017Z Compiling string_cache v0.8.9
16972026-04-05T00:24:13.106Z Compiling petgraph v0.6.5
16982026-04-05T00:24:13.122Z Compiling indicatif v0.18.4
16992026-04-05T00:24:13.125Z Compiling clap v4.5.60
17002026-04-05T00:24:13.180Z Compiling toml_edit v0.22.27
17012026-04-05T00:24:13.208Z Compiling strum v0.26.3
17022026-04-05T00:24:13.238Z Compiling hickory-proto v0.25.2
17032026-04-05T00:24:13.340Z Compiling sha3 v0.10.8
17042026-04-05T00:24:13.651Z Compiling iddqd v0.3.17
17052026-04-05T00:24:13.802Z Compiling petgraph v0.8.3
17062026-04-05T00:24:13.986Z Compiling tokio-postgres v0.7.16
17072026-04-05T00:24:14.611Z Compiling env_logger v0.11.9
17082026-04-05T00:24:14.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-04-05T00:24:14.967Z Compiling zip v4.6.1
17102026-04-05T00:24:15.728Z Compiling usdt-impl v0.5.0
17112026-04-05T00:24:15.914Z Compiling usdt v0.6.0
17122026-04-05T00:24:15.941Z Compiling zone v0.3.1
17132026-04-05T00:24:16.186Z Compiling serde_with v3.17.0
17142026-04-05T00:24:16.189Z Compiling similar v2.7.0
17152026-04-05T00:24:16.355Z Compiling ecdsa v0.16.9
17162026-04-05T00:24:16.462Z Compiling rsa v0.9.10
17172026-04-05T00:24:16.657Z Compiling crossterm v0.28.1
17182026-04-05T00:24:16.767Z Compiling ed25519-dalek v2.2.0
17192026-04-05T00:24:17.451Z Compiling zip v0.6.6
17202026-04-05T00:24:17.937Z Compiling toml v0.7.8
17212026-04-05T00:24:18.034Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-04-05T00:24:18.213Z Compiling itertools v0.13.0
17232026-04-05T00:24:18.363Z Compiling tokio-stream v0.1.18
17242026-04-05T00:24:18.537Z Compiling buf-list v1.1.2
17252026-04-05T00:24:18.578Z Compiling x509-cert v0.2.5
17262026-04-05T00:24:18.680Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-04-05T00:24:18.814Z Compiling openapiv3 v2.2.0
17282026-04-05T00:24:18.832Z Compiling sha1 v0.10.6
17292026-04-05T00:24:18.983Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-04-05T00:24:19.062Z Compiling lalrpop-util v0.19.12
17312026-04-05T00:24:19.259Z Compiling peg-runtime v0.8.5
17322026-04-05T00:24:19.283Z Compiling thread_local v1.1.9
17332026-04-05T00:24:19.476Z Compiling slog-async v2.8.0
17342026-04-05T00:24:19.540Z Compiling crossbeam-channel v0.5.15
17352026-04-05T00:24:19.554Z Compiling futures-executor v0.3.32
17362026-04-05T00:24:19.801Z Compiling is-terminal v0.4.17
17372026-04-05T00:24:19.822Z Compiling filetime v0.2.27
17382026-04-05T00:24:19.824Z Compiling take_mut v0.2.2
17392026-04-05T00:24:19.903Z Compiling xattr v1.6.1
17402026-04-05T00:24:19.951Z Compiling term v1.2.1
17412026-04-05T00:24:20.009Z Compiling futures v0.3.32
17422026-04-05T00:24:20.074Z Compiling tar v0.4.45
17432026-04-05T00:24:20.218Z Compiling slog-term v2.9.2
17442026-04-05T00:24:26.074Z Compiling rustls-webpki v0.103.9
17452026-04-05T00:24:28.944Z Compiling tokio-rustls v0.26.4
17462026-04-05T00:24:28.944Z Compiling rustls-platform-verifier v0.6.2
17472026-04-05T00:24:29.144Z Compiling hyper-rustls v0.27.7
17482026-04-05T00:24:29.359Z Compiling reqwest v0.13.2
17492026-04-05T00:24:29.359Z Compiling reqwest v0.12.28
17502026-04-05T00:24:31.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-04-05T00:24:31.704Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-04-05T00:24:34.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17532026-04-05T00:24:34.679Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-04-05T00:24:34.736ZApr 05 00:24:33.792 INFO Starting download, target: Clickhouse
17552026-04-05T00:24:34.736ZApr 05 00:24:33.793 INFO Starting download, target: Cockroach
17562026-04-05T00:24:34.736ZApr 05 00:24:33.793 INFO Starting download, target: Console
17572026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Starting download, target: DendriteStub
17582026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Starting download, target: MaghemiteMgd
17592026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Starting download, target: TransceiverControl
17602026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-04-05T00:24:34.739ZApr 05 00:24:33.793 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-04-05T00:24:35.143ZApr 05 00:24:34.195 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-04-05T00:24:35.349ZApr 05 00:24:34.405 INFO Download complete, target: TransceiverControl
17682026-04-05T00:24:35.740ZApr 05 00:24:34.795 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-04-05T00:24:35.968ZApr 05 00:24:35.022 INFO Download complete, target: Console
17702026-04-05T00:24:36.191ZApr 05 00:24:35.242 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-04-05T00:24:36.574ZApr 05 00:24:35.630 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-04-05T00:24:37.039ZApr 05 00:24:36.093 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-04-05T00:24:37.155ZApr 05 00:24:36.212 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-04-05T00:24:37.156ZApr 05 00:24:36.212 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-04-05T00:24:38.488ZApr 05 00:24:37.545 INFO Download complete, target: DendriteStub
17762026-04-05T00:24:38.846ZApr 05 00:24:37.903 INFO Download complete, target: MaghemiteMgd
17772026-04-05T00:24:41.751ZApr 05 00:24:40.806 INFO Checking that binary works, target: Cockroach
17782026-04-05T00:24:41.842ZApr 05 00:24:40.898 INFO Download complete, target: Cockroach
17792026-04-05T00:24:43.830ZApr 05 00:24:42.885 INFO Checking that binary works, target: Clickhouse
17802026-04-05T00:24:43.955ZApr 05 00:24:43.010 INFO Download complete, target: Clickhouse
17812026-04-05T00:24:43.970ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-04-05T00:24:43.973Z
17832026-04-05T00:24:43.973Zreal 3:02.207532490
17842026-04-05T00:24:43.973Zuser 7:22.962112368
17852026-04-05T00:24:43.973Zsys 1:26.510711567
17862026-04-05T00:24:43.973Ztrap 0.230887648
17872026-04-05T00:24:43.973Ztflt 0.601791021
17882026-04-05T00:24:43.973Zdflt 0.500697667
17892026-04-05T00:24:43.973Zkflt 0.018279999
17902026-04-05T00:24:43.973Zlock 21:55.599085066
17912026-04-05T00:24:43.973Zslp 22:04.794065593
17922026-04-05T00:24:43.973Zlat 44.089470885
17932026-04-05T00:24:43.973Zstop 2:00.068468305
17942026-04-05T00:24:43.973Z+ banner hack-check
17952026-04-05T00:24:43.973Z
17962026-04-05T00:24:43.973Z # # ## #### # # #### # # ###### #### # #
17972026-04-05T00:24:43.973Z # # # # # # # # # # # # # # # # #
17982026-04-05T00:24:43.973Z ###### # # # #### ##### # ###### ##### # ####
17992026-04-05T00:24:43.973Z # # ###### # # # # # # # # # #
18002026-04-05T00:24:43.973Z # # # # # # # # # # # # # # # # #
18012026-04-05T00:24:43.973Z # # # # #### # # #### # # ###### #### # #
18022026-04-05T00:24:43.973Z
18032026-04-05T00:24:43.973Z+ export CARGO_INCREMENTAL=0
18042026-04-05T00:24:43.973Z+ CARGO_INCREMENTAL=0
18052026-04-05T00:24:43.973Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-04-05T00:24:44.512Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-04-05T00:24:44.739Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-04-05T00:24:46.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18092026-04-05T00:24:46.719Z Running `target/debug/xtask check-features --ci`
18102026-04-05T00:24:46.749Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-04-05T00:24:46.751Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-04-05T00:24:47.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-04-05T00:24:47.281Z Running `target/debug/xtask download cargo-hack`
18142026-04-05T00:24:48.088Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-04-05T00:24:48.402Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-04-05T00:24:50.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18172026-04-05T00:24:51.034Z Running `target/debug/xtask-downloader cargo-hack`
18182026-04-05T00:24:51.079ZApr 05 00:24:50.133 INFO Starting download, target: CargoHack
18192026-04-05T00:24:51.081ZApr 05 00:24:50.134 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-04-05T00:24:51.820ZApr 05 00:24:50.875 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-04-05T00:24:51.870ZApr 05 00:24:50.925 INFO Download complete, target: CargoHack
18222026-04-05T00:24:51.873Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18232026-04-05T00:24:51.886Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-04-05T00:24:52.039Zinfo: running `cargo check --bins` on api_identity (1/268)
18252026-04-05T00:24:52.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-04-05T00:24:52.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-04-05T00:24:52.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-04-05T00:24:52.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-04-05T00:24:52.632Z
18302026-04-05T00:24:52.632Zinfo: running `cargo check --bins` on bootstore (2/268)
18312026-04-05T00:24:53.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-04-05T00:24:53.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-04-05T00:24:53.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-04-05T00:24:53.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-04-05T00:24:53.230Z
18362026-04-05T00:24:53.230Zinfo: running `cargo check --bins` on omicron-ledger (3/268)
18372026-04-05T00:24:53.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-04-05T00:24:53.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-04-05T00:24:53.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-04-05T00:24:53.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18412026-04-05T00:24:53.831Z
18422026-04-05T00:24:53.831Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/268)
18432026-04-05T00:24:54.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-04-05T00:24:54.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-04-05T00:24:54.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-04-05T00:24:54.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-04-05T00:24:54.428Z
18482026-04-05T00:24:54.428Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/268)
18492026-04-05T00:24:54.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-04-05T00:24:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-04-05T00:24:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-04-05T00:24:54.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18532026-04-05T00:24:55.026Z
18542026-04-05T00:24:55.026Zinfo: running `cargo check --bins` on omicron-certificates (6/268)
18552026-04-05T00:24:55.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-04-05T00:24:55.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-04-05T00:24:55.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-04-05T00:24:55.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18592026-04-05T00:24:55.638Z
18602026-04-05T00:24:55.638Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/268)
18612026-04-05T00:24:56.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-04-05T00:24:56.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-04-05T00:24:56.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-04-05T00:24:56.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18652026-04-05T00:24:56.246Z
18662026-04-05T00:24:56.246Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/268)
18672026-04-05T00:24:56.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-04-05T00:24:56.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-04-05T00:24:56.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-04-05T00:24:56.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18712026-04-05T00:24:56.853Z
18722026-04-05T00:24:56.853Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/268)
18732026-04-05T00:24:57.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-04-05T00:24:57.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-04-05T00:24:57.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-04-05T00:24:57.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18772026-04-05T00:24:57.341Z
18782026-04-05T00:24:57.341Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/268)
18792026-04-05T00:24:57.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-04-05T00:24:57.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-04-05T00:24:57.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-04-05T00:24:57.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-04-05T00:24:57.826Z
18842026-04-05T00:24:57.826Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/268)
18852026-04-05T00:24:58.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-04-05T00:24:58.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-04-05T00:24:58.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-04-05T00:24:58.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-04-05T00:24:58.309Z
18902026-04-05T00:24:58.309Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/268)
18912026-04-05T00:24:58.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-04-05T00:24:58.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-04-05T00:24:58.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-04-05T00:24:58.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-04-05T00:24:58.789Z
18962026-04-05T00:24:58.789Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/268)
18972026-04-05T00:24:59.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-04-05T00:24:59.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-04-05T00:24:59.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-04-05T00:24:59.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-04-05T00:24:59.273Z
19022026-04-05T00:24:59.273Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/268)
19032026-04-05T00:24:59.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-04-05T00:24:59.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-04-05T00:24:59.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-04-05T00:24:59.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-04-05T00:24:59.755Z
19082026-04-05T00:24:59.755Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/268)
19092026-04-05T00:25:00.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-04-05T00:25:00.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-04-05T00:25:00.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-04-05T00:25:00.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19132026-04-05T00:25:00.239Z
19142026-04-05T00:25:00.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/268)
19152026-04-05T00:25:00.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-04-05T00:25:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-04-05T00:25:00.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-04-05T00:25:00.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19192026-04-05T00:25:00.722Z
19202026-04-05T00:25:00.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/268)
19212026-04-05T00:25:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-04-05T00:25:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-04-05T00:25:01.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-04-05T00:25:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19252026-04-05T00:25:01.207Z
19262026-04-05T00:25:01.207Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/268)
19272026-04-05T00:25:01.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-04-05T00:25:01.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-04-05T00:25:01.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-04-05T00:25:01.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-04-05T00:25:01.688Z
19322026-04-05T00:25:01.688Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/268)
19332026-04-05T00:25:02.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-04-05T00:25:02.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-04-05T00:25:02.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-04-05T00:25:02.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-04-05T00:25:02.168Z
19382026-04-05T00:25:02.168Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/268)
19392026-04-05T00:25:02.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-04-05T00:25:02.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-04-05T00:25:02.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-04-05T00:25:02.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19432026-04-05T00:25:02.651Z
19442026-04-05T00:25:02.651Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/268)
19452026-04-05T00:25:03.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-04-05T00:25:03.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-04-05T00:25:03.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-04-05T00:25:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-04-05T00:25:03.136Z
19502026-04-05T00:25:03.136Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/268)
19512026-04-05T00:25:03.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-04-05T00:25:03.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-04-05T00:25:03.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-04-05T00:25:03.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19552026-04-05T00:25:03.620Z
19562026-04-05T00:25:03.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/268)
19572026-04-05T00:25:04.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-04-05T00:25:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-04-05T00:25:04.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-04-05T00:25:04.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19612026-04-05T00:25:04.104Z
19622026-04-05T00:25:04.104Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/268)
19632026-04-05T00:25:04.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-04-05T00:25:04.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-04-05T00:25:04.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-04-05T00:25:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19672026-04-05T00:25:04.589Z
19682026-04-05T00:25:04.589Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/268)
19692026-04-05T00:25:05.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-04-05T00:25:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-04-05T00:25:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-04-05T00:25:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19732026-04-05T00:25:05.075Z
19742026-04-05T00:25:05.075Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/268)
19752026-04-05T00:25:05.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-04-05T00:25:05.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-04-05T00:25:05.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-04-05T00:25:05.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19792026-04-05T00:25:05.559Z
19802026-04-05T00:25:05.559Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/268)
19812026-04-05T00:25:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-04-05T00:25:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-04-05T00:25:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-04-05T00:25:05.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19852026-04-05T00:25:06.043Z
19862026-04-05T00:25:06.043Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/268)
19872026-04-05T00:25:06.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-04-05T00:25:06.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-04-05T00:25:06.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-04-05T00:25:06.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19912026-04-05T00:25:06.529Z
19922026-04-05T00:25:06.529Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/268)
19932026-04-05T00:25:06.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-04-05T00:25:06.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-04-05T00:25:06.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-04-05T00:25:06.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19972026-04-05T00:25:07.027Z
19982026-04-05T00:25:07.027Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/268)
19992026-04-05T00:25:07.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-04-05T00:25:07.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-04-05T00:25:07.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-04-05T00:25:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20032026-04-05T00:25:07.512Z
20042026-04-05T00:25:07.512Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/268)
20052026-04-05T00:25:07.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-04-05T00:25:07.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-04-05T00:25:07.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-04-05T00:25:07.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20092026-04-05T00:25:07.994Z
20102026-04-05T00:25:07.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/268)
20112026-04-05T00:25:08.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-04-05T00:25:08.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-04-05T00:25:08.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-04-05T00:25:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20152026-04-05T00:25:08.481Z
20162026-04-05T00:25:08.481Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/268)
20172026-04-05T00:25:08.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-04-05T00:25:08.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-04-05T00:25:08.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-04-05T00:25:08.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20212026-04-05T00:25:08.969Z
20222026-04-05T00:25:08.969Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/268)
20232026-04-05T00:25:09.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-04-05T00:25:09.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-04-05T00:25:09.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-04-05T00:25:09.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20272026-04-05T00:25:09.457Z
20282026-04-05T00:25:09.457Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/268)
20292026-04-05T00:25:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-04-05T00:25:09.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-04-05T00:25:09.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-04-05T00:25:09.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20332026-04-05T00:25:09.937Z
20342026-04-05T00:25:09.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/268)
20352026-04-05T00:25:10.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-04-05T00:25:10.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-04-05T00:25:10.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-04-05T00:25:10.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20392026-04-05T00:25:10.424Z
20402026-04-05T00:25:10.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/268)
20412026-04-05T00:25:10.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-04-05T00:25:10.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-04-05T00:25:10.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-04-05T00:25:10.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20452026-04-05T00:25:10.908Z
20462026-04-05T00:25:10.908Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/268)
20472026-04-05T00:25:11.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-04-05T00:25:11.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-04-05T00:25:11.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-04-05T00:25:11.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20512026-04-05T00:25:11.395Z
20522026-04-05T00:25:11.395Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/268)
20532026-04-05T00:25:11.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-04-05T00:25:11.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-04-05T00:25:11.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-04-05T00:25:11.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-04-05T00:25:11.877Z
20582026-04-05T00:25:11.877Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/268)
20592026-04-05T00:25:12.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-04-05T00:25:12.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-04-05T00:25:12.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-04-05T00:25:12.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20632026-04-05T00:25:12.364Z
20642026-04-05T00:25:12.364Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/268)
20652026-04-05T00:25:12.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-04-05T00:25:12.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-04-05T00:25:12.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-04-05T00:25:12.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20692026-04-05T00:25:12.850Z
20702026-04-05T00:25:12.850Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/268)
20712026-04-05T00:25:13.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-04-05T00:25:13.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-04-05T00:25:13.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-04-05T00:25:13.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20752026-04-05T00:25:13.337Z
20762026-04-05T00:25:13.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/268)
20772026-04-05T00:25:13.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-04-05T00:25:13.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-04-05T00:25:13.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-04-05T00:25:13.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20812026-04-05T00:25:13.824Z
20822026-04-05T00:25:13.824Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/268)
20832026-04-05T00:25:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-04-05T00:25:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-04-05T00:25:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-04-05T00:25:14.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20872026-04-05T00:25:14.310Z
20882026-04-05T00:25:14.310Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/268)
20892026-04-05T00:25:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-04-05T00:25:14.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-04-05T00:25:14.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-04-05T00:25:14.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20932026-04-05T00:25:14.798Z
20942026-04-05T00:25:14.798Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/268)
20952026-04-05T00:25:15.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-04-05T00:25:15.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-04-05T00:25:15.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-04-05T00:25:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20992026-04-05T00:25:15.290Z
21002026-04-05T00:25:15.290Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/268)
21012026-04-05T00:25:15.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-04-05T00:25:15.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-04-05T00:25:15.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-04-05T00:25:15.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21052026-04-05T00:25:15.775Z
21062026-04-05T00:25:15.775Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/268)
21072026-04-05T00:25:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-04-05T00:25:16.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-04-05T00:25:16.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-04-05T00:25:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21112026-04-05T00:25:16.258Z
21122026-04-05T00:25:16.259Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/268)
21132026-04-05T00:25:16.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-04-05T00:25:16.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-04-05T00:25:17.068Z Checking cfg-if v1.0.4
21162026-04-05T00:25:17.071Z Checking libc v0.2.180
21172026-04-05T00:25:17.203Z Checking serde_core v1.0.228
21182026-04-05T00:25:17.223Z Checking memchr v2.8.0
21192026-04-05T00:25:17.235Z Checking smallvec v1.15.1
21202026-04-05T00:25:17.235Z Checking itoa v1.0.17
21212026-04-05T00:25:17.261Z Checking log v0.4.29
21222026-04-05T00:25:17.261Z Checking zeroize v1.8.2
21232026-04-05T00:25:17.287Z Checking stable_deref_trait v1.2.1
21242026-04-05T00:25:17.359Z Checking zerofrom v0.1.6
21252026-04-05T00:25:17.390Z Checking zmij v1.0.21
21262026-04-05T00:25:17.410Z Checking writeable v0.6.2
21272026-04-05T00:25:17.425Z Checking percent-encoding v2.3.2
21282026-04-05T00:25:17.428Z Checking litemap v0.8.1
21292026-04-05T00:25:17.472Z Checking yoke v0.8.1
21302026-04-05T00:25:17.560Z Checking libm v0.2.16
21312026-04-05T00:25:17.574Z Checking scopeguard v1.2.0
21322026-04-05T00:25:17.597Z Checking icu_normalizer_data v2.1.1
21332026-04-05T00:25:17.610Z Checking icu_properties_data v2.1.2
21342026-04-05T00:25:17.625Z Checking getrandom v0.2.17
21352026-04-05T00:25:17.625Z Checking errno v0.3.14
21362026-04-05T00:25:17.652Z Checking zerovec v0.11.5
21372026-04-05T00:25:17.666Z Checking zerotrie v0.2.3
21382026-04-05T00:25:17.669Z Checking lock_api v0.4.14
21392026-04-05T00:25:17.735Z Checking subtle v2.6.1
21402026-04-05T00:25:17.754Z Checking utf8_iter v1.0.4
21412026-04-05T00:25:17.805Z Checking rand_core v0.6.4
21422026-04-05T00:25:17.883Z Checking form_urlencoded v1.2.2
21432026-04-05T00:25:17.901Z Checking rand_core v0.10.0
21442026-04-05T00:25:17.916Z Checking pin-project-lite v0.2.17
21452026-04-05T00:25:17.932Z Checking typenum v1.19.0
21462026-04-05T00:25:17.980Z Checking portable-atomic v1.13.1
21472026-04-05T00:25:18.007Z Checking critical-section v1.2.0
21482026-04-05T00:25:18.024Z Checking iana-time-zone v0.1.65
21492026-04-05T00:25:18.043Z Checking getrandom v0.4.1
21502026-04-05T00:25:18.082Z Checking tinystr v0.8.2
21512026-04-05T00:25:18.108Z Checking potential_utf v0.1.4
21522026-04-05T00:25:18.130Z Checking signal-hook-registry v1.4.8
21532026-04-05T00:25:18.191Z Checking parking_lot_core v0.9.12
21542026-04-05T00:25:18.239Z Checking icu_collections v2.1.1
21552026-04-05T00:25:18.254Z Checking num-traits v0.2.19
21562026-04-05T00:25:18.267Z Checking icu_locale_core v2.1.1
21572026-04-05T00:25:18.294Z Checking mio v1.1.1
21582026-04-05T00:25:18.382Z Checking parking_lot v0.12.5
21592026-04-05T00:25:18.397Z Checking once_cell v1.21.3
21602026-04-05T00:25:18.470Z Checking generic-array v0.14.7
21612026-04-05T00:25:18.556Z Checking socket2 v0.6.2
21622026-04-05T00:25:18.574Z Checking zerocopy v0.8.40
21632026-04-05T00:25:18.592Z Checking futures-core v0.3.32
21642026-04-05T00:25:18.607Z Checking dyn-clone v1.0.20
21652026-04-05T00:25:18.711Z Checking allocator-api2 v0.2.21
21662026-04-05T00:25:18.714Z Checking serde v1.0.228
21672026-04-05T00:25:18.740Z Checking serde_json v1.0.149
21682026-04-05T00:25:18.801Z Checking bitflags v2.11.0
21692026-04-05T00:25:18.804Z Checking uuid v1.21.0
21702026-04-05T00:25:18.839Z Checking icu_provider v2.1.1
21712026-04-05T00:25:18.931Z Checking crypto-common v0.1.7
21722026-04-05T00:25:18.970Z Checking semver v1.0.27
21732026-04-05T00:25:18.992Z Checking equivalent v1.0.2
21742026-04-05T00:25:19.052Z Checking const-oid v0.9.6
21752026-04-05T00:25:19.076Z Checking icu_normalizer v2.1.1
21762026-04-05T00:25:19.076Z Checking icu_properties v2.1.2
21772026-04-05T00:25:19.128Z Checking bytes v1.11.1
21782026-04-05T00:25:19.131Z Checking chrono v0.4.44
21792026-04-05T00:25:19.181Z Checking foldhash v0.2.0
21802026-04-05T00:25:19.338Z Checking hashbrown v0.16.1
21812026-04-05T00:25:19.389Z Checking futures-sink v0.3.32
21822026-04-05T00:25:19.406Z Checking block-buffer v0.10.4
21832026-04-05T00:25:19.493Z Checking futures-channel v0.3.32
21842026-04-05T00:25:19.547Z Checking slab v0.4.12
21852026-04-05T00:25:19.583Z Checking tokio v1.49.0
21862026-04-05T00:25:19.686Z Checking futures-task v0.3.32
21872026-04-05T00:25:19.709Z Checking futures-io v0.3.32
21882026-04-05T00:25:19.730Z Checking digest v0.10.7
21892026-04-05T00:25:19.822Z Checking futures-util v0.3.32
21902026-04-05T00:25:19.839Z Checking thiserror v2.0.18
21912026-04-05T00:25:19.842Z Checking byteorder v1.5.0
21922026-04-05T00:25:19.920Z Checking idna_adapter v1.2.1
21932026-04-05T00:25:19.935Z Checking base64 v0.22.1
21942026-04-05T00:25:19.949Z Checking indexmap v2.13.0
21952026-04-05T00:25:19.974Z Checking cpufeatures v0.2.17
21962026-04-05T00:25:20.041Z Checking idna v1.1.0
21972026-04-05T00:25:20.058Z Checking http v1.4.0
21982026-04-05T00:25:20.074Z Checking fnv v1.0.7
21992026-04-05T00:25:20.171Z Checking unicode-ident v1.0.24
22002026-04-05T00:25:20.188Z Checking tracing-core v0.1.36
22012026-04-05T00:25:20.284Z Checking url v2.5.8
22022026-04-05T00:25:20.301Z Checking proc-macro2 v1.0.106
22032026-04-05T00:25:20.508Z Checking tracing v0.1.44
22042026-04-05T00:25:20.525Z Checking thiserror v1.0.69
22052026-04-05T00:25:20.619Z Checking rustls-pki-types v1.14.0
22062026-04-05T00:25:20.634Z Checking regex-syntax v0.8.10
22072026-04-05T00:25:20.654Z Checking quote v1.0.44
22082026-04-05T00:25:20.717Z Checking untrusted v0.9.0
22092026-04-05T00:25:20.735Z Checking schemars v0.8.22
22102026-04-05T00:25:20.822Z Checking syn v2.0.117
22112026-04-05T00:25:20.838Z Checking ring v0.17.14
22122026-04-05T00:25:20.917Z Checking ipnet v2.11.0
22132026-04-05T00:25:21.178Z Checking httparse v1.10.1
22142026-04-05T00:25:21.361Z Checking ppv-lite86 v0.2.21
22152026-04-05T00:25:21.393Z Checking http-body v1.0.1
22162026-04-05T00:25:21.411Z Checking rustix v1.1.3
22172026-04-05T00:25:21.530Z Checking block-padding v0.3.3
22182026-04-05T00:25:21.661Z Checking getrandom v0.3.4
22192026-04-05T00:25:21.677Z Checking atomic-waker v1.1.2
22202026-04-05T00:25:21.722Z Checking inout v0.1.4
22212026-04-05T00:25:21.778Z Checking hmac v0.12.1
22222026-04-05T00:25:21.808Z Checking aws-lc-sys v0.37.1
22232026-04-05T00:25:21.853Z Checking aho-corasick v1.1.4
22242026-04-05T00:25:21.867Z Checking powerfmt v0.2.0
22252026-04-05T00:25:21.917Z Checking openssl-probe v0.2.1
22262026-04-05T00:25:21.964Z Checking httpdate v1.0.3
22272026-04-05T00:25:22.020Z Checking try-lock v0.2.5
22282026-04-05T00:25:22.035Z Checking tower-service v0.3.3
22292026-04-05T00:25:22.109Z Checking tower-layer v0.3.3
22302026-04-05T00:25:22.123Z Checking untrusted v0.7.1
22312026-04-05T00:25:22.126Z Checking want v0.3.1
22322026-04-05T00:25:22.239Z Checking deranged v0.5.8
22332026-04-05T00:25:22.255Z Checking cipher v0.4.4
22342026-04-05T00:25:22.272Z Checking rand_core v0.9.5
22352026-04-05T00:25:22.286Z Checking base64ct v1.8.3
22362026-04-05T00:25:22.319Z Checking aws-lc-rs v1.16.0
22372026-04-05T00:25:22.451Z Checking time-core v0.1.8
22382026-04-05T00:25:22.473Z Checking num_threads v0.1.7
22392026-04-05T00:25:22.525Z Checking pin-utils v0.1.0
22402026-04-05T00:25:22.540Z Checking regex-automata v0.4.14
22412026-04-05T00:25:22.561Z Checking num-conv v0.2.0
22422026-04-05T00:25:22.598Z Checking sha2 v0.10.9
22432026-04-05T00:25:22.614Z Checking erased-serde v0.3.31
22442026-04-05T00:25:22.681Z Checking pretty-hex v0.4.1
22452026-04-05T00:25:22.786Z Checking tokio-util v0.7.18
22462026-04-05T00:25:22.806Z Checking rand_chacha v0.9.0
22472026-04-05T00:25:22.879Z Checking fastrand v2.3.0
22482026-04-05T00:25:22.999Z Checking slog v2.8.2
22492026-04-05T00:25:23.013Z Checking ryu v1.0.23
22502026-04-05T00:25:23.064Z Checking rand v0.9.2
22512026-04-05T00:25:23.150Z Checking pem-rfc7468 v0.7.0
22522026-04-05T00:25:23.150Z Checking rustls-native-certs v0.8.3
22532026-04-05T00:25:23.179Z Checking time v0.3.47
22542026-04-05T00:25:23.182Z Checking rustls-webpki v0.103.9
22552026-04-05T00:25:23.262Z Checking http-body-util v0.1.3
22562026-04-05T00:25:23.281Z Checking ipnetwork v0.21.1
22572026-04-05T00:25:23.323Z Checking sync_wrapper v1.0.2
22582026-04-05T00:25:23.403Z Checking h2 v0.4.13
22592026-04-05T00:25:23.431Z Checking spin v0.9.8
22602026-04-05T00:25:23.482Z Checking flagset v0.4.7
22612026-04-05T00:25:23.514Z Checking plain v0.2.3
22622026-04-05T00:25:23.561Z Checking tower v0.5.3
22632026-04-05T00:25:23.608Z Checking der v0.7.10
22642026-04-05T00:25:23.625Z Checking serde_urlencoded v0.7.1
22652026-04-05T00:25:23.641Z Checking rustls v0.23.37
22662026-04-05T00:25:23.655Z Checking rand_chacha v0.3.1
22672026-04-05T00:25:23.844Z Checking webpki-roots v1.0.6
22682026-04-05T00:25:23.874Z Checking iri-string v0.7.10
22692026-04-05T00:25:23.962Z Checking ucd-trie v0.1.7
22702026-04-05T00:25:23.978Z Checking tinyvec_macros v0.1.1
22712026-04-05T00:25:24.047Z Checking tinyvec v1.10.0
22722026-04-05T00:25:24.099Z Checking pest v2.8.6
22732026-04-05T00:25:24.348Z Checking spki v0.7.3
22742026-04-05T00:25:24.368Z Checking rand v0.8.5
22752026-04-05T00:25:24.385Z Checking tempfile v3.25.0
22762026-04-05T00:25:24.410Z Checking salsa20 v0.10.2
22772026-04-05T00:25:24.516Z Checking pbkdf2 v0.12.2
22782026-04-05T00:25:24.548Z Checking unicode-width v0.2.0
22792026-04-05T00:25:24.585Z Checking foreign-types-shared v0.1.1
22802026-04-05T00:25:24.629Z Checking scrypt v0.11.0
22812026-04-05T00:25:24.671Z Checking foreign-types v0.3.2
22822026-04-05T00:25:24.746Z Checking regex v1.12.3
22832026-04-05T00:25:24.770Z Checking aes v0.8.4
22842026-04-05T00:25:24.797Z Checking cbc v0.1.2
22852026-04-05T00:25:24.898Z Checking anyhow v1.0.102
22862026-04-05T00:25:24.913Z Checking tower-http v0.6.8
22872026-04-05T00:25:24.928Z Checking openssl-sys v0.9.111
22882026-04-05T00:25:25.033Z Checking crossbeam-utils v0.8.21
22892026-04-05T00:25:25.103Z Checking oxnet v0.1.4
22902026-04-05T00:25:25.166Z Checking pkcs5 v0.7.1
22912026-04-05T00:25:25.186Z Checking mime v0.3.17
22922026-04-05T00:25:25.194Z Checking openapiv3 v2.2.0
22932026-04-05T00:25:25.345Z Checking scroll v0.12.0
22942026-04-05T00:25:25.359Z Checking encoding_rs v0.8.35
22952026-04-05T00:25:25.377Z Checking data-encoding v2.10.0
22962026-04-05T00:25:25.429Z Checking pkcs8 v0.10.2
22972026-04-05T00:25:25.444Z Checking openssl v0.10.75
22982026-04-05T00:25:25.575Z Checking winnow v0.7.14
22992026-04-05T00:25:25.616Z Checking siphasher v1.0.2
23002026-04-05T00:25:25.655Z Checking goblin v0.8.2
23012026-04-05T00:25:25.775Z Checking lazy_static v1.5.0
23022026-04-05T00:25:25.871Z Checking zerocopy v0.7.35
23032026-04-05T00:25:26.054Z Checking tokio-rustls v0.26.4
23042026-04-05T00:25:26.185Z Checking hyper v1.8.1
23052026-04-05T00:25:26.284Z Checking wait-timeout v0.2.1
23062026-04-05T00:25:26.331Z Checking utf8parse v0.2.2
23072026-04-05T00:25:26.375Z Checking managed v0.8.0
23082026-04-05T00:25:26.411Z Checking anstyle v1.0.13
23092026-04-05T00:25:26.437Z Checking bit-vec v0.8.0
23102026-04-05T00:25:26.534Z Checking bitflags v1.3.2
23112026-04-05T00:25:26.561Z Checking either v1.15.0
23122026-04-05T00:25:26.601Z Checking quick-error v1.2.3
23132026-04-05T00:25:26.614Z Checking psl-types v2.0.11
23142026-04-05T00:25:26.635Z Checking bit-set v0.8.0
23152026-04-05T00:25:26.703Z Checking rusty-fork v0.3.1
23162026-04-05T00:25:26.733Z Checking publicsuffix v2.3.0
23172026-04-05T00:25:26.749Z Checking anstyle-parse v0.2.7
23182026-04-05T00:25:26.782Z Checking dtrace-parser v0.2.0
23192026-04-05T00:25:26.785Z Checking unicode-normalization v0.1.25
23202026-04-05T00:25:26.872Z Checking cookie v0.18.1
23212026-04-05T00:25:26.893Z Checking rand_xorshift v0.4.0
23222026-04-05T00:25:26.908Z Checking sha1 v0.10.6
23232026-04-05T00:25:27.017Z Checking hex v0.4.3
23242026-04-05T00:25:27.032Z Checking thread-id v4.2.2
23252026-04-05T00:25:27.079Z Checking colorchoice v1.0.4
23262026-04-05T00:25:27.092Z Checking hyper-util v0.1.20
23272026-04-05T00:25:27.107Z Checking unarray v0.1.4
23282026-04-05T00:25:27.122Z Checking anstyle-query v1.1.5
23292026-04-05T00:25:27.180Z Checking is_terminal_polyfill v1.70.2
23302026-04-05T00:25:27.203Z Checking cookie_store v0.22.1
23312026-04-05T00:25:27.217Z Checking proptest v1.10.0
23322026-04-05T00:25:27.220Z Checking rustls-platform-verifier v0.6.2
23332026-04-05T00:25:27.245Z Checking crossbeam-epoch v0.9.18
23342026-04-05T00:25:27.268Z Checking anstream v0.6.21
23352026-04-05T00:25:27.371Z Checking terminal_size v0.4.3
23362026-04-05T00:25:27.453Z Checking native-tls v0.2.18
23372026-04-05T00:25:27.468Z Checking scroll v0.13.0
23382026-04-05T00:25:27.483Z Checking num-integer v0.1.46
23392026-04-05T00:25:27.496Z Checking simd-adler32 v0.3.8
23402026-04-05T00:25:27.539Z Checking crossbeam-deque v0.8.6
23412026-04-05T00:25:27.590Z Checking dof v0.3.0
23422026-04-05T00:25:27.632Z Checking tokio-native-tls v0.3.1
23432026-04-05T00:25:27.662Z Checking bstr v1.12.1
23442026-04-05T00:25:27.696Z Checking goblin v0.10.5
23452026-04-05T00:25:27.711Z Checking ref-cast v1.0.25
23462026-04-05T00:25:27.711Z Checking rustix v0.38.44
23472026-04-05T00:25:27.789Z Checking camino v1.2.2
23482026-04-05T00:25:27.824Z Checking crc32fast v1.5.0
23492026-04-05T00:25:27.879Z Checking usdt-impl v0.5.0
23502026-04-05T00:25:27.978Z Checking signature v2.2.0
23512026-04-05T00:25:28.041Z Checking serde_spanned v0.6.9
23522026-04-05T00:25:28.056Z Checking toml_datetime v0.6.11
23532026-04-05T00:25:28.109Z Checking ff v0.13.1
23542026-04-05T00:25:28.162Z Checking unicode-bidi v0.3.18
23552026-04-05T00:25:28.176Z Checking strsim v0.11.1
23562026-04-05T00:25:28.240Z Checking clap_lex v1.0.0
23572026-04-05T00:25:28.243Z Checking base16ct v0.2.0
23582026-04-05T00:25:28.341Z Checking unicode-properties v0.1.4
23592026-04-05T00:25:28.371Z Checking adler2 v2.0.1
23602026-04-05T00:25:28.385Z Checking hyper-rustls v0.27.7
23612026-04-05T00:25:28.409Z Checking hyper-tls v0.6.0
23622026-04-05T00:25:28.475Z Checking clap_builder v4.5.60
23632026-04-05T00:25:28.490Z Checking miniz_oxide v0.8.9
23642026-04-05T00:25:28.533Z Checking sec1 v0.7.3
23652026-04-05T00:25:28.548Z Checking stringprep v0.1.5
23662026-04-05T00:25:28.590Z Checking group v0.13.0
23672026-04-05T00:25:28.616Z Checking reqwest v0.12.28
23682026-04-05T00:25:28.704Z Checking reqwest v0.13.2
23692026-04-05T00:25:28.742Z Checking rayon-core v1.13.0
23702026-04-05T00:25:28.757Z Checking num-iter v0.1.45
23712026-04-05T00:25:28.858Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-04-05T00:25:28.874Z Checking dtrace-parser v0.3.0
23732026-04-05T00:25:29.077Z Checking hkdf v0.12.4
23742026-04-05T00:25:29.080Z Checking newtype-uuid v1.3.2
23752026-04-05T00:25:29.118Z Checking strum v0.26.3
23762026-04-05T00:25:29.202Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-04-05T00:25:29.229Z Checking hash32 v0.2.1
23782026-04-05T00:25:29.245Z Checking md-5 v0.10.6
23792026-04-05T00:25:29.284Z Checking daft v0.1.5
23802026-04-05T00:25:29.317Z Checking crypto-bigint v0.5.5
23812026-04-05T00:25:29.385Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-04-05T00:25:29.400Z Checking thread-id v5.1.0
23832026-04-05T00:25:29.482Z Checking zlib-rs v0.6.2
23842026-04-05T00:25:29.497Z Checking unicode-segmentation v1.12.0
23852026-04-05T00:25:29.527Z Checking fallible-iterator v0.2.0
23862026-04-05T00:25:29.554Z Checking heapless v0.7.17
23872026-04-05T00:25:29.588Z Checking zstd-safe v7.2.4
23882026-04-05T00:25:29.719Z Checking clap v4.5.60
23892026-04-05T00:25:29.759Z Checking rayon v1.11.0
23902026-04-05T00:25:29.801Z Checking itertools v0.12.1
23912026-04-05T00:25:29.815Z Checking postgres-protocol v0.6.10
23922026-04-05T00:25:29.818Z Checking phf_shared v0.13.1
23932026-04-05T00:25:29.971Z Checking console v0.16.2
23942026-04-05T00:25:30.027Z Checking curve25519-dalek v4.1.3
23952026-04-05T00:25:30.080Z Checking dof v0.4.0
23962026-04-05T00:25:30.135Z Checking memoffset v0.9.1
23972026-04-05T00:25:30.215Z Checking elliptic-curve v0.13.8
23982026-04-05T00:25:30.230Z Checking bzip2-sys v0.1.13+1.0.8
23992026-04-05T00:25:30.273Z Checking signal-hook v0.3.18
24002026-04-05T00:25:30.318Z Checking memmap2 v0.9.10
24012026-04-05T00:25:30.366Z Checking flate2 v1.1.9
24022026-04-05T00:25:30.460Z Checking fixedbitset v0.4.2
24032026-04-05T00:25:30.480Z Checking toml_write v0.1.2
24042026-04-05T00:25:30.529Z Checking unit-prefix v0.5.2
24052026-04-05T00:25:30.609Z Checking foldhash v0.1.5
24062026-04-05T00:25:30.647Z Checking winnow v0.5.40
24072026-04-05T00:25:30.662Z Checking libbz2-rs-sys v0.2.2
24082026-04-05T00:25:30.665Z Checking bumpalo v3.20.2
24092026-04-05T00:25:30.714Z Checking usdt-impl v0.6.0
24102026-04-05T00:25:30.746Z Checking hashbrown v0.15.5
24112026-04-05T00:25:30.791Z Checking toml_edit v0.22.27
24122026-04-05T00:25:30.820Z Checking zone v0.3.1
24132026-04-05T00:25:30.879Z Checking zopfli v0.8.3
24142026-04-05T00:25:30.998Z Checking usdt v0.6.0
24152026-04-05T00:25:31.057Z Checking bzip2 v0.6.1
24162026-04-05T00:25:31.166Z Checking petgraph v0.6.5
24172026-04-05T00:25:31.183Z Checking signal-hook-mio v0.2.5
24182026-04-05T00:25:31.207Z Checking bzip2 v0.4.4
24192026-04-05T00:25:31.222Z Checking nix v0.31.1
24202026-04-05T00:25:31.225Z Checking postgres-types v0.2.12
24212026-04-05T00:25:31.225Z Checking indicatif v0.18.4
24222026-04-05T00:25:31.280Z Checking phf v0.13.1
24232026-04-05T00:25:31.372Z Checking smoltcp v0.9.1
24242026-04-05T00:25:31.432Z Checking similar v2.7.0
24252026-04-05T00:25:31.537Z Checking zstd v0.13.3
24262026-04-05T00:25:31.613Z Checking num-bigint-dig v0.8.6
24272026-04-05T00:25:31.731Z Checking ed25519 v2.2.3
24282026-04-05T00:25:31.807Z Checking toml_edit v0.19.15
24292026-04-05T00:25:31.825Z Checking phf_shared v0.11.3
24302026-04-05T00:25:31.910Z Checking pkcs1 v0.7.5
24312026-04-05T00:25:31.925Z Checking tokio-stream v0.1.18
24322026-04-05T00:25:31.971Z Checking strum v0.27.2
24332026-04-05T00:25:31.975Z Checking hubpack v0.1.2
24342026-04-05T00:25:32.089Z Checking rfc6979 v0.4.0
24352026-04-05T00:25:32.123Z Checking serde-big-array v0.5.1
24362026-04-05T00:25:32.154Z Checking float-cmp v0.10.0
24372026-04-05T00:25:32.208Z Checking env_filter v1.0.0
24382026-04-05T00:25:32.261Z Checking jiff v0.2.21
24392026-04-05T00:25:32.264Z Checking predicates-core v1.0.10
24402026-04-05T00:25:32.290Z Checking static_assertions v1.1.0
24412026-04-05T00:25:32.311Z Checking keccak v0.1.6
24422026-04-05T00:25:32.356Z Checking normalize-line-endings v0.3.0
24432026-04-05T00:25:32.371Z Checking difflib v0.4.0
24442026-04-05T00:25:32.397Z Checking whoami v2.1.0
24452026-04-05T00:25:32.423Z Checking precomputed-hash v0.1.1
24462026-04-05T00:25:32.437Z Checking fixedbitset v0.5.7
24472026-04-05T00:25:32.452Z Checking rustc-hash v2.1.1
24482026-04-05T00:25:32.478Z Checking new_debug_unreachable v1.0.6
24492026-04-05T00:25:32.508Z Checking sha3 v0.10.8
24502026-04-05T00:25:32.549Z Checking string_cache v0.8.9
24512026-04-05T00:25:32.564Z Checking predicates v3.1.4
24522026-04-05T00:25:32.567Z Checking iddqd v0.3.17
24532026-04-05T00:25:32.596Z Checking tokio-postgres v0.7.16
24542026-04-05T00:25:32.630Z Checking petgraph v0.8.3
24552026-04-05T00:25:32.720Z Checking rsa v0.9.10
24562026-04-05T00:25:32.723Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-04-05T00:25:32.855Z Checking toml v0.7.8
24582026-04-05T00:25:32.870Z Checking env_logger v0.11.9
24592026-04-05T00:25:33.062Z Checking ecdsa v0.16.9
24602026-04-05T00:25:33.169Z Checking ed25519-dalek v2.2.0
24612026-04-05T00:25:33.200Z Checking zip v0.6.6
24622026-04-05T00:25:33.401Z Checking crossterm v0.28.1
24632026-04-05T00:25:33.401Z Checking serde_with v3.17.0
24642026-04-05T00:25:33.432Z Checking itertools v0.13.0
24652026-04-05T00:25:33.535Z Checking hickory-proto v0.25.2
24662026-04-05T00:25:33.866Z Checking x509-cert v0.2.5
24672026-04-05T00:25:34.141Z Checking fs-err v3.3.0
24682026-04-05T00:25:34.239Z Checking ahash v0.8.12
24692026-04-05T00:25:34.444Z Checking object v0.37.3
24702026-04-05T00:25:34.444Z Checking buf-list v1.1.2
24712026-04-05T00:25:34.488Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-04-05T00:25:34.520Z Checking peg-runtime v0.8.5
24732026-04-05T00:25:34.546Z Checking zip v4.6.1
24742026-04-05T00:25:34.631Z Checking lalrpop-util v0.19.12
24752026-04-05T00:25:34.666Z Compiling structmeta-derive v0.3.0
24762026-04-05T00:25:34.759Z Compiling rustls v0.22.4
24772026-04-05T00:25:34.799Z Compiling newtype-uuid-macros v0.1.0
24782026-04-05T00:25:34.873Z Compiling multer v3.1.0
24792026-04-05T00:25:34.963Z Compiling async-stream-impl v0.3.6
24802026-04-05T00:25:35.000Z Checking futures-executor v0.3.32
24812026-04-05T00:25:35.118Z Checking regress v0.10.5
24822026-04-05T00:25:35.160Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-04-05T00:25:35.559Z Compiling dropshot v0.16.7
24842026-04-05T00:25:35.574Z Checking futures v0.3.32
24852026-04-05T00:25:35.576Z Compiling dropshot_endpoint v0.16.7
24862026-04-05T00:25:35.654Z Checking thread_local v1.1.9
24872026-04-05T00:25:35.772Z Compiling structmeta v0.3.0
24882026-04-05T00:25:35.806Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-04-05T00:25:35.830Z Checking crossbeam-channel v0.5.15
24902026-04-05T00:25:36.007Z Compiling derive-ex v0.1.8
24912026-04-05T00:25:36.149Z Checking is-terminal v0.4.17
24922026-04-05T00:25:36.177Z Checking term v1.2.1
24932026-04-05T00:25:36.248Z Checking take_mut v0.2.2
24942026-04-05T00:25:36.361Z Checking slog-async v2.8.0
24952026-04-05T00:25:36.410Z Checking slog-term v2.9.2
24962026-04-05T00:25:36.438Z Compiling parse-display-derive v0.10.0
24972026-04-05T00:25:36.541Z Checking rustls-webpki v0.102.8
24982026-04-05T00:25:36.558Z Checking serde_spanned v1.0.4
24992026-04-05T00:25:36.678Z Checking match_cfg v0.1.0
25002026-04-05T00:25:36.696Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-04-05T00:25:36.753Z Checking debug-ignore v1.0.5
25022026-04-05T00:25:36.812Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-04-05T00:25:36.859Z Checking hostname v0.3.1
25042026-04-05T00:25:36.884Z Checking toml v0.9.12+spec-1.1.0
25052026-04-05T00:25:36.903Z Checking slog-json v2.6.1
25062026-04-05T00:25:36.960Z Checking macaddr v1.0.1
25072026-04-05T00:25:37.067Z Checking slog-bunyan v2.5.0
25082026-04-05T00:25:37.148Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-04-05T00:25:37.189Z Checking async-stream v0.3.6
25102026-04-05T00:25:37.376Z Checking waitgroup v0.1.2
25112026-04-05T00:25:37.470Z Checking rustls-pemfile v2.2.0
25122026-04-05T00:25:37.485Z Checking serde_path_to_error v0.1.20
25132026-04-05T00:25:37.553Z Checking hostname v0.4.2
25142026-04-05T00:25:37.570Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-04-05T00:25:37.622Z Checking progenitor-client v0.13.0
25162026-04-05T00:25:37.661Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-04-05T00:25:37.686Z Checking progenitor-client v0.10.0
25182026-04-05T00:25:37.717Z Compiling test-strategy v0.4.5
25192026-04-05T00:25:37.761Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-04-05T00:25:37.806Z Checking backon v1.6.0
25212026-04-05T00:25:37.861Z Checking instant v0.1.13
25222026-04-05T00:25:37.917Z Checking itertools v0.14.0
25232026-04-05T00:25:37.955Z Checking backoff v0.4.0
25242026-04-05T00:25:37.981Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-04-05T00:25:37.997Z Checking progenitor-extras v0.1.1
25262026-04-05T00:25:38.137Z Checking heck v0.5.0
25272026-04-05T00:25:38.155Z Checking parse-display v0.10.0
25282026-04-05T00:25:38.262Z Compiling crucible-workspace-hack v0.1.0
25292026-04-05T00:25:38.320Z Compiling convert_case v0.4.0
25302026-04-05T00:25:38.392Z Checking tokio-rustls v0.25.0
25312026-04-05T00:25:38.522Z Checking secrecy v0.10.3
25322026-04-05T00:25:38.607Z Compiling prettyplease v0.2.37
25332026-04-05T00:25:38.646Z Compiling typify-impl v0.6.1
25342026-04-05T00:25:38.714Z Compiling derive_more v0.99.20
25352026-04-05T00:25:39.071Z Compiling unsafe-libyaml v0.2.11
25362026-04-05T00:25:39.294Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-04-05T00:25:39.626Z Compiling serde_yaml v0.9.34+deprecated
25382026-04-05T00:25:39.849Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25392026-04-05T00:25:40.445Z Checking half v2.7.1
25402026-04-05T00:25:40.559Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25412026-04-05T00:25:40.715Z Compiling toml_edit v0.23.10+spec-1.0.0
25422026-04-05T00:25:40.790Z Compiling thiserror-impl-no-std v2.0.2
25432026-04-05T00:25:40.955Z Checking universal-hash v0.5.1
25442026-04-05T00:25:41.404Z Checking opaque-debug v0.3.1
25452026-04-05T00:25:41.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-04-05T00:25:41.478Z Compiling heapless v0.8.0
25472026-04-05T00:25:41.599Z Checking ciborium-io v0.2.2
25482026-04-05T00:25:41.698Z Checking ciborium-ll v0.2.2
25492026-04-05T00:25:41.809Z Checking poly1305 v0.8.0
25502026-04-05T00:25:41.937Z Compiling proc-macro-crate v3.4.0
25512026-04-05T00:25:41.979Z Checking thiserror-no-std v2.0.2
25522026-04-05T00:25:42.327Z Compiling ingot-macros v0.1.1
25532026-04-05T00:25:42.492Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25542026-04-05T00:25:42.641Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25552026-04-05T00:25:42.887Z Compiling typify-impl v0.4.3
25562026-04-05T00:25:43.100Z Checking toml v0.8.23
25572026-04-05T00:25:43.166Z Compiling typify-macro v0.6.1
25582026-04-05T00:25:43.432Z Checking num-rational v0.4.2
25592026-04-05T00:25:43.554Z Checking byte-wrapper v0.1.0
25602026-04-05T00:25:43.570Z Checking tabwriter v1.4.1
25612026-04-05T00:25:43.739Z Checking password-hash v0.5.0
25622026-04-05T00:25:43.770Z Checking chacha20 v0.9.1
25632026-04-05T00:25:43.976Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25642026-04-05T00:25:44.037Z Checking hash32 v0.3.1
25652026-04-05T00:25:44.175Z Checking blake2 v0.10.6
25662026-04-05T00:25:44.240Z Checking aead v0.5.2
25672026-04-05T00:25:44.390Z Checking num-complex v0.4.6
25682026-04-05T00:25:44.661Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-04-05T00:25:44.741Z Compiling smoltcp v0.11.0
25702026-04-05T00:25:44.870Z Checking num v0.4.3
25712026-04-05T00:25:44.886Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25722026-04-05T00:25:44.946Z Checking argon2 v0.5.3
25732026-04-05T00:25:44.962Z Compiling typify v0.6.1
25742026-04-05T00:25:45.078Z Checking chacha20poly1305 v0.10.1
25752026-04-05T00:25:45.115Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25762026-04-05T00:25:45.171Z Checking ingot-types v0.1.2
25772026-04-05T00:25:45.280Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25782026-04-05T00:25:45.295Z Compiling num_enum_derive v0.7.5
25792026-04-05T00:25:45.539Z Checking vsss-rs v3.3.4
25802026-04-05T00:25:45.598Z Checking ciborium v0.2.2
25812026-04-05T00:25:46.351Z Compiling usdt-attr-macro v0.5.0
25822026-04-05T00:25:46.591Z Compiling usdt-macro v0.5.0
25832026-04-05T00:25:46.620Z Checking cobs v0.3.0
25842026-04-05T00:25:46.776Z Checking memmap v0.7.0
25852026-04-05T00:25:46.917Z Compiling foreign-types-macros v0.2.3
25862026-04-05T00:25:47.049Z Checking float-ord v0.3.2
25872026-04-05T00:25:47.064Z Checking colored v3.1.1
25882026-04-05T00:25:47.067Z Checking indent_write v2.2.0
25892026-04-05T00:25:47.143Z Checking foreign-types-shared v0.3.1
25902026-04-05T00:25:47.158Z Checking cpufeatures v0.3.0
25912026-04-05T00:25:47.214Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25922026-04-05T00:25:47.237Z Checking chacha20 v0.10.0
25932026-04-05T00:25:47.315Z Checking usdt v0.5.0
25942026-04-05T00:25:47.352Z Checking postcard v1.1.3
25952026-04-05T00:25:47.355Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962026-04-05T00:25:47.409Z Compiling typify-macro v0.4.3
25972026-04-05T00:25:47.450Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-04-05T00:25:47.481Z Checking num_enum v0.7.5
25992026-04-05T00:25:47.507Z Checking foreign-types v0.5.0
26002026-04-05T00:25:47.590Z Checking ingot v0.1.1
26012026-04-05T00:25:47.605Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26022026-04-05T00:25:47.646Z Compiling progenitor-impl v0.13.0
26032026-04-05T00:25:48.054Z Compiling proc-macro-crate v1.3.1
26042026-04-05T00:25:48.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26052026-04-05T00:25:48.530Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26062026-04-05T00:25:48.645Z Checking cstr-argument v0.1.2
26072026-04-05T00:25:48.737Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26082026-04-05T00:25:48.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26092026-04-05T00:25:48.775Z Checking swrite v0.1.0
26102026-04-05T00:25:48.874Z Compiling semver v0.1.20
26112026-04-05T00:25:48.969Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26122026-04-05T00:25:49.003Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132026-04-05T00:25:49.043Z Compiling num_enum_derive v0.5.11
26142026-04-05T00:25:49.080Z Compiling rustc_version v0.1.7
26152026-04-05T00:25:49.157Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26162026-04-05T00:25:49.171Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26172026-04-05T00:25:49.186Z Checking rand v0.10.0
26182026-04-05T00:25:49.269Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-04-05T00:25:49.696Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-04-05T00:25:50.086Z Compiling pin-project-internal v1.1.11
26212026-04-05T00:25:50.101Z Checking linked-hash-map v0.5.6
26222026-04-05T00:25:50.156Z Compiling minimal-lexical v0.2.1
26232026-04-05T00:25:50.279Z Checking lru-cache v0.1.2
26242026-04-05T00:25:50.362Z Compiling progenitor-macro v0.13.0
26252026-04-05T00:25:50.420Z Compiling nom v7.1.3
26262026-04-05T00:25:50.538Z Checking num_enum v0.5.11
26272026-04-05T00:25:50.657Z Compiling newtype_derive v0.1.6
26282026-04-05T00:25:50.854Z Compiling typify v0.4.3
26292026-04-05T00:25:51.221Z Checking pin-project v1.1.11
26302026-04-05T00:25:51.383Z Checking newline-converter v0.3.0
26312026-04-05T00:25:51.492Z Checking atomicwrites v0.4.4
26322026-04-05T00:25:51.508Z Checking camino-tempfile v1.4.1
26332026-04-05T00:25:51.630Z Checking phf_shared v0.12.1
26342026-04-05T00:25:51.674Z Checking hickory-proto v0.24.4
26352026-04-05T00:25:51.766Z Checking console v0.15.11
26362026-04-05T00:25:51.780Z Checking pem v3.0.6
26372026-04-05T00:25:51.946Z Checking csv-core v0.1.13
26382026-04-05T00:25:52.044Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26392026-04-05T00:25:52.060Z Compiling snafu-derive v0.8.9
26402026-04-05T00:25:52.134Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26412026-04-05T00:25:52.401Z Compiling derive-where v1.6.0
26422026-04-05T00:25:52.481Z Compiling async-recursion v1.1.1
26432026-04-05T00:25:53.016Z Compiling slog-dtrace v0.3.0
26442026-04-05T00:25:53.155Z Compiling chrono-tz v0.10.4
26452026-04-05T00:25:53.218Z Checking same-file v1.0.6
26462026-04-05T00:25:53.341Z Checking highway v1.3.0
26472026-04-05T00:25:53.356Z Compiling cancel-safe-futures v0.1.5
26482026-04-05T00:25:53.462Z Checking resolv-conf v0.7.6
26492026-04-05T00:25:53.521Z Compiling owo-colors v4.3.0
26502026-04-05T00:25:53.620Z Checking unicode-width v0.1.14
26512026-04-05T00:25:53.623Z Compiling const_format_proc_macros v0.2.34
26522026-04-05T00:25:53.682Z Checking hickory-resolver v0.24.4
26532026-04-05T00:25:53.817Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26542026-04-05T00:25:53.896Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26552026-04-05T00:25:53.909Z Checking walkdir v2.5.0
26562026-04-05T00:25:54.022Z Checking snafu v0.8.9
26572026-04-05T00:25:54.289Z Checking csv v1.4.0
26582026-04-05T00:25:54.339Z Checking expectorate v1.2.0
26592026-04-05T00:25:54.461Z Checking phf v0.12.1
26602026-04-05T00:25:54.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26612026-04-05T00:25:54.579Z Compiling progenitor-impl v0.10.0
26622026-04-05T00:25:54.660Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26632026-04-05T00:25:54.675Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26642026-04-05T00:25:54.847Z Checking tokio-dtrace v0.1.1
26652026-04-05T00:25:54.963Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26662026-04-05T00:25:55.021Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26672026-04-05T00:25:55.041Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26682026-04-05T00:25:55.229Z Checking globset v0.4.18
26692026-04-05T00:25:55.432Z Checking progenitor v0.13.0
26702026-04-05T00:25:55.500Z Checking olpc-cjson v0.1.4
26712026-04-05T00:25:55.548Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-05T00:25:55.572Z Checking libsw-core v0.3.2
26732026-04-05T00:25:55.595Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-04-05T00:25:55.640Z Checking smf v0.2.3
26752026-04-05T00:25:55.669Z Checking serde_plain v1.0.2
26762026-04-05T00:25:55.718Z Checking arc-swap v1.8.2
26772026-04-05T00:25:55.800Z Checking sigpipe v0.1.3
26782026-04-05T00:25:55.819Z Compiling lzma-sys v0.1.20
26792026-04-05T00:25:55.882Z Compiling num-derive v0.4.2
26802026-04-05T00:25:55.896Z Checking bytecount v0.6.9
26812026-04-05T00:25:55.947Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26822026-04-05T00:25:56.005Z Checking glob v0.3.3
26832026-04-05T00:25:56.141Z Checking typed-path v0.9.3
26842026-04-05T00:25:56.199Z Checking utf-8 v0.7.6
26852026-04-05T00:25:56.341Z Checking tungstenite v0.21.0
26862026-04-05T00:25:56.423Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26872026-04-05T00:25:56.480Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-04-05T00:25:56.616Z Checking papergrid v0.11.0
26892026-04-05T00:25:56.655Z Checking slog-scope v4.4.1
26902026-04-05T00:25:56.780Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26912026-04-05T00:25:56.799Z Checking libsw v3.5.0
26922026-04-05T00:25:56.825Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26932026-04-05T00:25:56.927Z Checking tough v0.20.0
26942026-04-05T00:25:56.949Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26952026-04-05T00:25:57.010Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26962026-04-05T00:25:57.047Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26972026-04-05T00:25:57.156Z Checking oxide-tokio-rt v0.1.3
26982026-04-05T00:25:57.226Z Compiling progenitor-macro v0.10.0
26992026-04-05T00:25:57.241Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-04-05T00:25:57.343Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27012026-04-05T00:25:57.391Z Checking qorb v0.4.1
27022026-04-05T00:25:57.508Z Checking const_format v0.2.35
27032026-04-05T00:25:58.615Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-04-05T00:25:58.658Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-04-05T00:25:58.673Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-04-05T00:25:58.725Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-04-05T00:25:58.745Z Compiling cargo_toml v0.22.3
27082026-04-05T00:25:59.023Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27092026-04-05T00:25:59.078Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-04-05T00:25:59.141Z Checking gethostname v0.5.0
27112026-04-05T00:25:59.173Z Compiling tabled_derive v0.7.0
27122026-04-05T00:25:59.202Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-04-05T00:25:59.235Z Checking bcs v0.1.6
27142026-04-05T00:25:59.378Z Checking smawk v0.3.2
27152026-04-05T00:25:59.451Z Checking termtree v0.5.1
27162026-04-05T00:25:59.474Z Checking linear-map v1.2.0
27172026-04-05T00:25:59.513Z Checking whoami v1.6.1
27182026-04-05T00:25:59.594Z Checking unicode-linebreak v0.1.5
27192026-04-05T00:25:59.650Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-04-05T00:25:59.817Z Checking textwrap v0.16.2
27212026-04-05T00:26:00.050Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27222026-04-05T00:26:00.170Z Checking tabled v0.15.0
27232026-04-05T00:26:00.494Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-04-05T00:26:00.980Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252026-04-05T00:26:01.341Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-04-05T00:26:01.355Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-04-05T00:26:01.412Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-04-05T00:26:01.566Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27292026-04-05T00:26:01.614Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27302026-04-05T00:26:01.631Z Checking steno v0.4.1
27312026-04-05T00:26:01.792Z Checking slog-stdlog v4.1.1
27322026-04-05T00:26:01.924Z Checking tokio-tungstenite v0.21.0
27332026-04-05T00:26:02.195Z Checking typeid v1.0.3
27342026-04-05T00:26:02.274Z Checking progenitor v0.10.0
27352026-04-05T00:26:02.302Z Checking humantime v2.3.0
27362026-04-05T00:26:02.326Z Checking base64 v0.21.7
27372026-04-05T00:26:02.422Z Checking xz2 v0.1.7
27382026-04-05T00:26:02.485Z Checking ron v0.12.0
27392026-04-05T00:26:02.499Z Checking slog-envlogger v2.2.0
27402026-04-05T00:26:02.574Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27412026-04-05T00:26:02.602Z Checking yasna v0.5.2
27422026-04-05T00:26:02.652Z Checking headers-core v0.3.0
27432026-04-05T00:26:02.715Z Checking filetime v0.2.27
27442026-04-05T00:26:02.764Z Checking xattr v1.6.1
27452026-04-05T00:26:02.858Z Checking base16ct v1.0.0
27462026-04-05T00:26:02.900Z Checking tar v0.4.45
27472026-04-05T00:26:02.990Z Checking rcgen v0.12.1
27482026-04-05T00:26:03.006Z Checking headers v0.4.1
27492026-04-05T00:26:03.223Z Checking subprocess v0.2.15
27502026-04-05T00:26:08.334Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-04-05T00:26:14.499Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-04-05T00:26:15.846Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-04-05T00:26:17.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27542026-04-05T00:26:17.265Z
27552026-04-05T00:26:17.265Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/268)
27562026-04-05T00:26:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-04-05T00:26:17.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-04-05T00:26:18.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-04-05T00:26:19.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
27602026-04-05T00:26:19.606Z
27612026-04-05T00:26:19.606Zinfo: running `cargo check --bins` on nexus-config (51/268)
27622026-04-05T00:26:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-04-05T00:26:20.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-04-05T00:26:20.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-04-05T00:26:20.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662026-04-05T00:26:20.267Z
27672026-04-05T00:26:20.267Zinfo: running `cargo check --bins` on nexus-types (52/268)
27682026-04-05T00:26:20.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-04-05T00:26:20.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-04-05T00:26:20.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-04-05T00:26:20.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27722026-04-05T00:26:20.930Z
27732026-04-05T00:26:20.930Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/268)
27742026-04-05T00:26:21.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-04-05T00:26:21.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-04-05T00:26:21.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-04-05T00:26:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27782026-04-05T00:26:21.547Z
27792026-04-05T00:26:21.547Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/268)
27802026-04-05T00:26:22.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-04-05T00:26:22.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-04-05T00:26:22.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-04-05T00:26:22.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27842026-04-05T00:26:22.164Z
27852026-04-05T00:26:22.164Zinfo: running `cargo check --bins` on cockroach-admin-types (55/268)
27862026-04-05T00:26:22.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-04-05T00:26:22.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-04-05T00:26:22.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-04-05T00:26:22.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27902026-04-05T00:26:22.764Z
27912026-04-05T00:26:22.765Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/268)
27922026-04-05T00:26:23.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-04-05T00:26:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-04-05T00:26:23.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-04-05T00:26:23.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27962026-04-05T00:26:23.374Z
27972026-04-05T00:26:23.374Zinfo: running `cargo check --bins` on ereport-types (57/268)
27982026-04-05T00:26:23.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-04-05T00:26:23.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-04-05T00:26:23.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-04-05T00:26:23.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28022026-04-05T00:26:23.986Z
28032026-04-05T00:26:23.986Zinfo: running `cargo check --bins` on gateway-client (58/268)
28042026-04-05T00:26:24.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-04-05T00:26:24.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-04-05T00:26:24.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-04-05T00:26:24.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28082026-04-05T00:26:24.606Z
28092026-04-05T00:26:24.606Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/268)
28102026-04-05T00:26:25.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-04-05T00:26:25.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-04-05T00:26:25.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-04-05T00:26:25.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28142026-04-05T00:26:25.222Z
28152026-04-05T00:26:25.222Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/268)
28162026-04-05T00:26:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-04-05T00:26:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-04-05T00:26:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-04-05T00:26:25.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28202026-04-05T00:26:25.839Z
28212026-04-05T00:26:25.839Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/268)
28222026-04-05T00:26:26.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-04-05T00:26:26.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-04-05T00:26:26.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-04-05T00:26:26.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28262026-04-05T00:26:26.454Z
28272026-04-05T00:26:26.454Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/268)
28282026-04-05T00:26:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-04-05T00:26:26.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-04-05T00:26:26.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-04-05T00:26:26.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28322026-04-05T00:26:27.131Z
28332026-04-05T00:26:27.131Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/268)
28342026-04-05T00:26:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-04-05T00:26:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-04-05T00:26:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-04-05T00:26:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28382026-04-05T00:26:27.708Z
28392026-04-05T00:26:27.708Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/268)
28402026-04-05T00:26:28.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-04-05T00:26:28.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-04-05T00:26:28.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-04-05T00:26:28.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28442026-04-05T00:26:28.348Z
28452026-04-05T00:26:28.349Zinfo: running `cargo check --bins` on key-manager-types (65/268)
28462026-04-05T00:26:28.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-04-05T00:26:28.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-04-05T00:26:28.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-04-05T00:26:28.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28502026-04-05T00:26:28.941Z
28512026-04-05T00:26:28.941Zinfo: running `cargo check --bins` on oxlog (66/268)
28522026-04-05T00:26:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-04-05T00:26:29.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-04-05T00:26:29.565Z Compiling newtype-uuid v1.3.2
28552026-04-05T00:26:29.773Z Compiling daft v0.1.5
28562026-04-05T00:26:29.970Z Compiling iddqd v0.3.17
28572026-04-05T00:26:30.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-04-05T00:26:31.127Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-04-05T00:26:31.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28602026-04-05T00:26:31.572Z
28612026-04-05T00:26:31.572Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/268)
28622026-04-05T00:26:32.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-05T00:26:32.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-05T00:26:32.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-04-05T00:26:32.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28662026-04-05T00:26:32.192Z
28672026-04-05T00:26:32.192Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/268)
28682026-04-05T00:26:32.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-04-05T00:26:32.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-04-05T00:26:32.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-04-05T00:26:32.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28722026-04-05T00:26:32.812Z
28732026-04-05T00:26:32.812Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/268)
28742026-04-05T00:26:33.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-04-05T00:26:33.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-04-05T00:26:33.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-04-05T00:26:33.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28782026-04-05T00:26:33.432Z
28792026-04-05T00:26:33.433Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/268)
28802026-04-05T00:26:33.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-04-05T00:26:33.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-04-05T00:26:33.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-04-05T00:26:33.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28842026-04-05T00:26:34.060Z
28852026-04-05T00:26:34.060Zinfo: running `cargo check --bins` on omicron-passwords (71/268)
28862026-04-05T00:26:34.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-04-05T00:26:34.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-04-05T00:26:34.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-04-05T00:26:34.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-04-05T00:26:34.660Z
28912026-04-05T00:26:34.660Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/268)
28922026-04-05T00:26:35.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-05T00:26:35.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-05T00:26:35.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-05T00:26:35.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-04-05T00:26:35.266Z
28972026-04-05T00:26:35.266Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/268)
28982026-04-05T00:26:35.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-05T00:26:35.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-05T00:26:35.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-05T00:26:35.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-04-05T00:26:35.866Z
29032026-04-05T00:26:35.866Zinfo: running `cargo check --bins --no-default-features` on gfss (74/268)
29042026-04-05T00:26:36.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-05T00:26:36.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-05T00:26:36.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-05T00:26:36.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-04-05T00:26:36.472Z
29092026-04-05T00:26:36.472Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/268)
29102026-04-05T00:26:36.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-05T00:26:36.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-05T00:26:36.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-05T00:26:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-04-05T00:26:37.073Z
29152026-04-05T00:26:37.073Zinfo: running `cargo check --bins` on internal-dns-types (76/268)
29162026-04-05T00:26:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-05T00:26:37.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-05T00:26:37.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-05T00:26:37.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29202026-04-05T00:26:37.685Z
29212026-04-05T00:26:37.685Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/268)
29222026-04-05T00:26:38.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-05T00:26:38.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-05T00:26:38.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-05T00:26:38.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-04-05T00:26:38.302Z
29272026-04-05T00:26:38.302Zinfo: running `cargo check --bins` on nexus-types-versions (78/268)
29282026-04-05T00:26:38.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-05T00:26:38.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-05T00:26:38.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-04-05T00:26:38.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29322026-04-05T00:26:38.934Z
29332026-04-05T00:26:38.934Zinfo: running `cargo check --bins` on oxql-types (79/268)
29342026-04-05T00:26:39.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-04-05T00:26:39.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-04-05T00:26:39.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-04-05T00:26:39.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29382026-04-05T00:26:39.554Z
29392026-04-05T00:26:39.554Zinfo: running `cargo check --bins` on oximeter-types (80/268)
29402026-04-05T00:26:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-04-05T00:26:40.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-04-05T00:26:40.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-04-05T00:26:40.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29442026-04-05T00:26:40.173Z
29452026-04-05T00:26:40.173Zinfo: running `cargo check --bins` on oximeter-types-versions (81/268)
29462026-04-05T00:26:40.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-04-05T00:26:40.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-04-05T00:26:40.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-04-05T00:26:40.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29502026-04-05T00:26:40.788Z
29512026-04-05T00:26:40.788Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/268)
29522026-04-05T00:26:41.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-04-05T00:26:41.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-04-05T00:26:41.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-04-05T00:26:41.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29562026-04-05T00:26:41.386Z
29572026-04-05T00:26:41.386Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/268)
29582026-04-05T00:26:41.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-04-05T00:26:41.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-04-05T00:26:42.068Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-04-05T00:26:42.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29622026-04-05T00:26:42.802Z
29632026-04-05T00:26:42.802Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/268)
29642026-04-05T00:26:43.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-04-05T00:26:43.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-04-05T00:26:43.494Z Compiling ar_archive_writer v0.5.1
29672026-04-05T00:26:43.606Z Compiling stacker v0.1.23
29682026-04-05T00:26:43.614Z Compiling cfg_aliases v0.1.1
29692026-04-05T00:26:43.621Z Compiling convert_case v0.10.0
29702026-04-05T00:26:43.628Z Checking fd-lock v4.0.4
29712026-04-05T00:26:43.631Z Checking nibble_vec v0.1.0
29722026-04-05T00:26:43.631Z Checking vte v0.14.1
29732026-04-05T00:26:43.631Z Compiling recursive-proc-macro-impl v0.1.1
29742026-04-05T00:26:43.672Z Compiling nix v0.28.0
29752026-04-05T00:26:43.743Z Checking endian-type v0.1.2
29762026-04-05T00:26:43.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-04-05T00:26:43.805Z Checking strip-ansi-escapes v0.2.1
29782026-04-05T00:26:43.863Z Compiling peg-macros v0.8.5
29792026-04-05T00:26:43.874Z Checking radix_trie v0.2.1
29802026-04-05T00:26:43.905Z Checking winnow v0.6.26
29812026-04-05T00:26:43.917Z Compiling derive_more-impl v2.1.1
29822026-04-05T00:26:44.041Z Compiling sqlparser_derive v0.5.0
29832026-04-05T00:26:44.080Z Checking nu-ansi-term v0.50.3
29842026-04-05T00:26:44.223Z Checking home v0.5.12
29852026-04-05T00:26:44.284Z Checking unicode_categories v0.1.1
29862026-04-05T00:26:44.334Z Checking reedline v0.40.0
29872026-04-05T00:26:44.455Z Compiling psm v0.1.30
29882026-04-05T00:26:44.472Z Checking display-error-chain v0.2.2
29892026-04-05T00:26:44.744Z Checking derive_more v2.1.1
29902026-04-05T00:26:44.821Z Checking crossterm v0.29.0
29912026-04-05T00:26:44.970Z Checking rustyline v14.0.0
29922026-04-05T00:26:45.017Z Checking sqlformat v0.3.5
29932026-04-05T00:26:45.029Z Checking peg v0.8.5
29942026-04-05T00:26:45.200Z Checking recursive v0.1.1
29952026-04-05T00:26:45.291Z Checking sqlparser v0.61.0
29962026-04-05T00:26:56.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
29972026-04-05T00:26:56.737Z
29982026-04-05T00:26:56.737Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/268)
29992026-04-05T00:26:57.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-04-05T00:26:57.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-04-05T00:26:57.431Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-04-05T00:27:00.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
30032026-04-05T00:27:01.079Z
30042026-04-05T00:27:01.079Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/268)
30052026-04-05T00:27:01.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-04-05T00:27:01.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-04-05T00:27:01.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-04-05T00:27:04.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
30092026-04-05T00:27:04.387Z
30102026-04-05T00:27:04.387Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/268)
30112026-04-05T00:27:04.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-04-05T00:27:04.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-04-05T00:27:05.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-04-05T00:27:08.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
30152026-04-05T00:27:08.491Z
30162026-04-05T00:27:08.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/268)
30172026-04-05T00:27:09.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-04-05T00:27:09.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-04-05T00:27:09.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-04-05T00:27:12.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
30212026-04-05T00:27:12.588Z
30222026-04-05T00:27:12.588Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/268)
30232026-04-05T00:27:13.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-04-05T00:27:13.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-04-05T00:27:13.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-04-05T00:27:15.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
30272026-04-05T00:27:16.019Z
30282026-04-05T00:27:16.019Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/268)
30292026-04-05T00:27:16.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-04-05T00:27:16.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-04-05T00:27:16.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-04-05T00:27:19.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
30332026-04-05T00:27:19.480Z
30342026-04-05T00:27:19.480Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/268)
30352026-04-05T00:27:20.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-04-05T00:27:20.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-04-05T00:27:20.168Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-04-05T00:27:23.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30392026-04-05T00:27:23.738Z
30402026-04-05T00:27:23.738Zinfo: running `cargo check --bins` on oximeter (92/268)
30412026-04-05T00:27:24.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-04-05T00:27:24.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-04-05T00:27:24.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-04-05T00:27:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-04-05T00:27:24.348Z
30462026-04-05T00:27:24.348Zinfo: running `cargo check --bins` on oximeter-schema (93/268)
30472026-04-05T00:27:24.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-05T00:27:24.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-05T00:27:24.997Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-04-05T00:27:25.159Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-04-05T00:27:25.175Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-04-05T00:27:25.496Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-04-05T00:27:28.967Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-04-05T00:27:29.291Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-04-05T00:27:30.376Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-04-05T00:27:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
30572026-04-05T00:27:31.239Z
30582026-04-05T00:27:31.239Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/268)
30592026-04-05T00:27:31.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-05T00:27:31.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-05T00:27:31.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-05T00:27:31.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-04-05T00:27:31.842Z
30642026-04-05T00:27:31.842Zinfo: running `cargo check --bins` on oximeter-test-utils (95/268)
30652026-04-05T00:27:32.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-05T00:27:32.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-05T00:27:32.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-05T00:27:32.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692026-04-05T00:27:32.498Z
30702026-04-05T00:27:32.498Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/268)
30712026-04-05T00:27:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-05T00:27:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-05T00:27:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-05T00:27:33.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30752026-04-05T00:27:33.126Z
30762026-04-05T00:27:33.126Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/268)
30772026-04-05T00:27:33.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-05T00:27:33.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-05T00:27:33.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-05T00:27:33.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-04-05T00:27:33.753Z
30822026-04-05T00:27:33.753Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/268)
30832026-04-05T00:27:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-05T00:27:34.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-05T00:27:34.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-05T00:27:34.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-04-05T00:27:34.370Z
30882026-04-05T00:27:34.370Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/268)
30892026-04-05T00:27:34.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-05T00:27:34.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-05T00:27:34.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-05T00:27:34.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30932026-04-05T00:27:34.988Z
30942026-04-05T00:27:34.988Zinfo: running `cargo check --bins` on trust-quorum-types (100/268)
30952026-04-05T00:27:35.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-05T00:27:35.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-05T00:27:35.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-05T00:27:35.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-04-05T00:27:35.588Z
31002026-04-05T00:27:35.588Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/268)
31012026-04-05T00:27:36.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-05T00:27:36.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-05T00:27:36.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-05T00:27:36.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-04-05T00:27:36.204Z
31062026-04-05T00:27:36.204Zinfo: running `cargo check --bins` on update-engine (102/268)
31072026-04-05T00:27:36.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-05T00:27:36.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-05T00:27:36.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-05T00:27:36.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-04-05T00:27:36.801Z
31122026-04-05T00:27:36.801Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/268)
31132026-04-05T00:27:37.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-05T00:27:37.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-05T00:27:37.510Z Checking dropshot-api-manager-types v0.6.0
31162026-04-05T00:27:37.510Z Checking nanorand v0.7.0
31172026-04-05T00:27:37.752Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-04-05T00:27:37.777Z Checking flume v0.11.1
31192026-04-05T00:27:37.985Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-04-05T00:27:39.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
31212026-04-05T00:27:39.206Z
31222026-04-05T00:27:39.206Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/268)
31232026-04-05T00:27:39.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-04-05T00:27:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-04-05T00:27:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-04-05T00:27:39.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-04-05T00:27:39.818Z
31282026-04-05T00:27:39.818Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/268)
31292026-04-05T00:27:40.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-04-05T00:27:40.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-04-05T00:27:40.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-04-05T00:27:40.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-04-05T00:27:40.434Z
31342026-04-05T00:27:40.434Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/268)
31352026-04-05T00:27:40.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-04-05T00:27:40.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-04-05T00:27:40.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-04-05T00:27:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-04-05T00:27:41.050Z
31402026-04-05T00:27:41.051Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/268)
31412026-04-05T00:27:41.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-04-05T00:27:41.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-04-05T00:27:41.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-04-05T00:27:41.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-04-05T00:27:41.673Z
31462026-04-05T00:27:41.673Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/268)
31472026-04-05T00:27:42.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-04-05T00:27:42.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-04-05T00:27:42.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-04-05T00:27:42.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-04-05T00:27:42.290Z
31522026-04-05T00:27:42.290Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/268)
31532026-04-05T00:27:42.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-04-05T00:27:42.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-04-05T00:27:42.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-04-05T00:27:42.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-04-05T00:27:42.891Z
31582026-04-05T00:27:42.892Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/268)
31592026-04-05T00:27:43.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-04-05T00:27:43.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-04-05T00:27:43.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-04-05T00:27:43.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-04-05T00:27:43.499Z
31642026-04-05T00:27:43.499Zinfo: running `cargo check --bins` on cockroach-admin-client (111/268)
31652026-04-05T00:27:44.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-04-05T00:27:44.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-04-05T00:27:44.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-04-05T00:27:44.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-04-05T00:27:44.098Z
31702026-04-05T00:27:44.098Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/268)
31712026-04-05T00:27:44.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-04-05T00:27:44.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-04-05T00:27:44.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-04-05T00:27:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-04-05T00:27:44.704Z
31762026-04-05T00:27:44.704Zinfo: running `cargo check --bins` on dns-service-client (113/268)
31772026-04-05T00:27:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-04-05T00:27:45.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-04-05T00:27:45.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-04-05T00:27:45.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31812026-04-05T00:27:45.312Z
31822026-04-05T00:27:45.312Zinfo: running `cargo check --bins` on installinator-client (114/268)
31832026-04-05T00:27:45.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-04-05T00:27:45.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-04-05T00:27:45.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-04-05T00:27:45.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31872026-04-05T00:27:45.921Z
31882026-04-05T00:27:45.921Zinfo: running `cargo check --bins` on nexus-client (115/268)
31892026-04-05T00:27:46.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-04-05T00:27:46.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-04-05T00:27:46.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-04-05T00:27:46.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31932026-04-05T00:27:46.564Z
31942026-04-05T00:27:46.564Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/268)
31952026-04-05T00:27:47.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-05T00:27:47.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-05T00:27:47.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-05T00:27:47.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31992026-04-05T00:27:47.206Z
32002026-04-05T00:27:47.206Zinfo: running `cargo check --bins` on ntp-admin-client (117/268)
32012026-04-05T00:27:47.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-05T00:27:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-05T00:27:47.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-05T00:27:47.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-04-05T00:27:47.804Z
32062026-04-05T00:27:47.804Zinfo: running `cargo check --bins` on oxide-client (118/268)
32072026-04-05T00:27:48.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-05T00:27:48.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-05T00:27:48.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-05T00:27:48.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-04-05T00:27:48.412Z
32122026-04-05T00:27:48.412Zinfo: running `cargo check --bins` on oximeter-client (119/268)
32132026-04-05T00:27:48.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-05T00:27:48.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-05T00:27:48.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-04-05T00:27:48.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32172026-04-05T00:27:49.029Z
32182026-04-05T00:27:49.029Zinfo: running `cargo check --bins` on repo-depot-client (120/268)
32192026-04-05T00:27:49.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-04-05T00:27:49.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-04-05T00:27:49.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-04-05T00:27:49.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32232026-04-05T00:27:49.614Z
32242026-04-05T00:27:49.614Zinfo: running `cargo check --bins` on sled-agent-client (121/268)
32252026-04-05T00:27:50.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-04-05T00:27:50.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-04-05T00:27:50.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-04-05T00:27:50.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32292026-04-05T00:27:50.233Z
32302026-04-05T00:27:50.233Zinfo: running `cargo check --bins` on wicketd-client (122/268)
32312026-04-05T00:27:50.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-04-05T00:27:50.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-04-05T00:27:50.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-04-05T00:27:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32352026-04-05T00:27:50.849Z
32362026-04-05T00:27:50.849Zinfo: running `cargo check --bins` on installinator-common (123/268)
32372026-04-05T00:27:51.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-04-05T00:27:51.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-04-05T00:27:51.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-04-05T00:27:51.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32412026-04-05T00:27:51.471Z
32422026-04-05T00:27:51.471Zinfo: running `cargo check --bins` on installinator-common-versions (124/268)
32432026-04-05T00:27:51.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-04-05T00:27:51.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-04-05T00:27:51.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-04-05T00:27:51.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32472026-04-05T00:27:52.065Z
32482026-04-05T00:27:52.065Zinfo: running `cargo check --bins` on wicket-common (125/268)
32492026-04-05T00:27:52.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-04-05T00:27:52.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-04-05T00:27:52.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-04-05T00:27:52.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32532026-04-05T00:27:52.677Z
32542026-04-05T00:27:52.677Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/268)
32552026-04-05T00:27:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-04-05T00:27:53.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-04-05T00:27:53.371Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32582026-04-05T00:27:53.486Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32592026-04-05T00:27:53.494Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32602026-04-05T00:27:53.501Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32612026-04-05T00:27:53.509Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-04-05T00:27:53.518Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32632026-04-05T00:27:53.530Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-04-05T00:27:53.540Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32652026-04-05T00:27:53.665Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-04-05T00:27:53.716Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32672026-04-05T00:27:53.740Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32682026-04-05T00:27:53.892Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32692026-04-05T00:27:53.895Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-04-05T00:27:54.661Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-04-05T00:27:59.870Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-04-05T00:28:00.496Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32732026-04-05T00:28:02.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
32742026-04-05T00:28:02.995Z
32752026-04-05T00:28:02.995Zinfo: running `cargo check --bins` on cockroach-admin-api (127/268)
32762026-04-05T00:28:03.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-04-05T00:28:03.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-04-05T00:28:03.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-04-05T00:28:03.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32802026-04-05T00:28:03.599Z
32812026-04-05T00:28:03.599Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/268)
32822026-04-05T00:28:04.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-04-05T00:28:04.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-04-05T00:28:04.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-04-05T00:28:04.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32862026-04-05T00:28:04.290Z
32872026-04-05T00:28:04.291Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/268)
32882026-04-05T00:28:04.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-04-05T00:28:04.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-04-05T00:28:04.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-04-05T00:28:04.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32922026-04-05T00:28:04.977Z
32932026-04-05T00:28:04.978Zinfo: running `cargo check --bins` on dns-server (130/268)
32942026-04-05T00:28:05.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-04-05T00:28:05.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-04-05T00:28:05.642Z Compiling parking_lot_core v0.8.6
32972026-04-05T00:28:05.642Z Compiling git-stub v1.0.0
32982026-04-05T00:28:05.642Z Compiling atomicwrites v0.4.4
32992026-04-05T00:28:05.645Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33002026-04-05T00:28:05.771Z Checking tagptr v0.2.0
33012026-04-05T00:28:05.778Z Checking prefix-trie v0.7.0
33022026-04-05T00:28:05.778Z Checking fxhash v0.2.1
33032026-04-05T00:28:05.781Z Checking hickory-client v0.25.2
33042026-04-05T00:28:05.886Z Compiling git-stub-vcs v0.1.0
33052026-04-05T00:28:05.897Z Checking moka v0.12.13
33062026-04-05T00:28:06.095Z Checking hickory-server v0.25.2
33072026-04-05T00:28:06.168Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33082026-04-05T00:28:06.201Z Checking parking_lot v0.11.2
33092026-04-05T00:28:06.259Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-04-05T00:28:06.262Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-04-05T00:28:06.262Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-04-05T00:28:06.380Z Checking sled v0.34.7
33132026-04-05T00:28:06.504Z Checking hickory-resolver v0.25.2
33142026-04-05T00:28:08.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
33152026-04-05T00:28:08.593Z
33162026-04-05T00:28:08.594Zinfo: running `cargo check --bins` on dns-server-api (131/268)
33172026-04-05T00:28:09.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-04-05T00:28:09.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-04-05T00:28:09.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-04-05T00:28:09.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-04-05T00:28:09.206Z
33222026-04-05T00:28:09.206Zinfo: running `cargo check --bins` on gateway-test-utils (132/268)
33232026-04-05T00:28:09.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-04-05T00:28:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-04-05T00:28:09.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-04-05T00:28:09.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33272026-04-05T00:28:09.857Z
33282026-04-05T00:28:09.857Zinfo: running `cargo check --bins` on omicron-gateway (133/268)
33292026-04-05T00:28:10.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-04-05T00:28:10.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-04-05T00:28:10.603Z Compiling radium v0.7.0
33322026-04-05T00:28:10.722Z Checking tap v1.0.1
33332026-04-05T00:28:10.726Z Compiling maybe-uninit v2.0.0
33342026-04-05T00:28:10.738Z Compiling zerocopy-derive v0.6.6
33352026-04-05T00:28:10.746Z Checking funty v2.0.0
33362026-04-05T00:28:10.749Z Checking crc-catalog v2.4.0
33372026-04-05T00:28:10.769Z Compiling packed_struct v0.10.1
33382026-04-05T00:28:10.783Z Compiling packed_struct_codegen v0.10.1
33392026-04-05T00:28:10.809Z Checking wyz v0.5.1
33402026-04-05T00:28:10.843Z Checking crc v3.4.0
33412026-04-05T00:28:10.985Z Compiling bitfield-macros v0.19.4
33422026-04-05T00:28:11.012Z Compiling indexmap v1.9.3
33432026-04-05T00:28:11.059Z Checking nodrop v0.1.14
33442026-04-05T00:28:11.094Z Checking hashbrown v0.12.3
33452026-04-05T00:28:11.142Z Checking bitvec v1.0.1
33462026-04-05T00:28:11.155Z Checking array-init v0.0.4
33472026-04-05T00:28:11.198Z Checking smallvec v0.6.14
33482026-04-05T00:28:11.241Z Checking ron v0.8.1
33492026-04-05T00:28:11.387Z Checking hashbrown v0.13.2
33502026-04-05T00:28:11.449Z Checking serde-hex v0.1.0
33512026-04-05T00:28:11.567Z Checking zerocopy v0.6.6
33522026-04-05T00:28:11.732Z Checking bitfield v0.19.4
33532026-04-05T00:28:11.762Z Checking crc-any v2.5.0
33542026-04-05T00:28:11.807Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33552026-04-05T00:28:11.823Z Checking object v0.30.4
33562026-04-05T00:28:11.846Z Checking void v1.0.2
33572026-04-05T00:28:11.859Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-04-05T00:28:11.933Z Checking half v1.8.3
33592026-04-05T00:28:11.947Z Checking path-slash v0.1.5
33602026-04-05T00:28:11.998Z Checking tungstenite v0.23.0
33612026-04-05T00:28:12.012Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-04-05T00:28:12.042Z Checking lzss v0.8.2
33632026-04-05T00:28:12.125Z Checking serde_cbor v0.11.2
33642026-04-05T00:28:12.149Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33652026-04-05T00:28:12.164Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33662026-04-05T00:28:12.223Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33672026-04-05T00:28:12.300Z Checking nix v0.27.1
33682026-04-05T00:28:12.403Z Checking kstat-rs v0.2.4
33692026-04-05T00:28:12.494Z Checking serde_bytes v0.11.19
33702026-04-05T00:28:12.570Z Checking tokio-tungstenite v0.23.1
33712026-04-05T00:28:12.587Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33722026-04-05T00:28:12.666Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33732026-04-05T00:28:12.805Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33742026-04-05T00:28:12.824Z Checking signal-hook-tokio v0.3.1
33752026-04-05T00:28:13.448Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-04-05T00:28:13.790Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-04-05T00:28:15.915Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-04-05T00:28:16.750Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-04-05T00:28:17.029Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33802026-04-05T00:28:18.104Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33812026-04-05T00:28:20.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s
33822026-04-05T00:28:20.337Z
33832026-04-05T00:28:20.337Zinfo: running `cargo check --bins` on gateway-api (134/268)
33842026-04-05T00:28:20.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-05T00:28:20.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-05T00:28:20.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-05T00:28:20.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-05T00:28:20.939Z
33892026-04-05T00:28:20.939Zinfo: running `cargo check --bins` on ipcc (135/268)
33902026-04-05T00:28:21.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-05T00:28:21.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-05T00:28:21.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-05T00:28:21.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-05T00:28:21.538Z
33952026-04-05T00:28:21.538Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/268)
33962026-04-05T00:28:22.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-05T00:28:22.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-05T00:28:22.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-05T00:28:22.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-04-05T00:28:22.130Z
34012026-04-05T00:28:22.130Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/268)
34022026-04-05T00:28:22.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-05T00:28:22.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-05T00:28:22.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-05T00:28:22.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-05T00:28:22.739Z
34072026-04-05T00:28:22.739Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/268)
34082026-04-05T00:28:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-05T00:28:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-05T00:28:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-05T00:28:23.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-05T00:28:23.352Z
34132026-04-05T00:28:23.352Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/268)
34142026-04-05T00:28:23.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-05T00:28:23.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-05T00:28:23.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-05T00:28:23.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-05T00:28:23.956Z
34192026-04-05T00:28:23.956Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/268)
34202026-04-05T00:28:24.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-05T00:28:24.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-05T00:28:24.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-05T00:28:24.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-05T00:28:24.561Z
34252026-04-05T00:28:24.561Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/268)
34262026-04-05T00:28:25.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-05T00:28:25.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-05T00:28:25.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-05T00:28:25.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-05T00:28:25.168Z
34312026-04-05T00:28:25.168Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/268)
34322026-04-05T00:28:25.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-05T00:28:25.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-05T00:28:25.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-05T00:28:25.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-05T00:28:25.773Z
34372026-04-05T00:28:25.773Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/268)
34382026-04-05T00:28:26.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-05T00:28:26.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-05T00:28:26.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-05T00:28:26.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-05T00:28:26.378Z
34432026-04-05T00:28:26.378Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/268)
34442026-04-05T00:28:26.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-05T00:28:26.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-05T00:28:26.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-05T00:28:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-05T00:28:26.981Z
34492026-04-05T00:28:26.981Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/268)
34502026-04-05T00:28:27.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-05T00:28:27.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-05T00:28:27.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-05T00:28:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-05T00:28:27.591Z
34552026-04-05T00:28:27.591Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/268)
34562026-04-05T00:28:28.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-05T00:28:28.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-05T00:28:28.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-05T00:28:28.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-05T00:28:28.202Z
34612026-04-05T00:28:28.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/268)
34622026-04-05T00:28:28.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-05T00:28:28.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-05T00:28:28.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-05T00:28:28.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-04-05T00:28:28.808Z
34672026-04-05T00:28:28.808Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/268)
34682026-04-05T00:28:29.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-05T00:28:29.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-05T00:28:29.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-05T00:28:29.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-04-05T00:28:29.418Z
34732026-04-05T00:28:29.418Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/268)
34742026-04-05T00:28:29.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-05T00:28:29.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-05T00:28:29.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-05T00:28:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-04-05T00:28:30.027Z
34792026-04-05T00:28:30.028Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/268)
34802026-04-05T00:28:30.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-05T00:28:30.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-05T00:28:30.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-05T00:28:30.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-04-05T00:28:30.634Z
34852026-04-05T00:28:30.634Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/268)
34862026-04-05T00:28:31.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-05T00:28:31.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-05T00:28:31.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-05T00:28:31.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-04-05T00:28:31.237Z
34912026-04-05T00:28:31.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/268)
34922026-04-05T00:28:31.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-05T00:28:31.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-05T00:28:31.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-05T00:28:31.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-04-05T00:28:31.843Z
34972026-04-05T00:28:31.844Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/268)
34982026-04-05T00:28:32.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-05T00:28:32.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-05T00:28:32.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-05T00:28:32.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-04-05T00:28:32.452Z
35032026-04-05T00:28:32.452Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/268)
35042026-04-05T00:28:32.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-05T00:28:32.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-05T00:28:32.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-05T00:28:32.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-04-05T00:28:33.059Z
35092026-04-05T00:28:33.059Zinfo: running `cargo check --bins` on oximeter-producer (155/268)
35102026-04-05T00:28:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-05T00:28:33.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-05T00:28:33.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-05T00:28:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142026-04-05T00:28:33.703Z
35152026-04-05T00:28:33.703Zinfo: running `cargo check --bins` on internal-dns-resolver (156/268)
35162026-04-05T00:28:34.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-05T00:28:34.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-05T00:28:34.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-05T00:28:34.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35202026-04-05T00:28:34.315Z
35212026-04-05T00:28:34.315Zinfo: running `cargo check --bins` on sp-sim (157/268)
35222026-04-05T00:28:34.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-05T00:28:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-05T00:28:35.044Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35252026-04-05T00:28:36.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35262026-04-05T00:28:36.985Z
35272026-04-05T00:28:36.986Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/268)
35282026-04-05T00:28:37.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-05T00:28:37.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-05T00:28:37.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-05T00:28:37.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-04-05T00:28:37.643Z
35332026-04-05T00:28:37.644Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/268)
35342026-04-05T00:28:38.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-05T00:28:38.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-05T00:28:38.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-05T00:28:38.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-04-05T00:28:38.308Z
35392026-04-05T00:28:38.308Zinfo: running `cargo check --bins` on db-macros (160/268)
35402026-04-05T00:28:38.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-05T00:28:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-05T00:28:38.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-05T00:28:38.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-04-05T00:28:38.897Z
35452026-04-05T00:28:38.897Zinfo: running `cargo check --bins` on nexus-macros-common (161/268)
35462026-04-05T00:28:39.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-05T00:28:39.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-05T00:28:39.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-05T00:28:39.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-04-05T00:28:39.489Z
35512026-04-05T00:28:39.489Zinfo: running `cargo check --bins` on nexus-auth (162/268)
35522026-04-05T00:28:40.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-05T00:28:40.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-05T00:28:40.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-05T00:28:40.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35562026-04-05T00:28:40.148Z
35572026-04-05T00:28:40.148Zinfo: running `cargo check --bins` on authz-macros (163/268)
35582026-04-05T00:28:40.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-05T00:28:40.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-05T00:28:40.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-05T00:28:40.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-04-05T00:28:40.736Z
35632026-04-05T00:28:40.736Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/268)
35642026-04-05T00:28:41.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-05T00:28:41.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-05T00:28:41.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-05T00:28:41.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-04-05T00:28:41.383Z
35692026-04-05T00:28:41.383Zinfo: running `cargo check --bins` on nexus-db-model (165/268)
35702026-04-05T00:28:41.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-05T00:28:41.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-05T00:28:41.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-05T00:28:41.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35742026-04-05T00:28:42.038Z
35752026-04-05T00:28:42.039Zinfo: running `cargo check --bins` on nexus-db-schema (166/268)
35762026-04-05T00:28:42.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-05T00:28:42.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-05T00:28:42.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-05T00:28:42.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-04-05T00:28:42.637Z
35812026-04-05T00:28:42.637Zinfo: running `cargo check --bins` on omicron-rpaths (167/268)
35822026-04-05T00:28:43.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-05T00:28:43.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-05T00:28:43.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-05T00:28:43.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35862026-04-05T00:28:43.233Z
35872026-04-05T00:28:43.233Zinfo: running `cargo check --bins` on nexus-defaults (168/268)
35882026-04-05T00:28:43.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-05T00:28:43.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-05T00:28:43.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-05T00:28:43.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-04-05T00:28:43.839Z
35932026-04-05T00:28:43.839Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/268)
35942026-04-05T00:28:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-05T00:28:44.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-05T00:28:44.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-05T00:28:44.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35982026-04-05T00:28:44.440Z
35992026-04-05T00:28:44.440Zinfo: running `cargo check --bins` on parallel-task-set (170/268)
36002026-04-05T00:28:44.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-05T00:28:44.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-05T00:28:44.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-05T00:28:44.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36042026-04-05T00:28:45.036Z
36052026-04-05T00:28:45.036Zinfo: running `cargo check --bins` on nexus-db-errors (171/268)
36062026-04-05T00:28:45.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-05T00:28:45.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-05T00:28:45.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-05T00:28:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36102026-04-05T00:28:45.688Z
36112026-04-05T00:28:45.689Zinfo: running `cargo check --bins` on nexus-db-lookup (172/268)
36122026-04-05T00:28:46.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-05T00:28:46.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-05T00:28:46.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-05T00:28:46.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36162026-04-05T00:28:46.345Z
36172026-04-05T00:28:46.346Zinfo: running `cargo check --bins` on nexus-inventory (173/268)
36182026-04-05T00:28:46.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-05T00:28:46.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-05T00:28:46.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-05T00:28:46.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36222026-04-05T00:28:46.996Z
36232026-04-05T00:28:46.996Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/268)
36242026-04-05T00:28:47.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-05T00:28:47.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-05T00:28:47.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-04-05T00:28:47.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-04-05T00:28:47.622Z
36292026-04-05T00:28:47.622Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/268)
36302026-04-05T00:28:48.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-04-05T00:28:48.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-04-05T00:28:48.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-04-05T00:28:48.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36342026-04-05T00:28:48.247Z
36352026-04-05T00:28:48.247Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/268)
36362026-04-05T00:28:48.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-04-05T00:28:48.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-04-05T00:28:48.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-04-05T00:28:48.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36402026-04-05T00:28:48.871Z
36412026-04-05T00:28:48.871Zinfo: running `cargo check --bins` on key-manager (177/268)
36422026-04-05T00:28:49.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-04-05T00:28:49.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-04-05T00:28:49.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-04-05T00:28:49.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36462026-04-05T00:28:49.472Z
36472026-04-05T00:28:49.472Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/268)
36482026-04-05T00:28:49.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-04-05T00:28:49.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-04-05T00:28:49.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-04-05T00:28:50.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36522026-04-05T00:28:50.091Z
36532026-04-05T00:28:50.091Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/268)
36542026-04-05T00:28:50.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-04-05T00:28:50.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-04-05T00:28:50.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-04-05T00:28:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36582026-04-05T00:28:50.713Z
36592026-04-05T00:28:50.714Zinfo: running `cargo check --bins` on typed-rng (180/268)
36602026-04-05T00:28:51.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-04-05T00:28:51.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-04-05T00:28:51.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-04-05T00:28:51.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36642026-04-05T00:28:51.307Z
36652026-04-05T00:28:51.307Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/268)
36662026-04-05T00:28:51.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-04-05T00:28:51.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-04-05T00:28:52.150Z Compiling libefi-sys v0.1.0
36692026-04-05T00:28:52.154Z Compiling bitfield-struct v0.6.2
36702026-04-05T00:28:52.283Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-04-05T00:28:52.302Z Compiling xshell-macros v0.2.7
36722026-04-05T00:28:52.311Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36732026-04-05T00:28:52.325Z Compiling salty v0.3.0
36742026-04-05T00:28:52.340Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36752026-04-05T00:28:52.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36762026-04-05T00:28:52.356Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36772026-04-05T00:28:52.634Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36782026-04-05T00:28:52.648Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36792026-04-05T00:28:52.662Z Checking xshell v0.2.7
36802026-04-05T00:28:52.782Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-04-05T00:28:52.814Z Checking primeorder v0.13.6
36822026-04-05T00:28:52.829Z Compiling proc-macro-error-attr2 v2.0.0
36832026-04-05T00:28:52.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36842026-04-05T00:28:52.880Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36852026-04-05T00:28:52.897Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862026-04-05T00:28:52.994Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36872026-04-05T00:28:53.047Z Checking p384 v0.13.1
36882026-04-05T00:28:53.064Z Compiling num-derive v0.3.3
36892026-04-05T00:28:53.136Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36902026-04-05T00:28:53.213Z Compiling proc-macro-error2 v2.0.1
36912026-04-05T00:28:53.317Z Compiling unicase v2.9.0
36922026-04-05T00:28:53.374Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36932026-04-05T00:28:53.532Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-04-05T00:28:53.546Z Compiling tabled_derive v0.11.0
36952026-04-05T00:28:53.549Z Compiling mime_guess v2.0.5
36962026-04-05T00:28:53.594Z Compiling progenitor-impl v0.11.2
36972026-04-05T00:28:53.912Z Checking papergrid v0.17.0
36982026-04-05T00:28:53.976Z Checking libscf-sys v1.1.0
36992026-04-05T00:28:54.099Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-04-05T00:28:54.113Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-04-05T00:28:54.248Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37022026-04-05T00:28:54.264Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37032026-04-05T00:28:54.702Z Checking testing_table v0.3.0
37042026-04-05T00:28:54.725Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37052026-04-05T00:28:54.766Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-04-05T00:28:54.798Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37072026-04-05T00:28:54.870Z Checking corncobs v0.1.4
37082026-04-05T00:28:54.931Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-04-05T00:28:54.950Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37102026-04-05T00:28:54.986Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37112026-04-05T00:28:55.001Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37122026-04-05T00:28:55.050Z Checking tabled v0.20.0
37132026-04-05T00:28:55.145Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37142026-04-05T00:28:55.302Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37152026-04-05T00:28:55.370Z Checking progenitor-client v0.11.2
37162026-04-05T00:28:55.399Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37172026-04-05T00:28:55.600Z Checking secrecy v0.8.0
37182026-04-05T00:28:55.725Z Checking http-range v0.1.5
37192026-04-05T00:28:56.009Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37202026-04-05T00:28:56.072Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37212026-04-05T00:28:56.123Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37222026-04-05T00:28:56.139Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-05T00:28:56.237Z Compiling progenitor-macro v0.11.2
37242026-04-05T00:28:56.237Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37252026-04-05T00:28:56.426Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37262026-04-05T00:28:56.516Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37272026-04-05T00:28:56.702Z Checking atty v0.2.14
37282026-04-05T00:28:56.720Z Checking crc8 v0.1.1
37292026-04-05T00:28:56.803Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37302026-04-05T00:28:56.819Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37312026-04-05T00:28:56.834Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37322026-04-05T00:28:57.086Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-04-05T00:28:57.139Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37342026-04-05T00:28:57.415Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37352026-04-05T00:28:57.450Z Checking hyper-staticfile v0.10.1
37362026-04-05T00:28:57.529Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-04-05T00:28:57.567Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37382026-04-05T00:28:57.737Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37392026-04-05T00:28:57.752Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-04-05T00:28:57.978Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37412026-04-05T00:28:58.000Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37422026-04-05T00:28:58.053Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-04-05T00:28:58.332Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-04-05T00:28:58.379Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37452026-04-05T00:28:58.659Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-04-05T00:28:58.685Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-04-05T00:28:59.039Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-04-05T00:28:59.056Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37492026-04-05T00:28:59.284Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37502026-04-05T00:28:59.549Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37512026-04-05T00:28:59.976Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37522026-04-05T00:29:00.555Z Checking progenitor v0.11.2
37532026-04-05T00:29:00.694Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-04-05T00:29:05.598Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-05T00:29:16.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.25s
37562026-04-05T00:29:16.797Z
37572026-04-05T00:29:16.798Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/268)
37582026-04-05T00:29:17.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-05T00:29:17.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-05T00:29:17.592Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-05T00:29:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37622026-04-05T00:29:28.805Z
37632026-04-05T00:29:28.805Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/268)
37642026-04-05T00:29:29.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-05T00:29:29.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-05T00:29:29.594Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-05T00:29:40.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37682026-04-05T00:29:40.849Z
37692026-04-05T00:29:40.849Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/268)
37702026-04-05T00:29:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-05T00:29:41.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-05T00:29:41.632Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-05T00:29:52.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37742026-04-05T00:29:52.919Z
37752026-04-05T00:29:52.919Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/268)
37762026-04-05T00:29:53.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-05T00:29:53.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-05T00:29:53.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-05T00:30:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37802026-04-05T00:30:04.985Z
37812026-04-05T00:30:04.985Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/268)
37822026-04-05T00:30:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-05T00:30:05.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-05T00:30:05.767Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-05T00:30:16.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37862026-04-05T00:30:17.095Z
37872026-04-05T00:30:17.095Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/268)
37882026-04-05T00:30:17.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-05T00:30:17.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-05T00:30:17.886Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-05T00:30:28.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37922026-04-05T00:30:29.148Z
37932026-04-05T00:30:29.148Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/268)
37942026-04-05T00:30:29.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-05T00:30:29.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-05T00:30:29.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-04-05T00:30:41.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37982026-04-05T00:30:41.250Z
37992026-04-05T00:30:41.250Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/268)
38002026-04-05T00:30:41.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-05T00:30:41.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-05T00:30:41.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-05T00:30:41.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-04-05T00:30:41.870Z
38052026-04-05T00:30:41.870Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/268)
38062026-04-05T00:30:42.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-05T00:30:42.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-05T00:30:42.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-05T00:30:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-04-05T00:30:42.496Z
38112026-04-05T00:30:42.496Zinfo: running `cargo check --bins` on range-requests (191/268)
38122026-04-05T00:30:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-05T00:30:43.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-05T00:30:43.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-05T00:30:43.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-04-05T00:30:43.107Z
38172026-04-05T00:30:43.107Zinfo: running `cargo check --bins` on repo-depot-api (192/268)
38182026-04-05T00:30:43.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-05T00:30:43.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-05T00:30:43.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-05T00:30:43.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-04-05T00:30:43.724Z
38232026-04-05T00:30:43.724Zinfo: running `cargo check --bins` on sled-agent-api (193/268)
38242026-04-05T00:30:44.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-05T00:30:44.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-05T00:30:44.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-05T00:30:44.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-04-05T00:30:44.360Z
38292026-04-05T00:30:44.360Zinfo: running `cargo check --bins` on sled-diagnostics (194/268)
38302026-04-05T00:30:44.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-05T00:30:44.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-05T00:30:44.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-05T00:30:44.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-04-05T00:30:45.001Z
38352026-04-05T00:30:45.001Zinfo: running `cargo check --bins` on zfs-test-harness (195/268)
38362026-04-05T00:30:45.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-05T00:30:45.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-05T00:30:45.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-05T00:30:45.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-04-05T00:30:45.638Z
38412026-04-05T00:30:45.638Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/268)
38422026-04-05T00:30:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-05T00:30:46.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-05T00:30:46.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-05T00:30:46.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-04-05T00:30:46.272Z
38472026-04-05T00:30:46.272Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/268)
38482026-04-05T00:30:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-05T00:30:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-05T00:30:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-05T00:30:46.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38522026-04-05T00:30:46.915Z
38532026-04-05T00:30:46.915Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/268)
38542026-04-05T00:30:47.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-05T00:30:47.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-05T00:30:47.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-05T00:30:47.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-04-05T00:30:47.550Z
38592026-04-05T00:30:47.550Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/268)
38602026-04-05T00:30:48.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-05T00:30:48.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-05T00:30:48.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-05T00:30:48.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38642026-04-05T00:30:48.193Z
38652026-04-05T00:30:48.193Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/268)
38662026-04-05T00:30:48.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-05T00:30:48.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-05T00:30:48.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-05T00:30:48.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-04-05T00:30:48.836Z
38712026-04-05T00:30:48.836Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/268)
38722026-04-05T00:30:49.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-05T00:30:49.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-05T00:30:49.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-05T00:30:49.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38762026-04-05T00:30:49.475Z
38772026-04-05T00:30:49.475Zinfo: running `cargo check --bins` on trust-quorum (202/268)
38782026-04-05T00:30:50.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-05T00:30:50.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-05T00:30:50.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-05T00:30:50.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-04-05T00:30:50.120Z
38832026-04-05T00:30:50.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/268)
38842026-04-05T00:30:50.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-05T00:30:50.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-05T00:30:50.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-05T00:30:50.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-04-05T00:30:50.780Z
38892026-04-05T00:30:50.780Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/268)
38902026-04-05T00:30:51.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-05T00:30:51.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-05T00:30:51.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-05T00:30:51.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38942026-04-05T00:30:51.457Z
38952026-04-05T00:30:51.457Zinfo: running `cargo check --bins` on update-common (205/268)
38962026-04-05T00:30:51.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-05T00:30:51.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-05T00:30:51.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-05T00:30:51.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39002026-04-05T00:30:52.093Z
39012026-04-05T00:30:52.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/268)
39022026-04-05T00:30:52.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-05T00:30:52.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-05T00:30:52.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-05T00:30:52.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39062026-04-05T00:30:52.767Z
39072026-04-05T00:30:52.767Zinfo: running `cargo check --bins` on reconfigurator-cli (207/268)
39082026-04-05T00:30:53.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-05T00:30:53.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-05T00:30:53.557Z Compiling fs-err v2.11.0
39112026-04-05T00:30:53.560Z Checking ignore v0.4.25
39122026-04-05T00:30:53.688Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39132026-04-05T00:30:53.694Z Checking predicates-tree v1.0.13
39142026-04-05T00:30:53.701Z Checking parse-size v1.1.0
39152026-04-05T00:30:53.712Z Checking rand_seeder v0.4.0
39162026-04-05T00:30:53.715Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39172026-04-05T00:30:53.736Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39182026-04-05T00:30:53.788Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-04-05T00:30:53.810Z Compiling petname v2.0.2
39202026-04-05T00:30:53.864Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-04-05T00:30:54.007Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39222026-04-05T00:30:54.024Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39232026-04-05T00:30:54.063Z Checking globwalk v0.9.1
39242026-04-05T00:30:54.120Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39252026-04-05T00:30:54.189Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39262026-04-05T00:30:54.239Z Checking camino-tempfile-ext v0.3.3
39272026-04-05T00:30:54.254Z Checking sapling-renderdag v0.1.0
39282026-04-05T00:30:54.372Z Checking sync-ptr v0.1.4
39292026-04-05T00:30:54.428Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39302026-04-05T00:30:54.491Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39312026-04-05T00:30:54.524Z Checking colored v2.2.0
39322026-04-05T00:30:54.572Z Checking assert_matches v1.5.0
39332026-04-05T00:30:54.778Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39342026-04-05T00:30:54.920Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39352026-04-05T00:30:54.920Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39362026-04-05T00:30:55.513Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-04-05T00:30:56.813Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-04-05T00:30:59.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39392026-04-05T00:30:59.230Z
39402026-04-05T00:30:59.230Zinfo: running `cargo check --bins` on omicron-repl-utils (208/268)
39412026-04-05T00:30:59.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-04-05T00:30:59.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-04-05T00:30:59.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-04-05T00:30:59.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-04-05T00:30:59.835Z
39462026-04-05T00:30:59.835Zinfo: running `cargo check --bins` on nexus-test-interface (209/268)
39472026-04-05T00:31:00.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-05T00:31:00.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-05T00:31:00.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-04-05T00:31:00.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39512026-04-05T00:31:00.508Z
39522026-04-05T00:31:00.508Zinfo: running `cargo check --bins` on oximeter-collector (210/268)
39532026-04-05T00:31:01.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-04-05T00:31:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-04-05T00:31:01.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39562026-04-05T00:31:01.252Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39572026-04-05T00:31:01.902Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39582026-04-05T00:31:03.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39592026-04-05T00:31:03.644Z
39602026-04-05T00:31:03.644Zinfo: running `cargo check --bins` on oximeter-api (211/268)
39612026-04-05T00:31:04.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-05T00:31:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-05T00:31:04.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-04-05T00:31:04.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39652026-04-05T00:31:04.251Z
39662026-04-05T00:31:04.251Zinfo: running `cargo check --bins` on cert-dev (212/268)
39672026-04-05T00:31:04.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-05T00:31:04.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-05T00:31:04.875Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39702026-04-05T00:31:05.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
39712026-04-05T00:31:05.331Z
39722026-04-05T00:31:05.331Zinfo: running `cargo check --bins` on clickana (213/268)
39732026-04-05T00:31:05.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-04-05T00:31:05.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-04-05T00:31:05.985Z Compiling darling_core v0.23.0
39762026-04-05T00:31:05.988Z Compiling instability v0.3.11
39772026-04-05T00:31:06.103Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39782026-04-05T00:31:06.103Z Checking castaway v0.2.4
39792026-04-05T00:31:06.107Z Compiling indoc v2.0.7
39802026-04-05T00:31:06.116Z Checking unicode-truncate v1.1.0
39812026-04-05T00:31:06.135Z Checking lru v0.12.5
39822026-04-05T00:31:06.136Z Checking cassowary v0.3.0
39832026-04-05T00:31:06.192Z Checking compact_str v0.8.1
39842026-04-05T00:31:07.057Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39852026-04-05T00:31:07.242Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39862026-04-05T00:31:07.519Z Compiling darling_macro v0.23.0
39872026-04-05T00:31:07.934Z Compiling darling v0.23.0
39882026-04-05T00:31:08.530Z Checking ratatui v0.29.0
39892026-04-05T00:31:09.604Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39902026-04-05T00:31:10.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39912026-04-05T00:31:10.464Z
39922026-04-05T00:31:10.464Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/268)
39932026-04-05T00:31:11.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-04-05T00:31:11.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-04-05T00:31:11.204Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39962026-04-05T00:31:11.204Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39972026-04-05T00:31:11.796Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39982026-04-05T00:31:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
39992026-04-05T00:31:12.411Z
40002026-04-05T00:31:12.411Zinfo: running `cargo check --bins` on ch-dev (215/268)
40012026-04-05T00:31:12.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-05T00:31:12.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-05T00:31:13.150Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40042026-04-05T00:31:13.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40052026-04-05T00:31:14.111Z
40062026-04-05T00:31:14.111Zinfo: running `cargo check --bins` on dev-tools-common (216/268)
40072026-04-05T00:31:14.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-05T00:31:14.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-05T00:31:14.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-04-05T00:31:14.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40112026-04-05T00:31:14.591Z
40122026-04-05T00:31:14.591Zinfo: running `cargo check --bins` on crdb-seed (217/268)
40132026-04-05T00:31:15.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-05T00:31:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-05T00:31:15.328Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40162026-04-05T00:31:15.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
40172026-04-05T00:31:15.989Z
40182026-04-05T00:31:15.989Zinfo: running `cargo check --bins` on db-dev (218/268)
40192026-04-05T00:31:16.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-04-05T00:31:16.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-04-05T00:31:16.733Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40222026-04-05T00:31:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40232026-04-05T00:31:17.684Z
40242026-04-05T00:31:17.684Zinfo: running `cargo check --bins` on omicron-dev-lib (219/268)
40252026-04-05T00:31:18.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-04-05T00:31:18.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-04-05T00:31:18.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-04-05T00:31:18.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40292026-04-05T00:31:18.342Z
40302026-04-05T00:31:18.343Zinfo: running `cargo check --bins` on xtask-downloader (220/268)
40312026-04-05T00:31:18.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-05T00:31:18.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-05T00:31:18.975Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40342026-04-05T00:31:19.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40352026-04-05T00:31:19.823Z
40362026-04-05T00:31:19.823Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/268)
40372026-04-05T00:31:20.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-04-05T00:31:20.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-04-05T00:31:20.582Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-04-05T00:31:20.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-04-05T00:31:20.582Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40422026-04-05T00:31:20.585Z Checking git-stub v1.0.0
40432026-04-05T00:31:20.585Z Compiling trait-variant v0.1.2
40442026-04-05T00:31:20.586Z Checking maplit v1.0.2
40452026-04-05T00:31:20.717Z Checking is_ci v1.2.0
40462026-04-05T00:31:20.757Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40472026-04-05T00:31:20.786Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40482026-04-05T00:31:20.825Z Checking supports-color v3.0.2
40492026-04-05T00:31:20.840Z Checking git-stub-vcs v0.1.0
40502026-04-05T00:31:20.947Z Checking drift v0.1.3
40512026-04-05T00:31:20.964Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40522026-04-05T00:31:20.978Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40532026-04-05T00:31:21.038Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40542026-04-05T00:31:21.161Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40552026-04-05T00:31:21.225Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40562026-04-05T00:31:21.238Z Checking dropshot-api-manager v0.6.0
40572026-04-05T00:31:21.255Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40582026-04-05T00:31:21.442Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-04-05T00:31:21.470Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40602026-04-05T00:31:21.636Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40612026-04-05T00:31:21.964Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40622026-04-05T00:31:26.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40632026-04-05T00:31:27.898Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40642026-04-05T00:31:28.449Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40652026-04-05T00:31:28.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
40662026-04-05T00:31:29.080Z
40672026-04-05T00:31:29.080Zinfo: running `cargo check --bins` on installinator-api (222/268)
40682026-04-05T00:31:29.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-05T00:31:29.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-05T00:31:29.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-05T00:31:29.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40722026-04-05T00:31:29.690Z
40732026-04-05T00:31:29.690Zinfo: running `cargo check --bins` on nexus-external-api (223/268)
40742026-04-05T00:31:30.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-05T00:31:30.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-05T00:31:30.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-05T00:31:30.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40782026-04-05T00:31:30.345Z
40792026-04-05T00:31:30.345Zinfo: running `cargo check --bins` on nexus-internal-api (224/268)
40802026-04-05T00:31:30.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-05T00:31:30.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-05T00:31:30.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-05T00:31:30.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40842026-04-05T00:31:30.993Z
40852026-04-05T00:31:30.993Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/268)
40862026-04-05T00:31:31.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-05T00:31:31.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-05T00:31:31.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-05T00:31:31.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-04-05T00:31:31.640Z
40912026-04-05T00:31:31.640Zinfo: running `cargo check --bins` on ntp-admin-api (226/268)
40922026-04-05T00:31:32.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-05T00:31:32.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-05T00:31:32.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-05T00:31:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40962026-04-05T00:31:32.255Z
40972026-04-05T00:31:32.255Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/268)
40982026-04-05T00:31:32.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-05T00:31:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-05T00:31:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-05T00:31:32.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-04-05T00:31:32.855Z
41032026-04-05T00:31:32.855Zinfo: running `cargo check --bins` on wicketd-api (228/268)
41042026-04-05T00:31:33.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-05T00:31:33.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-05T00:31:33.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-05T00:31:33.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-04-05T00:31:33.484Z
41092026-04-05T00:31:33.484Zinfo: running `cargo check --bins` on omicron-ls-apis (229/268)
41102026-04-05T00:31:33.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-05T00:31:33.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-05T00:31:34.109Z Checking erased-serde v0.4.9
41132026-04-05T00:31:34.218Z Checking ordered-float v2.10.1
41142026-04-05T00:31:34.232Z Checking unicode-xid v0.2.6
41152026-04-05T00:31:34.249Z Checking cargo-platform v0.2.0
41162026-04-05T00:31:34.414Z Checking serde-value v0.7.0
41172026-04-05T00:31:34.519Z Checking serde-untagged v0.1.9
41182026-04-05T00:31:34.675Z Checking cargo-util-schemas v0.8.2
41192026-04-05T00:31:35.365Z Checking cargo_metadata v0.21.0
41202026-04-05T00:31:35.970Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41212026-04-05T00:31:36.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41222026-04-05T00:31:36.856Z
41232026-04-05T00:31:36.856Zinfo: running `cargo check --bins` on mgs-dev (230/268)
41242026-04-05T00:31:37.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-04-05T00:31:37.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-04-05T00:31:37.612Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41272026-04-05T00:31:38.232Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41282026-04-05T00:31:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41292026-04-05T00:31:38.936Z
41302026-04-05T00:31:38.936Zinfo: running `cargo check --bins` on omicron-omdb (231/268)
41312026-04-05T00:31:39.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-04-05T00:31:39.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-04-05T00:31:39.804Z Compiling vergen-gitcl v1.0.8
41342026-04-05T00:31:39.804Z Compiling dirs-sys-next v0.1.2
41352026-04-05T00:31:39.804Z Compiling glob v0.3.3
41362026-04-05T00:31:39.804Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-04-05T00:31:39.807Z Compiling crunchy v0.2.4
41382026-04-05T00:31:39.807Z Compiling diesel_derives v2.3.7
41392026-04-05T00:31:39.807Z Compiling dsl_auto_type v0.2.0
41402026-04-05T00:31:39.807Z Checking scheduled-thread-pool v0.2.7
41412026-04-05T00:31:40.096Z Compiling diesel_table_macro_syntax v0.3.0
41422026-04-05T00:31:40.130Z Compiling dirs-next v2.0.0
41432026-04-05T00:31:40.192Z Compiling tiny-keccak v2.0.2
41442026-04-05T00:31:40.248Z Compiling term v0.7.0
41452026-04-05T00:31:40.297Z Checking r2d2 v0.8.10
41462026-04-05T00:31:40.300Z Compiling clang-sys v1.8.1
41472026-04-05T00:31:40.392Z Checking downcast-rs v2.0.2
41482026-04-05T00:31:40.411Z Compiling bit-vec v0.6.3
41492026-04-05T00:31:40.488Z Compiling itertools v0.10.5
41502026-04-05T00:31:40.630Z Compiling bit-set v0.5.3
41512026-04-05T00:31:40.689Z Compiling ascii-canvas v3.0.0
41522026-04-05T00:31:40.786Z Compiling ena v0.14.4
41532026-04-05T00:31:40.801Z Compiling libloading v0.8.9
41542026-04-05T00:31:40.818Z Compiling regex-syntax v0.6.29
41552026-04-05T00:31:40.879Z Compiling diff v0.1.13
41562026-04-05T00:31:40.925Z Compiling bindgen v0.71.1
41572026-04-05T00:31:41.007Z Compiling cexpr v0.6.0
41582026-04-05T00:31:41.138Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41592026-04-05T00:31:41.332Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41602026-04-05T00:31:41.396Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41612026-04-05T00:31:41.487Z Compiling libxml v0.3.3
41622026-04-05T00:31:41.541Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41632026-04-05T00:31:41.726Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41642026-04-05T00:31:41.745Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41652026-04-05T00:31:41.856Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41662026-04-05T00:31:41.935Z Compiling strum_macros v0.24.3
41672026-04-05T00:31:42.076Z Compiling indoc v1.0.9
41682026-04-05T00:31:42.516Z Compiling lalrpop v0.19.12
41692026-04-05T00:31:42.922Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41702026-04-05T00:31:43.024Z Checking derive_builder v0.20.2
41712026-04-05T00:31:43.114Z Compiling oso-derive v0.27.3
41722026-04-05T00:31:43.144Z Checking quick-xml v0.37.5
41732026-04-05T00:31:43.283Z Compiling impl-trait-for-tuples v0.2.3
41742026-04-05T00:31:43.639Z Checking openssl-probe v0.1.6
41752026-04-05T00:31:43.780Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41762026-04-05T00:31:44.053Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41772026-04-05T00:31:44.252Z Checking bb8 v0.8.6
41782026-04-05T00:31:44.555Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41792026-04-05T00:31:44.578Z Checking nonempty v0.12.0
41802026-04-05T00:31:44.757Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41812026-04-05T00:31:44.761Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41822026-04-05T00:31:44.787Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41832026-04-05T00:31:44.887Z Checking support-bundle-viewer v0.1.2
41842026-04-05T00:31:44.977Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41852026-04-05T00:31:44.993Z Checking multimap v0.10.1
41862026-04-05T00:31:45.834Z Checking diesel v2.3.7
41872026-04-05T00:31:47.347Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41882026-04-05T00:31:48.219Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41892026-04-05T00:31:48.470Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41902026-04-05T00:31:48.765Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41912026-04-05T00:31:49.069Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41922026-04-05T00:31:50.018Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41932026-04-05T00:31:50.069Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41942026-04-05T00:31:50.740Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41952026-04-05T00:31:52.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41962026-04-05T00:31:57.625Z Compiling samael v0.0.19
41972026-04-05T00:32:01.544Z Checking diesel-dtrace v0.5.0
41982026-04-05T00:32:01.785Z Checking async-bb8-diesel v0.2.1
41992026-04-05T00:32:02.713Z Compiling polar-core v0.27.3
42002026-04-05T00:32:07.136Z Checking oso v0.27.3
42012026-04-05T00:32:42.871Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42022026-04-05T00:33:15.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42032026-04-05T00:33:15.620Z
42042026-04-05T00:33:15.620Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/268)
42052026-04-05T00:33:16.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-04-05T00:33:16.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-04-05T00:33:16.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-04-05T00:33:16.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42092026-04-05T00:33:16.292Z
42102026-04-05T00:33:16.292Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/268)
42112026-04-05T00:33:16.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-04-05T00:33:16.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-04-05T00:33:16.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-04-05T00:33:16.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42152026-04-05T00:33:16.954Z
42162026-04-05T00:33:16.954Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/268)
42172026-04-05T00:33:17.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-04-05T00:33:17.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-04-05T00:33:17.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-04-05T00:33:17.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42212026-04-05T00:33:17.551Z
42222026-04-05T00:33:17.551Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/268)
42232026-04-05T00:33:18.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-04-05T00:33:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-04-05T00:33:18.422Z Compiling libz-sys v1.1.24
42262026-04-05T00:33:18.555Z Compiling libgit2-sys v0.18.3+1.9.2
42272026-04-05T00:33:18.567Z Compiling vergen-git2 v1.0.7
42282026-04-05T00:33:18.578Z Compiling rustls v0.21.12
42292026-04-05T00:33:18.589Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42302026-04-05T00:33:18.601Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42312026-04-05T00:33:18.604Z Checking sct v0.7.1
42322026-04-05T00:33:18.604Z Checking rustls-webpki v0.101.7
42332026-04-05T00:33:18.728Z Compiling nix v0.29.0
42342026-04-05T00:33:18.774Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42352026-04-05T00:33:18.788Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42362026-04-05T00:33:18.823Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42372026-04-05T00:33:18.945Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42382026-04-05T00:33:19.064Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42392026-04-05T00:33:19.079Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42402026-04-05T00:33:19.147Z Checking rustls-pemfile v1.0.4
42412026-04-05T00:33:19.281Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42422026-04-05T00:33:19.332Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42432026-04-05T00:33:19.503Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42442026-04-05T00:33:19.520Z Checking twox-hash v2.1.2
42452026-04-05T00:33:19.651Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42462026-04-05T00:33:20.222Z Checking tokio-rustls v0.24.1
42472026-04-05T00:33:20.251Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42482026-04-05T00:33:20.339Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42492026-04-05T00:33:20.356Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42502026-04-05T00:33:20.411Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42512026-04-05T00:33:20.846Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42522026-04-05T00:33:20.988Z Checking fatfs v0.3.6
42532026-04-05T00:33:21.006Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42542026-04-05T00:33:21.055Z Compiling seq-macro v0.3.6
42552026-04-05T00:33:25.138Z Compiling git2 v0.20.4
42562026-04-05T00:33:25.352Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-04-05T00:33:25.481Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42582026-04-05T00:33:27.344Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42592026-04-05T00:34:14.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.48s
42602026-04-05T00:34:14.293Z
42612026-04-05T00:34:14.293Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/268)
42622026-04-05T00:34:14.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-04-05T00:34:14.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-04-05T00:34:15.187Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-04-05T00:34:54.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.87s
42662026-04-05T00:34:54.401Z
42672026-04-05T00:34:54.401Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/268)
42682026-04-05T00:34:54.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-04-05T00:34:54.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-04-05T00:34:54.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-04-05T00:34:54.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42722026-04-05T00:34:55.005Z
42732026-04-05T00:34:55.005Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (238/268)
42742026-04-05T00:34:55.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-04-05T00:34:55.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-04-05T00:34:55.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-04-05T00:34:55.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42782026-04-05T00:34:55.660Z
42792026-04-05T00:34:55.660Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (239/268)
42802026-04-05T00:34:56.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-04-05T00:34:56.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-04-05T00:34:56.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-04-05T00:34:56.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42842026-04-05T00:34:56.333Z
42852026-04-05T00:34:56.333Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (240/268)
42862026-04-05T00:34:56.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-04-05T00:34:56.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-04-05T00:34:56.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-04-05T00:34:56.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42902026-04-05T00:34:57.001Z
42912026-04-05T00:34:57.001Zinfo: running `cargo check --bins` on nexus-mgs-updates (241/268)
42922026-04-05T00:34:57.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-05T00:34:57.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-05T00:34:57.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-04-05T00:34:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-04-05T00:34:57.654Z
42972026-04-05T00:34:57.654Zinfo: running `cargo check --bins` on nexus-networking (242/268)
42982026-04-05T00:34:58.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-05T00:34:58.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-05T00:34:58.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-05T00:34:58.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43022026-04-05T00:34:58.317Z
43032026-04-05T00:34:58.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (243/268)
43042026-04-05T00:34:58.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-05T00:34:58.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-05T00:34:58.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-05T00:34:58.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-04-05T00:34:58.980Z
43092026-04-05T00:34:58.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (244/268)
43102026-04-05T00:34:59.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-05T00:34:59.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-05T00:34:59.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-05T00:34:59.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-04-05T00:34:59.637Z
43152026-04-05T00:34:59.637Zinfo: running `cargo check --bins` on omicron-dev (245/268)
43162026-04-05T00:35:00.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-05T00:35:00.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-05T00:35:00.542Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43192026-04-05T00:35:00.542Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-04-05T00:35:00.730Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43212026-04-05T00:35:00.765Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43222026-04-05T00:35:00.769Z Checking diff v0.1.13
43232026-04-05T00:35:00.769Z Checking yansi v1.0.1
43242026-04-05T00:35:00.784Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-04-05T00:35:00.794Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43262026-04-05T00:35:00.865Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43272026-04-05T00:35:01.057Z Checking pretty_assertions v1.4.1
43282026-04-05T00:35:01.700Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43292026-04-05T00:35:24.856Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-04-05T00:35:24.859Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-04-05T00:35:24.859Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-04-05T00:35:24.859Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-04-05T00:35:24.859Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43342026-04-05T00:35:24.859Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-04-05T00:35:25.549Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43362026-04-05T00:35:26.640Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-04-05T00:36:05.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43382026-04-05T00:36:05.454Z
43392026-04-05T00:36:05.454Zinfo: running `cargo check --bins` on omicron-pins (246/268)
43402026-04-05T00:36:05.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-04-05T00:36:05.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-04-05T00:36:05.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-04-05T00:36:05.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43442026-04-05T00:36:06.053Z
43452026-04-05T00:36:06.053Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/268)
43462026-04-05T00:36:06.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-04-05T00:36:06.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-04-05T00:36:06.824Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43492026-04-05T00:36:06.946Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43502026-04-05T00:36:06.949Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43512026-04-05T00:36:31.995Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43522026-04-05T00:36:32.369Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43532026-04-05T00:36:34.063Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43542026-04-05T00:36:34.505Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43552026-04-05T00:36:37.432Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562026-04-05T00:36:59.551Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-04-05T00:37:00.169Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43582026-04-05T00:37:01.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.70s
43592026-04-05T00:37:01.979Z
43602026-04-05T00:37:01.979Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/268)
43612026-04-05T00:37:02.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-04-05T00:37:02.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-04-05T00:37:02.699Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43642026-04-05T00:37:03.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43652026-04-05T00:37:03.569Z
43662026-04-05T00:37:03.569Zinfo: running `cargo check --bins` on omicron-releng (249/268)
43672026-04-05T00:37:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-04-05T00:37:04.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-04-05T00:37:04.231Z Compiling blake3 v1.8.3
43702026-04-05T00:37:04.342Z Checking arrayref v0.3.9
43712026-04-05T00:37:04.342Z Checking arrayvec v0.7.6
43722026-04-05T00:37:04.342Z Checking constant_time_eq v0.4.2
43732026-04-05T00:37:04.362Z Checking topological-sort v0.2.2
43742026-04-05T00:37:04.365Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43752026-04-05T00:37:04.365Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43762026-04-05T00:37:04.365Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43772026-04-05T00:37:04.404Z Checking shell-words v1.1.1
43782026-04-05T00:37:05.213Z Checking omicron-zone-package v0.12.2
43792026-04-05T00:37:05.923Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43802026-04-05T00:37:06.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43812026-04-05T00:37:06.940Z
43822026-04-05T00:37:06.940Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/268)
43832026-04-05T00:37:07.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-04-05T00:37:07.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-04-05T00:37:07.593Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43862026-04-05T00:37:07.913Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43872026-04-05T00:37:08.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43882026-04-05T00:37:08.507Z
43892026-04-05T00:37:08.507Zinfo: running `cargo check --bins` on schema (251/268)
43902026-04-05T00:37:09.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-04-05T00:37:09.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-04-05T00:37:09.237Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43932026-04-05T00:37:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43942026-04-05T00:37:10.105Z
43952026-04-05T00:37:10.105Zinfo: running `cargo check --bins` on xtask (252/268)
43962026-04-05T00:37:10.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-04-05T00:37:10.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-04-05T00:37:10.564Z Checking libc v0.2.180
43992026-04-05T00:37:10.567Z Checking serde v1.0.228
44002026-04-05T00:37:10.652Z Checking zerofrom v0.1.6
44012026-04-05T00:37:10.656Z Checking bitflags v2.11.0
44022026-04-05T00:37:10.661Z Checking hashbrown v0.16.1
44032026-04-05T00:37:10.661Z Checking smallvec v1.15.1
44042026-04-05T00:37:10.677Z Checking serde_json v1.0.149
44052026-04-05T00:37:10.680Z Checking num-traits v0.2.19
44062026-04-05T00:37:10.748Z Checking yoke v0.8.1
44072026-04-05T00:37:10.798Z Checking scroll v0.12.0
44082026-04-05T00:37:10.843Z Checking thiserror v1.0.69
44092026-04-05T00:37:10.917Z Checking zerovec v0.11.5
44102026-04-05T00:37:10.943Z Checking zerotrie v0.2.3
44112026-04-05T00:37:10.953Z Checking errno v0.3.14
44122026-04-05T00:37:11.024Z Checking log v0.4.29
44132026-04-05T00:37:11.037Z Checking toml_datetime v0.6.11
44142026-04-05T00:37:11.069Z Checking rustix v1.1.3
44152026-04-05T00:37:11.121Z Checking indexmap v2.13.0
44162026-04-05T00:37:11.172Z Checking serde_spanned v0.6.9
44172026-04-05T00:37:11.183Z Checking percent-encoding v2.3.2
44182026-04-05T00:37:11.212Z Checking ordered-float v2.10.1
44192026-04-05T00:37:11.223Z Checking zerocopy v0.7.35
44202026-04-05T00:37:11.294Z Checking goblin v0.8.2
44212026-04-05T00:37:11.307Z Checking getrandom v0.4.1
44222026-04-05T00:37:11.318Z Checking form_urlencoded v1.2.2
44232026-04-05T00:37:11.358Z Checking tinystr v0.8.2
44242026-04-05T00:37:11.433Z Checking potential_utf v0.1.4
44252026-04-05T00:37:11.443Z Checking thiserror v2.0.18
44262026-04-05T00:37:11.446Z Checking serde-value v0.7.0
44272026-04-05T00:37:11.536Z Checking icu_locale_core v2.1.1
44282026-04-05T00:37:11.547Z Checking syn v2.0.117
44292026-04-05T00:37:11.560Z Checking icu_collections v2.1.1
44302026-04-05T00:37:11.637Z Checking dtrace-parser v0.2.0
44312026-04-05T00:37:11.652Z Checking toml_edit v0.22.27
44322026-04-05T00:37:11.711Z Checking thread-id v4.2.2
44332026-04-05T00:37:11.793Z Checking once_cell v1.21.3
44342026-04-05T00:37:11.871Z Checking terminal_size v0.4.3
44352026-04-05T00:37:11.884Z Checking cargo-platform v0.2.0
44362026-04-05T00:37:11.900Z Checking memmap v0.7.0
44372026-04-05T00:37:11.962Z Checking tempfile v3.25.0
44382026-04-05T00:37:11.983Z Checking clap_builder v4.5.60
44392026-04-05T00:37:12.028Z Checking textwrap v0.16.2
44402026-04-05T00:37:12.055Z Checking fs-err v3.3.0
44412026-04-05T00:37:12.086Z Checking icu_provider v2.1.1
44422026-04-05T00:37:12.155Z Checking camino-tempfile v1.4.1
44432026-04-05T00:37:12.230Z Checking anyhow v1.0.102
44442026-04-05T00:37:12.240Z Checking tabled v0.15.0
44452026-04-05T00:37:12.308Z Checking macaddr v1.0.1
44462026-04-05T00:37:12.321Z Checking icu_properties v2.1.2
44472026-04-05T00:37:12.425Z Checking icu_normalizer v2.1.1
44482026-04-05T00:37:12.486Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44492026-04-05T00:37:12.752Z Checking toml v0.8.23
44502026-04-05T00:37:13.056Z Checking cargo_toml v0.21.0
44512026-04-05T00:37:13.131Z Checking idna_adapter v1.2.1
44522026-04-05T00:37:13.162Z Checking clap v4.5.60
44532026-04-05T00:37:13.173Z Checking dof v0.3.0
44542026-04-05T00:37:13.250Z Checking idna v1.1.0
44552026-04-05T00:37:13.434Z Checking usdt-impl v0.5.0
44562026-04-05T00:37:13.477Z Checking url v2.5.8
44572026-04-05T00:37:13.689Z Checking usdt v0.5.0
44582026-04-05T00:37:13.833Z Checking cargo-util-schemas v0.8.2
44592026-04-05T00:37:14.522Z Checking cargo_metadata v0.21.0
44602026-04-05T00:37:15.122Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44612026-04-05T00:37:15.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
44622026-04-05T00:37:15.658Z
44632026-04-05T00:37:15.658Zinfo: running `cargo check --bins` on end-to-end-tests (253/268)
44642026-04-05T00:37:16.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-04-05T00:37:16.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-04-05T00:37:16.471Z Checking polyval v0.6.2
44672026-04-05T00:37:16.596Z Checking ctr v0.9.2
44682026-04-05T00:37:16.607Z Checking ssh-encoding v0.2.0
44692026-04-05T00:37:16.607Z Checking blowfish v0.9.1
44702026-04-05T00:37:16.628Z Checking password-hash v0.4.2
44712026-04-05T00:37:16.644Z Checking p256 v0.13.2
44722026-04-05T00:37:16.647Z Checking p521 v0.13.3
44732026-04-05T00:37:16.671Z Checking russh-cryptovec v0.7.3
44742026-04-05T00:37:16.741Z Checking ghash v0.5.1
44752026-04-05T00:37:16.744Z Checking md5 v0.7.0
44762026-04-05T00:37:16.750Z Checking bcrypt-pbkdf v0.10.0
44772026-04-05T00:37:16.821Z Checking num-bigint v0.4.6
44782026-04-05T00:37:16.821Z Checking des v0.8.1
44792026-04-05T00:37:16.852Z Checking pbkdf2 v0.11.0
44802026-04-05T00:37:16.887Z Checking aes-gcm v0.10.3
44812026-04-05T00:37:16.901Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44822026-04-05T00:37:16.939Z Checking hex-literal v0.4.1
44832026-04-05T00:37:16.960Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44842026-04-05T00:37:16.981Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44852026-04-05T00:37:17.017Z Checking socket2 v0.5.10
44862026-04-05T00:37:17.032Z Checking internet-checksum v0.2.1
44872026-04-05T00:37:17.035Z Checking ssh-cipher v0.2.0
44882026-04-05T00:37:17.207Z Checking ssh-key v0.6.7
44892026-04-05T00:37:17.285Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44902026-04-05T00:37:17.820Z Checking russh-keys v0.45.0
44912026-04-05T00:37:18.364Z Checking russh v0.45.0
44922026-04-05T00:37:33.218Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44932026-04-05T00:37:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
44942026-04-05T00:37:34.616Z
44952026-04-05T00:37:34.616Zinfo: running `cargo check --bins` on gateway-cli (254/268)
44962026-04-05T00:37:35.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-04-05T00:37:35.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-04-05T00:37:35.265Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44992026-04-05T00:37:35.374Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45002026-04-05T00:37:35.382Z Checking termios v0.3.3
45012026-04-05T00:37:36.581Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45022026-04-05T00:37:36.727Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45032026-04-05T00:37:38.574Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45042026-04-05T00:37:39.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
45052026-04-05T00:37:39.321Z
45062026-04-05T00:37:39.321Zinfo: running `cargo check --bins --no-default-features` on installinator (255/268)
45072026-04-05T00:37:39.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-04-05T00:37:39.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-04-05T00:37:40.031Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45102026-04-05T00:37:40.034Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45112026-04-05T00:37:40.156Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45122026-04-05T00:37:40.156Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45132026-04-05T00:37:40.162Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45142026-04-05T00:37:40.167Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45152026-04-05T00:37:40.882Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45162026-04-05T00:37:41.227Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45172026-04-05T00:37:41.230Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45182026-04-05T00:37:41.852Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45192026-04-05T00:37:43.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45202026-04-05T00:37:43.660Z
45212026-04-05T00:37:43.660Zinfo: running `cargo check --bins` on internal-dns-cli (256/268)
45222026-04-05T00:37:44.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-04-05T00:37:44.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-04-05T00:37:44.307Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45252026-04-05T00:37:44.758Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45262026-04-05T00:37:45.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45272026-04-05T00:37:45.262Z
45282026-04-05T00:37:45.262Zinfo: running `cargo check --bins` on omicron-live-tests (257/268)
45292026-04-05T00:37:45.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-04-05T00:37:45.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-04-05T00:37:45.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-04-05T00:37:45.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45332026-04-05T00:37:45.861Z
45342026-04-05T00:37:45.861Zinfo: running `cargo check --bins` on live-tests-macros (258/268)
45352026-04-05T00:37:46.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-04-05T00:37:46.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-04-05T00:37:46.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-04-05T00:37:46.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45392026-04-05T00:37:46.458Z
45402026-04-05T00:37:46.458Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (259/268)
45412026-04-05T00:37:47.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-04-05T00:37:47.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-04-05T00:37:47.219Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45442026-04-05T00:37:47.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45452026-04-05T00:37:48.023Z
45462026-04-05T00:37:48.023Zinfo: running `cargo check --bins` on omicron-ntp-admin (260/268)
45472026-04-05T00:37:48.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-04-05T00:37:48.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-04-05T00:37:48.683Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45502026-04-05T00:37:48.686Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45512026-04-05T00:37:48.936Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45522026-04-05T00:37:48.939Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45532026-04-05T00:37:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45542026-04-05T00:37:49.909Z
45552026-04-05T00:37:49.909Zinfo: running `cargo check --bins` on ntp-admin-types (261/268)
45562026-04-05T00:37:50.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-05T00:37:50.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-05T00:37:50.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-04-05T00:37:50.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45602026-04-05T00:37:50.509Z
45612026-04-05T00:37:50.509Zinfo: running `cargo check --bins` on omicron-package (262/268)
45622026-04-05T00:37:51.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-04-05T00:37:51.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-04-05T00:37:51.195Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45652026-04-05T00:37:52.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45662026-04-05T00:37:52.462Z
45672026-04-05T00:37:52.462Zinfo: running `cargo check --bins` on tqdb (263/268)
45682026-04-05T00:37:53.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-04-05T00:37:53.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-04-05T00:37:53.242Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45712026-04-05T00:37:53.592Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45722026-04-05T00:37:54.097Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45732026-04-05T00:37:54.097Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45742026-04-05T00:37:59.241Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45752026-04-05T00:37:59.874Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45762026-04-05T00:37:59.874Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45772026-04-05T00:37:59.877Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-04-05T00:37:59.877Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45792026-04-05T00:38:00.613Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45802026-04-05T00:38:01.594Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45812026-04-05T00:38:02.363Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45822026-04-05T00:38:02.973Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45832026-04-05T00:38:07.429Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45842026-04-05T00:38:13.535Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-04-05T00:38:13.538Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45862026-04-05T00:38:13.538Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45872026-04-05T00:38:13.538Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45882026-04-05T00:38:14.968Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45892026-04-05T00:38:16.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45902026-04-05T00:38:16.919Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45912026-04-05T00:38:18.133Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45922026-04-05T00:38:18.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.18s
45932026-04-05T00:38:18.868Z
45942026-04-05T00:38:18.868Zinfo: running `cargo check --bins` on wicket-dbg (264/268)
45952026-04-05T00:38:19.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-04-05T00:38:19.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-04-05T00:38:19.578Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45982026-04-05T00:38:19.578Z Checking rtoolbox v0.0.3
45992026-04-05T00:38:19.581Z Checking tui-tree-widget v0.23.1
46002026-04-05T00:38:19.799Z Checking rpassword v7.4.0
46012026-04-05T00:38:20.696Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46022026-04-05T00:38:23.663Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46032026-04-05T00:38:25.429Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46042026-04-05T00:38:26.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s
46052026-04-05T00:38:26.488Z
46062026-04-05T00:38:26.488Zinfo: running `cargo check --bins` on wicket (265/268)
46072026-04-05T00:38:27.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-04-05T00:38:27.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-04-05T00:38:27.190Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46102026-04-05T00:38:27.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46112026-04-05T00:38:27.726Z
46122026-04-05T00:38:27.726Zinfo: running `cargo check --bins` on wicketd (266/268)
46132026-04-05T00:38:28.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-04-05T00:38:28.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-04-05T00:38:28.458Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46162026-04-05T00:38:28.461Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46172026-04-05T00:38:28.461Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46182026-04-05T00:38:28.461Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46192026-04-05T00:38:29.409Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46202026-04-05T00:38:29.968Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46212026-04-05T00:38:32.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46222026-04-05T00:38:33.089Z
46232026-04-05T00:38:33.089Zinfo: running `cargo check --bins` on omicron-workspace-hack (267/268)
46242026-04-05T00:38:33.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-04-05T00:38:33.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-04-05T00:38:33.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46272026-04-05T00:38:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46282026-04-05T00:38:33.696Z
46292026-04-05T00:38:33.696Zinfo: running `cargo check --bins` on zone-setup (268/268)
46302026-04-05T00:38:34.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-04-05T00:38:34.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-04-05T00:38:34.381Z Checking uzers v0.12.2
46332026-04-05T00:38:34.652Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46342026-04-05T00:38:35.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46352026-04-05T00:38:35.602Z
46362026-04-05T00:38:35.602Zreal 13:51.512854059
46372026-04-05T00:38:35.602Zuser 20:34.358076850
46382026-04-05T00:38:35.602Zsys 4:15.395375795
46392026-04-05T00:38:35.602Ztrap 0.318185085
46402026-04-05T00:38:35.602Ztflt 0.263718085
46412026-04-05T00:38:35.602Zdflt 0.539153181
46422026-04-05T00:38:35.602Zkflt 0.001179516
46432026-04-05T00:38:35.602Zlock 1:15:13.474270479
46442026-04-05T00:38:35.602Zslp 1:37:14.453359869
46452026-04-05T00:38:35.602Zlat 1:10.684664080
46462026-04-05T00:38:35.602Zstop 4:04.761659585
46472026-04-05T00:38:35.605Zprocess exited: duration 1013778 ms, exit code 0
 
46482026-04-05T00:38:35.616Zfound 0 output files