01KM66ZTEHBD1ZBYSMH0NB9A90: 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: 01KM670NACN41ZCJ4SN1Y6MF3B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:10:56.043Zjob assigned to worker 01KM67100S1NZD26C31ZDJSKH5 [factory aws, i-0d8e43b78ec7fc2ac] (queued for 1 m 14 s)
 
22026-03-20T18:11:03.967Zstarting task 0: "setup"
32026-03-20T18:11:03.971Z++ uname -s
42026-03-20T18:11:03.974Z+ kern=SunOS
52026-03-20T18:11:03.974Z+ build_user=build
62026-03-20T18:11:03.974Z+ build_uid=12345
72026-03-20T18:11:03.974Z+ work_dir=/work
82026-03-20T18:11:03.974Z+ input_dir=/input
92026-03-20T18:11:03.974Z+ [[ 0 == 12345 ]]
102026-03-20T18:11:03.974Z+ case "$kern" in
112026-03-20T18:11:03.974Z+ groupadd -g 12345 build
122026-03-20T18:11:03.978Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:11:05.984Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:11:06.101Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:11:06.104Z+ home_fs=zfs
162026-03-20T18:11:06.104Z+ [[ zfs == autofs ]]
172026-03-20T18:11:06.104Z+ mkdir -p /home/build
182026-03-20T18:11:06.104Z+ chown build:build /home/build /work
192026-03-20T18:11:08.101Z+ chmod 0700 /home/build /work
202026-03-20T18:11:08.109Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-20T18:11:08.122Zstarting task 1: "rust-toolchain"
222026-03-20T18:11:08.137Z * rust toolchain channel = "1.94.0"
232026-03-20T18:11:08.137Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-20T18:11:08.138Z * rust toolchain profile = "default"
252026-03-20T18:11:08.138Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T18:11:08.138Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:11:08.138Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:11:08.138Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:11:08.142Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:11:08.268Zinfo: downloading installer
312026-03-20T18:11:10.223Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:11:10.224Zwarn: /opt/ooce/bin
332026-03-20T18:11:10.224Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:11:10.224Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:11:10.224Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:11:10.224Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:11:10.224Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:11:10.224Zerror: cannot install while Rust is installed
392026-03-20T18:11:10.224Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:11:10.224Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:11:10.224Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:11:10.224Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:11:10.224Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:11:10.247Zinfo: profile set to default
452026-03-20T18:11:10.247Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:11:10.247Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:11:10.291Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:11:10.295Zinfo: downloading 6 components
492026-03-20T18:11:26.436Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:11:26.436Z
512026-03-20T18:11:26.701Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:11:26.701Z
532026-03-20T18:11:26.736Z
542026-03-20T18:11:26.736ZRust is installed now. Great!
552026-03-20T18:11:26.736Z
562026-03-20T18:11:26.736ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:11:26.736Zenvironment variable. This has not been done automatically.
582026-03-20T18:11:26.736Z
592026-03-20T18:11:26.736ZTo configure your current shell, you need to source
602026-03-20T18:11:26.736Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:11:26.736Z
622026-03-20T18:11:26.736ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:11:26.736Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:11:26.736Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:11:26.736Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:11:26.736Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:11:26.736Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:11:26.736Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:11:26.737Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:11:26.737Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:11:26.737Z+ rustup --version
722026-03-20T18:11:26.737Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:11:26.737Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:11:26.737Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:11:26.737Z+ cargo --version
762026-03-20T18:11:26.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:11:26.737Z+ rustc --version
782026-03-20T18:11:26.737Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:11:26.737Zprocess exited: duration 18559 ms, exit code 0
 
802026-03-20T18:11:26.762Zstarting task 2: "authentication"
812026-03-20T18:11:26.792Zprocess exited: duration 32 ms, exit code 0
 
822026-03-20T18:11:26.814Zstarting task 3: "clone repository"
832026-03-20T18:11:26.825Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:11:26.825Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:11:26.850ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:11:37.176Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:11:37.201Z+ git fetch origin c171063ef400979ae9b01dea1d7886b91bd77100
882026-03-20T18:11:37.675ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:11:37.675Z * branch c171063ef400979ae9b01dea1d7886b91bd77100 -> FETCH_HEAD
902026-03-20T18:11:37.903Z+ [[ -n mergeconflict/builder-side-quest ]]
912026-03-20T18:11:37.923Z++ git branch --show-current
922026-03-20T18:11:37.923Z+ current=main
932026-03-20T18:11:37.923Z+ [[ main != mergeconflict/builder-side-quest ]]
942026-03-20T18:11:37.923Z+ git branch -f mergeconflict/builder-side-quest c171063ef400979ae9b01dea1d7886b91bd77100
952026-03-20T18:11:37.923Z+ git checkout -f mergeconflict/builder-side-quest
962026-03-20T18:11:38.018ZSwitched to branch 'mergeconflict/builder-side-quest'
972026-03-20T18:11:38.025Z+ git reset --hard c171063ef400979ae9b01dea1d7886b91bd77100
982026-03-20T18:11:38.040ZHEAD is now at c171063ef EreportFilters: make fields private, add builder API
992026-03-20T18:11:38.047Zprocess exited: duration 11239 ms, exit code 0
 
1002026-03-20T18:11:38.061Zstarting task 4: "build"
1012026-03-20T18:11:38.070Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:11:38.070Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:11:38.070Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:11:38.070Z+ cargo --version
1052026-03-20T18:11:38.078Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:11:38.085Z+ rustc --version
1072026-03-20T18:11:38.103Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:11:38.109Z+ source ./env.sh
1092026-03-20T18:11:38.109Z++ OLD_SHELL_OPTS=ehxB
1102026-03-20T18:11:38.109Z++ set -o xtrace
1112026-03-20T18:11:38.116Z++++ dirname ./env.sh
1122026-03-20T18:11:38.116Z+++ readlink -f .
1132026-03-20T18:11:38.116Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ 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-03-20T18:11:38.116Z++ case $OLD_SHELL_OPTS in
1232026-03-20T18:11:38.116Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-20T18:11:38.116Z+ 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-03-20T18:11:38.116Z+ 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-03-20T18:11:38.116Z+ banner prerequisites
1272026-03-20T18:11:38.116Z
1282026-03-20T18:11:38.116Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-20T18:11:38.116Z # # # # # # # # # # # # # # #
1302026-03-20T18:11:38.116Z # # # # ##### # # ##### # # # # # #### #
1312026-03-20T18:11:38.116Z ##### ##### # ##### # # # # # # # # #
1322026-03-20T18:11:38.116Z # # # # # # # # # # # # # # #
1332026-03-20T18:11:38.120Z # # # ###### # # ###### ### # #### # #### #
1342026-03-20T18:11:38.120Z
1352026-03-20T18:11:38.120Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-20T18:11:47.915Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-20T18:11:57.710Z Startup: Caching catalogs ... Done
1382026-03-20T18:12:19.661ZPlanning: Solver setup ... Done (20.534s)
1392026-03-20T18:12:19.815ZPlanning: Running solver ... Done (0.155s)
1402026-03-20T18:12:20.092ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-20T18:12:20.105ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-20T18:12:20.137ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-20T18:12:20.179ZPlanning: Package planning ... Done (0.043s)
1442026-03-20T18:12:20.227ZPlanning: Merging actions ... Done (0.044s)
1452026-03-20T18:12:20.458ZPlanning: Checking for conflicting actions ... Done (0.237s)
1462026-03-20T18:12:20.472ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-20T18:12:21.585ZPlanning: Evaluating mediators ... Done (0.859s)
1482026-03-20T18:12:21.590ZPlanning: Planning completed in 23.49 seconds
1492026-03-20T18:12:21.590Z Packages to install: 4
1502026-03-20T18:12:21.590Z Mediators to change: 2
1512026-03-20T18:12:21.590Z Services to change: 1
1522026-03-20T18:12:21.590Z Estimated space available: 155.43 GB
1532026-03-20T18:12:21.591ZEstimated space to be consumed: 1.83 GB
1542026-03-20T18:12:21.591Z Create boot environment: No
1552026-03-20T18:12:21.591ZCreate backup boot environment: No
1562026-03-20T18:12:21.591Z Rebuild boot archive: No
1572026-03-20T18:12:21.591Z
1582026-03-20T18:12:21.591ZChanged mediators:
1592026-03-20T18:12:21.591Z mediator clang:
1602026-03-20T18:12:21.591Z version: None -> 15 (system default)
1612026-03-20T18:12:21.591Z
1622026-03-20T18:12:21.591Z mediator llvm:
1632026-03-20T18:12:21.591Z version: 14 (system default) -> 15 (system default)
1642026-03-20T18:12:21.591Z
1652026-03-20T18:12:21.591ZChanged packages:
1662026-03-20T18:12:21.591Zhelios-dev
1672026-03-20T18:12:21.591Z developer/build-essential
1682026-03-20T18:12:21.591Z None -> 11-2.0
1692026-03-20T18:12:21.591Z library/libxmlsec1
1702026-03-20T18:12:21.592Z None -> 1.2.35-2.0
1712026-03-20T18:12:21.592Z ooce/developer/clang-15
1722026-03-20T18:12:21.592Z None -> 15.0.7-2.0
1732026-03-20T18:12:21.592Z ooce/developer/llvm-15
1742026-03-20T18:12:21.592Z None -> 15.0.7-2.0
1752026-03-20T18:12:21.592Z
1762026-03-20T18:12:21.592ZServices:
1772026-03-20T18:12:21.592Z restart_fmri:
1782026-03-20T18:12:21.592Z svc:/system/update-man-index:default
1792026-03-20T18:12:21.592Z
1802026-03-20T18:12:21.592ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-20T18:12:26.563ZDownload: 2216/3290 items 118.4/212.6MB 55% complete (24.2M/s)
1822026-03-20T18:12:30.302ZDownload: Completed 212.60 MB in 8.89 seconds (23.9M/s)
1832026-03-20T18:12:30.585Z Actions: 1/3689 actions (Installing new actions)
1842026-03-20T18:12:34.728Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-20T18:12:35.089Z Done (0.362s)
1862026-03-20T18:12:35.089Z Done (0.000s)
1872026-03-20T18:12:36.042Z Done (0.995s)
1882026-03-20T18:12:40.353Z Done (3.746s)
1892026-03-20T18:12:40.385Z Done (0.015s)
1902026-03-20T18:12:40.385Z Done (0.000s)
1912026-03-20T18:12:40.410Z Done (0.000s)
1922026-03-20T18:12:41.369ZPlanning: Evaluating mediator changes ... Done
1932026-03-20T18:12:41.817ZPlanning: Checking for conflicting actions ... Done
1942026-03-20T18:12:41.862ZPlanning: Consolidating action changes ... Done
1952026-03-20T18:12:41.862ZPlanning: Evaluating mediators ... Done
1962026-03-20T18:12:41.862ZPlanning: Planning completed in 0.37 seconds
1972026-03-20T18:12:41.862Z Mediators to change: 2
1982026-03-20T18:12:41.862Z Create boot environment: No
1992026-03-20T18:12:41.862ZCreate backup boot environment: No
2002026-03-20T18:12:41.862Z Done
2012026-03-20T18:12:41.862Z Done
2022026-03-20T18:12:42.585Z Done
2032026-03-20T18:12:45.879Z Done
2042026-03-20T18:12:45.961Z Done
2052026-03-20T18:12:45.981Z Done
2062026-03-20T18:12:46.106Z Done
2072026-03-20T18:12:46.666ZPlanning: Evaluating mediator changes ... Done
2082026-03-20T18:12:46.684ZPlanning: Merging actions ... Done
2092026-03-20T18:12:46.807ZPlanning: Checking for conflicting actions ... Done
2102026-03-20T18:12:46.850ZPlanning: Consolidating action changes ... Done
2112026-03-20T18:12:47.042ZPlanning: Evaluating mediators ... Done
2122026-03-20T18:12:47.111ZPlanning: Planning completed in 0.63 seconds
2132026-03-20T18:12:47.131Z Packages to change: 1
2142026-03-20T18:12:47.131Z Mediators to change: 1
2152026-03-20T18:12:47.131Z Services to change: 1
2162026-03-20T18:12:47.131Z Create boot environment: No
2172026-03-20T18:12:47.131ZCreate backup boot environment: Yes
2182026-03-20T18:12:49.718Z Actions: 1/6 actions (Updating modified actions)
2192026-03-20T18:12:49.746Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-20T18:12:49.746Z Done
2212026-03-20T18:12:49.746Z Done
2222026-03-20T18:12:49.789Z Done
2232026-03-20T18:12:53.065Z Done
2242026-03-20T18:12:53.152Z Done
2252026-03-20T18:12:53.160Z Done
2262026-03-20T18:12:53.420Z Done
2272026-03-20T18:12:53.676ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-20T18:12:53.676Zclang system 15 system
2292026-03-20T18:12:53.676Zcsh system system illumos
2302026-03-20T18:12:53.676Zctags system system illumos
2312026-03-20T18:12:53.676Zfile system system illumos
2322026-03-20T18:12:53.676Zgcc vendor 12 vendor
2332026-03-20T18:12:53.676Zgcc system 10 system
2342026-03-20T18:12:53.676Zgcc system 7 system
2352026-03-20T18:12:53.676Zgo system 1.20 system
2362026-03-20T18:12:53.676Zgo system 1.19 system
2372026-03-20T18:12:53.676Zllvm system 15 system
2382026-03-20T18:12:53.676Zllvm system 14 system
2392026-03-20T18:12:53.676Zmariadb system 10.6 system
2402026-03-20T18:12:53.677Zmta vendor vendor dma
2412026-03-20T18:12:53.677Zopenjdk system 17 system
2422026-03-20T18:12:53.677Zopenjdk system 11 system
2432026-03-20T18:12:53.677Zopenjdk system 1.8 system
2442026-03-20T18:12:53.677Zopenssl vendor 3 vendor
2452026-03-20T18:12:53.677Zperl system 5.36 system
2462026-03-20T18:12:53.677Zpostgresql system 15 system
2472026-03-20T18:12:53.677Zpostgresql system 13 system
2482026-03-20T18:12:53.677Zpython vendor 3 vendor
2492026-03-20T18:12:53.677Zpython system 2 system
2502026-03-20T18:12:53.677Zpython3 system 3.11 system
2512026-03-20T18:12:53.678Zruby system 3.0 system
2522026-03-20T18:12:53.678Zwords vendor vendor american-english
2532026-03-20T18:12:53.678Zwords system system australian-english
2542026-03-20T18:12:53.678Zwords system system british-english
2552026-03-20T18:12:53.678Zwords system system canadian-english
2562026-03-20T18:12:53.678Zwords system system french
2572026-03-20T18:12:53.679Zwords system system italian
2582026-03-20T18:12:53.679Zwords system system ngerman
2592026-03-20T18:12:53.679Zwords system system ogerman
2602026-03-20T18:12:53.679Zwords system system spanish
2612026-03-20T18:12:54.136ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-20T18:12:54.136Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-20T18:12:59.949ZFMRI IFO
2642026-03-20T18:12:59.949Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-20T18:12:59.949Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-20T18:12:59.949Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-20T18:12:59.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-20T18:12:59.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-20T18:12:59.950Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-20T18:12:59.950Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-20T18:12:59.950Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-20T18:12:59.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-20T18:12:59.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-20T18:12:59.950Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-20T18:12:59.950Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-20T18:12:59.950Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-20T18:12:59.950Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-20T18:12:59.950Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-20T18:12:59.950Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-20T18:13:01.176Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-20T18:13:01.487Z Updating crates.io index
2822026-03-20T18:13:01.491Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-20T18:13:02.080Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-20T18:13:02.655Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-20T18:13:02.928Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-20T18:13:03.323Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-20T18:13:04.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-20T18:13:05.122Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-20T18:13:06.540Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-20T18:13:08.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-20T18:13:09.028Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-20T18:13:09.355Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-20T18:13:10.305Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-20T18:13:10.522Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-20T18:13:10.933Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-20T18:13:11.227Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-20T18:13:12.168Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-20T18:13:12.812Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-20T18:13:13.259Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-20T18:13:13.538Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-20T18:13:16.350Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-20T18:13:16.757Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-20T18:13:16.840Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-20T18:13:17.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-20T18:13:17.572Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-20T18:13:18.087Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-20T18:13:18.637Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-20T18:13:19.040Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-20T18:13:19.269Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-20T18:13:20.692Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-20T18:13:21.358Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-20T18:13:21.654Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-20T18:13:22.046Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-20T18:13:22.465Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-20T18:13:23.034Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-20T18:13:23.238Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-20T18:13:23.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-20T18:13:23.815Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-20T18:13:24.247Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-20T18:13:38.661Z Downloading crates ...
3212026-03-20T18:13:38.688Z Downloaded generic-array v0.14.7
3222026-03-20T18:13:38.688Z Downloaded anstyle-query v1.1.5
3232026-03-20T18:13:38.688Z Downloaded anstream v0.6.21
3242026-03-20T18:13:38.688Z Downloaded cargo_toml v0.21.0
3252026-03-20T18:13:38.688Z Downloaded textwrap v0.16.2
3262026-03-20T18:13:38.688Z Downloaded tabled_derive v0.7.0
3272026-03-20T18:13:38.688Z Downloaded camino v1.2.2
3282026-03-20T18:13:38.688Z Downloaded zerovec-derive v0.11.2
3292026-03-20T18:13:38.688Z Downloaded typeid v1.0.3
3302026-03-20T18:13:38.688Z Downloaded icu_properties v2.1.2
3312026-03-20T18:13:38.688Z Downloaded form_urlencoded v1.2.2
3322026-03-20T18:13:38.688Z Downloaded errno v0.3.14
3332026-03-20T18:13:38.688Z Downloaded crypto-common v0.1.7
3342026-03-20T18:13:38.688Z Downloaded zerofrom-derive v0.1.6
3352026-03-20T18:13:38.688Z Downloaded yoke-derive v0.8.1
3362026-03-20T18:13:38.689Z Downloaded toml_write v0.1.2
3372026-03-20T18:13:38.689Z Downloaded usdt-impl v0.5.0
3382026-03-20T18:13:38.689Z Downloaded zerofrom v0.1.6
3392026-03-20T18:13:38.689Z Downloaded ucd-trie v0.1.7
3402026-03-20T18:13:38.689Z Downloaded thread-id v4.2.2
3412026-03-20T18:13:38.689Z Downloaded cfg-if v1.0.4
3422026-03-20T18:13:38.689Z Downloaded block-buffer v0.10.4
3432026-03-20T18:13:38.689Z Downloaded fastrand v2.3.0
3442026-03-20T18:13:38.689Z Downloaded heck v0.5.0
3452026-03-20T18:13:38.689Z Downloaded unicode-xid v0.2.6
3462026-03-20T18:13:38.711Z Downloaded dtrace-parser v0.2.0
3472026-03-20T18:13:38.711Z Downloaded dof v0.3.0
3482026-03-20T18:13:38.711Z Downloaded utf8parse v0.2.2
3492026-03-20T18:13:38.711Z Downloaded usdt-macro v0.5.0
3502026-03-20T18:13:38.711Z Downloaded usdt-attr-macro v0.5.0
3512026-03-20T18:13:38.711Z Downloaded utf8_iter v1.0.4
3522026-03-20T18:13:38.711Z Downloaded clap_lex v1.0.0
3532026-03-20T18:13:38.711Z Downloaded colorchoice v1.0.4
3542026-03-20T18:13:38.711Z Downloaded version_check v0.9.5
3552026-03-20T18:13:38.711Z Downloaded unicode-linebreak v0.1.5
3562026-03-20T18:13:38.711Z Downloaded heck v0.4.1
3572026-03-20T18:13:38.711Z Downloaded plain v0.2.3
3582026-03-20T18:13:38.711Z Downloaded toml_datetime v0.6.11
3592026-03-20T18:13:38.711Z Downloaded thiserror v2.0.18
3602026-03-20T18:13:38.721Z Downloaded yoke v0.8.1
3612026-03-20T18:13:38.721Z Downloaded writeable v0.6.2
3622026-03-20T18:13:38.721Z Downloaded usdt v0.5.0
3632026-03-20T18:13:38.721Z Downloaded tinystr v0.8.2
3642026-03-20T18:13:38.721Z Downloaded toml_edit v0.22.27
3652026-03-20T18:13:38.721Z Downloaded zmij v1.0.21
3662026-03-20T18:13:38.721Z Downloaded anstyle v1.0.13
3672026-03-20T18:13:38.721Z Downloaded thiserror-impl v1.0.69
3682026-03-20T18:13:38.721Z Downloaded swrite v0.1.0
3692026-03-20T18:13:38.721Z Downloaded scroll_derive v0.12.1
3702026-03-20T18:13:38.721Z Downloaded erased-serde v0.4.9
3712026-03-20T18:13:38.722Z Downloaded fs-err v3.3.0
3722026-03-20T18:13:38.722Z Downloaded displaydoc v0.2.5
3732026-03-20T18:13:38.722Z Downloaded zerocopy-derive v0.7.35
3742026-03-20T18:13:38.732Z Downloaded itoa v1.0.17
3752026-03-20T18:13:38.732Z Downloaded toml v0.8.23
3762026-03-20T18:13:38.732Z Downloaded cpufeatures v0.2.17
3772026-03-20T18:13:38.732Z Downloaded unicode-ident v1.0.24
3782026-03-20T18:13:38.732Z Downloaded zerotrie v0.2.3
3792026-03-20T18:13:38.741Z Downloaded terminal_size v0.4.3
3802026-03-20T18:13:38.742Z Downloaded is_terminal_polyfill v1.70.2
3812026-03-20T18:13:38.742Z Downloaded digest v0.10.7
3822026-03-20T18:13:38.742Z Downloaded typenum v1.19.0
3832026-03-20T18:13:38.742Z Downloaded url v2.5.8
3842026-03-20T18:13:38.742Z Downloaded serde_spanned v0.6.9
3852026-03-20T18:13:38.742Z Downloaded thiserror-impl v2.0.18
3862026-03-20T18:13:38.750Z Downloaded pretty-hex v0.4.1
3872026-03-20T18:13:38.750Z Downloaded memmap v0.7.0
3882026-03-20T18:13:38.750Z Downloaded thiserror v1.0.69
3892026-03-20T18:13:38.750Z Downloaded potential_utf v0.1.4
3902026-03-20T18:13:38.750Z Downloaded fnv v1.0.7
3912026-03-20T18:13:38.750Z Downloaded equivalent v1.0.2
3922026-03-20T18:13:38.750Z Downloaded cargo-platform v0.2.0
3932026-03-20T18:13:38.761Z Downloaded zerocopy v0.7.35
3942026-03-20T18:13:38.766Z Downloaded strsim v0.11.1
3952026-03-20T18:13:38.766Z Downloaded zerovec v0.11.5
3962026-03-20T18:13:38.766Z Downloaded winnow v0.7.14
3972026-03-20T18:13:38.777Z Downloaded stable_deref_trait v1.2.1
3982026-03-20T18:13:38.784Z Downloaded macaddr v1.0.1
3992026-03-20T18:13:38.785Z Downloaded smawk v0.3.2
4002026-03-20T18:13:38.785Z Downloaded serde-value v0.7.0
4012026-03-20T18:13:38.785Z Downloaded proc-macro-error-attr v1.0.4
4022026-03-20T18:13:38.785Z Downloaded percent-encoding v2.3.2
4032026-03-20T18:13:38.785Z Downloaded unicode-width v0.2.0
4042026-03-20T18:13:38.792Z Downloaded scroll v0.12.0
4052026-03-20T18:13:38.792Z Downloaded unicode-width v0.1.14
4062026-03-20T18:13:38.792Z Downloaded cargo_metadata v0.21.0
4072026-03-20T18:13:38.792Z Downloaded anstyle-parse v0.2.7
4082026-03-20T18:13:38.800Z Downloaded camino-tempfile v1.4.1
4092026-03-20T18:13:38.800Z Downloaded ordered-float v2.10.1
4102026-03-20T18:13:38.800Z Downloaded idna_adapter v1.2.1
4112026-03-20T18:13:38.800Z Downloaded bitflags v2.11.0
4122026-03-20T18:13:38.800Z Downloaded bytecount v0.6.9
4132026-03-20T18:13:38.808Z Downloaded autocfg v1.5.0
4142026-03-20T18:13:38.816Z Downloaded proc-macro-error v1.0.4
4152026-03-20T18:13:38.828Z Downloaded synstructure v0.13.2
4162026-03-20T18:13:38.835Z Downloaded serde-untagged v0.1.9
4172026-03-20T18:13:38.835Z Downloaded sha2 v0.10.9
4182026-03-20T18:13:38.835Z Downloaded serde_tokenstream v0.2.3
4192026-03-20T18:13:38.844Z Downloaded quote v1.0.44
4202026-03-20T18:13:38.850Z Downloaded getrandom v0.4.1
4212026-03-20T18:13:38.858Z Downloaded clap_derive v4.5.55
4222026-03-20T18:13:38.868Z Downloaded cargo-util-schemas v0.8.2
4232026-03-20T18:13:38.868Z Downloaded anyhow v1.0.102
4242026-03-20T18:13:38.876Z Downloaded semver v1.0.27
4252026-03-20T18:13:38.876Z Downloaded pest_derive v2.8.6
4262026-03-20T18:13:38.885Z Downloaded once_cell v1.21.3
4272026-03-20T18:13:38.885Z Downloaded litemap v0.8.1
4282026-03-20T18:13:38.885Z Downloaded byteorder v1.5.0
4292026-03-20T18:13:38.894Z Downloaded pest_generator v2.8.6
4302026-03-20T18:13:38.894Z Downloaded papergrid v0.11.0
4312026-03-20T18:13:38.903Z Downloaded indexmap v2.13.0
4322026-03-20T18:13:38.907Z Downloaded serde_core v1.0.228
4332026-03-20T18:13:38.913Z Downloaded smallvec v1.15.1
4342026-03-20T18:13:38.913Z Downloaded tempfile v3.25.0
4352026-03-20T18:13:38.919Z Downloaded serde_derive v1.0.228
4362026-03-20T18:13:38.920Z Downloaded log v0.4.29
4372026-03-20T18:13:38.920Z Downloaded num-traits v0.2.19
4382026-03-20T18:13:38.924Z Downloaded icu_normalizer v2.1.1
4392026-03-20T18:13:38.931Z Downloaded icu_provider v2.1.1
4402026-03-20T18:13:38.937Z Downloaded icu_locale_core v2.1.1
4412026-03-20T18:13:38.946Z Downloaded pest_meta v2.8.6
4422026-03-20T18:13:38.952Z Downloaded clap v4.5.60
4432026-03-20T18:13:38.958Z Downloaded proc-macro2 v1.0.106
4442026-03-20T18:13:38.958Z Downloaded icu_collections v2.1.1
4452026-03-20T18:13:38.967Z Downloaded icu_normalizer_data v2.1.1
4462026-03-20T18:13:38.976Z Downloaded serde v1.0.228
4472026-03-20T18:13:38.982Z Downloaded memchr v2.8.0
4482026-03-20T18:13:39.010Z Downloaded hashbrown v0.16.1
4492026-03-20T18:13:39.024Z Downloaded idna v1.1.0
4502026-03-20T18:13:39.037Z Downloaded pest v2.8.6
4512026-03-20T18:13:39.045Z Downloaded icu_properties_data v2.1.2
4522026-03-20T18:13:39.050Z Downloaded serde_json v1.0.149
4532026-03-20T18:13:39.054Z Downloaded goblin v0.8.2
4542026-03-20T18:13:39.058Z Downloaded clap_builder v4.5.60
4552026-03-20T18:13:39.070Z Downloaded tabled v0.15.0
4562026-03-20T18:13:39.164Z Downloaded syn v1.0.109
4572026-03-20T18:13:39.186Z Downloaded syn v2.0.117
4582026-03-20T18:13:39.186Z Downloaded rustix v1.1.3
4592026-03-20T18:13:39.186Z Downloaded libc v0.2.180
4602026-03-20T18:13:39.254Z Compiling proc-macro2 v1.0.106
4612026-03-20T18:13:39.254Z Compiling unicode-ident v1.0.24
4622026-03-20T18:13:39.257Z Compiling quote v1.0.44
4632026-03-20T18:13:39.257Z Compiling serde_core v1.0.228
4642026-03-20T18:13:39.257Z Compiling libc v0.2.180
4652026-03-20T18:13:39.257Z Compiling version_check v0.9.5
4662026-03-20T18:13:39.257Z Compiling serde v1.0.228
4672026-03-20T18:13:39.257Z Compiling memchr v2.8.0
4682026-03-20T18:13:39.660Z Compiling stable_deref_trait v1.2.1
4692026-03-20T18:13:39.757Z Compiling zmij v1.0.21
4702026-03-20T18:13:39.946Z Compiling itoa v1.0.17
4712026-03-20T18:13:40.037Z Compiling ucd-trie v0.1.7
4722026-03-20T18:13:40.183Z Compiling autocfg v1.5.0
4732026-03-20T18:13:40.371Z Compiling thiserror v1.0.69
4742026-03-20T18:13:40.462Z Compiling pest v2.8.6
4752026-03-20T18:13:40.480Z Compiling litemap v0.8.1
4762026-03-20T18:13:40.519Z Compiling writeable v0.6.2
4772026-03-20T18:13:40.777Z Compiling icu_normalizer_data v2.1.1
4782026-03-20T18:13:40.778Z Compiling icu_properties_data v2.1.2
4792026-03-20T18:13:41.017Z Compiling rustix v1.1.3
4802026-03-20T18:13:41.036Z Compiling byteorder v1.5.0
4812026-03-20T18:13:41.238Z Compiling syn v2.0.117
4822026-03-20T18:13:41.259Z Compiling errno v0.3.14
4832026-03-20T18:13:41.338Z Compiling serde_json v1.0.149
4842026-03-20T18:13:41.370Z Compiling bitflags v2.11.0
4852026-03-20T18:13:41.615Z Compiling num-traits v0.2.19
4862026-03-20T18:13:41.657Z Compiling typeid v1.0.3
4872026-03-20T18:13:41.841Z Compiling equivalent v1.0.2
4882026-03-20T18:13:41.976Z Compiling pest_meta v2.8.6
4892026-03-20T18:13:41.982Z Compiling smallvec v1.15.1
4902026-03-20T18:13:42.000Z Compiling hashbrown v0.16.1
4912026-03-20T18:13:42.273Z Compiling thread-id v4.2.2
4922026-03-20T18:13:42.377Z Compiling proc-macro-error-attr v1.0.4
4932026-03-20T18:13:42.443Z Compiling usdt-impl v0.5.0
4942026-03-20T18:13:42.608Z Compiling toml_write v0.1.2
4952026-03-20T18:13:42.634Z Compiling indexmap v2.13.0
4962026-03-20T18:13:42.706Z Compiling syn v1.0.109
4972026-03-20T18:13:42.730Z Compiling erased-serde v0.4.9
4982026-03-20T18:13:42.861Z Compiling winnow v0.7.14
4992026-03-20T18:13:43.522Z Compiling proc-macro-error v1.0.4
5002026-03-20T18:13:43.545Z Compiling camino v1.2.2
5012026-03-20T18:13:43.762Z Compiling plain v0.2.3
5022026-03-20T18:13:43.905Z Compiling thiserror v2.0.18
5032026-03-20T18:13:43.956Z Compiling utf8_iter v1.0.4
5042026-03-20T18:13:44.155Z Compiling getrandom v0.4.1
5052026-03-20T18:13:44.300Z Compiling percent-encoding v2.3.2
5062026-03-20T18:13:44.346Z Compiling utf8parse v0.2.2
5072026-03-20T18:13:44.388Z Compiling log v0.4.29
5082026-03-20T18:13:44.497Z Compiling form_urlencoded v1.2.2
5092026-03-20T18:13:44.567Z Compiling anstyle-parse v0.2.7
5102026-03-20T18:13:44.649Z Compiling ordered-float v2.10.1
5112026-03-20T18:13:44.868Z Compiling terminal_size v0.4.3
5122026-03-20T18:13:44.984Z Compiling colorchoice v1.0.4
5132026-03-20T18:13:45.018Z Compiling synstructure v0.13.2
5142026-03-20T18:13:45.042Z Compiling pest_generator v2.8.6
5152026-03-20T18:13:45.132Z Compiling anstyle v1.0.13
5162026-03-20T18:13:45.157Z Compiling cfg-if v1.0.4
5172026-03-20T18:13:45.252Z Compiling anstyle-query v1.1.5
5182026-03-20T18:13:45.309Z Compiling pretty-hex v0.4.1
5192026-03-20T18:13:45.393Z Compiling is_terminal_polyfill v1.70.2
5202026-03-20T18:13:45.421Z Compiling serde-untagged v0.1.9
5212026-03-20T18:13:45.514Z Compiling anstream v0.6.21
5222026-03-20T18:13:45.664Z Compiling semver v1.0.27
5232026-03-20T18:13:45.843Z Compiling fs-err v3.3.0
5242026-03-20T18:13:45.934Z Compiling clap_lex v1.0.0
5252026-03-20T18:13:45.997Z Compiling unicode-xid v0.2.6
5262026-03-20T18:13:46.079Z Compiling fnv v1.0.7
5272026-03-20T18:13:46.106Z Compiling anyhow v1.0.102
5282026-03-20T18:13:46.162Z Compiling strsim v0.11.1
5292026-03-20T18:13:46.165Z Compiling once_cell v1.21.3
5302026-03-20T18:13:46.211Z Compiling fastrand v2.3.0
5312026-03-20T18:13:46.237Z Compiling heck v0.5.0
5322026-03-20T18:13:46.494Z Compiling bytecount v0.6.9
5332026-03-20T18:13:46.555Z Compiling unicode-width v0.1.14
5342026-03-20T18:13:46.559Z Compiling heck v0.4.1
5352026-03-20T18:13:46.669Z Compiling tempfile v3.25.0
5362026-03-20T18:13:46.857Z Compiling papergrid v0.11.0
5372026-03-20T18:13:46.880Z Compiling clap_builder v4.5.60
5382026-03-20T18:13:46.926Z Compiling memmap v0.7.0
5392026-03-20T18:13:47.032Z Compiling unicode-linebreak v0.1.5
5402026-03-20T18:13:47.164Z Compiling smawk v0.3.2
5412026-03-20T18:13:47.187Z Compiling unicode-width v0.2.0
5422026-03-20T18:13:47.362Z Compiling camino-tempfile v1.4.1
5432026-03-20T18:13:47.545Z Compiling textwrap v0.16.2
5442026-03-20T18:13:47.596Z Compiling serde_derive v1.0.228
5452026-03-20T18:13:47.656Z Compiling zerofrom-derive v0.1.6
5462026-03-20T18:13:47.729Z Compiling yoke-derive v0.8.1
5472026-03-20T18:13:47.806Z Compiling zerovec-derive v0.11.2
5482026-03-20T18:13:48.162Z Compiling displaydoc v0.2.5
5492026-03-20T18:13:48.897Z Compiling thiserror-impl v1.0.69
5502026-03-20T18:13:49.169Z Compiling zerocopy-derive v0.7.35
5512026-03-20T18:13:49.331Z Compiling pest_derive v2.8.6
5522026-03-20T18:13:49.334Z Compiling scroll_derive v0.12.1
5532026-03-20T18:13:49.618Z Compiling zerofrom v0.1.6
5542026-03-20T18:13:49.790Z Compiling yoke v0.8.1
5552026-03-20T18:13:49.870Z Compiling thiserror-impl v2.0.18
5562026-03-20T18:13:50.041Z Compiling zerovec v0.11.5
5572026-03-20T18:13:50.232Z Compiling zerotrie v0.2.3
5582026-03-20T18:13:50.319Z Compiling zerocopy v0.7.35
5592026-03-20T18:13:50.638Z Compiling scroll v0.12.0
5602026-03-20T18:13:50.726Z Compiling tinystr v0.8.2
5612026-03-20T18:13:50.749Z Compiling potential_utf v0.1.4
5622026-03-20T18:13:50.961Z Compiling icu_locale_core v2.1.1
5632026-03-20T18:13:50.990Z Compiling icu_collections v2.1.1
5642026-03-20T18:13:50.993Z Compiling dtrace-parser v0.2.0
5652026-03-20T18:13:51.105Z Compiling goblin v0.8.2
5662026-03-20T18:13:51.196Z Compiling tabled_derive v0.7.0
5672026-03-20T18:13:51.486Z Compiling clap_derive v4.5.55
5682026-03-20T18:13:51.818Z Compiling icu_provider v2.1.1
5692026-03-20T18:13:52.117Z Compiling swrite v0.1.0
5702026-03-20T18:13:52.213Z Compiling icu_normalizer v2.1.1
5712026-03-20T18:13:52.238Z Compiling icu_properties v2.1.2
5722026-03-20T18:13:52.241Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5732026-03-20T18:13:52.396Z Compiling serde_spanned v0.6.9
5742026-03-20T18:13:52.433Z Compiling toml_datetime v0.6.11
5752026-03-20T18:13:52.583Z Compiling serde-value v0.7.0
5762026-03-20T18:13:52.607Z Compiling cargo-platform v0.2.0
5772026-03-20T18:13:52.779Z Compiling dof v0.3.0
5782026-03-20T18:13:52.804Z Compiling toml_edit v0.22.27
5792026-03-20T18:13:52.931Z Compiling serde_tokenstream v0.2.3
5802026-03-20T18:13:52.959Z Compiling tabled v0.15.0
5812026-03-20T18:13:53.067Z Compiling macaddr v1.0.1
5822026-03-20T18:13:53.510Z Compiling idna_adapter v1.2.1
5832026-03-20T18:13:53.653Z Compiling idna v1.1.0
5842026-03-20T18:13:53.847Z Compiling clap v4.5.60
5852026-03-20T18:13:53.966Z Compiling usdt-macro v0.5.0
5862026-03-20T18:13:53.969Z Compiling usdt-attr-macro v0.5.0
5872026-03-20T18:13:54.023Z Compiling url v2.5.8
5882026-03-20T18:13:54.828Z Compiling toml v0.8.23
5892026-03-20T18:13:55.290Z Compiling usdt v0.5.0
5902026-03-20T18:13:55.447Z Compiling cargo-util-schemas v0.8.2
5912026-03-20T18:13:55.470Z Compiling cargo_toml v0.21.0
5922026-03-20T18:13:56.621Z Compiling cargo_metadata v0.21.0
5932026-03-20T18:13:57.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-20T18:14:00.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.82s
5952026-03-20T18:14:01.012Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-20T18:14:01.742Z Downloading crates ...
5972026-03-20T18:14:01.864Z Downloaded adler2 v2.0.1
5982026-03-20T18:14:01.867Z Downloaded cargo-platform v0.1.9
5992026-03-20T18:14:01.882Z Downloaded darling v0.20.11
6002026-03-20T18:14:01.886Z Downloaded crc v3.4.0
6012026-03-20T18:14:01.890Z Downloaded foreign-types v0.5.0
6022026-03-20T18:14:01.890Z Downloaded bcs v0.1.6
6032026-03-20T18:14:01.893Z Downloaded ed25519 v2.2.3
6042026-03-20T18:14:01.893Z Downloaded argon2 v0.5.3
6052026-03-20T18:14:01.897Z Downloaded ff v0.13.1
6062026-03-20T18:14:01.900Z Downloaded flume v0.11.1
6072026-03-20T18:14:01.902Z Downloaded critical-section v1.2.0
6082026-03-20T18:14:01.907Z Downloaded deranged v0.5.8
6092026-03-20T18:14:01.907Z Downloaded convert_case v0.10.0
6102026-03-20T18:14:01.911Z Downloaded base64 v0.21.7
6112026-03-20T18:14:01.911Z Downloaded async-trait v0.1.89
6122026-03-20T18:14:01.915Z Downloaded defmt v1.0.1
6132026-03-20T18:14:01.919Z Downloaded assert_matches v1.5.0
6142026-03-20T18:14:01.922Z Downloaded dropshot-api-manager-types v0.6.0
6152026-03-20T18:14:01.922Z Downloaded defmt-parser v1.0.0
6162026-03-20T18:14:01.925Z Downloaded ciborium-io v0.2.2
6172026-03-20T18:14:01.926Z Downloaded foreign-types v0.3.2
6182026-03-20T18:14:01.926Z Downloaded foreign-types-shared v0.3.1
6192026-03-20T18:14:01.926Z Downloaded elliptic-curve v0.13.8
6202026-03-20T18:14:01.929Z Downloaded either v1.15.0
6212026-03-20T18:14:01.932Z Downloaded bzip2 v0.4.4
6222026-03-20T18:14:01.932Z Downloaded defmt-macros v1.0.1
6232026-03-20T18:14:01.936Z Downloaded ena v0.14.4
6242026-03-20T18:14:01.940Z Downloaded embedded-io v0.6.1
6252026-03-20T18:14:01.940Z Downloaded downcast-rs v2.0.2
6262026-03-20T18:14:01.940Z Downloaded darling_macro v0.23.0
6272026-03-20T18:14:01.940Z Downloaded csv-core v0.1.13
6282026-03-20T18:14:01.943Z Downloaded camino-tempfile-ext v0.3.3
6292026-03-20T18:14:01.944Z Downloaded fixedbitset v0.5.7
6302026-03-20T18:14:01.949Z Downloaded enum-as-inner v0.6.1
6312026-03-20T18:14:01.949Z Downloaded document-features v0.2.12
6322026-03-20T18:14:01.949Z Downloaded derive-ex v0.1.8
6332026-03-20T18:14:01.953Z Downloaded arrayref v0.3.9
6342026-03-20T18:14:01.953Z Downloaded der_derive v0.7.3
6352026-03-20T18:14:01.953Z Downloaded darling_core v0.21.3
6362026-03-20T18:14:01.956Z Downloaded foldhash v0.1.5
6372026-03-20T18:14:01.956Z Downloaded crossbeam-utils v0.8.21
6382026-03-20T18:14:01.959Z Downloaded ciborium-ll v0.2.2
6392026-03-20T18:14:01.959Z Downloaded base16ct v1.0.0
6402026-03-20T18:14:01.963Z Downloaded data-encoding v2.10.0
6412026-03-20T18:14:01.963Z Downloaded float-cmp v0.10.0
6422026-03-20T18:14:01.966Z Downloaded derive_builder v0.20.2
6432026-03-20T18:14:01.969Z Downloaded buf-list v1.1.2
6442026-03-20T18:14:01.969Z Downloaded clang-sys v1.8.1
6452026-03-20T18:14:01.973Z Downloaded base64ct v1.8.3
6462026-03-20T18:14:01.980Z Downloaded cargo_metadata v0.19.2
6472026-03-20T18:14:01.980Z Downloaded crc-catalog v2.4.0
6482026-03-20T18:14:01.980Z Downloaded aead v0.5.2
6492026-03-20T18:14:01.985Z Downloaded filetime v0.2.27
6502026-03-20T18:14:01.985Z Downloaded bit-set v0.8.0
6512026-03-20T18:14:01.985Z Downloaded derive_builder_macro v0.20.2
6522026-03-20T18:14:01.985Z Downloaded atty v0.2.14
6532026-03-20T18:14:01.985Z Downloaded difflib v0.4.0
6542026-03-20T18:14:01.985Z Downloaded derive_more v0.99.20
6552026-03-20T18:14:01.989Z Downloaded bitfield-struct v0.6.2
6562026-03-20T18:14:01.989Z Downloaded crunchy v0.2.4
6572026-03-20T18:14:01.993Z Downloaded block-padding v0.3.3
6582026-03-20T18:14:01.993Z Downloaded env_filter v1.0.0
6592026-03-20T18:14:01.993Z Downloaded dyn-clone v1.0.20
6602026-03-20T18:14:01.998Z Downloaded foreign-types-macros v0.2.3
6612026-03-20T18:14:01.998Z Downloaded fd-lock v4.0.4
6622026-03-20T18:14:01.998Z Downloaded bit-set v0.5.3
6632026-03-20T18:14:02.002Z Downloaded castaway v0.2.4
6642026-03-20T18:14:02.002Z Downloaded base16ct v0.2.0
6652026-03-20T18:14:02.002Z Downloaded futures-io v0.3.32
6662026-03-20T18:14:02.002Z Downloaded convert_case v0.4.0
6672026-03-20T18:14:02.005Z Downloaded fallible-iterator v0.2.0
6682026-03-20T18:14:02.005Z Downloaded foldhash v0.2.0
6692026-03-20T18:14:02.005Z Downloaded erased-serde v0.3.31
6702026-03-20T18:14:02.008Z Downloaded crc8 v0.1.1
6712026-03-20T18:14:02.008Z Downloaded cfg_aliases v0.1.1
6722026-03-20T18:14:02.008Z Downloaded dirs-next v2.0.0
6732026-03-20T18:14:02.011Z Downloaded atomicwrites v0.4.4
6742026-03-20T18:14:02.012Z Downloaded dirs-sys-next v0.1.2
6752026-03-20T18:14:02.012Z Downloaded cfg_aliases v0.2.1
6762026-03-20T18:14:02.015Z Downloaded dof v0.4.0
6772026-03-20T18:14:02.015Z Downloaded defmt v0.3.100
6782026-03-20T18:14:02.015Z Downloaded async-recursion v1.1.1
6792026-03-20T18:14:02.018Z Downloaded debug-ignore v1.0.5
6802026-03-20T18:14:02.021Z Downloaded bitfield-macros v0.19.4
6812026-03-20T18:14:02.021Z Downloaded array-init v0.0.4
6822026-03-20T18:14:02.021Z Downloaded darling_macro v0.21.3
6832026-03-20T18:14:02.024Z Downloaded funty v2.0.0
6842026-03-20T18:14:02.024Z Downloaded dunce v1.0.5
6852026-03-20T18:14:02.024Z Downloaded cobs v0.3.0
6862026-03-20T18:14:02.028Z Downloaded diesel-dtrace v0.5.0
6872026-03-20T18:14:02.028Z Downloaded futures-core v0.3.32
6882026-03-20T18:14:02.031Z Downloaded ascii-canvas v3.0.0
6892026-03-20T18:14:02.031Z Downloaded async-stream-impl v0.3.6
6902026-03-20T18:14:02.031Z Downloaded async-stream v0.3.6
6912026-03-20T18:14:02.034Z Downloaded embedded-io v0.4.0
6922026-03-20T18:14:02.034Z Downloaded bb8 v0.8.6
6932026-03-20T18:14:02.037Z Downloaded diesel_table_macro_syntax v0.3.0
6942026-03-20T18:14:02.037Z Downloaded cargo_toml v0.22.3
6952026-03-20T18:14:02.037Z Downloaded futures-task v0.3.32
6962026-03-20T18:14:02.040Z Downloaded dtrace-parser v0.3.0
6972026-03-20T18:14:02.040Z Downloaded cstr-argument v0.1.2
6982026-03-20T18:14:02.040Z Downloaded float-ord v0.3.2
6992026-03-20T18:14:02.043Z Downloaded display-error-chain v0.2.2
7002026-03-20T18:14:02.043Z Downloaded bit-vec v0.8.0
7012026-03-20T18:14:02.048Z Downloaded atomic-waker v1.1.2
7022026-03-20T18:14:02.048Z Downloaded darling_macro v0.20.11
7032026-03-20T18:14:02.048Z Downloaded endian-type v0.1.2
7042026-03-20T18:14:02.048Z Downloaded bcrypt-pbkdf v0.10.0
7052026-03-20T18:14:02.052Z Downloaded crucible-workspace-hack v0.1.0
7062026-03-20T18:14:02.052Z Downloaded ecdsa v0.16.9
7072026-03-20T18:14:02.052Z Downloaded foreign-types-shared v0.1.1
7082026-03-20T18:14:02.052Z Downloaded const-oid v0.9.6
7092026-03-20T18:14:02.056Z Downloaded curve25519-dalek-derive v0.1.1
7102026-03-20T18:14:02.057Z Downloaded cipher v0.4.4
7112026-03-20T18:14:02.057Z Downloaded diff v0.1.13
7122026-03-20T18:14:02.059Z Downloaded fxhash v0.2.1
7132026-03-20T18:14:02.060Z Downloaded bitfield v0.19.4
7142026-03-20T18:14:02.062Z Downloaded gethostname v0.5.0
7152026-03-20T18:14:02.065Z Downloaded git-stub v1.0.0
7162026-03-20T18:14:02.068Z Downloaded futures-sink v0.3.32
7172026-03-20T18:14:02.072Z Downloaded hostname v0.3.1
7182026-03-20T18:14:02.075Z Downloaded globwalk v0.9.1
7192026-03-20T18:14:02.075Z Downloaded dsl_auto_type v0.2.0
7202026-03-20T18:14:02.078Z Downloaded constant_time_eq v0.4.2
7212026-03-20T18:14:02.078Z Downloaded env_logger v0.11.9
7222026-03-20T18:14:02.081Z Downloaded cexpr v0.6.0
7232026-03-20T18:14:02.081Z Downloaded cmake v0.1.57
7242026-03-20T18:14:02.084Z Downloaded chacha20 v0.9.1
7252026-03-20T18:14:02.084Z Downloaded cpufeatures v0.3.0
7262026-03-20T18:14:02.102Z Downloaded hubpack_derive v0.1.1
7272026-03-20T18:14:02.106Z Downloaded arc-swap v1.8.2
7282026-03-20T18:14:02.106Z Downloaded fs-err v2.11.0
7292026-03-20T18:14:02.109Z Downloaded hex-literal v0.4.1
7302026-03-20T18:14:02.109Z Downloaded futures-channel v0.3.32
7312026-03-20T18:14:02.114Z Downloaded chacha20 v0.10.0
7322026-03-20T18:14:02.114Z Downloaded hubpack v0.1.2
7332026-03-20T18:14:02.117Z Downloaded hyper-tls v0.6.0
7342026-03-20T18:14:02.117Z Downloaded drift v0.1.3
7352026-03-20T18:14:02.120Z Downloaded http-body v1.0.1
7362026-03-20T18:14:02.120Z Downloaded flagset v0.4.7
7372026-03-20T18:14:02.123Z Downloaded futures-executor v0.3.32
7382026-03-20T18:14:02.123Z Downloaded derive_builder_core v0.20.2
7392026-03-20T18:14:02.126Z Downloaded home v0.5.12
7402026-03-20T18:14:02.126Z Downloaded cookie v0.18.1
7412026-03-20T18:14:02.129Z Downloaded indoc v1.0.9
7422026-03-20T18:14:02.132Z Downloaded group v0.13.0
7432026-03-20T18:14:02.133Z Downloaded compact_str v0.8.1
7442026-03-20T18:14:02.139Z Downloaded lalrpop-util v0.19.12
7452026-03-20T18:14:02.139Z Downloaded hostname v0.4.2
7462026-03-20T18:14:02.143Z Downloaded inout v0.1.4
7472026-03-20T18:14:02.143Z Downloaded derive-where v1.6.0
7482026-03-20T18:14:02.143Z Downloaded ahash v0.8.12
7492026-03-20T18:14:02.146Z Downloaded keccak v0.1.6
7502026-03-20T18:14:02.146Z Downloaded fixedbitset v0.4.2
7512026-03-20T18:14:02.146Z Downloaded ident_case v1.0.1
7522026-03-20T18:14:02.149Z Downloaded ctr v0.9.2
7532026-03-20T18:14:02.149Z Downloaded daft v0.1.5
7542026-03-20T18:14:02.153Z Downloaded internet-checksum v0.2.1
7552026-03-20T18:14:02.153Z Downloaded indent_write v2.2.0
7562026-03-20T18:14:02.153Z Downloaded colored v2.2.0
7572026-03-20T18:14:02.156Z Downloaded backon v1.6.0
7582026-03-20T18:14:02.159Z Downloaded instability v0.3.11
7592026-03-20T18:14:02.160Z Downloaded crossbeam-epoch v0.9.18
7602026-03-20T18:14:02.163Z Downloaded is_ci v1.2.0
7612026-03-20T18:14:02.163Z Downloaded is-terminal v0.4.17
7622026-03-20T18:14:02.163Z Downloaded kstat-rs v0.2.4
7632026-03-20T18:14:02.166Z Downloaded fs_extra v1.3.0
7642026-03-20T18:14:02.166Z Downloaded find-msvc-tools v0.1.9
7652026-03-20T18:14:02.169Z Downloaded http-range v0.1.5
7662026-03-20T18:14:02.169Z Downloaded http-body-util v0.1.3
7672026-03-20T18:14:02.174Z Downloaded lru v0.12.5
7682026-03-20T18:14:02.174Z Downloaded globset v0.4.18
7692026-03-20T18:14:02.174Z Downloaded hash32 v0.3.1
7702026-03-20T18:14:02.177Z Downloaded highway v1.3.0
7712026-03-20T18:14:02.177Z Downloaded chacha20poly1305 v0.10.1
7722026-03-20T18:14:02.183Z Downloaded impl-trait-for-tuples v0.2.3
7732026-03-20T18:14:02.183Z Downloaded cookie_store v0.22.1
7742026-03-20T18:14:02.186Z Downloaded git-stub-vcs v0.1.0
7752026-03-20T18:14:02.186Z Downloaded libscf-sys v1.1.0
7762026-03-20T18:14:02.186Z Downloaded instant v0.1.13
7772026-03-20T18:14:02.189Z Downloaded maplit v1.0.2
7782026-03-20T18:14:02.189Z Downloaded lru-slab v0.1.2
7792026-03-20T18:14:02.189Z Downloaded hyper-staticfile v0.10.1
7802026-03-20T18:14:02.192Z Downloaded glob v0.3.3
7812026-03-20T18:14:02.192Z Downloaded crc32fast v1.5.0
7822026-03-20T18:14:02.196Z Downloaded des v0.8.1
7832026-03-20T18:14:02.197Z Downloaded ingot v0.1.1
7842026-03-20T18:14:02.202Z Downloaded half v1.8.3
7852026-03-20T18:14:02.202Z Downloaded colored v3.1.1
7862026-03-20T18:14:02.206Z Downloaded async-bb8-diesel v0.2.1
7872026-03-20T18:14:02.206Z Downloaded crossbeam-deque v0.8.6
7882026-03-20T18:14:02.206Z Downloaded memoffset v0.9.1
7892026-03-20T18:14:02.206Z Downloaded md5 v0.7.0
7902026-03-20T18:14:02.209Z Downloaded const_format_proc_macros v0.2.34
7912026-03-20T18:14:02.209Z Downloaded console v0.15.11
7922026-03-20T18:14:02.214Z Downloaded allocator-api2 v0.2.21
7932026-03-20T18:14:02.218Z Downloaded ipnetwork v0.21.1
7942026-03-20T18:14:02.218Z Downloaded httpdate v1.0.3
7952026-03-20T18:14:02.218Z Downloaded jobserver v0.1.34
7962026-03-20T18:14:02.218Z Downloaded hex v0.4.3
7972026-03-20T18:14:02.221Z Downloaded headers-core v0.3.0
7982026-03-20T18:14:02.221Z Downloaded lazy_static v1.5.0
7992026-03-20T18:14:02.224Z Downloaded crc-any v2.5.0
8002026-03-20T18:14:02.225Z Downloaded console v0.16.2
8012026-03-20T18:14:02.228Z Downloaded ciborium v0.2.2
8022026-03-20T18:14:02.228Z Downloaded newtype-uuid-macros v0.1.0
8032026-03-20T18:14:02.231Z Downloaded nonempty v0.12.0
8042026-03-20T18:14:02.231Z Downloaded num-conv v0.2.0
8052026-03-20T18:14:02.231Z Downloaded mime v0.3.17
8062026-03-20T18:14:02.236Z Downloaded newline-converter v0.3.0
8072026-03-20T18:14:02.236Z Downloaded maybe-uninit v2.0.0
8082026-03-20T18:14:02.236Z Downloaded managed v0.8.0
8092026-03-20T18:14:02.240Z Downloaded bumpalo v3.20.2
8102026-03-20T18:14:02.240Z Downloaded ar_archive_writer v0.5.1
8112026-03-20T18:14:02.244Z Downloaded ingot-types v0.1.2
8122026-03-20T18:14:02.244Z Downloaded hyper-rustls v0.27.7
8132026-03-20T18:14:02.247Z Downloaded base64 v0.22.1
8142026-03-20T18:14:02.247Z Downloaded num_enum_derive v0.5.11
8152026-03-20T18:14:02.250Z Downloaded newtype_derive v0.1.6
8162026-03-20T18:14:02.250Z Downloaded linear-map v1.2.0
8172026-03-20T18:14:02.254Z Downloaded darling v0.21.3
8182026-03-20T18:14:02.257Z Downloaded daft-derive v0.1.5
8192026-03-20T18:14:02.261Z Downloaded num_threads v0.1.7
8202026-03-20T18:14:02.261Z Downloaded num-iter v0.1.45
8212026-03-20T18:14:02.264Z Downloaded num-derive v0.3.3
8222026-03-20T18:14:02.264Z Downloaded olpc-cjson v0.1.4
8232026-03-20T18:14:02.264Z Downloaded libloading v0.8.9
8242026-03-20T18:14:02.268Z Downloaded openssl-macros v0.1.1
8252026-03-20T18:14:02.268Z Downloaded opaque-debug v0.3.1
8262026-03-20T18:14:02.271Z Downloaded lock_api v0.4.14
8272026-03-20T18:14:02.271Z Downloaded indoc v2.0.7
8282026-03-20T18:14:02.274Z Downloaded num v0.4.3
8292026-03-20T18:14:02.274Z Downloaded nibble_vec v0.1.0
8302026-03-20T18:14:02.277Z Downloaded hickory-client v0.25.2
8312026-03-20T18:14:02.277Z Downloaded darling v0.23.0
8322026-03-20T18:14:02.281Z Downloaded mime_guess v2.0.5
8332026-03-20T18:14:02.284Z Downloaded lzss v0.8.2
8342026-03-20T18:14:02.287Z Downloaded getrandom v0.3.4
8352026-03-20T18:14:02.290Z Downloaded multer v3.1.0
8362026-03-20T18:14:02.290Z Downloaded packed_struct_codegen v0.10.1
8372026-03-20T18:14:02.294Z Downloaded libsw-core v0.3.2
8382026-03-20T18:14:02.294Z Downloaded libsw v3.5.0
8392026-03-20T18:14:02.294Z Downloaded normalize-line-endings v0.3.0
8402026-03-20T18:14:02.297Z Downloaded diesel_derives v2.3.7
8412026-03-20T18:14:02.300Z Downloaded pbkdf2 v0.11.0
8422026-03-20T18:14:02.303Z Downloaded libefi-sys v0.1.0
8432026-03-20T18:14:02.304Z Downloaded dropshot-api-manager v0.6.0
8442026-03-20T18:14:02.307Z Downloaded fatfs v0.3.6
8452026-03-20T18:14:02.310Z Downloaded match_cfg v0.1.0
8462026-03-20T18:14:02.313Z Downloaded nodrop v0.1.14
8472026-03-20T18:14:02.313Z Downloaded new_debug_unreachable v1.0.6
8482026-03-20T18:14:02.313Z Downloaded path-slash v0.1.5
8492026-03-20T18:14:02.316Z Downloaded parse-display v0.10.0
8502026-03-20T18:14:02.316Z Downloaded md-5 v0.10.6
8512026-03-20T18:14:02.316Z Downloaded openssl-probe v0.1.6
8522026-03-20T18:14:02.320Z Downloaded litrs v1.0.0
8532026-03-20T18:14:02.320Z Downloaded dropshot_endpoint v0.16.7
8542026-03-20T18:14:02.323Z Downloaded ipnet v2.11.0
8552026-03-20T18:14:02.326Z Downloaded multimap v0.10.1
8562026-03-20T18:14:02.326Z Downloaded lru-cache v0.1.2
8572026-03-20T18:14:02.326Z Downloaded linked-hash-map v0.5.6
8582026-03-20T18:14:02.333Z Downloaded humantime v2.3.0
8592026-03-20T18:14:02.333Z Downloaded openssl-probe v0.2.1
8602026-03-20T18:14:02.333Z Downloaded oso-derive v0.27.3
8612026-03-20T18:14:02.336Z Downloaded num_enum v0.5.11
8622026-03-20T18:14:02.336Z Downloaded native-tls v0.2.18
8632026-03-20T18:14:02.336Z Downloaded httparse v1.10.1
8642026-03-20T18:14:02.340Z Downloaded blake2 v0.10.6
8652026-03-20T18:14:02.344Z Downloaded num-rational v0.4.2
8662026-03-20T18:14:02.344Z Downloaded iana-time-zone v0.1.65
8672026-03-20T18:14:02.347Z Downloaded futures v0.3.32
8682026-03-20T18:14:02.350Z Downloaded getrandom v0.2.17
8692026-03-20T18:14:02.355Z Downloaded pin-utils v0.1.0
8702026-03-20T18:14:02.355Z Downloaded phf_shared v0.13.1
8712026-03-20T18:14:02.355Z Downloaded phf_shared v0.11.3
8722026-03-20T18:14:02.359Z Downloaded ingot-macros v0.1.1
8732026-03-20T18:14:02.359Z Downloaded half v2.7.1
8742026-03-20T18:14:02.359Z Downloaded num-integer v0.1.46
8752026-03-20T18:14:02.362Z Downloaded darling_core v0.23.0
8762026-03-20T18:14:02.365Z Downloaded hmac v0.12.1
8772026-03-20T18:14:02.368Z Downloaded hash32 v0.2.1
8782026-03-20T18:14:02.368Z Downloaded futures-macro v0.3.32
8792026-03-20T18:14:02.368Z Downloaded corncobs v0.1.4
8802026-03-20T18:14:02.395Z Downloaded memmap2 v0.9.10
8812026-03-20T18:14:02.395Z Downloaded num_enum v0.7.5
8822026-03-20T18:14:02.408Z Downloaded oxide-tokio-rt v0.1.3
8832026-03-20T18:14:02.408Z Downloaded owo-colors v4.3.0
8842026-03-20T18:14:02.408Z Downloaded parse-size v1.1.0
8852026-03-20T18:14:02.408Z Downloaded nanorand v0.7.0
8862026-03-20T18:14:02.408Z Downloaded powerfmt v0.2.0
8872026-03-20T18:14:02.408Z Downloaded cbc v0.1.2
8882026-03-20T18:14:02.408Z Downloaded pbkdf2 v0.12.2
8892026-03-20T18:14:02.408Z Downloaded precomputed-hash v0.1.1
8902026-03-20T18:14:02.408Z Downloaded bytes v1.11.1
8912026-03-20T18:14:02.408Z Downloaded packed_struct v0.10.1
8922026-03-20T18:14:02.408Z Downloaded const_format v0.2.35
8932026-03-20T18:14:02.408Z Downloaded predicates-tree v1.0.13
8942026-03-20T18:14:02.408Z Downloaded parking_lot_core v0.8.6
8952026-03-20T18:14:02.408Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-03-20T18:14:02.408Z Downloaded proc-macro-crate v3.4.0
8972026-03-20T18:14:02.415Z Downloaded progenitor-client v0.10.0
8982026-03-20T18:14:02.415Z Downloaded predicates-core v1.0.10
8992026-03-20T18:14:02.415Z Downloaded darling_core v0.20.11
9002026-03-20T18:14:02.415Z Downloaded oxnet v0.1.4
9012026-03-20T18:14:02.415Z Downloaded pem-rfc7468 v0.7.0
9022026-03-20T18:14:02.415Z Downloaded pem v3.0.6
9032026-03-20T18:14:02.415Z Downloaded progenitor-client v0.11.2
9042026-03-20T18:14:02.415Z Downloaded peg-runtime v0.8.5
9052026-03-20T18:14:02.419Z Downloaded paste v1.0.15
9062026-03-20T18:14:02.419Z Downloaded progenitor-macro v0.13.0
9072026-03-20T18:14:02.419Z Downloaded quick-error v1.2.3
9082026-03-20T18:14:02.419Z Downloaded progenitor-macro v0.11.2
9092026-03-20T18:14:02.422Z Downloaded ignore v0.4.25
9102026-03-20T18:14:02.422Z Downloaded progenitor-macro v0.10.0
9112026-03-20T18:14:02.425Z Downloaded newtype-uuid v1.3.2
9122026-03-20T18:14:02.425Z Downloaded libbz2-rs-sys v0.2.2
9132026-03-20T18:14:02.428Z Downloaded num-complex v0.4.6
9142026-03-20T18:14:02.428Z Downloaded omicron-zone-package v0.12.2
9152026-03-20T18:14:02.431Z Downloaded cc v1.2.56
9162026-03-20T18:14:02.434Z Downloaded proc-macro-crate v1.3.1
9172026-03-20T18:14:02.434Z Downloaded phf_shared v0.12.1
9182026-03-20T18:14:02.437Z Downloaded psl-types v2.0.11
9192026-03-20T18:14:02.437Z Downloaded pin-project-internal v1.1.11
9202026-03-20T18:14:02.437Z Downloaded phf v0.12.1
9212026-03-20T18:14:02.441Z Downloaded rand_chacha v0.3.1
9222026-03-20T18:14:02.441Z Downloaded phf v0.13.1
9232026-03-20T18:14:02.441Z Downloaded pin-project-lite v0.2.17
9242026-03-20T18:14:02.445Z Downloaded password-hash v0.5.0
9252026-03-20T18:14:02.448Z Downloaded polyval v0.6.2
9262026-03-20T18:14:02.448Z Downloaded indicatif v0.18.4
9272026-03-20T18:14:02.451Z Downloaded peg v0.8.5
9282026-03-20T18:14:02.455Z Downloaded headers v0.4.1
9292026-03-20T18:14:02.460Z Downloaded peg-macros v0.8.5
9302026-03-20T18:14:02.463Z Downloaded nu-ansi-term v0.50.3
9312026-03-20T18:14:02.463Z Downloaded parse-display-derive v0.10.0
9322026-03-20T18:14:02.469Z Downloaded pkcs8 v0.10.2
9332026-03-20T18:14:02.469Z Downloaded radium v0.7.0
9342026-03-20T18:14:02.469Z Downloaded poly1305 v0.8.0
9352026-03-20T18:14:02.472Z Downloaded heapless v0.7.17
9362026-03-20T18:14:02.475Z Downloaded parking_lot v0.12.5
9372026-03-20T18:14:02.475Z Downloaded ppv-lite86 v0.2.21
9382026-03-20T18:14:02.478Z Downloaded num_enum_derive v0.7.5
9392026-03-20T18:14:02.478Z Downloaded cancel-safe-futures v0.1.5
9402026-03-20T18:14:02.481Z Downloaded num-derive v0.4.2
9412026-03-20T18:14:02.488Z Downloaded bzip2 v0.6.1
9422026-03-20T18:14:02.488Z Downloaded progenitor v0.13.0
9432026-03-20T18:14:02.488Z Downloaded progenitor v0.11.2
9442026-03-20T18:14:02.492Z Downloaded bitflags v1.3.2
9452026-03-20T18:14:02.492Z Downloaded ref-cast-impl v1.0.25
9462026-03-20T18:14:02.492Z Downloaded ref-cast v1.0.25
9472026-03-20T18:14:02.496Z Downloaded rand_xorshift v0.4.0
9482026-03-20T18:14:02.496Z Downloaded cassowary v0.3.0
9492026-03-20T18:14:02.496Z Downloaded arrayvec v0.7.6
9502026-03-20T18:14:02.500Z Downloaded bit-vec v0.6.3
9512026-03-20T18:14:02.500Z Downloaded backoff v0.4.0
9522026-03-20T18:14:02.500Z Downloaded blowfish v0.9.1
9532026-03-20T18:14:02.503Z Downloaded ghash v0.5.1
9542026-03-20T18:14:02.507Z Downloaded flate2 v1.1.9
9552026-03-20T18:14:02.512Z Downloaded ed25519-dalek v2.2.0
9562026-03-20T18:14:02.515Z Downloaded primeorder v0.13.6
9572026-03-20T18:14:02.515Z Downloaded postgres-protocol v0.6.10
9582026-03-20T18:14:02.515Z Downloaded rfc6979 v0.4.0
9592026-03-20T18:14:02.515Z Downloaded pkg-config v0.3.32
9602026-03-20T18:14:02.518Z Downloaded russh-cryptovec v0.7.3
9612026-03-20T18:14:02.518Z Downloaded recursive-proc-macro-impl v0.1.1
9622026-03-20T18:14:02.518Z Downloaded recursive v0.1.1
9632026-03-20T18:14:02.521Z Downloaded derive_more-impl v2.1.1
9642026-03-20T18:14:02.525Z Downloaded rustc-hash v2.1.1
9652026-03-20T18:14:02.525Z Downloaded pkcs5 v0.7.1
9662026-03-20T18:14:02.528Z Downloaded pkcs1 v0.7.5
9672026-03-20T18:14:02.531Z Downloaded r2d2 v0.8.10
9682026-03-20T18:14:02.531Z Downloaded progenitor v0.10.0
9692026-03-20T18:14:02.534Z Downloaded proc-macro-error2 v2.0.1
9702026-03-20T18:14:02.537Z Downloaded progenitor-client v0.13.0
9712026-03-20T18:14:02.537Z Downloaded indexmap v1.9.3
9722026-03-20T18:14:02.540Z Downloaded psm v0.1.30
9732026-03-20T18:14:02.543Z Downloaded miniz_oxide v0.8.9
9742026-03-20T18:14:02.543Z Downloaded crypto-bigint v0.5.5
9752026-03-20T18:14:02.549Z Downloaded rand_core v0.6.4
9762026-03-20T18:14:02.552Z Downloaded crossbeam-channel v0.5.15
9772026-03-20T18:14:02.556Z Downloaded password-hash v0.4.2
9782026-03-20T18:14:02.556Z Downloaded der v0.7.10
9792026-03-20T18:14:02.561Z Downloaded rustc_version v0.4.1
9802026-03-20T18:14:02.564Z Downloaded salsa20 v0.10.2
9812026-03-20T18:14:02.568Z Downloaded rustc_version v0.1.7
9822026-03-20T18:14:02.568Z Downloaded jiff-static v0.2.21
9832026-03-20T18:14:02.573Z Downloaded progenitor-extras v0.1.1
9842026-03-20T18:14:02.576Z Downloaded expectorate v1.2.0
9852026-03-20T18:14:02.576Z Downloaded aes v0.8.4
9862026-03-20T18:14:02.580Z Downloaded sapling-renderdag v0.1.0
9872026-03-20T18:14:02.583Z Downloaded same-file v1.0.6
9882026-03-20T18:14:02.583Z Downloaded scrypt v0.11.0
9892026-03-20T18:14:02.586Z Downloaded scopeguard v1.2.0
9902026-03-20T18:14:02.589Z Downloaded rand_seeder v0.4.0
9912026-03-20T18:14:02.589Z Downloaded rand_core v0.10.0
9922026-03-20T18:14:02.593Z Downloaded scheduled-thread-pool v0.2.7
9932026-03-20T18:14:02.594Z Downloaded resolv-conf v0.7.6
9942026-03-20T18:14:02.596Z Downloaded postgres-types v0.2.12
9952026-03-20T18:14:02.597Z Downloaded parking_lot_core v0.9.12
9962026-03-20T18:14:02.600Z Downloaded hickory-resolver v0.24.4
9972026-03-20T18:14:02.602Z Downloaded predicates v3.1.4
9982026-03-20T18:14:02.606Z Downloaded rtoolbox v0.0.3
9992026-03-20T18:14:02.606Z Downloaded quinn-udp v0.5.14
10002026-03-20T18:14:02.609Z Downloaded postcard v1.1.3
10012026-03-20T18:14:02.609Z Downloaded scroll_derive v0.13.1
10022026-03-20T18:14:02.612Z Downloaded serde-big-array v0.5.1
10032026-03-20T18:14:02.612Z Downloaded seq-macro v0.3.6
10042026-03-20T18:14:02.616Z Downloaded hickory-resolver v0.25.2
10052026-03-20T18:14:02.619Z Downloaded serde_urlencoded v0.7.1
10062026-03-20T18:14:02.619Z Downloaded aes-gcm v0.10.3
10072026-03-20T18:14:02.622Z Downloaded derive_more v2.1.1
10082026-03-20T18:14:02.629Z Downloaded serde_bytes v0.11.19
10092026-03-20T18:14:02.632Z Downloaded semver v0.1.20
10102026-03-20T18:14:02.632Z Downloaded secrecy v0.10.3
10112026-03-20T18:14:02.636Z Downloaded secrecy v0.8.0
10122026-03-20T18:14:02.636Z Downloaded rustls-pemfile v1.0.4
10132026-03-20T18:14:02.636Z Downloaded serde_repr v0.1.20
10142026-03-20T18:14:02.639Z Downloaded serde_plain v1.0.2
10152026-03-20T18:14:02.639Z Downloaded oso v0.27.3
10162026-03-20T18:14:02.643Z Downloaded rand_core v0.9.5
10172026-03-20T18:14:02.643Z Downloaded p256 v0.13.2
10182026-03-20T18:14:02.647Z Downloaded parking_lot v0.11.2
10192026-03-20T18:14:02.650Z Downloaded rand_chacha v0.9.0
10202026-03-20T18:14:02.653Z Downloaded minimal-lexical v0.2.1
10212026-03-20T18:14:02.656Z Downloaded rustls-pemfile v2.2.0
10222026-03-20T18:14:02.656Z Downloaded sha1 v0.10.6
10232026-03-20T18:14:02.659Z Downloaded signal-hook-tokio v0.3.1
10242026-03-20T18:14:02.659Z Downloaded prefix-trie v0.7.0
10252026-03-20T18:14:02.663Z Downloaded siphasher v1.0.2
10262026-03-20T18:14:02.666Z Downloaded sigpipe v0.1.3
10272026-03-20T18:14:02.666Z Downloaded signal-hook-mio v0.2.5
10282026-03-20T18:14:02.666Z Downloaded hashbrown v0.12.3
10292026-03-20T18:14:02.676Z Downloaded schemars_derive v0.8.22
10302026-03-20T18:14:02.682Z Downloaded signature v2.2.0
10312026-03-20T18:14:02.685Z Downloaded shell-words v1.1.1
10322026-03-20T18:14:02.685Z Downloaded openssl-sys v0.9.111
10332026-03-20T18:14:02.691Z Downloaded pin-project v1.1.11
10342026-03-20T18:14:02.700Z Downloaded slog-envlogger v2.2.0
10352026-03-20T18:14:02.703Z Downloaded slog-bunyan v2.5.0
10362026-03-20T18:14:02.703Z Downloaded sct v0.7.1
10372026-03-20T18:14:02.708Z Downloaded sec1 v0.7.3
10382026-03-20T18:14:02.712Z Downloaded serde_spanned v1.0.4
10392026-03-20T18:14:02.715Z Downloaded serde_derive_internals v0.29.1
10402026-03-20T18:14:02.715Z Downloaded serde-hex v0.1.0
10412026-03-20T18:14:02.718Z Downloaded russh-keys v0.45.0
10422026-03-20T18:14:02.718Z Downloaded hyper-util v0.1.20
10432026-03-20T18:14:02.724Z Downloaded http v1.4.0
10442026-03-20T18:14:02.732Z Downloaded progenitor-impl v0.10.0
10452026-03-20T18:14:02.736Z Downloaded rustls-native-certs v0.8.3
10462026-03-20T18:14:02.740Z Downloaded hickory-server v0.25.2
10472026-03-20T18:14:02.744Z Downloaded ssh-encoding v0.2.0
10482026-03-20T18:14:02.749Z Downloaded sqlparser_derive v0.5.0
10492026-03-20T18:14:02.754Z Downloaded rusty-fork v0.3.1
10502026-03-20T18:14:02.754Z Downloaded hashbrown v0.13.2
10512026-03-20T18:14:02.757Z Downloaded structmeta v0.3.0
10522026-03-20T18:14:02.757Z Downloaded ssh-cipher v0.2.0
10532026-03-20T18:14:02.762Z Downloaded strum v0.26.3
10542026-03-20T18:14:02.765Z Downloaded structmeta-derive v0.3.0
10552026-03-20T18:14:02.765Z Downloaded strum v0.27.2
10562026-03-20T18:14:02.768Z Downloaded progenitor-impl v0.11.2
10572026-03-20T18:14:02.772Z Downloaded simd-adler32 v0.3.8
10582026-03-20T18:14:02.775Z Downloaded progenitor-impl v0.13.0
10592026-03-20T18:14:02.779Z Downloaded signal-hook-registry v1.4.8
10602026-03-20T18:14:02.779Z Downloaded rustversion v1.0.22
10612026-03-20T18:14:02.783Z Downloaded tabled_derive v0.11.0
10622026-03-20T18:14:02.786Z Downloaded slog-dtrace v0.3.0
10632026-03-20T18:14:02.786Z Downloaded tagptr v0.2.0
10642026-03-20T18:14:02.794Z Downloaded sync_wrapper v1.0.2
10652026-03-20T18:14:02.794Z Downloaded take_mut v0.2.2
10662026-03-20T18:14:02.794Z Downloaded heapless v0.8.0
10672026-03-20T18:14:02.798Z Downloaded slog-json v2.6.1
10682026-03-20T18:14:02.798Z Downloaded aho-corasick v1.1.4
10692026-03-20T18:14:02.801Z Downloaded slog-scope v4.4.1
10702026-03-20T18:14:02.801Z Downloaded slog-async v2.8.0
10712026-03-20T18:14:02.804Z Downloaded slab v0.4.12
10722026-03-20T18:14:02.804Z Downloaded slog-term v2.9.2
10732026-03-20T18:14:02.809Z Downloaded slog-stdlog v4.1.1
10742026-03-20T18:14:02.809Z Downloaded crossterm v0.28.1
10752026-03-20T18:14:02.812Z Downloaded tabwriter v1.4.1
10762026-03-20T18:14:02.815Z Downloaded subtle v2.6.1
10772026-03-20T18:14:02.815Z Downloaded smallvec v0.6.14
10782026-03-20T18:14:02.815Z Downloaded rcgen v0.12.1
10792026-03-20T18:14:02.818Z Downloaded testing_table v0.3.0
10802026-03-20T18:14:02.818Z Downloaded termtree v0.5.1
10812026-03-20T18:14:02.821Z Downloaded serde_cbor v0.11.2
10822026-03-20T18:14:02.824Z Downloaded prettyplease v0.2.37
10832026-03-20T18:14:02.828Z Downloaded thiserror-impl-no-std v2.0.2
10842026-03-20T18:14:02.828Z Downloaded serde_path_to_error v0.1.20
10852026-03-20T18:14:02.828Z Downloaded smf v0.2.3
10862026-03-20T18:14:02.831Z Downloaded scroll v0.13.0
10872026-03-20T18:14:02.831Z Downloaded shlex v1.3.0
10882026-03-20T18:14:02.831Z Downloaded supports-color v3.0.2
10892026-03-20T18:14:02.834Z Downloaded mio v1.1.1
10902026-03-20T18:14:02.841Z Downloaded strip-ansi-escapes v0.2.1
10912026-03-20T18:14:02.846Z Downloaded string_cache v0.8.9
10922026-03-20T18:14:02.846Z Downloaded spki v0.7.3
10932026-03-20T18:14:02.849Z Downloaded static_assertions v1.1.0
10942026-03-20T18:14:02.849Z Downloaded rustls-pki-types v1.14.0
10952026-03-20T18:14:02.849Z Downloaded thread-id v5.1.0
10962026-03-20T18:14:02.853Z Downloaded stacker v0.1.23
10972026-03-20T18:14:02.853Z Downloaded tinyvec_macros v0.1.1
10982026-03-20T18:14:02.856Z Downloaded time-core v0.1.8
10992026-03-20T18:14:02.856Z Downloaded strum_macros v0.26.4
11002026-03-20T18:14:02.859Z Downloaded ryu v1.0.23
11012026-03-20T18:14:02.859Z Downloaded serde_with_macros v3.17.0
11022026-03-20T18:14:02.862Z Downloaded crossterm v0.29.0
11032026-03-20T18:14:02.866Z Downloaded itertools v0.10.5
11042026-03-20T18:14:02.871Z Downloaded stringprep v0.1.5
11052026-03-20T18:14:02.874Z Downloaded strum_macros v0.27.2
11062026-03-20T18:14:02.877Z Downloaded strum_macros v0.24.3
11072026-03-20T18:14:02.877Z Downloaded sqlformat v0.3.5
11082026-03-20T18:14:02.882Z Downloaded schemars v0.8.22
11092026-03-20T18:14:02.889Z Downloaded sync-ptr v0.1.4
11102026-03-20T18:14:02.892Z Downloaded nom v7.1.3
11112026-03-20T18:14:02.896Z Downloaded papergrid v0.17.0
11122026-03-20T18:14:02.903Z Downloaded qorb v0.4.1
11132026-03-20T18:14:02.906Z Downloaded tap v1.0.1
11142026-03-20T18:14:02.919Z Downloaded publicsuffix v2.3.0
11152026-03-20T18:14:02.922Z Downloaded itertools v0.12.1
11162026-03-20T18:14:02.927Z Downloaded bitvec v1.0.1
11172026-03-20T18:14:02.938Z Downloaded thread_local v1.1.9
11182026-03-20T18:14:02.941Z Downloaded try-lock v0.2.5
11192026-03-20T18:14:02.941Z Downloaded tower-service v0.3.3
11202026-03-20T18:14:02.941Z Downloaded topological-sort v0.2.2
11212026-03-20T18:14:02.945Z Downloaded thiserror-no-std v2.0.2
11222026-03-20T18:14:02.947Z Downloaded snafu-derive v0.8.9
11232026-03-20T18:14:02.948Z Downloaded rustls-platform-verifier v0.6.2
11242026-03-20T18:14:02.951Z Downloaded unarray v0.1.4
11252026-03-20T18:14:02.951Z Downloaded trait-variant v0.1.2
11262026-03-20T18:14:02.955Z Downloaded tiny-keccak v2.0.2
11272026-03-20T18:14:02.955Z Downloaded hashbrown v0.15.5
11282026-03-20T18:14:02.958Z Downloaded num-bigint v0.4.6
11292026-03-20T18:14:02.962Z Downloaded time-macros v0.2.27
11302026-03-20T18:14:02.969Z Downloaded rand v0.8.5
11312026-03-20T18:14:02.969Z Downloaded tokio-native-tls v0.3.1
11322026-03-20T18:14:02.973Z Downloaded typify-macro v0.4.3
11332026-03-20T18:14:02.973Z Downloaded rayon-core v1.13.0
11342026-03-20T18:14:02.973Z Downloaded pretty_assertions v1.4.1
11352026-03-20T18:14:02.976Z Downloaded unicode-truncate v1.1.0
11362026-03-20T18:14:02.976Z Downloaded similar v2.7.0
11372026-03-20T18:14:02.981Z Downloaded slog v2.8.2
11382026-03-20T18:14:02.985Z Downloaded unit-prefix v0.5.2
11392026-03-20T18:14:02.985Z Downloaded support-bundle-viewer v0.1.2
11402026-03-20T18:14:02.985Z Downloaded libxml v0.3.3
11412026-03-20T18:14:02.989Z Downloaded untrusted v0.9.0
11422026-03-20T18:14:02.991Z Downloaded ron v0.8.1
11432026-03-20T18:14:02.994Z Downloaded tokio-rustls v0.25.0
11442026-03-20T18:14:02.997Z Downloaded rsa v0.9.10
11452026-03-20T18:14:03.001Z Downloaded tokio-tungstenite v0.21.0
11462026-03-20T18:14:03.004Z Downloaded usdt-attr-macro v0.6.0
11472026-03-20T18:14:03.004Z Downloaded termios v0.3.3
11482026-03-20T18:14:03.007Z Downloaded universal-hash v0.5.1
11492026-03-20T18:14:03.007Z Downloaded void v1.0.2
11502026-03-20T18:14:03.007Z Downloaded usdt-macro v0.6.0
11512026-03-20T18:14:03.007Z Downloaded tokio-tungstenite v0.23.1
11522026-03-20T18:14:03.010Z Downloaded usdt v0.6.0
11532026-03-20T18:14:03.010Z Downloaded untrusted v0.7.1
11542026-03-20T18:14:03.010Z Downloaded term v1.2.1
11552026-03-20T18:14:03.013Z Downloaded hkdf v0.12.4
11562026-03-20T18:14:03.016Z Downloaded itertools v0.14.0
11572026-03-20T18:14:03.020Z Downloaded utf-8 v0.7.6
11582026-03-20T18:14:03.025Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-03-20T18:14:03.025Z Downloaded socket2 v0.5.10
11602026-03-20T18:14:03.025Z Downloaded itertools v0.13.0
11612026-03-20T18:14:03.030Z Downloaded waitgroup v0.1.2
11622026-03-20T18:14:03.033Z Downloaded typify-macro v0.6.1
11632026-03-20T18:14:03.033Z Downloaded want v0.3.1
11642026-03-20T18:14:03.033Z Downloaded socket2 v0.6.2
11652026-03-20T18:14:03.036Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-03-20T18:14:03.036Z Downloaded futures-util v0.3.32
11672026-03-20T18:14:03.044Z Downloaded rustls-webpki v0.103.9
11682026-03-20T18:14:03.047Z Downloaded tls_codec_derive v0.4.2
11692026-03-20T18:14:03.050Z Downloaded wait-timeout v0.2.1
11702026-03-20T18:14:03.050Z Downloaded term v0.7.0
11712026-03-20T18:14:03.054Z Downloaded samael v0.0.19
11722026-03-20T18:14:03.057Z Downloaded unicase v2.9.0
11732026-03-20T18:14:03.060Z Downloaded subprocess v0.2.15
11742026-03-20T18:14:03.065Z Downloaded schemars v0.9.0
11752026-03-20T18:14:03.069Z Downloaded tokio-rustls v0.24.1
11762026-03-20T18:14:03.072Z Downloaded serde_yaml v0.9.34+deprecated
11772026-03-20T18:14:03.075Z Downloaded schemars v1.2.1
11782026-03-20T18:14:03.084Z Downloaded tokio-rustls v0.26.4
11792026-03-20T18:14:03.087Z Downloaded xattr v1.6.1
11802026-03-20T18:14:03.090Z Downloaded usdt-impl v0.6.0
11812026-03-20T18:14:03.090Z Downloaded xshell-macros v0.2.7
11822026-03-20T18:14:03.090Z Downloaded tar v0.4.44
11832026-03-20T18:14:03.094Z Downloaded vergen-lib v0.1.6
11842026-03-20T18:14:03.094Z Downloaded rand v0.9.2
11852026-03-20T18:14:03.100Z Downloaded vsss-rs v3.3.4
11862026-03-20T18:14:03.100Z Downloaded test-strategy v0.4.5
11872026-03-20T18:14:03.103Z Downloaded iri-string v0.7.10
11882026-03-20T18:14:03.108Z Downloaded rand v0.10.0
11892026-03-20T18:14:03.113Z Downloaded tui-tree-widget v0.23.1
11902026-03-20T18:14:03.113Z Downloaded toml_parser v1.0.9+spec-1.1.0
11912026-03-20T18:14:03.118Z Downloaded p521 v0.13.3
11922026-03-20T18:14:03.118Z Downloaded zeroize_derive v1.4.3
11932026-03-20T18:14:03.122Z Downloaded iddqd v0.3.17
11942026-03-20T18:14:03.122Z Downloaded zone_cfg_derive v0.3.1
11952026-03-20T18:14:03.125Z Downloaded zone v0.3.1
11962026-03-20T18:14:03.126Z Downloaded snafu v0.8.9
11972026-03-20T18:14:03.129Z Downloaded hyper v1.8.1
11982026-03-20T18:14:03.134Z Downloaded num-bigint-dig v0.8.6
11992026-03-20T18:14:03.148Z Downloaded tls_codec v0.4.2
12002026-03-20T18:14:03.148Z Downloaded tokio-macros v2.6.0
12012026-03-20T18:14:03.148Z Downloaded tokio-dtrace v0.1.1
12022026-03-20T18:14:03.152Z Downloaded wyz v0.5.1
12032026-03-20T18:14:03.152Z Downloaded signal-hook v0.3.18
12042026-03-20T18:14:03.152Z Downloaded spin v0.9.8
12052026-03-20T18:14:03.152Z Downloaded tracing-attributes v0.1.31
12062026-03-20T18:14:03.164Z Downloaded tower-layer v0.3.3
12072026-03-20T18:14:03.164Z Downloaded quinn v0.11.9
12082026-03-20T18:14:03.164Z Downloaded vergen-gitcl v1.0.8
12092026-03-20T18:14:03.164Z Downloaded vergen-git2 v1.0.7
12102026-03-20T18:14:03.164Z Downloaded tinyvec v1.10.0
12112026-03-20T18:14:03.168Z Downloaded zstd-safe v7.2.4
12122026-03-20T18:14:03.168Z Downloaded vergen v9.0.6
12132026-03-20T18:14:03.173Z Downloaded toml v0.9.12+spec-1.1.0
12142026-03-20T18:14:03.177Z Downloaded walkdir v2.5.0
12152026-03-20T18:14:03.177Z Downloaded h2 v0.4.13
12162026-03-20T18:14:03.182Z Downloaded zstd v0.13.3
12172026-03-20T18:14:03.185Z Downloaded rustyline v14.0.0
12182026-03-20T18:14:03.188Z Downloaded xz2 v0.1.7
12192026-03-20T18:14:03.192Z Downloaded xshell v0.2.7
12202026-03-20T18:14:03.192Z Downloaded whoami v1.6.1
12212026-03-20T18:14:03.198Z Downloaded blake3 v1.8.3
12222026-03-20T18:14:03.202Z Downloaded uzers v0.12.2
12232026-03-20T18:14:03.206Z Downloaded aws-lc-rs v1.16.0
12242026-03-20T18:14:03.210Z Downloaded whoami v2.1.0
12252026-03-20T18:14:03.215Z Downloaded unicode-bidi v0.3.18
12262026-03-20T18:14:03.215Z Downloaded zeroize v1.8.2
12272026-03-20T18:14:03.220Z Downloaded toml v0.7.8
12282026-03-20T18:14:03.220Z Downloaded rpassword v7.4.0
12292026-03-20T18:14:03.223Z Downloaded zerocopy v0.6.6
12302026-03-20T18:14:03.223Z Downloaded tokio-stream v0.1.18
12312026-03-20T18:14:03.226Z Downloaded yasna v0.5.2
12322026-03-20T18:14:03.230Z Downloaded toml_edit v0.23.10+spec-1.0.0
12332026-03-20T18:14:03.233Z Downloaded tracing-core v0.1.36
12342026-03-20T18:14:03.236Z Downloaded twox-hash v2.1.2
12352026-03-20T18:14:03.239Z Downloaded typify v0.6.1
12362026-03-20T18:14:03.242Z Downloaded tungstenite v0.23.0
12372026-03-20T18:14:03.242Z Downloaded tungstenite v0.21.0
12382026-03-20T18:14:03.259Z Downloaded unicode-properties v0.1.4
12392026-03-20T18:14:03.262Z Downloaded libm v0.2.16
12402026-03-20T18:14:03.267Z Downloaded reedline v0.40.0
12412026-03-20T18:14:03.291Z Downloaded ron v0.12.0
12422026-03-20T18:14:03.298Z Downloaded vte v0.14.1
12432026-03-20T18:14:03.309Z Downloaded steno v0.4.1
12442026-03-20T18:14:03.313Z Downloaded bindgen v0.71.1
12452026-03-20T18:14:03.317Z Downloaded bstr v1.12.1
12462026-03-20T18:14:03.323Z Downloaded typify v0.4.3
12472026-03-20T18:14:03.356Z Downloaded yansi v1.0.1
12482026-03-20T18:14:03.362Z Downloaded unsafe-libyaml v0.2.11
12492026-03-20T18:14:03.362Z Downloaded p384 v0.13.1
12502026-03-20T18:14:03.362Z Downloaded zopfli v0.8.3
12512026-03-20T18:14:03.362Z Downloaded chrono v0.4.44
12522026-03-20T18:14:03.365Z Downloaded portable-atomic v1.13.1
12532026-03-20T18:14:03.368Z Downloaded ssh-key v0.6.7
12542026-03-20T18:14:03.372Z Downloaded russh v0.45.0
12552026-03-20T18:14:03.379Z Downloaded unicode-segmentation v1.12.0
12562026-03-20T18:14:03.382Z Downloaded reqwest v0.13.2
12572026-03-20T18:14:03.385Z Downloaded tokio-postgres v0.7.16
12582026-03-20T18:14:03.389Z Downloaded unicode_categories v0.1.1
12592026-03-20T18:14:03.393Z Downloaded regex v1.12.3
12602026-03-20T18:14:03.400Z Downloaded uuid v1.21.0
12612026-03-20T18:14:03.404Z Downloaded tower v0.5.3
12622026-03-20T18:14:03.410Z Downloaded toml_edit v0.19.15
12632026-03-20T18:14:03.422Z Downloaded x509-cert v0.2.5
12642026-03-20T18:14:03.427Z Downloaded salty v0.3.0
12652026-03-20T18:14:03.433Z Downloaded zerocopy-derive v0.8.40
12662026-03-20T18:14:03.439Z Downloaded rustls-webpki v0.101.7
12672026-03-20T18:14:03.456Z Downloaded zip v0.6.6
12682026-03-20T18:14:03.459Z Downloaded unicode-normalization v0.1.25
12692026-03-20T18:14:03.463Z Downloaded quick-xml v0.37.5
12702026-03-20T18:14:03.467Z Downloaded petname v2.0.2
12712026-03-20T18:14:03.471Z Downloaded lalrpop v0.19.12
12722026-03-20T18:14:03.479Z Downloaded typed-path v0.9.3
12732026-03-20T18:14:03.483Z Downloaded tower-http v0.6.8
12742026-03-20T18:14:03.488Z Downloaded tough v0.20.0
12752026-03-20T18:14:03.495Z Downloaded rustls-webpki v0.102.8
12762026-03-20T18:14:03.509Z Downloaded moka v0.12.13
12772026-03-20T18:14:03.517Z Downloaded rayon v1.11.0
12782026-03-20T18:14:03.523Z Downloaded reqwest v0.12.28
12792026-03-20T18:14:03.526Z Downloaded git2 v0.20.4
12802026-03-20T18:14:03.532Z Downloaded tokio-util v0.7.18
12812026-03-20T18:14:03.538Z Downloaded proptest v1.10.0
12822026-03-20T18:14:03.544Z Downloaded zip v4.6.1
12832026-03-20T18:14:03.550Z Downloaded serde_with v3.17.0
12842026-03-20T18:14:03.560Z Downloaded winnow v0.5.40
12852026-03-20T18:14:03.566Z Downloaded winnow v0.6.26
12862026-03-20T18:14:03.584Z Downloaded goblin v0.10.5
12872026-03-20T18:14:03.590Z Downloaded object v0.30.4
12882026-03-20T18:14:03.612Z Downloaded quinn-proto v0.11.13
12892026-03-20T18:14:03.617Z Downloaded rustls v0.21.12
12902026-03-20T18:14:03.625Z Downloaded tabled v0.20.0
12912026-03-20T18:14:03.638Z Downloaded curve25519-dalek v4.1.3
12922026-03-20T18:14:03.653Z Downloaded radix_trie v0.2.1
12932026-03-20T18:14:03.657Z Downloaded nix v0.27.1
12942026-03-20T18:14:03.669Z Downloaded zlib-rs v0.6.2
12952026-03-20T18:14:03.674Z Downloaded hickory-proto v0.24.4
12962026-03-20T18:14:03.686Z Downloaded polar-core v0.27.3
12972026-03-20T18:14:03.692Z Downloaded webpki-roots v1.0.6
12982026-03-20T18:14:03.697Z Downloaded openssl v0.10.75
12992026-03-20T18:14:03.702Z Downloaded object v0.37.3
13002026-03-20T18:14:03.710Z Downloaded nix v0.31.1
13012026-03-20T18:14:03.719Z Downloaded nix v0.28.0
13022026-03-20T18:14:03.726Z Downloaded regress v0.10.5
13032026-03-20T18:14:03.739Z Downloaded dropshot v0.16.7
13042026-03-20T18:14:03.755Z Downloaded time v0.3.47
13052026-03-20T18:14:03.764Z Downloaded vcpkg v0.2.15
13062026-03-20T18:14:03.800Z Downloaded rustix v0.38.44
13072026-03-20T18:14:03.809Z Downloaded smoltcp v0.11.0
13082026-03-20T18:14:03.818Z Downloaded nix v0.29.0
13092026-03-20T18:14:03.827Z Downloaded smoltcp v0.9.1
13102026-03-20T18:14:03.835Z Downloaded rustls v0.23.37
13112026-03-20T18:14:03.844Z Downloaded zerocopy v0.8.40
13122026-03-20T18:14:03.851Z Downloaded regex-syntax v0.8.10
13132026-03-20T18:14:03.856Z Downloaded rustls v0.22.4
13142026-03-20T18:14:03.866Z Downloaded diesel v2.3.7
13152026-03-20T18:14:03.882Z Downloaded openapiv3 v2.2.0
13162026-03-20T18:14:03.889Z Downloaded regex-syntax v0.6.29
13172026-03-20T18:14:03.897Z Downloaded hickory-proto v0.25.2
13182026-03-20T18:14:03.939Z Downloaded typify-impl v0.6.1
13192026-03-20T18:14:03.951Z Downloaded ratatui v0.29.0
13202026-03-20T18:14:03.967Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-03-20T18:14:03.982Z Downloaded sqlparser v0.61.0
13222026-03-20T18:14:04.003Z Downloaded zerocopy-derive v0.6.6
13232026-03-20T18:14:04.018Z Downloaded chrono-tz v0.10.4
13242026-03-20T18:14:04.037Z Downloaded tracing v0.1.44
13252026-03-20T18:14:04.055Z Downloaded typify-impl v0.4.3
13262026-03-20T18:14:04.069Z Downloaded sled v0.34.7
13272026-03-20T18:14:04.075Z Downloaded lzma-sys v0.1.20
13282026-03-20T18:14:04.100Z Downloaded regex-automata v0.4.14
13292026-03-20T18:14:04.112Z Downloaded petgraph v0.8.3
13302026-03-20T18:14:04.139Z Downloaded libz-sys v1.1.24
13312026-03-20T18:14:04.156Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-03-20T18:14:04.170Z Downloaded petgraph v0.6.5
13332026-03-20T18:14:04.187Z Downloaded jiff v0.2.21
13342026-03-20T18:14:04.208Z Downloaded tokio v1.49.0
13352026-03-20T18:14:04.239Z Downloaded csv v1.4.0
13362026-03-20T18:14:04.269Z Downloaded sha3 v0.10.8
13372026-03-20T18:14:04.325Z Downloaded encoding_rs v0.8.35
13382026-03-20T18:14:04.357Z Downloaded ring v0.17.14
13392026-03-20T18:14:04.387Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-20T18:14:04.992Z Downloaded aws-lc-sys v0.37.1
13412026-03-20T18:14:05.321Z Compiling libc v0.2.180
13422026-03-20T18:14:05.325Z Compiling serde v1.0.228
13432026-03-20T18:14:05.325Z Compiling log v0.4.29
13442026-03-20T18:14:05.325Z Compiling find-msvc-tools v0.1.9
13452026-03-20T18:14:05.325Z Compiling shlex v1.3.0
13462026-03-20T18:14:05.480Z Compiling smallvec v1.15.1
13472026-03-20T18:14:05.494Z Compiling syn v2.0.117
13482026-03-20T18:14:05.497Z Compiling typenum v1.19.0
13492026-03-20T18:14:05.737Z Compiling generic-array v0.14.7
13502026-03-20T18:14:05.755Z Compiling subtle v2.6.1
13512026-03-20T18:14:05.774Z Compiling scopeguard v1.2.0
13522026-03-20T18:14:05.873Z Compiling portable-atomic v1.13.1
13532026-03-20T18:14:05.895Z Compiling lock_api v0.4.14
13542026-03-20T18:14:05.912Z Compiling const-oid v0.9.6
13552026-03-20T18:14:05.968Z Compiling critical-section v1.2.0
13562026-03-20T18:14:06.041Z Compiling zerocopy v0.8.40
13572026-03-20T18:14:06.093Z Compiling parking_lot_core v0.9.12
13582026-03-20T18:14:06.187Z Compiling serde_json v1.0.149
13592026-03-20T18:14:06.396Z Compiling pin-project-lite v0.2.17
13602026-03-20T18:14:06.509Z Compiling pkg-config v0.3.32
13612026-03-20T18:14:06.604Z Compiling bitflags v2.11.0
13622026-03-20T18:14:06.704Z Compiling getrandom v0.2.17
13632026-03-20T18:14:06.814Z Compiling jobserver v0.1.34
13642026-03-20T18:14:06.894Z Compiling rand_core v0.6.4
13652026-03-20T18:14:06.980Z Compiling errno v0.3.14
13662026-03-20T18:14:07.158Z Compiling cc v1.2.56
13672026-03-20T18:14:07.215Z Compiling once_cell v1.21.3
13682026-03-20T18:14:07.233Z Compiling signal-hook-registry v1.4.8
13692026-03-20T18:14:07.236Z Compiling parking_lot v0.12.5
13702026-03-20T18:14:07.303Z Compiling mio v1.1.1
13712026-03-20T18:14:07.361Z Compiling libm v0.2.16
13722026-03-20T18:14:07.486Z Compiling num-traits v0.2.19
13732026-03-20T18:14:07.583Z Compiling futures-core v0.3.32
13742026-03-20T18:14:07.745Z Compiling socket2 v0.6.2
13752026-03-20T18:14:07.783Z Compiling percent-encoding v2.3.2
13762026-03-20T18:14:07.898Z Compiling allocator-api2 v0.2.21
13772026-03-20T18:14:07.948Z Compiling foldhash v0.2.0
13782026-03-20T18:14:08.018Z Compiling cpufeatures v0.2.17
13792026-03-20T18:14:08.056Z Compiling futures-sink v0.3.32
13802026-03-20T18:14:08.097Z Compiling slab v0.4.12
13812026-03-20T18:14:08.276Z Compiling futures-channel v0.3.32
13822026-03-20T18:14:08.306Z Compiling getrandom v0.4.1
13832026-03-20T18:14:08.355Z Compiling hashbrown v0.16.1
13842026-03-20T18:14:08.403Z Compiling futures-io v0.3.32
13852026-03-20T18:14:08.413Z Compiling futures-task v0.3.32
13862026-03-20T18:14:08.561Z Compiling rand_core v0.10.0
13872026-03-20T18:14:08.592Z Compiling rustversion v1.0.22
13882026-03-20T18:14:08.636Z Compiling getrandom v0.3.4
13892026-03-20T18:14:08.765Z Compiling cmake v0.1.57
13902026-03-20T18:14:09.117Z Compiling indexmap v2.13.0
13912026-03-20T18:14:09.309Z Compiling form_urlencoded v1.2.2
13922026-03-20T18:14:09.428Z Compiling dunce v1.0.5
13932026-03-20T18:14:09.471Z Compiling fs_extra v1.3.0
13942026-03-20T18:14:09.538Z Compiling ident_case v1.0.1
13952026-03-20T18:14:09.553Z Compiling base64ct v1.8.3
13962026-03-20T18:14:09.708Z Compiling synstructure v0.13.2
13972026-03-20T18:14:09.901Z Compiling pem-rfc7468 v0.7.0
13982026-03-20T18:14:09.921Z Compiling aws-lc-sys v0.37.1
13992026-03-20T18:14:09.968Z Compiling flagset v0.4.7
14002026-03-20T18:14:10.002Z Compiling rand_core v0.9.5
14012026-03-20T18:14:10.040Z Compiling rustix v1.1.3
14022026-03-20T18:14:10.057Z Compiling iana-time-zone v0.1.65
14032026-03-20T18:14:10.135Z Compiling ring v0.17.14
14042026-03-20T18:14:10.301Z Compiling uuid v1.21.0
14052026-03-20T18:14:10.318Z Compiling rustc_version v0.4.1
14062026-03-20T18:14:10.342Z Compiling regex-syntax v0.8.10
14072026-03-20T18:14:10.607Z Compiling aws-lc-rs v1.16.0
14082026-03-20T18:14:10.774Z Compiling vcpkg v0.2.15
14092026-03-20T18:14:10.959Z Compiling tracing-core v0.1.36
14102026-03-20T18:14:11.251Z Compiling crossbeam-utils v0.8.21
14112026-03-20T18:14:11.638Z Compiling pest_generator v2.8.6
14122026-03-20T18:14:11.730Z Compiling serde_derive_internals v0.29.1
14132026-03-20T18:14:11.767Z Compiling openssl-sys v0.9.111
14142026-03-20T18:14:12.339Z Compiling serde_derive v1.0.228
14152026-03-20T18:14:12.440Z Compiling zeroize_derive v1.4.3
14162026-03-20T18:14:12.451Z Compiling zerofrom-derive v0.1.6
14172026-03-20T18:14:12.552Z Compiling yoke-derive v0.8.1
14182026-03-20T18:14:12.999Z Compiling zerocopy-derive v0.8.40
14192026-03-20T18:14:13.304Z Compiling zeroize v1.8.2
14202026-03-20T18:14:13.650Z Compiling zerovec-derive v0.11.2
14212026-03-20T18:14:14.182Z Compiling displaydoc v0.2.5
14222026-03-20T18:14:14.351Z Compiling crypto-common v0.1.7
14232026-03-20T18:14:14.393Z Compiling zerofrom v0.1.6
14242026-03-20T18:14:14.530Z Compiling yoke v0.8.1
14252026-03-20T18:14:14.549Z Compiling block-buffer v0.10.4
14262026-03-20T18:14:14.761Z Compiling digest v0.10.7
14272026-03-20T18:14:14.773Z Compiling tokio-macros v2.6.0
14282026-03-20T18:14:15.013Z Compiling futures-macro v0.3.32
14292026-03-20T18:14:15.075Z Compiling hmac v0.12.1
14302026-03-20T18:14:15.208Z Compiling zerotrie v0.2.3
14312026-03-20T18:14:15.234Z Compiling zerovec v0.11.5
14322026-03-20T18:14:15.285Z Compiling block-padding v0.3.3
14332026-03-20T18:14:15.488Z Compiling inout v0.1.4
14342026-03-20T18:14:15.513Z Compiling sha2 v0.10.9
14352026-03-20T18:14:15.692Z Compiling cipher v0.4.4
14362026-03-20T18:14:15.736Z Compiling der_derive v0.7.3
14372026-03-20T18:14:15.886Z Compiling tinystr v0.8.2
14382026-03-20T18:14:16.058Z Compiling potential_utf v0.1.4
14392026-03-20T18:14:16.091Z Compiling icu_locale_core v2.1.1
14402026-03-20T18:14:16.116Z Compiling futures-util v0.3.32
14412026-03-20T18:14:16.258Z Compiling icu_collections v2.1.1
14422026-03-20T18:14:16.971Z Compiling salsa20 v0.10.2
14432026-03-20T18:14:17.058Z Compiling bytes v1.11.1
14442026-03-20T18:14:17.119Z Compiling icu_provider v2.1.1
14452026-03-20T18:14:17.151Z Compiling der v0.7.10
14462026-03-20T18:14:17.393Z Compiling chrono v0.4.44
14472026-03-20T18:14:17.462Z Compiling icu_properties v2.1.2
14482026-03-20T18:14:17.486Z Compiling icu_normalizer v2.1.1
14492026-03-20T18:14:17.859Z Compiling tokio v1.49.0
14502026-03-20T18:14:18.126Z Compiling http v1.4.0
14512026-03-20T18:14:18.851Z Compiling idna_adapter v1.2.1
14522026-03-20T18:14:18.955Z Compiling spki v0.7.3
14532026-03-20T18:14:19.027Z Compiling idna v1.1.0
14542026-03-20T18:14:19.176Z Compiling ppv-lite86 v0.2.21
14552026-03-20T18:14:19.237Z Compiling pbkdf2 v0.12.2
14562026-03-20T18:14:19.259Z Compiling thiserror-impl v2.0.18
14572026-03-20T18:14:19.348Z Compiling scrypt v0.11.0
14582026-03-20T18:14:19.370Z Compiling cbc v0.1.2
14592026-03-20T18:14:19.431Z Compiling url v2.5.8
14602026-03-20T18:14:19.546Z Compiling aes v0.8.4
14612026-03-20T18:14:19.627Z Compiling rand_chacha v0.9.0
14622026-03-20T18:14:19.676Z Compiling rustls-pki-types v1.14.0
14632026-03-20T18:14:19.908Z Compiling tracing-attributes v0.1.31
14642026-03-20T18:14:20.271Z Compiling pkcs5 v0.7.1
14652026-03-20T18:14:20.478Z Compiling rand v0.9.2
14662026-03-20T18:14:20.495Z Compiling http-body v1.0.1
14672026-03-20T18:14:20.802Z Compiling untrusted v0.9.0
14682026-03-20T18:14:20.909Z Compiling base64 v0.22.1
14692026-03-20T18:14:20.946Z Compiling httparse v1.10.1
14702026-03-20T18:14:20.959Z Compiling untrusted v0.7.1
14712026-03-20T18:14:21.015Z Compiling thiserror v2.0.18
14722026-03-20T18:14:21.106Z Compiling schemars v0.8.22
14732026-03-20T18:14:21.162Z Compiling syn v1.0.109
14742026-03-20T18:14:21.324Z Compiling openssl-probe v0.2.1
14752026-03-20T18:14:21.523Z Compiling pkcs8 v0.10.2
14762026-03-20T18:14:21.549Z Compiling schemars_derive v0.8.22
14772026-03-20T18:14:21.579Z Compiling pest_derive v2.8.6
14782026-03-20T18:14:21.668Z Compiling scroll_derive v0.13.1
14792026-03-20T18:14:21.704Z Compiling tracing v0.1.44
14802026-03-20T18:14:22.061Z Compiling darling_core v0.20.11
14812026-03-20T18:14:22.082Z Compiling tinyvec_macros v0.1.1
14822026-03-20T18:14:22.168Z Compiling tower-layer v0.3.3
14832026-03-20T18:14:22.401Z Compiling rustls v0.23.37
14842026-03-20T18:14:22.464Z Compiling dyn-clone v1.0.20
14852026-03-20T18:14:22.588Z Compiling tower-service v0.3.3
14862026-03-20T18:14:22.645Z Compiling atomic-waker v1.1.2
14872026-03-20T18:14:22.658Z Compiling try-lock v0.2.5
14882026-03-20T18:14:22.700Z Compiling scroll v0.13.0
14892026-03-20T18:14:22.793Z Compiling want v0.3.1
14902026-03-20T18:14:22.793Z Compiling tinyvec v1.10.0
14912026-03-20T18:14:22.983Z Compiling tokio-util v0.7.18
14922026-03-20T18:14:23.680Z Compiling ipnet v2.11.0
14932026-03-20T18:14:23.901Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-20T18:14:24.367Z Compiling h2 v0.4.13
14952026-03-20T18:14:24.477Z Compiling spin v0.9.8
14962026-03-20T18:14:24.539Z Compiling aho-corasick v1.1.4
14972026-03-20T18:14:24.673Z Compiling num-conv v0.2.0
14982026-03-20T18:14:24.847Z Compiling openssl v0.10.75
14992026-03-20T18:14:25.064Z Compiling crc32fast v1.5.0
15002026-03-20T18:14:25.144Z Compiling time-core v0.1.8
15012026-03-20T18:14:25.326Z Compiling pin-utils v0.1.0
15022026-03-20T18:14:25.402Z Compiling foreign-types-shared v0.1.1
15032026-03-20T18:14:25.426Z Compiling darling_macro v0.20.11
15042026-03-20T18:14:25.433Z Compiling powerfmt v0.2.0
15052026-03-20T18:14:25.486Z Compiling httpdate v1.0.3
15062026-03-20T18:14:25.737Z Compiling deranged v0.5.8
15072026-03-20T18:14:25.807Z Compiling regex-automata v0.4.14
15082026-03-20T18:14:25.908Z Compiling tempfile v3.25.0
15092026-03-20T18:14:26.071Z Compiling darling v0.20.11
15102026-03-20T18:14:26.111Z Compiling foreign-types v0.3.2
15112026-03-20T18:14:26.238Z Compiling time-macros v0.2.27
15122026-03-20T18:14:26.851Z Compiling goblin v0.10.5
15132026-03-20T18:14:27.681Z Compiling openssl-macros v0.1.1
15142026-03-20T18:14:27.737Z Compiling thiserror-impl v1.0.69
15152026-03-20T18:14:28.177Z Compiling wait-timeout v0.2.1
15162026-03-20T18:14:28.548Z Compiling hyper v1.8.1
15172026-03-20T18:14:28.795Z Compiling quick-error v1.2.3
15182026-03-20T18:14:28.970Z Compiling native-tls v0.2.18
15192026-03-20T18:14:29.191Z Compiling usdt-impl v0.6.0
15202026-03-20T18:14:29.454Z Compiling num_threads v0.1.7
15212026-03-20T18:14:29.509Z Compiling simd-adler32 v0.3.8
15222026-03-20T18:14:29.602Z Compiling bit-vec v0.8.0
15232026-03-20T18:14:29.778Z Compiling siphasher v1.0.2
15242026-03-20T18:14:29.811Z Compiling either v1.15.0
15252026-03-20T18:14:29.861Z Compiling bit-set v0.8.0
15262026-03-20T18:14:30.027Z Compiling hyper-util v0.1.20
15272026-03-20T18:14:30.042Z Compiling time v0.3.47
15282026-03-20T18:14:30.073Z Compiling thiserror v1.0.69
15292026-03-20T18:14:30.268Z Compiling rusty-fork v0.3.1
15302026-03-20T18:14:30.758Z Compiling dof v0.4.0
15312026-03-20T18:14:31.807Z Compiling derive_builder_core v0.20.2
15322026-03-20T18:14:32.211Z Compiling unicode-normalization v0.1.25
15332026-03-20T18:14:32.242Z Compiling crossbeam-epoch v0.9.18
15342026-03-20T18:14:32.298Z Compiling dtrace-parser v0.3.0
15352026-03-20T18:14:32.676Z Compiling rustls-native-certs v0.8.3
15362026-03-20T18:14:32.811Z Compiling signature v2.2.0
15372026-03-20T18:14:32.857Z Compiling scroll_derive v0.12.1
15382026-03-20T18:14:33.011Z Compiling heapless v0.7.17
15392026-03-20T18:14:33.026Z Compiling rand_xorshift v0.4.0
15402026-03-20T18:14:33.051Z Compiling slog v2.8.2
15412026-03-20T18:14:33.253Z Compiling darling_core v0.21.3
15422026-03-20T18:14:33.322Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-20T18:14:33.327Z Compiling sync_wrapper v1.0.2
15442026-03-20T18:14:33.355Z Compiling thread-id v5.1.0
15452026-03-20T18:14:33.552Z Compiling cookie v0.18.1
15462026-03-20T18:14:33.573Z Compiling unarray v0.1.4
15472026-03-20T18:14:33.617Z Compiling signal-hook v0.3.18
15482026-03-20T18:14:33.661Z Compiling zstd-safe v7.2.4
15492026-03-20T18:14:33.729Z Compiling adler2 v2.0.1
15502026-03-20T18:14:33.747Z Compiling unicode-bidi v0.3.18
15512026-03-20T18:14:33.828Z Compiling rayon-core v1.13.0
15522026-03-20T18:14:33.837Z Compiling anyhow v1.0.102
15532026-03-20T18:14:33.898Z Compiling paste v1.0.15
15542026-03-20T18:14:34.031Z Compiling unicode-segmentation v1.12.0
15552026-03-20T18:14:34.226Z Compiling unicode-properties v0.1.4
15562026-03-20T18:14:34.447Z Compiling stringprep v0.1.5
15572026-03-20T18:14:34.533Z Compiling miniz_oxide v0.8.9
15582026-03-20T18:14:34.570Z Compiling scroll v0.12.0
15592026-03-20T18:14:34.839Z Compiling proptest v1.10.0
15602026-03-20T18:14:34.937Z Compiling tower v0.5.3
15612026-03-20T18:14:35.123Z Compiling derive_builder_macro v0.20.2
15622026-03-20T18:14:35.353Z Compiling crossbeam-deque v0.8.6
15632026-03-20T18:14:35.555Z Compiling ipnetwork v0.21.1
15642026-03-20T18:14:35.573Z Compiling http-body-util v0.1.3
15652026-03-20T18:14:35.603Z Compiling webpki-roots v1.0.6
15662026-03-20T18:14:35.698Z Compiling rand_chacha v0.3.1
15672026-03-20T18:14:35.742Z Compiling serde_spanned v0.6.9
15682026-03-20T18:14:35.787Z Compiling erased-serde v0.3.31
15692026-03-20T18:14:35.884Z Compiling toml_datetime v0.6.11
15702026-03-20T18:14:35.931Z Compiling serde_tokenstream v0.2.3
15712026-03-20T18:14:36.061Z Compiling md-5 v0.10.6
15722026-03-20T18:14:36.220Z Compiling zerocopy-derive v0.7.35
15732026-03-20T18:14:36.263Z Compiling curve25519-dalek v4.1.3
15742026-03-20T18:14:36.332Z Compiling vergen-lib v0.1.6
15752026-03-20T18:14:36.519Z Compiling num-integer v0.1.46
15762026-03-20T18:14:36.557Z Compiling hash32 v0.2.1
15772026-03-20T18:14:36.676Z Compiling ff v0.13.1
15782026-03-20T18:14:36.745Z Compiling memoffset v0.9.1
15792026-03-20T18:14:36.812Z Compiling base16ct v0.2.0
15802026-03-20T18:14:36.875Z Compiling darling_macro v0.21.3
15812026-03-20T18:14:36.896Z Compiling num-bigint-dig v0.8.6
15822026-03-20T18:14:36.952Z Compiling smoltcp v0.9.1
15832026-03-20T18:14:36.967Z Compiling ref-cast v1.0.25
15842026-03-20T18:14:37.024Z Compiling ryu v1.0.23
15852026-03-20T18:14:37.081Z Compiling iri-string v0.7.10
15862026-03-20T18:14:37.241Z Compiling psl-types v2.0.11
15872026-03-20T18:14:37.407Z Compiling zlib-rs v0.6.2
15882026-03-20T18:14:37.436Z Compiling fallible-iterator v0.2.0
15892026-03-20T18:14:37.436Z Compiling rustix v0.38.44
15902026-03-20T18:14:37.437Z Compiling cfg_aliases v0.2.1
15912026-03-20T18:14:37.470Z Compiling litrs v1.0.0
15922026-03-20T18:14:37.507Z Compiling nix v0.31.1
15932026-03-20T18:14:37.794Z Compiling postgres-protocol v0.6.10
15942026-03-20T18:14:37.920Z Compiling darling v0.21.3
15952026-03-20T18:14:38.013Z Compiling zerocopy v0.7.35
15962026-03-20T18:14:38.029Z Compiling newtype-uuid v1.3.2
15972026-03-20T18:14:38.117Z Compiling document-features v0.2.12
15982026-03-20T18:14:38.493Z Compiling publicsuffix v2.3.0
15992026-03-20T18:14:38.651Z Compiling serde_urlencoded v0.7.1
16002026-03-20T18:14:38.839Z Compiling tower-http v0.6.8
16012026-03-20T18:14:38.954Z Compiling sec1 v0.7.3
16022026-03-20T18:14:38.981Z Compiling num-iter v0.1.45
16032026-03-20T18:14:38.981Z Compiling group v0.13.0
16042026-03-20T18:14:39.328Z Compiling rand v0.8.5
16052026-03-20T18:14:39.344Z Compiling oxnet v0.1.4
16062026-03-20T18:14:39.380Z Compiling derive_builder v0.20.2
16072026-03-20T18:14:39.759Z Compiling proc-macro-error v1.0.4
16082026-03-20T18:14:39.820Z Compiling goblin v0.8.2
16092026-03-20T18:14:39.837Z Compiling tokio-native-tls v0.3.1
16102026-03-20T18:14:40.424Z Compiling heck v0.4.1
16112026-03-20T18:14:40.967Z Compiling phf_shared v0.13.1
16122026-03-20T18:14:41.063Z Compiling regex v1.12.3
16132026-03-20T18:14:41.063Z Compiling hubpack_derive v0.1.1
16142026-03-20T18:14:41.108Z Compiling lazy_static v1.5.0
16152026-03-20T18:14:41.204Z Compiling cargo-platform v0.1.9
16162026-03-20T18:14:41.499Z Compiling hkdf v0.12.4
16172026-03-20T18:14:41.526Z Compiling crypto-bigint v0.5.5
16182026-03-20T18:14:41.526Z Compiling daft-derive v0.1.5
16192026-03-20T18:14:41.537Z Compiling flate2 v1.1.9
16202026-03-20T18:14:41.585Z Compiling async-trait v0.1.89
16212026-03-20T18:14:41.987Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-20T18:14:42.085Z Compiling ref-cast-impl v1.0.25
16232026-03-20T18:14:42.358Z Compiling strum_macros v0.27.2
16242026-03-20T18:14:42.775Z Compiling terminal_size v0.4.3
16252026-03-20T18:14:42.854Z Compiling vergen v9.0.6
16262026-03-20T18:14:42.947Z Compiling fs-err v3.3.0
16272026-03-20T18:14:42.995Z Compiling ahash v0.8.12
16282026-03-20T18:14:43.071Z Compiling bumpalo v3.20.2
16292026-03-20T18:14:43.295Z Compiling libbz2-rs-sys v0.2.2
16302026-03-20T18:14:43.445Z Compiling bitflags v1.3.2
16312026-03-20T18:14:43.543Z Compiling managed v0.8.0
16322026-03-20T18:14:43.543Z Compiling foldhash v0.1.5
16332026-03-20T18:14:43.649Z Compiling object v0.37.3
16342026-03-20T18:14:43.653Z Compiling winnow v0.5.40
16352026-03-20T18:14:44.088Z Compiling bzip2 v0.6.1
16362026-03-20T18:14:44.336Z Compiling hashbrown v0.15.5
16372026-03-20T18:14:44.354Z Compiling clap_builder v4.5.60
16382026-03-20T18:14:44.871Z Compiling console v0.16.2
16392026-03-20T18:14:45.083Z Compiling zopfli v0.8.3
16402026-03-20T18:14:45.135Z Compiling strum v0.27.2
16412026-03-20T18:14:45.534Z Compiling dof v0.3.0
16422026-03-20T18:14:45.583Z Compiling toml_edit v0.19.15
16432026-03-20T18:14:45.649Z Compiling elliptic-curve v0.13.8
16442026-03-20T18:14:46.070Z Compiling daft v0.1.5
16452026-03-20T18:14:46.157Z Compiling cargo_metadata v0.19.2
16462026-03-20T18:14:46.329Z Compiling hubpack v0.1.2
16472026-03-20T18:14:46.635Z Compiling phf v0.13.1
16482026-03-20T18:14:46.822Z Compiling zone_cfg_derive v0.3.1
16492026-03-20T18:14:48.094Z Compiling signal-hook-mio v0.2.5
16502026-03-20T18:14:48.158Z Compiling cookie_store v0.22.1
16512026-03-20T18:14:48.256Z Compiling zstd v0.13.3
16522026-03-20T18:14:48.643Z Compiling rayon v1.11.0
16532026-03-20T18:14:48.670Z Compiling hyper-tls v0.6.0
16542026-03-20T18:14:48.947Z Compiling bzip2 v0.4.4
16552026-03-20T18:14:49.042Z Compiling postgres-types v0.2.12
16562026-03-20T18:14:49.084Z Compiling serde_with_macros v3.17.0
16572026-03-20T18:14:49.313Z Compiling usdt-attr-macro v0.6.0
16582026-03-20T18:14:49.322Z Compiling usdt-macro v0.6.0
16592026-03-20T18:14:49.798Z Compiling ed25519 v2.2.3
16602026-03-20T18:14:50.275Z Compiling dtrace-parser v0.2.0
16612026-03-20T18:14:50.328Z Compiling itertools v0.12.1
16622026-03-20T18:14:50.565Z Compiling phf_shared v0.11.3
16632026-03-20T18:14:53.769Z Compiling bstr v1.12.1
16642026-03-20T18:14:53.971Z Compiling pkcs1 v0.7.5
16652026-03-20T18:14:53.971Z Compiling hex v0.4.3
16662026-03-20T18:14:53.971Z Compiling serde-big-array v0.5.1
16672026-03-20T18:14:53.971Z Compiling rfc6979 v0.4.0
16682026-03-20T18:14:53.971Z Compiling enum-as-inner v0.6.1
16692026-03-20T18:14:53.971Z Compiling clap_derive v4.5.55
16702026-03-20T18:14:53.971Z Compiling serde_repr v0.1.20
16712026-03-20T18:14:53.971Z Compiling strum_macros v0.26.4
16722026-03-20T18:14:53.971Z Compiling float-cmp v0.10.0
16732026-03-20T18:14:53.971Z Compiling memmap2 v0.9.10
16742026-03-20T18:14:53.971Z Compiling thread-id v4.2.2
16752026-03-20T18:14:53.971Z Compiling env_filter v1.0.0
16762026-03-20T18:14:53.971Z Compiling encoding_rs v0.8.35
16772026-03-20T18:14:53.971Z Compiling precomputed-hash v0.1.1
16782026-03-20T18:14:53.971Z Compiling whoami v2.1.0
16792026-03-20T18:14:53.972Z Compiling data-encoding v2.10.0
16802026-03-20T18:14:53.972Z Compiling jiff v0.2.21
16812026-03-20T18:14:53.972Z Compiling normalize-line-endings v0.3.0
16822026-03-20T18:14:53.972Z Compiling new_debug_unreachable v1.0.6
16832026-03-20T18:14:53.972Z Compiling mime v0.3.17
16842026-03-20T18:14:53.972Z Compiling fixedbitset v0.5.7
16852026-03-20T18:14:53.972Z Compiling predicates-core v1.0.10
16862026-03-20T18:14:53.972Z Compiling keccak v0.1.6
16872026-03-20T18:14:53.972Z Compiling static_assertions v1.1.0
16882026-03-20T18:14:53.972Z Compiling unit-prefix v0.5.2
16892026-03-20T18:14:53.972Z Compiling fixedbitset v0.4.2
16902026-03-20T18:14:54.026Z Compiling difflib v0.4.0
16912026-03-20T18:14:54.026Z Compiling rustc-hash v2.1.1
16922026-03-20T18:14:54.026Z Compiling strum v0.26.3
16932026-03-20T18:14:54.054Z Compiling iddqd v0.3.17
16942026-03-20T18:14:54.071Z Compiling petgraph v0.6.5
16952026-03-20T18:14:54.071Z Compiling indicatif v0.18.4
16962026-03-20T18:14:54.086Z Compiling predicates v3.1.4
16972026-03-20T18:14:54.551Z Compiling clap v4.5.60
16982026-03-20T18:14:54.611Z Compiling sha3 v0.10.8
16992026-03-20T18:14:54.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-20T18:14:54.961Z Compiling toml_edit v0.22.27
17012026-03-20T18:14:55.196Z Compiling petgraph v0.8.3
17022026-03-20T18:14:55.215Z Compiling string_cache v0.8.9
17032026-03-20T18:14:55.501Z Compiling hickory-proto v0.25.2
17042026-03-20T18:14:55.543Z Compiling tokio-postgres v0.7.16
17052026-03-20T18:14:56.088Z Compiling zip v4.6.1
17062026-03-20T18:14:57.355Z Compiling env_logger v0.11.9
17072026-03-20T18:14:57.821Z Compiling usdt v0.6.0
17082026-03-20T18:14:57.890Z Compiling usdt-impl v0.5.0
17092026-03-20T18:14:58.171Z Compiling zone v0.3.1
17102026-03-20T18:14:58.384Z Compiling similar v2.7.0
17112026-03-20T18:14:58.431Z Compiling ecdsa v0.16.9
17122026-03-20T18:14:58.499Z Compiling serde_with v3.17.0
17132026-03-20T18:14:58.715Z Compiling rsa v0.9.10
17142026-03-20T18:14:58.877Z Compiling crossterm v0.28.1
17152026-03-20T18:14:58.960Z Compiling ed25519-dalek v2.2.0
17162026-03-20T18:14:59.560Z Compiling zip v0.6.6
17172026-03-20T18:15:00.320Z Compiling toml v0.7.8
17182026-03-20T18:15:00.898Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-20T18:15:00.992Z Compiling itertools v0.13.0
17202026-03-20T18:15:01.156Z Compiling tokio-stream v0.1.18
17212026-03-20T18:15:01.173Z Compiling buf-list v1.1.2
17222026-03-20T18:15:01.529Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-20T18:15:01.740Z Compiling x509-cert v0.2.5
17242026-03-20T18:15:01.765Z Compiling openapiv3 v2.2.0
17252026-03-20T18:15:01.917Z Compiling sha1 v0.10.6
17262026-03-20T18:15:02.102Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-20T18:15:02.198Z Compiling lalrpop-util v0.19.12
17282026-03-20T18:15:02.438Z Compiling peg-runtime v0.8.5
17292026-03-20T18:15:02.482Z Compiling thread_local v1.1.9
17302026-03-20T18:15:02.669Z Compiling slog-async v2.8.0
17312026-03-20T18:15:02.801Z Compiling crossbeam-channel v0.5.15
17322026-03-20T18:15:02.804Z Compiling futures-executor v0.3.32
17332026-03-20T18:15:02.885Z Compiling filetime v0.2.27
17342026-03-20T18:15:03.065Z Compiling is-terminal v0.4.17
17352026-03-20T18:15:03.104Z Compiling term v1.2.1
17362026-03-20T18:15:03.159Z Compiling take_mut v0.2.2
17372026-03-20T18:15:03.215Z Compiling xattr v1.6.1
17382026-03-20T18:15:03.403Z Compiling tar v0.4.44
17392026-03-20T18:15:03.450Z Compiling futures v0.3.32
17402026-03-20T18:15:03.555Z Compiling slog-term v2.9.2
17412026-03-20T18:15:10.722Z Compiling rustls-webpki v0.103.9
17422026-03-20T18:15:14.753Z Compiling tokio-rustls v0.26.4
17432026-03-20T18:15:14.753Z Compiling rustls-platform-verifier v0.6.2
17442026-03-20T18:15:15.008Z Compiling hyper-rustls v0.27.7
17452026-03-20T18:15:15.259Z Compiling reqwest v0.13.2
17462026-03-20T18:15:15.276Z Compiling reqwest v0.12.28
17472026-03-20T18:15:18.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-20T18:15:18.565Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-20T18:15:22.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-20T18:15:22.537Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-20T18:15:22.597ZMar 20 18:15:22.362 INFO Starting download, target: Console
17522026-03-20T18:15:22.597ZMar 20 18:15:22.363 INFO Starting download, target: MaghemiteMgd
17532026-03-20T18:15:22.597ZMar 20 18:15:22.363 INFO Starting download, target: Clickhouse
17542026-03-20T18:15:22.597ZMar 20 18:15:22.363 INFO Starting download, target: TransceiverControl
17552026-03-20T18:15:22.597ZMar 20 18:15:22.363 INFO Starting download, target: Cockroach
17562026-03-20T18:15:22.600ZMar 20 18:15:22.363 INFO Starting download, target: DendriteStub
17572026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-20T18:15:22.601ZMar 20 18:15:22.363 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-20T18:15:23.022ZMar 20 18:15:22.769 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-20T18:15:23.353ZMar 20 18:15:23.115 INFO Download complete, target: TransceiverControl
17652026-03-20T18:15:23.600ZMar 20 18:15:23.359 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-20T18:15:23.988ZMar 20 18:15:23.753 INFO Download complete, target: Console
17672026-03-20T18:15:24.324ZMar 20 18:15:24.090 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-20T18:15:24.343ZMar 20 18:15:24.109 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-20T18:15:24.728ZMar 20 18:15:24.491 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-20T18:15:25.176ZMar 20 18:15:24.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-20T18:15:25.176ZMar 20 18:15:24.942 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-20T18:15:27.939ZMar 20 18:15:27.704 INFO Download complete, target: DendriteStub
17732026-03-20T18:15:28.070ZMar 20 18:15:27.837 INFO Download complete, target: MaghemiteMgd
17742026-03-20T18:15:32.989ZMar 20 18:15:32.757 INFO Checking that binary works, target: Cockroach
17752026-03-20T18:15:33.109ZMar 20 18:15:32.874 INFO Download complete, target: Cockroach
17762026-03-20T18:15:35.923ZMar 20 18:15:35.694 INFO Checking that binary works, target: Clickhouse
17772026-03-20T18:15:36.047ZMar 20 18:15:35.819 INFO Download complete, target: Clickhouse
17782026-03-20T18:15:36.067ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-20T18:15:36.070Z
17802026-03-20T18:15:36.070Zreal 3:58.049373236
17812026-03-20T18:15:36.070Zuser 10:24.736911497
17822026-03-20T18:15:36.070Zsys 1:47.406850811
17832026-03-20T18:15:36.070Ztrap 0.326700851
17842026-03-20T18:15:36.070Ztflt 0.641555641
17852026-03-20T18:15:36.071Zdflt 0.548146375
17862026-03-20T18:15:36.071Zkflt 0.024964140
17872026-03-20T18:15:36.071Zlock 32:07.749121353
17882026-03-20T18:15:36.071Zslp 29:07.857212216
17892026-03-20T18:15:36.071Zlat 55.592656776
17902026-03-20T18:15:36.071Zstop 2:43.630347238
17912026-03-20T18:15:36.071Z+ banner hack-check
17922026-03-20T18:15:36.071Z
17932026-03-20T18:15:36.071Z # # ## #### # # #### # # ###### #### # #
17942026-03-20T18:15:36.071Z # # # # # # # # # # # # # # # # #
17952026-03-20T18:15:36.071Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-20T18:15:36.071Z # # ###### # # # # # # # # # #
17972026-03-20T18:15:36.071Z # # # # # # # # # # # # # # # # #
17982026-03-20T18:15:36.071Z # # # # #### # # #### # # ###### #### # #
17992026-03-20T18:15:36.071Z
18002026-03-20T18:15:36.071Z+ export CARGO_INCREMENTAL=0
18012026-03-20T18:15:36.071Z+ CARGO_INCREMENTAL=0
18022026-03-20T18:15:36.071Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-20T18:15:36.775Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-20T18:15:37.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-20T18:15:39.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18062026-03-20T18:15:39.658Z Running `target/debug/xtask check-features --ci`
18072026-03-20T18:15:39.690Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-20T18:15:39.694Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-20T18:15:40.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-20T18:15:40.339Z Running `target/debug/xtask download cargo-hack`
18112026-03-20T18:15:41.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-20T18:15:41.736Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-20T18:15:45.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18142026-03-20T18:15:45.211Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-20T18:15:45.259ZMar 20 18:15:45.033 INFO Starting download, target: CargoHack
18162026-03-20T18:15:45.266ZMar 20 18:15:45.033 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-20T18:15:45.680ZMar 20 18:15:45.455 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-20T18:15:45.761ZMar 20 18:15:45.537 INFO Download complete, target: CargoHack
18192026-03-20T18:15:45.765Zrunning: "/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"
18202026-03-20T18:15:45.782Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-20T18:15:45.984Zinfo: running `cargo check --bins` on api_identity (1/267)
18222026-03-20T18:15:46.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-20T18:15:46.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-20T18:15:46.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-20T18:15:46.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18262026-03-20T18:15:46.742Z
18272026-03-20T18:15:46.742Zinfo: running `cargo check --bins` on bootstore (2/267)
18282026-03-20T18:15:47.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-20T18:15:47.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-20T18:15:47.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-20T18:15:47.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18322026-03-20T18:15:47.505Z
18332026-03-20T18:15:47.506Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18342026-03-20T18:15:48.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-20T18:15:48.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-20T18:15:48.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-20T18:15:48.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-20T18:15:48.262Z
18392026-03-20T18:15:48.262Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18402026-03-20T18:15:48.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-20T18:15:48.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-20T18:15:48.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-20T18:15:48.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-20T18:15:49.015Z
18452026-03-20T18:15:49.015Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18462026-03-20T18:15:49.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-20T18:15:49.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-20T18:15:49.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-20T18:15:49.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18502026-03-20T18:15:49.783Z
18512026-03-20T18:15:49.783Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18522026-03-20T18:15:50.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-20T18:15:50.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-20T18:15:50.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-20T18:15:50.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18562026-03-20T18:15:50.556Z
18572026-03-20T18:15:50.556Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18582026-03-20T18:15:51.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-20T18:15:51.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-20T18:15:51.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-20T18:15:51.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18622026-03-20T18:15:51.330Z
18632026-03-20T18:15:51.330Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18642026-03-20T18:15:52.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-20T18:15:52.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-20T18:15:52.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-20T18:15:52.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-20T18:15:52.113Z
18692026-03-20T18:15:52.113Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18702026-03-20T18:15:52.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-20T18:15:52.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-20T18:15:52.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-20T18:15:52.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-20T18:15:52.701Z
18752026-03-20T18:15:52.701Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18762026-03-20T18:15:53.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-20T18:15:53.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-20T18:15:53.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-20T18:15:53.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-20T18:15:53.306Z
18812026-03-20T18:15:53.306Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18822026-03-20T18:15:53.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-20T18:15:53.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-20T18:15:53.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-20T18:15:53.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18862026-03-20T18:15:53.901Z
18872026-03-20T18:15:53.901Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18882026-03-20T18:15:54.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-20T18:15:54.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-20T18:15:54.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-20T18:15:54.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-20T18:15:54.511Z
18932026-03-20T18:15:54.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18942026-03-20T18:15:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-20T18:15:55.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-20T18:15:55.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-20T18:15:55.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-20T18:15:55.116Z
18992026-03-20T18:15:55.116Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19002026-03-20T18:15:55.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-20T18:15:55.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-20T18:15:55.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-20T18:15:55.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-20T18:15:55.712Z
19052026-03-20T18:15:55.712Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19062026-03-20T18:15:56.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-20T18:15:56.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-20T18:15:56.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-20T18:15:56.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-20T18:15:56.319Z
19112026-03-20T18:15:56.320Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19122026-03-20T18:15:56.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-20T18:15:56.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-20T18:15:56.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-20T18:15:56.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-20T18:15:56.916Z
19172026-03-20T18:15:56.916Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19182026-03-20T18:15:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-20T18:15:57.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-20T18:15:57.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-20T18:15:57.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-20T18:15:57.518Z
19232026-03-20T18:15:57.518Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19242026-03-20T18:15:58.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-20T18:15:58.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-20T18:15:58.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-20T18:15:58.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-20T18:15:58.117Z
19292026-03-20T18:15:58.117Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19302026-03-20T18:15:58.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-20T18:15:58.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-20T18:15:58.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-20T18:15:58.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-20T18:15:58.717Z
19352026-03-20T18:15:58.718Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19362026-03-20T18:15:59.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-20T18:15:59.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-20T18:15:59.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-20T18:15:59.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-20T18:15:59.325Z
19412026-03-20T18:15:59.326Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19422026-03-20T18:15:59.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-20T18:15:59.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-20T18:15:59.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-20T18:15:59.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-20T18:15:59.932Z
19472026-03-20T18:15:59.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19482026-03-20T18:16:00.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-20T18:16:00.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-20T18:16:00.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-20T18:16:00.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-20T18:16:00.539Z
19532026-03-20T18:16:00.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19542026-03-20T18:16:01.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-20T18:16:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-20T18:16:01.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-20T18:16:01.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-20T18:16:01.146Z
19592026-03-20T18:16:01.146Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19602026-03-20T18:16:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-20T18:16:01.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-20T18:16:01.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-20T18:16:01.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-20T18:16:01.750Z
19652026-03-20T18:16:01.751Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19662026-03-20T18:16:02.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-20T18:16:02.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-20T18:16:02.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-20T18:16:02.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-20T18:16:02.356Z
19712026-03-20T18:16:02.356Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19722026-03-20T18:16:02.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-20T18:16:02.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-20T18:16:02.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-20T18:16:02.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-20T18:16:02.965Z
19772026-03-20T18:16:02.965Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19782026-03-20T18:16:03.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-20T18:16:03.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-20T18:16:03.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-20T18:16:03.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-20T18:16:03.589Z
19832026-03-20T18:16:03.589Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19842026-03-20T18:16:04.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-20T18:16:04.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-20T18:16:04.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-20T18:16:04.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-20T18:16:04.177Z
19892026-03-20T18:16:04.178Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19902026-03-20T18:16:04.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-20T18:16:04.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-20T18:16:04.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-20T18:16:04.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-20T18:16:04.797Z
19952026-03-20T18:16:04.797Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19962026-03-20T18:16:05.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-20T18:16:05.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-20T18:16:05.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-20T18:16:05.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-20T18:16:05.384Z
20012026-03-20T18:16:05.384Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20022026-03-20T18:16:05.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-20T18:16:05.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-20T18:16:05.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-20T18:16:05.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-20T18:16:05.989Z
20072026-03-20T18:16:05.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20082026-03-20T18:16:06.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-20T18:16:06.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-20T18:16:06.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-20T18:16:06.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-20T18:16:06.591Z
20132026-03-20T18:16:06.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20142026-03-20T18:16:07.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-20T18:16:07.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-20T18:16:07.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-20T18:16:07.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-20T18:16:07.191Z
20192026-03-20T18:16:07.191Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20202026-03-20T18:16:07.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-20T18:16:07.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-20T18:16:07.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-20T18:16:07.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-20T18:16:07.820Z
20252026-03-20T18:16:07.820Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20262026-03-20T18:16:08.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-20T18:16:08.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-20T18:16:08.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-20T18:16:08.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-20T18:16:08.402Z
20312026-03-20T18:16:08.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20322026-03-20T18:16:08.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-20T18:16:08.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-20T18:16:08.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-20T18:16:08.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-20T18:16:09.006Z
20372026-03-20T18:16:09.006Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20382026-03-20T18:16:09.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-20T18:16:09.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-20T18:16:09.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-20T18:16:09.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-20T18:16:09.608Z
20432026-03-20T18:16:09.609Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20442026-03-20T18:16:10.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-20T18:16:10.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-20T18:16:10.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-20T18:16:10.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-20T18:16:10.210Z
20492026-03-20T18:16:10.210Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20502026-03-20T18:16:10.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-20T18:16:10.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-20T18:16:10.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-20T18:16:10.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-20T18:16:10.813Z
20552026-03-20T18:16:10.813Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20562026-03-20T18:16:11.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-20T18:16:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-20T18:16:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-20T18:16:11.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-20T18:16:11.420Z
20612026-03-20T18:16:11.420Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20622026-03-20T18:16:11.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-20T18:16:11.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-20T18:16:11.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-20T18:16:11.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-20T18:16:12.033Z
20672026-03-20T18:16:12.033Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20682026-03-20T18:16:12.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-20T18:16:12.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-20T18:16:12.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-20T18:16:12.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20722026-03-20T18:16:12.640Z
20732026-03-20T18:16:12.640Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20742026-03-20T18:16:13.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-20T18:16:13.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-20T18:16:13.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-20T18:16:13.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-20T18:16:13.245Z
20792026-03-20T18:16:13.245Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20802026-03-20T18:16:13.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-20T18:16:13.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-20T18:16:13.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-20T18:16:13.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-20T18:16:13.849Z
20852026-03-20T18:16:13.849Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20862026-03-20T18:16:14.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-20T18:16:14.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-20T18:16:14.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-20T18:16:14.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-20T18:16:14.457Z
20912026-03-20T18:16:14.457Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20922026-03-20T18:16:14.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-20T18:16:14.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-20T18:16:14.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-20T18:16:14.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-20T18:16:15.063Z
20972026-03-20T18:16:15.063Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
20982026-03-20T18:16:15.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-20T18:16:15.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-20T18:16:15.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-20T18:16:15.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-20T18:16:15.668Z
21032026-03-20T18:16:15.668Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21042026-03-20T18:16:16.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-20T18:16:16.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-20T18:16:16.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-20T18:16:16.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-20T18:16:16.277Z
21092026-03-20T18:16:16.277Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21102026-03-20T18:16:16.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-20T18:16:16.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-20T18:16:17.355Z Checking cfg-if v1.0.4
21132026-03-20T18:16:17.513Z Checking libc v0.2.180
21142026-03-20T18:16:17.516Z Checking serde_core v1.0.228
21152026-03-20T18:16:17.549Z Checking memchr v2.8.0
21162026-03-20T18:16:17.568Z Checking smallvec v1.15.1
21172026-03-20T18:16:17.571Z Checking itoa v1.0.17
21182026-03-20T18:16:17.603Z Checking log v0.4.29
21192026-03-20T18:16:17.607Z Checking zeroize v1.8.2
21202026-03-20T18:16:17.643Z Checking stable_deref_trait v1.2.1
21212026-03-20T18:16:17.737Z Checking zerofrom v0.1.6
21222026-03-20T18:16:17.757Z Checking zmij v1.0.21
21232026-03-20T18:16:17.815Z Checking scopeguard v1.2.0
21242026-03-20T18:16:17.837Z Checking subtle v2.6.1
21252026-03-20T18:16:17.855Z Checking writeable v0.6.2
21262026-03-20T18:16:17.884Z Checking yoke v0.8.1
21272026-03-20T18:16:17.943Z Checking lock_api v0.4.14
21282026-03-20T18:16:18.030Z Checking percent-encoding v2.3.2
21292026-03-20T18:16:18.030Z Checking litemap v0.8.1
21302026-03-20T18:16:18.070Z Checking libm v0.2.16
21312026-03-20T18:16:18.089Z Checking icu_normalizer_data v2.1.1
21322026-03-20T18:16:18.109Z Checking zerovec v0.11.5
21332026-03-20T18:16:18.128Z Checking getrandom v0.2.17
21342026-03-20T18:16:18.183Z Checking errno v0.3.14
21352026-03-20T18:16:18.206Z Checking zerotrie v0.2.3
21362026-03-20T18:16:18.223Z Checking icu_properties_data v2.1.2
21372026-03-20T18:16:18.276Z Checking pin-project-lite v0.2.17
21382026-03-20T18:16:18.313Z Checking rand_core v0.6.4
21392026-03-20T18:16:18.336Z Checking utf8_iter v1.0.4
21402026-03-20T18:16:18.392Z Checking form_urlencoded v1.2.2
21412026-03-20T18:16:18.410Z Checking typenum v1.19.0
21422026-03-20T18:16:18.486Z Checking portable-atomic v1.13.1
21432026-03-20T18:16:18.518Z Checking critical-section v1.2.0
21442026-03-20T18:16:18.542Z Checking rand_core v0.10.0
21452026-03-20T18:16:18.561Z Checking signal-hook-registry v1.4.8
21462026-03-20T18:16:18.646Z Checking parking_lot_core v0.9.12
21472026-03-20T18:16:18.717Z Checking tinystr v0.8.2
21482026-03-20T18:16:18.734Z Checking potential_utf v0.1.4
21492026-03-20T18:16:18.764Z Checking getrandom v0.4.1
21502026-03-20T18:16:18.888Z Checking parking_lot v0.12.5
21512026-03-20T18:16:18.906Z Checking icu_collections v2.1.1
21522026-03-20T18:16:18.941Z Checking icu_locale_core v2.1.1
21532026-03-20T18:16:18.961Z Checking socket2 v0.6.2
21542026-03-20T18:16:19.041Z Checking num-traits v0.2.19
21552026-03-20T18:16:19.068Z Checking once_cell v1.21.3
21562026-03-20T18:16:19.120Z Checking generic-array v0.14.7
21572026-03-20T18:16:19.139Z Checking mio v1.1.1
21582026-03-20T18:16:19.289Z Checking zerocopy v0.8.40
21592026-03-20T18:16:19.312Z Checking iana-time-zone v0.1.65
21602026-03-20T18:16:19.334Z Checking futures-core v0.3.32
21612026-03-20T18:16:19.450Z Checking equivalent v1.0.2
21622026-03-20T18:16:19.495Z Checking allocator-api2 v0.2.21
21632026-03-20T18:16:19.545Z Checking foldhash v0.2.0
21642026-03-20T18:16:19.565Z Checking const-oid v0.9.6
21652026-03-20T18:16:19.690Z Checking serde v1.0.228
21662026-03-20T18:16:19.714Z Checking serde_json v1.0.149
21672026-03-20T18:16:19.742Z Checking icu_provider v2.1.1
21682026-03-20T18:16:19.765Z Checking bitflags v2.11.0
21692026-03-20T18:16:19.843Z Checking crypto-common v0.1.7
21702026-03-20T18:16:19.876Z Checking uuid v1.21.0
21712026-03-20T18:16:19.991Z Checking hashbrown v0.16.1
21722026-03-20T18:16:20.061Z Checking futures-sink v0.3.32
21732026-03-20T18:16:20.065Z Checking icu_normalizer v2.1.1
21742026-03-20T18:16:20.155Z Checking icu_properties v2.1.2
21752026-03-20T18:16:20.272Z Checking bytes v1.11.1
21762026-03-20T18:16:20.297Z Checking chrono v0.4.44
21772026-03-20T18:16:20.455Z Checking dyn-clone v1.0.20
21782026-03-20T18:16:20.580Z Checking futures-channel v0.3.32
21792026-03-20T18:16:20.583Z Checking block-buffer v0.10.4
21802026-03-20T18:16:20.653Z Checking semver v1.0.27
21812026-03-20T18:16:20.673Z Checking slab v0.4.12
21822026-03-20T18:16:20.773Z Checking futures-io v0.3.32
21832026-03-20T18:16:20.833Z Checking futures-task v0.3.32
21842026-03-20T18:16:20.869Z Checking digest v0.10.7
21852026-03-20T18:16:20.891Z Checking tokio v1.49.0
21862026-03-20T18:16:20.922Z Checking thiserror v2.0.18
21872026-03-20T18:16:20.926Z Checking byteorder v1.5.0
21882026-03-20T18:16:21.012Z Checking futures-util v0.3.32
21892026-03-20T18:16:21.051Z Checking indexmap v2.13.0
21902026-03-20T18:16:21.126Z Checking cpufeatures v0.2.17
21912026-03-20T18:16:21.211Z Checking http v1.4.0
21922026-03-20T18:16:21.234Z Checking fnv v1.0.7
21932026-03-20T18:16:21.293Z Checking idna_adapter v1.2.1
21942026-03-20T18:16:21.351Z Checking base64 v0.22.1
21952026-03-20T18:16:21.446Z Checking idna v1.1.0
21962026-03-20T18:16:21.468Z Checking unicode-ident v1.0.24
21972026-03-20T18:16:21.604Z Checking tracing-core v0.1.36
21982026-03-20T18:16:21.664Z Checking proc-macro2 v1.0.106
21992026-03-20T18:16:21.764Z Checking url v2.5.8
22002026-03-20T18:16:21.845Z Checking rustls-pki-types v1.14.0
22012026-03-20T18:16:21.993Z Checking regex-syntax v0.8.10
22022026-03-20T18:16:22.023Z Checking tracing v0.1.44
22032026-03-20T18:16:22.092Z Checking quote v1.0.44
22042026-03-20T18:16:22.223Z Checking untrusted v0.9.0
22052026-03-20T18:16:22.959Z Checking thiserror v1.0.69
22062026-03-20T18:16:22.991Z Checking syn v2.0.117
22072026-03-20T18:16:22.991Z Checking schemars v0.8.22
22082026-03-20T18:16:22.991Z Checking ring v0.17.14
22092026-03-20T18:16:22.991Z Checking ipnet v2.11.0
22102026-03-20T18:16:22.992Z Checking httparse v1.10.1
22112026-03-20T18:16:23.152Z Checking http-body v1.0.1
22122026-03-20T18:16:23.327Z Checking rustix v1.1.3
22132026-03-20T18:16:23.336Z Checking block-padding v0.3.3
22142026-03-20T18:16:23.336Z Checking ppv-lite86 v0.2.21
22152026-03-20T18:16:23.441Z Checking getrandom v0.3.4
22162026-03-20T18:16:23.704Z Checking atomic-waker v1.1.2
22172026-03-20T18:16:23.909Z Checking inout v0.1.4
22182026-03-20T18:16:23.909Z Checking hmac v0.12.1
22192026-03-20T18:16:23.926Z Checking aws-lc-sys v0.37.1
22202026-03-20T18:16:23.926Z Checking aho-corasick v1.1.4
22212026-03-20T18:16:23.926Z Checking openssl-probe v0.2.1
22222026-03-20T18:16:24.015Z Checking tower-layer v0.3.3
22232026-03-20T18:16:24.015Z Checking tower-service v0.3.3
22242026-03-20T18:16:24.015Z Checking untrusted v0.7.1
22252026-03-20T18:16:24.025Z Checking httpdate v1.0.3
22262026-03-20T18:16:24.115Z Checking powerfmt v0.2.0
22272026-03-20T18:16:24.130Z Checking try-lock v0.2.5
22282026-03-20T18:16:24.285Z Checking cipher v0.4.4
22292026-03-20T18:16:24.300Z Checking want v0.3.1
22302026-03-20T18:16:24.300Z Checking deranged v0.5.8
22312026-03-20T18:16:24.429Z Checking rand_core v0.9.5
22322026-03-20T18:16:24.435Z Checking base64ct v1.8.3
22332026-03-20T18:16:24.536Z Checking aws-lc-rs v1.16.0
22342026-03-20T18:16:24.819Z Checking num_threads v0.1.7
22352026-03-20T18:16:24.884Z Checking time-core v0.1.8
22362026-03-20T18:16:24.884Z Checking pin-utils v0.1.0
22372026-03-20T18:16:24.884Z Checking num-conv v0.2.0
22382026-03-20T18:16:24.884Z Checking regex-automata v0.4.14
22392026-03-20T18:16:24.884Z Checking sha2 v0.10.9
22402026-03-20T18:16:24.884Z Checking erased-serde v0.3.31
22412026-03-20T18:16:24.911Z Checking pretty-hex v0.4.1
22422026-03-20T18:16:25.015Z Checking rand_chacha v0.9.0
22432026-03-20T18:16:25.105Z Checking fastrand v2.3.0
22442026-03-20T18:16:25.240Z Checking tokio-util v0.7.18
22452026-03-20T18:16:25.267Z Checking ryu v1.0.23
22462026-03-20T18:16:25.352Z Checking rand v0.9.2
22472026-03-20T18:16:25.362Z Checking slog v2.8.2
22482026-03-20T18:16:25.509Z Checking pem-rfc7468 v0.7.0
22492026-03-20T18:16:25.616Z Checking time v0.3.47
22502026-03-20T18:16:25.635Z Checking rustls-webpki v0.103.9
22512026-03-20T18:16:25.649Z Checking rustls-native-certs v0.8.3
22522026-03-20T18:16:25.654Z Checking ipnetwork v0.21.1
22532026-03-20T18:16:25.709Z Checking http-body-util v0.1.3
22542026-03-20T18:16:25.797Z Checking sync_wrapper v1.0.2
22552026-03-20T18:16:25.949Z Checking spin v0.9.8
22562026-03-20T18:16:25.964Z Checking plain v0.2.3
22572026-03-20T18:16:25.973Z Checking flagset v0.4.7
22582026-03-20T18:16:25.998Z Checking tower v0.5.3
22592026-03-20T18:16:26.051Z Checking h2 v0.4.13
22602026-03-20T18:16:26.077Z Checking serde_urlencoded v0.7.1
22612026-03-20T18:16:26.133Z Checking der v0.7.10
22622026-03-20T18:16:26.160Z Checking rustls v0.23.37
22632026-03-20T18:16:26.181Z Checking rand_chacha v0.3.1
22642026-03-20T18:16:26.353Z Checking webpki-roots v1.0.6
22652026-03-20T18:16:26.459Z Checking iri-string v0.7.10
22662026-03-20T18:16:26.503Z Checking ucd-trie v0.1.7
22672026-03-20T18:16:26.526Z Checking tinyvec_macros v0.1.1
22682026-03-20T18:16:26.612Z Checking tinyvec v1.10.0
22692026-03-20T18:16:26.676Z Checking pest v2.8.6
22702026-03-20T18:16:27.038Z Checking rand v0.8.5
22712026-03-20T18:16:27.153Z Checking tempfile v3.25.0
22722026-03-20T18:16:27.173Z Checking spki v0.7.3
22732026-03-20T18:16:27.230Z Checking salsa20 v0.10.2
22742026-03-20T18:16:27.382Z Checking pbkdf2 v0.12.2
22752026-03-20T18:16:27.404Z Checking foreign-types-shared v0.1.1
22762026-03-20T18:16:27.409Z Checking unicode-width v0.2.0
22772026-03-20T18:16:27.510Z Checking foreign-types v0.3.2
22782026-03-20T18:16:27.530Z Checking scrypt v0.11.0
22792026-03-20T18:16:27.601Z Checking regex v1.12.3
22802026-03-20T18:16:27.705Z Checking aes v0.8.4
22812026-03-20T18:16:27.739Z Checking cbc v0.1.2
22822026-03-20T18:16:27.759Z Checking anyhow v1.0.102
22832026-03-20T18:16:27.906Z Checking openssl-sys v0.9.111
22842026-03-20T18:16:27.925Z Checking tower-http v0.6.8
22852026-03-20T18:16:27.991Z Checking crossbeam-utils v0.8.21
22862026-03-20T18:16:28.018Z Checking oxnet v0.1.4
22872026-03-20T18:16:28.149Z Checking mime v0.3.17
22882026-03-20T18:16:28.248Z Checking pkcs5 v0.7.1
22892026-03-20T18:16:28.296Z Checking openapiv3 v2.2.0
22902026-03-20T18:16:28.334Z Checking scroll v0.12.0
22912026-03-20T18:16:28.383Z Checking encoding_rs v0.8.35
22922026-03-20T18:16:28.453Z Checking siphasher v1.0.2
22932026-03-20T18:16:28.548Z Checking openssl v0.10.75
22942026-03-20T18:16:28.581Z Checking pkcs8 v0.10.2
22952026-03-20T18:16:28.633Z Checking winnow v0.7.14
22962026-03-20T18:16:28.666Z Checking data-encoding v2.10.0
22972026-03-20T18:16:28.813Z Checking goblin v0.8.2
22982026-03-20T18:16:29.022Z Checking lazy_static v1.5.0
22992026-03-20T18:16:29.139Z Checking zerocopy v0.7.35
23002026-03-20T18:16:29.434Z Checking tokio-rustls v0.26.4
23012026-03-20T18:16:29.679Z Checking wait-timeout v0.2.1
23022026-03-20T18:16:29.732Z Checking psl-types v2.0.11
23032026-03-20T18:16:29.740Z Checking hyper v1.8.1
23042026-03-20T18:16:29.837Z Checking quick-error v1.2.3
23052026-03-20T18:16:29.877Z Checking either v1.15.0
23062026-03-20T18:16:29.881Z Checking bitflags v1.3.2
23072026-03-20T18:16:29.971Z Checking bit-vec v0.8.0
23082026-03-20T18:16:29.991Z Checking managed v0.8.0
23092026-03-20T18:16:30.124Z Checking anstyle v1.0.13
23102026-03-20T18:16:30.127Z Checking utf8parse v0.2.2
23112026-03-20T18:16:30.223Z Checking bit-set v0.8.0
23122026-03-20T18:16:30.242Z Checking rusty-fork v0.3.1
23132026-03-20T18:16:30.271Z Checking anstyle-parse v0.2.7
23142026-03-20T18:16:30.290Z Checking publicsuffix v2.3.0
23152026-03-20T18:16:30.366Z Checking dtrace-parser v0.2.0
23162026-03-20T18:16:30.412Z Checking cookie v0.18.1
23172026-03-20T18:16:30.459Z Checking unicode-normalization v0.1.25
23182026-03-20T18:16:30.478Z Checking rand_xorshift v0.4.0
23192026-03-20T18:16:30.497Z Checking sha1 v0.10.6
23202026-03-20T18:16:30.629Z Checking thread-id v4.2.2
23212026-03-20T18:16:30.676Z Checking anstyle-query v1.1.5
23222026-03-20T18:16:30.704Z Checking unarray v0.1.4
23232026-03-20T18:16:30.724Z Checking is_terminal_polyfill v1.70.2
23242026-03-20T18:16:30.746Z Checking colorchoice v1.0.4
23252026-03-20T18:16:30.816Z Checking cookie_store v0.22.1
23262026-03-20T18:16:30.835Z Checking proptest v1.10.0
23272026-03-20T18:16:30.838Z Checking rustls-platform-verifier v0.6.2
23282026-03-20T18:16:30.877Z Checking anstream v0.6.21
23292026-03-20T18:16:31.005Z Checking crossbeam-epoch v0.9.18
23302026-03-20T18:16:31.031Z Checking hyper-util v0.1.20
23312026-03-20T18:16:31.045Z Checking terminal_size v0.4.3
23322026-03-20T18:16:31.135Z Checking scroll v0.13.0
23332026-03-20T18:16:31.175Z Checking hex v0.4.3
23342026-03-20T18:16:31.229Z Checking num-integer v0.1.46
23352026-03-20T18:16:31.283Z Checking simd-adler32 v0.3.8
23362026-03-20T18:16:31.413Z Checking native-tls v0.2.18
23372026-03-20T18:16:31.445Z Checking goblin v0.10.5
23382026-03-20T18:16:31.469Z Checking dof v0.3.0
23392026-03-20T18:16:31.484Z Checking crossbeam-deque v0.8.6
23402026-03-20T18:16:31.510Z Checking bstr v1.12.1
23412026-03-20T18:16:31.539Z Checking ref-cast v1.0.25
23422026-03-20T18:16:31.647Z Checking tokio-native-tls v0.3.1
23432026-03-20T18:16:31.688Z Checking rustix v0.38.44
23442026-03-20T18:16:31.719Z Checking camino v1.2.2
23452026-03-20T18:16:31.838Z Checking usdt-impl v0.5.0
23462026-03-20T18:16:31.856Z Checking crc32fast v1.5.0
23472026-03-20T18:16:32.041Z Checking signature v2.2.0
23482026-03-20T18:16:32.055Z Checking serde_spanned v0.6.9
23492026-03-20T18:16:32.073Z Checking toml_datetime v0.6.11
23502026-03-20T18:16:32.193Z Checking ff v0.13.1
23512026-03-20T18:16:32.200Z Checking strsim v0.11.1
23522026-03-20T18:16:32.236Z Checking unicode-properties v0.1.4
23532026-03-20T18:16:32.311Z Checking clap_lex v1.0.0
23542026-03-20T18:16:32.368Z Checking base16ct v0.2.0
23552026-03-20T18:16:32.420Z Checking unicode-bidi v0.3.18
23562026-03-20T18:16:32.477Z Checking adler2 v2.0.1
23572026-03-20T18:16:32.504Z Checking clap_builder v4.5.60
23582026-03-20T18:16:32.521Z Checking sec1 v0.7.3
23592026-03-20T18:16:32.626Z Checking miniz_oxide v0.8.9
23602026-03-20T18:16:32.705Z Checking hyper-rustls v0.27.7
23612026-03-20T18:16:32.788Z Checking hyper-tls v0.6.0
23622026-03-20T18:16:32.809Z Checking group v0.13.0
23632026-03-20T18:16:32.813Z Checking stringprep v0.1.5
23642026-03-20T18:16:32.984Z Checking reqwest v0.13.2
23652026-03-20T18:16:33.019Z Checking rayon-core v1.13.0
23662026-03-20T18:16:33.029Z Checking num-iter v0.1.45
23672026-03-20T18:16:33.029Z Checking reqwest v0.12.28
23682026-03-20T18:16:33.091Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-20T18:16:33.165Z Checking dtrace-parser v0.3.0
23702026-03-20T18:16:33.332Z Checking newtype-uuid v1.3.2
23712026-03-20T18:16:33.437Z Checking hkdf v0.12.4
23722026-03-20T18:16:33.472Z Checking strum v0.26.3
23732026-03-20T18:16:33.537Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-20T18:16:33.593Z Checking daft v0.1.5
23752026-03-20T18:16:33.613Z Checking hash32 v0.2.1
23762026-03-20T18:16:33.617Z Checking md-5 v0.10.6
23772026-03-20T18:16:33.684Z Checking crypto-bigint v0.5.5
23782026-03-20T18:16:33.807Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-20T18:16:33.824Z Checking thread-id v5.1.0
23802026-03-20T18:16:33.911Z Checking unicode-segmentation v1.12.0
23812026-03-20T18:16:33.929Z Checking zlib-rs v0.6.2
23822026-03-20T18:16:34.066Z Checking fallible-iterator v0.2.0
23832026-03-20T18:16:34.089Z Checking heapless v0.7.17
23842026-03-20T18:16:34.159Z Checking zstd-safe v7.2.4
23852026-03-20T18:16:34.202Z Checking clap v4.5.60
23862026-03-20T18:16:34.315Z Checking rayon v1.11.0
23872026-03-20T18:16:34.395Z Checking itertools v0.12.1
23882026-03-20T18:16:34.418Z Checking phf_shared v0.13.1
23892026-03-20T18:16:34.451Z Checking postgres-protocol v0.6.10
23902026-03-20T18:16:34.648Z Checking dof v0.4.0
23912026-03-20T18:16:34.669Z Checking console v0.16.2
23922026-03-20T18:16:34.686Z Checking curve25519-dalek v4.1.3
23932026-03-20T18:16:34.872Z Checking memoffset v0.9.1
23942026-03-20T18:16:34.977Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-20T18:16:35.026Z Checking elliptic-curve v0.13.8
23962026-03-20T18:16:35.067Z Checking signal-hook v0.3.18
23972026-03-20T18:16:35.087Z Checking memmap2 v0.9.10
23982026-03-20T18:16:35.162Z Checking flate2 v1.1.9
23992026-03-20T18:16:35.302Z Checking winnow v0.5.40
24002026-03-20T18:16:35.326Z Checking fixedbitset v0.4.2
24012026-03-20T18:16:35.430Z Checking unit-prefix v0.5.2
24022026-03-20T18:16:35.513Z Checking usdt-impl v0.6.0
24032026-03-20T18:16:35.530Z Checking bumpalo v3.20.2
24042026-03-20T18:16:35.564Z Checking toml_write v0.1.2
24052026-03-20T18:16:35.597Z Checking foldhash v0.1.5
24062026-03-20T18:16:35.729Z Checking libbz2-rs-sys v0.2.2
24072026-03-20T18:16:35.746Z Checking zone v0.3.1
24082026-03-20T18:16:35.767Z Checking hashbrown v0.15.5
24092026-03-20T18:16:35.789Z Checking toml_edit v0.22.27
24102026-03-20T18:16:35.789Z Checking zopfli v0.8.3
24112026-03-20T18:16:35.857Z Checking usdt v0.6.0
24122026-03-20T18:16:36.079Z Checking petgraph v0.6.5
24132026-03-20T18:16:36.210Z Checking signal-hook-mio v0.2.5
24142026-03-20T18:16:36.235Z Checking bzip2 v0.6.1
24152026-03-20T18:16:36.239Z Checking bzip2 v0.4.4
24162026-03-20T18:16:36.361Z Checking indicatif v0.18.4
24172026-03-20T18:16:36.381Z Checking nix v0.31.1
24182026-03-20T18:16:36.412Z Checking postgres-types v0.2.12
24192026-03-20T18:16:36.446Z Checking smoltcp v0.9.1
24202026-03-20T18:16:36.467Z Checking phf v0.13.1
24212026-03-20T18:16:36.662Z Checking zstd v0.13.3
24222026-03-20T18:16:36.824Z Checking similar v2.7.0
24232026-03-20T18:16:36.843Z Checking num-bigint-dig v0.8.6
24242026-03-20T18:16:36.907Z Checking toml_edit v0.19.15
24252026-03-20T18:16:36.932Z Checking ed25519 v2.2.3
24262026-03-20T18:16:37.169Z Checking pkcs1 v0.7.5
24272026-03-20T18:16:37.263Z Checking phf_shared v0.11.3
24282026-03-20T18:16:37.288Z Checking tokio-stream v0.1.18
24292026-03-20T18:16:37.333Z Checking strum v0.27.2
24302026-03-20T18:16:37.437Z Checking hubpack v0.1.2
24312026-03-20T18:16:37.454Z Checking rfc6979 v0.4.0
24322026-03-20T18:16:37.475Z Checking serde-big-array v0.5.1
24332026-03-20T18:16:37.610Z Checking float-cmp v0.10.0
24342026-03-20T18:16:37.648Z Checking env_filter v1.0.0
24352026-03-20T18:16:37.677Z Checking fixedbitset v0.5.7
24362026-03-20T18:16:37.765Z Checking rustc-hash v2.1.1
24372026-03-20T18:16:37.785Z Checking precomputed-hash v0.1.1
24382026-03-20T18:16:37.788Z Checking static_assertions v1.1.0
24392026-03-20T18:16:37.821Z Checking normalize-line-endings v0.3.0
24402026-03-20T18:16:37.841Z Checking new_debug_unreachable v1.0.6
24412026-03-20T18:16:37.888Z Checking jiff v0.2.21
24422026-03-20T18:16:37.891Z Checking difflib v0.4.0
24432026-03-20T18:16:37.931Z Checking predicates-core v1.0.10
24442026-03-20T18:16:37.939Z Checking keccak v0.1.6
24452026-03-20T18:16:37.968Z Checking whoami v2.1.0
24462026-03-20T18:16:37.968Z Checking petgraph v0.8.3
24472026-03-20T18:16:38.005Z Checking rsa v0.9.10
24482026-03-20T18:16:38.088Z Checking string_cache v0.8.9
24492026-03-20T18:16:38.134Z Checking predicates v3.1.4
24502026-03-20T18:16:38.166Z Checking sha3 v0.10.8
24512026-03-20T18:16:38.221Z Checking tokio-postgres v0.7.16
24522026-03-20T18:16:38.298Z Checking iddqd v0.3.17
24532026-03-20T18:16:38.343Z Checking toml v0.7.8
24542026-03-20T18:16:38.435Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-20T18:16:38.537Z Checking env_logger v0.11.9
24562026-03-20T18:16:38.631Z Checking ecdsa v0.16.9
24572026-03-20T18:16:38.757Z Checking ed25519-dalek v2.2.0
24582026-03-20T18:16:38.788Z Checking zip v0.6.6
24592026-03-20T18:16:39.057Z Checking crossterm v0.28.1
24602026-03-20T18:16:39.090Z Checking serde_with v3.17.0
24612026-03-20T18:16:39.212Z Checking itertools v0.13.0
24622026-03-20T18:16:39.474Z Checking hickory-proto v0.25.2
24632026-03-20T18:16:39.933Z Checking x509-cert v0.2.5
24642026-03-20T18:16:40.053Z Checking fs-err v3.3.0
24652026-03-20T18:16:40.199Z Checking ahash v0.8.12
24662026-03-20T18:16:40.439Z Checking object v0.37.3
24672026-03-20T18:16:40.461Z Checking buf-list v1.1.2
24682026-03-20T18:16:40.662Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-20T18:16:40.698Z Checking peg-runtime v0.8.5
24702026-03-20T18:16:40.836Z Checking lalrpop-util v0.19.12
24712026-03-20T18:16:40.888Z Compiling structmeta-derive v0.3.0
24722026-03-20T18:16:41.007Z Compiling rustls v0.22.4
24732026-03-20T18:16:41.025Z Checking zip v4.6.1
24742026-03-20T18:16:41.052Z Compiling newtype-uuid-macros v0.1.0
24752026-03-20T18:16:41.111Z Compiling multer v3.1.0
24762026-03-20T18:16:41.249Z Compiling async-stream-impl v0.3.6
24772026-03-20T18:16:41.444Z Checking futures-executor v0.3.32
24782026-03-20T18:16:41.505Z Checking regress v0.10.5
24792026-03-20T18:16:41.814Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-03-20T18:16:42.037Z Compiling dropshot v0.16.7
24812026-03-20T18:16:42.059Z Checking futures v0.3.32
24822026-03-20T18:16:42.161Z Compiling dropshot_endpoint v0.16.7
24832026-03-20T18:16:42.320Z Checking thread_local v1.1.9
24842026-03-20T18:16:42.340Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-20T18:16:42.359Z Compiling structmeta v0.3.0
24862026-03-20T18:16:42.537Z Checking crossbeam-channel v0.5.15
24872026-03-20T18:16:42.637Z Compiling derive-ex v0.1.8
24882026-03-20T18:16:42.806Z Checking is-terminal v0.4.17
24892026-03-20T18:16:42.929Z Checking take_mut v0.2.2
24902026-03-20T18:16:42.992Z Checking term v1.2.1
24912026-03-20T18:16:43.066Z Checking slog-async v2.8.0
24922026-03-20T18:16:43.275Z Compiling parse-display-derive v0.10.0
24932026-03-20T18:16:43.296Z Checking slog-term v2.9.2
24942026-03-20T18:16:43.301Z Checking rustls-webpki v0.102.8
24952026-03-20T18:16:43.425Z Checking serde_spanned v1.0.4
24962026-03-20T18:16:43.606Z Checking match_cfg v0.1.0
24972026-03-20T18:16:43.651Z Checking toml_writer v1.0.6+spec-1.1.0
24982026-03-20T18:16:43.694Z Checking debug-ignore v1.0.5
24992026-03-20T18:16:43.728Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002026-03-20T18:16:43.820Z Checking hostname v0.3.1
25012026-03-20T18:16:43.844Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25022026-03-20T18:16:43.886Z Checking toml v0.9.12+spec-1.1.0
25032026-03-20T18:16:44.011Z Checking slog-json v2.6.1
25042026-03-20T18:16:44.040Z Checking macaddr v1.0.1
25052026-03-20T18:16:44.156Z Checking slog-bunyan v2.5.0
25062026-03-20T18:16:44.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-20T18:16:44.342Z Checking async-stream v0.3.6
25082026-03-20T18:16:44.607Z Checking waitgroup v0.1.2
25092026-03-20T18:16:44.750Z Checking rustls-pemfile v2.2.0
25102026-03-20T18:16:44.768Z Checking serde_path_to_error v0.1.20
25112026-03-20T18:16:44.807Z Checking hostname v0.4.2
25122026-03-20T18:16:44.828Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-03-20T18:16:44.937Z Checking progenitor-client v0.13.0
25142026-03-20T18:16:44.952Z Checking progenitor-client v0.10.0
25152026-03-20T18:16:44.974Z Compiling itertools v0.14.0
25162026-03-20T18:16:45.009Z Compiling test-strategy v0.4.5
25172026-03-20T18:16:45.157Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-03-20T18:16:45.238Z Checking backon v1.6.0
25192026-03-20T18:16:45.258Z Checking instant v0.1.13
25202026-03-20T18:16:45.372Z Checking backoff v0.4.0
25212026-03-20T18:16:45.465Z Checking progenitor-extras v0.1.1
25222026-03-20T18:16:45.583Z Checking parse-display v0.10.0
25232026-03-20T18:16:45.602Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-20T18:16:45.760Z Checking heck v0.5.0
25252026-03-20T18:16:45.873Z Checking tokio-rustls v0.25.0
25262026-03-20T18:16:45.968Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-20T18:16:45.994Z Compiling crucible-workspace-hack v0.1.0
25282026-03-20T18:16:46.226Z Compiling convert_case v0.4.0
25292026-03-20T18:16:46.243Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-03-20T18:16:46.502Z Compiling heapless v0.8.0
25312026-03-20T18:16:46.700Z Compiling ingot-macros v0.1.1
25322026-03-20T18:16:46.732Z Compiling derive_more v0.99.20
25332026-03-20T18:16:46.902Z Compiling proc-macro-crate v3.4.0
25342026-03-20T18:16:47.035Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25352026-03-20T18:16:47.171Z Checking hash32 v0.3.1
25362026-03-20T18:16:47.342Z Checking secrecy v0.10.3
25372026-03-20T18:16:47.456Z Compiling smoltcp v0.11.0
25382026-03-20T18:16:47.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25392026-03-20T18:16:47.530Z Compiling prettyplease v0.2.37
25402026-03-20T18:16:47.656Z Compiling num_enum_derive v0.7.5
25412026-03-20T18:16:47.914Z Compiling typify-impl v0.6.1
25422026-03-20T18:16:47.963Z Checking tabwriter v1.4.1
25432026-03-20T18:16:48.134Z Checking cobs v0.3.0
25442026-03-20T18:16:48.283Z Compiling foreign-types-macros v0.2.3
25452026-03-20T18:16:48.418Z Checking foreign-types-shared v0.3.1
25462026-03-20T18:16:48.538Z Compiling unsafe-libyaml v0.2.11
25472026-03-20T18:16:48.671Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-20T18:16:49.060Z Checking cpufeatures v0.3.0
25492026-03-20T18:16:49.078Z Checking num_enum v0.7.5
25502026-03-20T18:16:49.116Z Checking foreign-types v0.5.0
25512026-03-20T18:16:49.155Z Checking chacha20 v0.10.0
25522026-03-20T18:16:49.471Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-20T18:16:49.495Z Checking postcard v1.1.3
25542026-03-20T18:16:50.395Z Compiling proc-macro-crate v1.3.1
25552026-03-20T18:16:50.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-03-20T18:16:50.565Z Checking ingot-types v0.1.2
25572026-03-20T18:16:50.946Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-20T18:16:50.987Z Checking cstr-argument v0.1.2
25592026-03-20T18:16:51.048Z Checking ingot v0.1.1
25602026-03-20T18:16:51.146Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-20T18:16:51.227Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25622026-03-20T18:16:51.258Z Checking colored v3.1.1
25632026-03-20T18:16:51.454Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-20T18:16:51.505Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-20T18:16:51.529Z Compiling num_enum_derive v0.5.11
25662026-03-20T18:16:51.643Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-20T18:16:51.679Z Checking rand v0.10.0
25682026-03-20T18:16:52.802Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-20T18:16:53.240Z Checking num_enum v0.5.11
25702026-03-20T18:16:53.343Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-20T18:16:54.000Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-20T18:16:54.423Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-03-20T18:16:54.444Z Compiling typify-impl v0.4.3
25742026-03-20T18:16:54.483Z Compiling typify-macro v0.6.1
25752026-03-20T18:16:54.593Z Checking camino-tempfile v1.4.1
25762026-03-20T18:16:54.772Z Checking num-rational v0.4.2
25772026-03-20T18:16:55.180Z Checking half v2.7.1
25782026-03-20T18:16:55.198Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-20T18:16:55.378Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-20T18:16:55.511Z Checking universal-hash v0.5.1
25812026-03-20T18:16:55.544Z Checking num-complex v0.4.6
25822026-03-20T18:16:55.675Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-20T18:16:56.397Z Checking ciborium-io v0.2.2
25842026-03-20T18:16:56.808Z Checking opaque-debug v0.3.1
25852026-03-20T18:16:56.808Z Checking num v0.4.3
25862026-03-20T18:16:56.808Z Checking ciborium-ll v0.2.2
25872026-03-20T18:16:56.808Z Checking poly1305 v0.8.0
25882026-03-20T18:16:56.808Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-20T18:16:56.808Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-20T18:16:56.808Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-20T18:16:56.813Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-20T18:16:56.813Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-20T18:16:56.827Z Compiling typify v0.6.1
25942026-03-20T18:16:57.008Z Checking thiserror-no-std v2.0.2
25952026-03-20T18:16:57.091Z Checking toml v0.8.23
25962026-03-20T18:16:57.097Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-20T18:16:57.340Z Checking password-hash v0.5.0
25982026-03-20T18:16:57.515Z Checking chacha20 v0.9.1
25992026-03-20T18:16:57.651Z Compiling usdt-attr-macro v0.5.0
26002026-03-20T18:16:57.771Z Compiling usdt-macro v0.5.0
26012026-03-20T18:16:57.948Z Checking smf v0.2.3
26022026-03-20T18:16:58.227Z Checking blake2 v0.10.6
26032026-03-20T18:16:58.387Z Checking aead v0.5.2
26042026-03-20T18:16:58.403Z Checking sigpipe v0.1.3
26052026-03-20T18:16:58.507Z Checking memmap v0.7.0
26062026-03-20T18:16:58.830Z Compiling num-derive v0.4.2
26072026-03-20T18:16:58.857Z Checking float-ord v0.3.2
26082026-03-20T18:16:58.857Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26092026-03-20T18:16:58.857Z Checking glob v0.3.3
26102026-03-20T18:16:58.857Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-20T18:16:58.961Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-03-20T18:16:58.995Z Checking usdt v0.5.0
26132026-03-20T18:16:59.184Z Checking chacha20poly1305 v0.10.1
26142026-03-20T18:16:59.256Z Checking argon2 v0.5.3
26152026-03-20T18:16:59.386Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-20T18:16:59.439Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-20T18:16:59.630Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26182026-03-20T18:16:59.663Z Checking vsss-rs v3.3.4
26192026-03-20T18:16:59.693Z Compiling progenitor-impl v0.13.0
26202026-03-20T18:16:59.835Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-20T18:17:00.319Z Checking ciborium v0.2.2
26222026-03-20T18:17:00.451Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-20T18:17:00.593Z Checking whoami v1.6.1
26242026-03-20T18:17:00.742Z Checking indent_write v2.2.0
26252026-03-20T18:17:00.820Z Compiling semver v0.1.20
26262026-03-20T18:17:00.886Z Compiling typify-macro v0.4.3
26272026-03-20T18:17:00.907Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-03-20T18:17:01.156Z Compiling rustc_version v0.1.7
26292026-03-20T18:17:01.313Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26302026-03-20T18:17:01.465Z Compiling pin-project-internal v1.1.11
26312026-03-20T18:17:02.068Z Checking linked-hash-map v0.5.6
26322026-03-20T18:17:02.111Z Compiling minimal-lexical v0.2.1
26332026-03-20T18:17:02.305Z Checking swrite v0.1.0
26342026-03-20T18:17:02.425Z Compiling nom v7.1.3
26352026-03-20T18:17:02.452Z Checking lru-cache v0.1.2
26362026-03-20T18:17:02.613Z Compiling newtype_derive v0.1.6
26372026-03-20T18:17:03.032Z Checking pin-project v1.1.11
26382026-03-20T18:17:03.150Z Checking newline-converter v0.3.0
26392026-03-20T18:17:03.195Z Compiling typify v0.4.3
26402026-03-20T18:17:03.299Z Checking atomicwrites v0.4.4
26412026-03-20T18:17:03.321Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26422026-03-20T18:17:03.342Z Compiling progenitor-macro v0.13.0
26432026-03-20T18:17:03.347Z Checking hickory-proto v0.24.4
26442026-03-20T18:17:03.439Z Checking phf_shared v0.12.1
26452026-03-20T18:17:03.488Z Checking console v0.15.11
26462026-03-20T18:17:03.868Z Checking pem v3.0.6
26472026-03-20T18:17:04.080Z Checking csv-core v0.1.13
26482026-03-20T18:17:04.326Z Compiling snafu-derive v0.8.9
26492026-03-20T18:17:04.392Z Compiling derive-where v1.6.0
26502026-03-20T18:17:04.436Z Compiling async-recursion v1.1.1
26512026-03-20T18:17:05.352Z Compiling slog-dtrace v0.3.0
26522026-03-20T18:17:05.604Z Checking highway v1.3.0
26532026-03-20T18:17:05.873Z Compiling cancel-safe-futures v0.1.5
26542026-03-20T18:17:05.929Z Compiling chrono-tz v0.10.4
26552026-03-20T18:17:06.145Z Compiling owo-colors v4.3.0
26562026-03-20T18:17:06.165Z Checking unicode-width v0.1.14
26572026-03-20T18:17:06.206Z Checking resolv-conf v0.7.6
26582026-03-20T18:17:06.443Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26592026-03-20T18:17:06.498Z Checking same-file v1.0.6
26602026-03-20T18:17:06.519Z Checking hickory-resolver v0.24.4
26612026-03-20T18:17:06.622Z Compiling const_format_proc_macros v0.2.34
26622026-03-20T18:17:06.650Z Checking walkdir v2.5.0
26632026-03-20T18:17:06.927Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-20T18:17:07.024Z Checking snafu v0.8.9
26652026-03-20T18:17:07.501Z Checking csv v1.4.0
26662026-03-20T18:17:07.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-20T18:17:07.736Z Checking expectorate v1.2.0
26682026-03-20T18:17:07.903Z Checking phf v0.12.1
26692026-03-20T18:17:07.942Z Compiling progenitor-impl v0.10.0
26702026-03-20T18:17:08.045Z Checking tokio-dtrace v0.1.1
26712026-03-20T18:17:08.093Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-20T18:17:08.207Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26732026-03-20T18:17:08.281Z Checking globset v0.4.18
26742026-03-20T18:17:08.412Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26752026-03-20T18:17:08.575Z Checking olpc-cjson v0.1.4
26762026-03-20T18:17:08.633Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-20T18:17:08.757Z Checking libsw-core v0.3.2
26782026-03-20T18:17:08.901Z Checking serde_plain v1.0.2
26792026-03-20T18:17:08.951Z Checking arc-swap v1.8.2
26802026-03-20T18:17:08.981Z Compiling lzma-sys v0.1.20
26812026-03-20T18:17:09.096Z Checking typed-path v0.9.3
26822026-03-20T18:17:09.507Z Checking utf-8 v0.7.6
26832026-03-20T18:17:09.547Z Checking bytecount v0.6.9
26842026-03-20T18:17:09.685Z Checking tungstenite v0.21.0
26852026-03-20T18:17:09.689Z Checking papergrid v0.11.0
26862026-03-20T18:17:10.117Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-20T18:17:10.236Z Checking tough v0.20.0
26882026-03-20T18:17:10.376Z Checking slog-scope v4.4.1
26892026-03-20T18:17:10.536Z Checking progenitor v0.13.0
26902026-03-20T18:17:10.557Z Checking libsw v3.5.0
26912026-03-20T18:17:10.575Z Checking oxide-tokio-rt v0.1.3
26922026-03-20T18:17:10.711Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-20T18:17:10.907Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-20T18:17:11.767Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952026-03-20T18:17:11.770Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26962026-03-20T18:17:11.770Z Compiling progenitor-macro v0.10.0
26972026-03-20T18:17:11.770Z Checking const_format v0.2.35
26982026-03-20T18:17:12.369Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-20T18:17:12.480Z Checking qorb v0.4.1
27002026-03-20T18:17:12.997Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-20T18:17:13.158Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-20T18:17:13.252Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-20T18:17:13.272Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-20T18:17:13.738Z Compiling cargo_toml v0.22.3
27052026-03-20T18:17:13.799Z Checking gethostname v0.5.0
27062026-03-20T18:17:14.240Z Compiling tabled_derive v0.7.0
27072026-03-20T18:17:14.240Z Checking bcs v0.1.6
27082026-03-20T18:17:14.240Z Checking smawk v0.3.2
27092026-03-20T18:17:14.240Z Checking linear-map v1.2.0
27102026-03-20T18:17:14.240Z Checking termtree v0.5.1
27112026-03-20T18:17:14.240Z Checking unicode-linebreak v0.1.5
27122026-03-20T18:17:14.240Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27132026-03-20T18:17:14.273Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-20T18:17:14.587Z Checking textwrap v0.16.2
27152026-03-20T18:17:14.820Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-20T18:17:14.886Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27172026-03-20T18:17:15.202Z Checking tabled v0.15.0
27182026-03-20T18:17:15.661Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27192026-03-20T18:17:16.005Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27202026-03-20T18:17:16.069Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-20T18:17:16.264Z Checking steno v0.4.1
27222026-03-20T18:17:16.293Z Checking slog-stdlog v4.1.1
27232026-03-20T18:17:16.649Z Checking typeid v1.0.3
27242026-03-20T18:17:16.731Z Checking tokio-tungstenite v0.21.0
27252026-03-20T18:17:16.844Z Checking humantime v2.3.0
27262026-03-20T18:17:17.096Z Checking base64 v0.21.7
27272026-03-20T18:17:17.125Z Checking ron v0.12.0
27282026-03-20T18:17:17.416Z Checking xz2 v0.1.7
27292026-03-20T18:17:17.630Z Checking slog-envlogger v2.2.0
27302026-03-20T18:17:17.647Z Checking yasna v0.5.2
27312026-03-20T18:17:17.830Z Checking headers-core v0.3.0
27322026-03-20T18:17:17.876Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-20T18:17:17.977Z Checking filetime v0.2.27
27342026-03-20T18:17:18.091Z Checking xattr v1.6.1
27352026-03-20T18:17:18.128Z Checking base16ct v1.0.0
27362026-03-20T18:17:18.147Z Checking headers v0.4.1
27372026-03-20T18:17:18.171Z Checking rcgen v0.12.1
27382026-03-20T18:17:18.249Z Checking tar v0.4.44
27392026-03-20T18:17:18.294Z Checking subprocess v0.2.15
27402026-03-20T18:17:18.732Z Checking progenitor v0.10.0
27412026-03-20T18:17:18.895Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-20T18:17:26.459Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-20T18:17:34.831Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-20T18:17:36.580Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-20T18:17:38.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27462026-03-20T18:17:38.406Z
27472026-03-20T18:17:38.406Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27482026-03-20T18:17:39.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-20T18:17:39.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-20T18:17:39.402Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-20T18:17:41.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
27522026-03-20T18:17:41.350Z
27532026-03-20T18:17:41.350Zinfo: running `cargo check --bins` on nexus-config (51/267)
27542026-03-20T18:17:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-20T18:17:42.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-20T18:17:42.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-20T18:17:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27582026-03-20T18:17:42.218Z
27592026-03-20T18:17:42.219Zinfo: running `cargo check --bins` on nexus-types (52/267)
27602026-03-20T18:17:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-20T18:17:42.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-20T18:17:42.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-20T18:17:42.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27642026-03-20T18:17:43.020Z
27652026-03-20T18:17:43.020Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27662026-03-20T18:17:43.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-20T18:17:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-20T18:17:43.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-20T18:17:43.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27702026-03-20T18:17:43.831Z
27712026-03-20T18:17:43.832Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27722026-03-20T18:17:44.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-20T18:17:44.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-20T18:17:44.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-20T18:17:44.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27762026-03-20T18:17:44.595Z
27772026-03-20T18:17:44.596Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27782026-03-20T18:17:45.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-20T18:17:45.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-20T18:17:45.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-20T18:17:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27822026-03-20T18:17:45.662Z
27832026-03-20T18:17:45.662Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27842026-03-20T18:17:46.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-20T18:17:46.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-20T18:17:46.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-20T18:17:46.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-20T18:17:46.130Z
27892026-03-20T18:17:46.130Zinfo: running `cargo check --bins` on ereport-types (57/267)
27902026-03-20T18:17:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-20T18:17:47.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-20T18:17:47.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-20T18:17:47.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942026-03-20T18:17:47.069Z
27952026-03-20T18:17:47.069Zinfo: running `cargo check --bins` on gateway-client (58/267)
27962026-03-20T18:17:47.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-20T18:17:47.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-20T18:17:47.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-20T18:17:47.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28002026-03-20T18:17:47.830Z
28012026-03-20T18:17:47.830Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28022026-03-20T18:17:48.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-20T18:17:48.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-20T18:17:48.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-20T18:17:48.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28062026-03-20T18:17:48.695Z
28072026-03-20T18:17:48.695Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28082026-03-20T18:17:49.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-20T18:17:49.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-20T18:17:49.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-20T18:17:49.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28122026-03-20T18:17:49.352Z
28132026-03-20T18:17:49.352Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28142026-03-20T18:17:49.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-20T18:17:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-20T18:17:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-20T18:17:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28182026-03-20T18:17:50.178Z
28192026-03-20T18:17:50.178Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28202026-03-20T18:17:51.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-20T18:17:51.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-20T18:17:51.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-20T18:17:51.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-20T18:17:51.093Z
28252026-03-20T18:17:51.093Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28262026-03-20T18:17:51.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-20T18:17:51.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-20T18:17:51.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-20T18:17:51.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28302026-03-20T18:17:51.668Z
28312026-03-20T18:17:51.668Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28322026-03-20T18:17:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-20T18:17:52.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-20T18:17:52.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-20T18:17:52.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28362026-03-20T18:17:52.611Z
28372026-03-20T18:17:52.611Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28382026-03-20T18:17:53.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-20T18:17:53.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-20T18:17:53.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-20T18:17:53.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28422026-03-20T18:17:53.251Z
28432026-03-20T18:17:53.251Zinfo: running `cargo check --bins` on oxlog (66/267)
28442026-03-20T18:17:54.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-20T18:17:54.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-20T18:17:54.051Z Compiling newtype-uuid v1.3.2
28472026-03-20T18:17:54.304Z Compiling daft v0.1.5
28482026-03-20T18:17:54.600Z Compiling iddqd v0.3.17
28492026-03-20T18:17:56.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-20T18:17:56.908Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-20T18:17:56.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28522026-03-20T18:17:56.908Z
28532026-03-20T18:17:56.908Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28542026-03-20T18:17:57.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-20T18:17:57.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-20T18:17:57.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-20T18:17:57.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28582026-03-20T18:17:57.458Z
28592026-03-20T18:17:57.459Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28602026-03-20T18:17:58.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-20T18:17:58.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-20T18:17:58.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-20T18:17:58.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-20T18:17:58.239Z
28652026-03-20T18:17:58.239Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28662026-03-20T18:17:59.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-20T18:17:59.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-20T18:17:59.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-20T18:17:59.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28702026-03-20T18:17:59.236Z
28712026-03-20T18:17:59.236Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28722026-03-20T18:17:59.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-20T18:17:59.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-20T18:17:59.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-20T18:17:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28762026-03-20T18:17:59.891Z
28772026-03-20T18:17:59.891Zinfo: running `cargo check --bins` on oxql-types (71/267)
28782026-03-20T18:18:00.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-20T18:18:00.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-20T18:18:00.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-20T18:18:00.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28822026-03-20T18:18:00.876Z
28832026-03-20T18:18:00.876Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28842026-03-20T18:18:01.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-20T18:18:01.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-20T18:18:01.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-20T18:18:01.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28882026-03-20T18:18:01.423Z
28892026-03-20T18:18:01.423Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28902026-03-20T18:18:02.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-20T18:18:02.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-20T18:18:02.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-20T18:18:02.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28942026-03-20T18:18:02.192Z
28952026-03-20T18:18:02.193Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
28962026-03-20T18:18:02.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-20T18:18:02.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-20T18:18:02.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-20T18:18:02.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29002026-03-20T18:18:02.943Z
29012026-03-20T18:18:02.943Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29022026-03-20T18:18:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-20T18:18:03.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-20T18:18:03.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-20T18:18:03.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29062026-03-20T18:18:03.753Z
29072026-03-20T18:18:03.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29082026-03-20T18:18:04.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-20T18:18:04.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-20T18:18:04.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-20T18:18:04.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29122026-03-20T18:18:04.567Z
29132026-03-20T18:18:04.567Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29142026-03-20T18:18:05.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-20T18:18:05.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-20T18:18:05.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-20T18:18:05.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-20T18:18:05.373Z
29192026-03-20T18:18:05.373Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29202026-03-20T18:18:06.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-20T18:18:06.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-20T18:18:06.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-20T18:18:06.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29242026-03-20T18:18:06.242Z
29252026-03-20T18:18:06.243Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29262026-03-20T18:18:07.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-20T18:18:07.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-20T18:18:07.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-20T18:18:07.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-20T18:18:07.024Z
29312026-03-20T18:18:07.024Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29322026-03-20T18:18:07.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-20T18:18:07.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-20T18:18:07.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-20T18:18:07.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29362026-03-20T18:18:08.023Z
29372026-03-20T18:18:08.023Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29382026-03-20T18:18:08.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-20T18:18:08.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-20T18:18:08.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-20T18:18:08.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-20T18:18:08.549Z
29432026-03-20T18:18:08.549Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29442026-03-20T18:18:09.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-20T18:18:09.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-20T18:18:09.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-20T18:18:09.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29482026-03-20T18:18:09.246Z
29492026-03-20T18:18:09.246Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29502026-03-20T18:18:09.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-20T18:18:09.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-20T18:18:10.133Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-20T18:18:10.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29542026-03-20T18:18:11.051Z
29552026-03-20T18:18:11.051Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29562026-03-20T18:18:11.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-20T18:18:11.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-20T18:18:11.925Z Compiling ar_archive_writer v0.5.1
29592026-03-20T18:18:12.072Z Compiling stacker v0.1.23
29602026-03-20T18:18:12.078Z Compiling cfg_aliases v0.1.1
29612026-03-20T18:18:12.083Z Compiling convert_case v0.10.0
29622026-03-20T18:18:12.087Z Checking fd-lock v4.0.4
29632026-03-20T18:18:12.087Z Checking nibble_vec v0.1.0
29642026-03-20T18:18:12.087Z Checking vte v0.14.1
29652026-03-20T18:18:12.087Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-20T18:18:12.219Z Compiling nix v0.28.0
29672026-03-20T18:18:12.286Z Checking endian-type v0.1.2
29682026-03-20T18:18:12.316Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-03-20T18:18:12.344Z Checking strip-ansi-escapes v0.2.1
29702026-03-20T18:18:12.468Z Compiling peg-macros v0.8.5
29712026-03-20T18:18:12.481Z Checking radix_trie v0.2.1
29722026-03-20T18:18:12.509Z Checking winnow v0.6.26
29732026-03-20T18:18:12.526Z Compiling derive_more-impl v2.1.1
29742026-03-20T18:18:12.736Z Compiling sqlparser_derive v0.5.0
29752026-03-20T18:18:12.774Z Checking home v0.5.12
29762026-03-20T18:18:12.896Z Checking nu-ansi-term v0.50.3
29772026-03-20T18:18:12.942Z Checking unicode_categories v0.1.1
29782026-03-20T18:18:13.161Z Checking reedline v0.40.0
29792026-03-20T18:18:13.197Z Checking display-error-chain v0.2.2
29802026-03-20T18:18:13.245Z Compiling psm v0.1.30
29812026-03-20T18:18:13.602Z Checking derive_more v2.1.1
29822026-03-20T18:18:13.707Z Checking crossterm v0.29.0
29832026-03-20T18:18:13.968Z Checking peg v0.8.5
29842026-03-20T18:18:14.020Z Checking sqlformat v0.3.5
29852026-03-20T18:18:14.055Z Checking rustyline v14.0.0
29862026-03-20T18:18:14.213Z Checking recursive v0.1.1
29872026-03-20T18:18:14.325Z Checking sqlparser v0.61.0
29882026-03-20T18:18:30.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
29892026-03-20T18:18:30.364Z
29902026-03-20T18:18:30.364Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29912026-03-20T18:18:31.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-20T18:18:31.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-20T18:18:31.257Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-20T18:18:35.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
29952026-03-20T18:18:36.119Z
29962026-03-20T18:18:36.119Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
29972026-03-20T18:18:36.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-20T18:18:36.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-20T18:18:37.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-20T18:18:40.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
30012026-03-20T18:18:40.524Z
30022026-03-20T18:18:40.524Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30032026-03-20T18:18:41.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-20T18:18:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-20T18:18:41.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-20T18:18:45.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
30072026-03-20T18:18:46.021Z
30082026-03-20T18:18:46.022Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30092026-03-20T18:18:46.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-20T18:18:46.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-20T18:18:46.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-20T18:18:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30132026-03-20T18:18:51.599Z
30142026-03-20T18:18:51.600Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30152026-03-20T18:18:52.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-20T18:18:52.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-20T18:18:52.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-20T18:18:55.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
30192026-03-20T18:18:56.189Z
30202026-03-20T18:18:56.189Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30212026-03-20T18:18:56.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-20T18:18:56.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-20T18:18:57.097Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-20T18:19:00.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30252026-03-20T18:19:00.831Z
30262026-03-20T18:19:00.831Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30272026-03-20T18:19:01.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-20T18:19:01.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-20T18:19:01.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-20T18:19:06.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
30312026-03-20T18:19:06.585Z
30322026-03-20T18:19:06.585Zinfo: running `cargo check --bins` on oximeter (92/267)
30332026-03-20T18:19:07.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-20T18:19:07.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-20T18:19:07.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-20T18:19:07.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30372026-03-20T18:19:07.382Z
30382026-03-20T18:19:07.382Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30392026-03-20T18:19:08.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-20T18:19:08.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-20T18:19:08.244Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-20T18:19:08.435Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-20T18:19:08.456Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-20T18:19:08.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-20T18:19:13.738Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-20T18:19:14.163Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-20T18:19:15.706Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-20T18:19:16.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
30492026-03-20T18:19:16.898Z
30502026-03-20T18:19:16.898Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30512026-03-20T18:19:17.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-20T18:19:17.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-20T18:19:17.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-20T18:19:17.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-20T18:19:17.599Z
30562026-03-20T18:19:17.599Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30572026-03-20T18:19:18.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-20T18:19:18.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-20T18:19:18.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-20T18:19:18.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30612026-03-20T18:19:18.449Z
30622026-03-20T18:19:18.449Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30632026-03-20T18:19:19.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-20T18:19:19.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-20T18:19:19.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-20T18:19:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-20T18:19:19.254Z
30682026-03-20T18:19:19.254Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30692026-03-20T18:19:19.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-20T18:19:19.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-20T18:19:19.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-20T18:19:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30732026-03-20T18:19:20.063Z
30742026-03-20T18:19:20.063Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30752026-03-20T18:19:20.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-20T18:19:20.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-20T18:19:20.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-20T18:19:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30792026-03-20T18:19:20.876Z
30802026-03-20T18:19:20.876Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30812026-03-20T18:19:21.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-20T18:19:21.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-20T18:19:21.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-20T18:19:21.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30852026-03-20T18:19:21.687Z
30862026-03-20T18:19:21.687Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30872026-03-20T18:19:22.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-20T18:19:22.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-20T18:19:22.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-20T18:19:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30912026-03-20T18:19:22.466Z
30922026-03-20T18:19:22.466Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
30932026-03-20T18:19:23.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-20T18:19:23.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-20T18:19:23.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-20T18:19:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30972026-03-20T18:19:23.277Z
30982026-03-20T18:19:23.277Zinfo: running `cargo check --bins` on update-engine (102/267)
30992026-03-20T18:19:23.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-20T18:19:23.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-20T18:19:23.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-20T18:19:23.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31032026-03-20T18:19:24.052Z
31042026-03-20T18:19:24.052Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31052026-03-20T18:19:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-20T18:19:24.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-20T18:19:24.987Z Checking dropshot-api-manager-types v0.6.0
31082026-03-20T18:19:24.991Z Checking nanorand v0.7.0
31092026-03-20T18:19:25.298Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-20T18:19:25.324Z Checking flume v0.11.1
31112026-03-20T18:19:25.602Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-20T18:19:26.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
31132026-03-20T18:19:27.126Z
31142026-03-20T18:19:27.126Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31152026-03-20T18:19:27.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-20T18:19:27.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-20T18:19:27.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-20T18:19:27.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31192026-03-20T18:19:27.915Z
31202026-03-20T18:19:27.915Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31212026-03-20T18:19:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-20T18:19:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-20T18:19:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-20T18:19:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31252026-03-20T18:19:28.709Z
31262026-03-20T18:19:28.709Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31272026-03-20T18:19:29.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-20T18:19:29.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-20T18:19:29.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-20T18:19:29.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-20T18:19:29.514Z
31322026-03-20T18:19:29.514Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31332026-03-20T18:19:30.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-20T18:19:30.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-20T18:19:30.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-20T18:19:30.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31372026-03-20T18:19:30.314Z
31382026-03-20T18:19:30.314Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31392026-03-20T18:19:31.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-20T18:19:31.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-20T18:19:31.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-20T18:19:31.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31432026-03-20T18:19:31.105Z
31442026-03-20T18:19:31.105Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31452026-03-20T18:19:31.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-20T18:19:31.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-20T18:19:31.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-20T18:19:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-20T18:19:31.899Z
31502026-03-20T18:19:31.899Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31512026-03-20T18:19:32.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-20T18:19:32.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-20T18:19:32.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-20T18:19:32.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-20T18:19:32.689Z
31562026-03-20T18:19:32.689Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31572026-03-20T18:19:33.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-20T18:19:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-20T18:19:33.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-20T18:19:33.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31612026-03-20T18:19:33.467Z
31622026-03-20T18:19:33.467Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31632026-03-20T18:19:34.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-20T18:19:34.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-20T18:19:34.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-20T18:19:34.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31672026-03-20T18:19:34.253Z
31682026-03-20T18:19:34.253Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31692026-03-20T18:19:34.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-20T18:19:34.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-20T18:19:34.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-20T18:19:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-20T18:19:35.048Z
31742026-03-20T18:19:35.048Zinfo: running `cargo check --bins` on installinator-client (114/267)
31752026-03-20T18:19:35.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-20T18:19:35.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-20T18:19:35.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-20T18:19:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-20T18:19:35.855Z
31802026-03-20T18:19:35.855Zinfo: running `cargo check --bins` on nexus-client (115/267)
31812026-03-20T18:19:36.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-20T18:19:36.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-20T18:19:36.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-20T18:19:36.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31852026-03-20T18:19:36.689Z
31862026-03-20T18:19:36.689Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31872026-03-20T18:19:37.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-20T18:19:37.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-20T18:19:37.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-20T18:19:37.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-03-20T18:19:37.526Z
31922026-03-20T18:19:37.526Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
31932026-03-20T18:19:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-20T18:19:38.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-20T18:19:38.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-20T18:19:38.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-20T18:19:38.307Z
31982026-03-20T18:19:38.307Zinfo: running `cargo check --bins` on oxide-client (118/267)
31992026-03-20T18:19:38.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-20T18:19:38.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-20T18:19:38.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-20T18:19:38.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-20T18:19:39.063Z
32042026-03-20T18:19:39.064Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32052026-03-20T18:19:39.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-20T18:19:39.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-20T18:19:39.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-20T18:19:39.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32092026-03-20T18:19:39.855Z
32102026-03-20T18:19:39.856Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32112026-03-20T18:19:40.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-20T18:19:40.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-20T18:19:40.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-20T18:19:40.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32152026-03-20T18:19:40.630Z
32162026-03-20T18:19:40.630Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32172026-03-20T18:19:41.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-20T18:19:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-20T18:19:41.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-20T18:19:41.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32212026-03-20T18:19:41.453Z
32222026-03-20T18:19:41.453Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32232026-03-20T18:19:42.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-20T18:19:42.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-20T18:19:42.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-20T18:19:42.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-20T18:19:42.271Z
32282026-03-20T18:19:42.271Zinfo: running `cargo check --bins` on installinator-common (123/267)
32292026-03-20T18:19:42.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-20T18:19:42.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-20T18:19:42.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-20T18:19:42.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-20T18:19:43.065Z
32342026-03-20T18:19:43.066Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32352026-03-20T18:19:43.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-20T18:19:43.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-20T18:19:43.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-20T18:19:43.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32392026-03-20T18:19:43.861Z
32402026-03-20T18:19:43.861Zinfo: running `cargo check --bins` on wicket-common (125/267)
32412026-03-20T18:19:44.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-20T18:19:44.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-20T18:19:44.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-20T18:19:44.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32452026-03-20T18:19:44.711Z
32462026-03-20T18:19:44.711Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32472026-03-20T18:19:45.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-20T18:19:45.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-20T18:19:45.637Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-20T18:19:45.683Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-20T18:19:45.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-20T18:19:45.713Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532026-03-20T18:19:45.713Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-20T18:19:45.875Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-20T18:19:45.911Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-20T18:19:46.196Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-03-20T18:19:46.205Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-20T18:19:49.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32592026-03-20T18:19:49.272Z
32602026-03-20T18:19:49.272Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32612026-03-20T18:19:49.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-20T18:19:50.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-20T18:19:50.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-20T18:19:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32652026-03-20T18:19:50.173Z
32662026-03-20T18:19:50.173Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32672026-03-20T18:19:50.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-20T18:19:50.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-20T18:19:50.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-20T18:19:50.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32712026-03-20T18:19:50.947Z
32722026-03-20T18:19:50.947Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32732026-03-20T18:19:51.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-20T18:19:51.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-20T18:19:51.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-20T18:19:51.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-20T18:19:51.962Z
32782026-03-20T18:19:51.962Zinfo: running `cargo check --bins` on dns-server (130/267)
32792026-03-20T18:19:52.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-20T18:19:52.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-20T18:19:52.754Z Compiling parking_lot_core v0.8.6
32822026-03-20T18:19:52.754Z Compiling git-stub v1.0.0
32832026-03-20T18:19:52.761Z Compiling atomicwrites v0.4.4
32842026-03-20T18:19:52.761Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-20T18:19:52.897Z Checking tagptr v0.2.0
32862026-03-20T18:19:52.909Z Checking prefix-trie v0.7.0
32872026-03-20T18:19:52.913Z Checking fxhash v0.2.1
32882026-03-20T18:19:52.940Z Checking hickory-client v0.25.2
32892026-03-20T18:19:53.052Z Compiling git-stub-vcs v0.1.0
32902026-03-20T18:19:53.076Z Checking moka v0.12.13
32912026-03-20T18:19:53.351Z Checking hickory-server v0.25.2
32922026-03-20T18:19:53.424Z Checking parking_lot v0.11.2
32932026-03-20T18:19:53.469Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-20T18:19:53.547Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-20T18:19:53.551Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-20T18:19:53.551Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-20T18:19:55.468Z Checking sled v0.34.7
32982026-03-20T18:19:55.550Z Checking hickory-resolver v0.25.2
32992026-03-20T18:19:56.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
33002026-03-20T18:19:56.660Z
33012026-03-20T18:19:56.660Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33022026-03-20T18:19:57.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-20T18:19:57.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-20T18:19:57.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-20T18:19:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33062026-03-20T18:19:57.458Z
33072026-03-20T18:19:57.458Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33082026-03-20T18:19:58.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-20T18:19:58.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-20T18:19:58.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-20T18:19:58.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33122026-03-20T18:19:58.315Z
33132026-03-20T18:19:58.315Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33142026-03-20T18:19:59.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-20T18:19:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-20T18:19:59.302Z Compiling radium v0.7.0
33172026-03-20T18:19:59.442Z Compiling maybe-uninit v2.0.0
33182026-03-20T18:19:59.445Z Checking tap v1.0.1
33192026-03-20T18:19:59.471Z Compiling zerocopy-derive v0.6.6
33202026-03-20T18:19:59.482Z Checking funty v2.0.0
33212026-03-20T18:19:59.499Z Checking crc-catalog v2.4.0
33222026-03-20T18:19:59.504Z Compiling packed_struct v0.10.1
33232026-03-20T18:19:59.522Z Compiling packed_struct_codegen v0.10.1
33242026-03-20T18:19:59.575Z Checking wyz v0.5.1
33252026-03-20T18:19:59.679Z Checking crc v3.4.0
33262026-03-20T18:19:59.834Z Compiling bitfield-macros v0.19.4
33272026-03-20T18:19:59.908Z Compiling indexmap v1.9.3
33282026-03-20T18:19:59.930Z Checking nodrop v0.1.14
33292026-03-20T18:19:59.949Z Checking smallvec v0.6.14
33302026-03-20T18:19:59.973Z Checking hashbrown v0.12.3
33312026-03-20T18:20:00.010Z Checking bitvec v1.0.1
33322026-03-20T18:20:00.046Z Checking array-init v0.0.4
33332026-03-20T18:20:00.177Z Checking ron v0.8.1
33342026-03-20T18:20:00.209Z Checking hashbrown v0.13.2
33352026-03-20T18:20:00.524Z Checking serde-hex v0.1.0
33362026-03-20T18:20:00.591Z Checking zerocopy v0.6.6
33372026-03-20T18:20:00.789Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-03-20T18:20:00.802Z Checking bitfield v0.19.4
33392026-03-20T18:20:00.920Z Checking crc-any v2.5.0
33402026-03-20T18:20:00.973Z Checking void v1.0.2
33412026-03-20T18:20:01.004Z Checking object v0.30.4
33422026-03-20T18:20:01.063Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-03-20T18:20:01.070Z Checking path-slash v0.1.5
33442026-03-20T18:20:01.100Z Checking half v1.8.3
33452026-03-20T18:20:01.144Z Checking tungstenite v0.23.0
33462026-03-20T18:20:01.182Z Checking lzss v0.8.2
33472026-03-20T18:20:01.220Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-20T18:20:01.367Z Checking serde_cbor v0.11.2
33492026-03-20T18:20:01.371Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33502026-03-20T18:20:01.417Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-03-20T18:20:01.435Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33522026-03-20T18:20:01.587Z Checking nix v0.27.1
33532026-03-20T18:20:01.692Z Checking kstat-rs v0.2.4
33542026-03-20T18:20:01.889Z Checking serde_bytes v0.11.19
33552026-03-20T18:20:01.948Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33562026-03-20T18:20:01.970Z Checking tokio-tungstenite v0.23.1
33572026-03-20T18:20:02.117Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-03-20T18:20:02.288Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-20T18:20:02.307Z Checking signal-hook-tokio v0.3.1
33602026-03-20T18:20:03.338Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-20T18:20:03.595Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-20T18:20:06.864Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-20T18:20:08.062Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-20T18:20:08.435Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-20T18:20:09.922Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-20T18:20:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
33672026-03-20T18:20:12.910Z
33682026-03-20T18:20:12.910Zinfo: running `cargo check --bins` on gateway-api (134/267)
33692026-03-20T18:20:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-20T18:20:13.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-20T18:20:13.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-20T18:20:13.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33732026-03-20T18:20:13.689Z
33742026-03-20T18:20:13.690Zinfo: running `cargo check --bins` on ipcc (135/267)
33752026-03-20T18:20:14.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-20T18:20:14.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-20T18:20:14.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-20T18:20:14.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33792026-03-20T18:20:14.472Z
33802026-03-20T18:20:14.472Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33812026-03-20T18:20:15.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-20T18:20:15.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-20T18:20:15.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-20T18:20:15.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33852026-03-20T18:20:15.232Z
33862026-03-20T18:20:15.232Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33872026-03-20T18:20:15.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-20T18:20:15.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-20T18:20:15.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-20T18:20:15.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33912026-03-20T18:20:16.023Z
33922026-03-20T18:20:16.023Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
33932026-03-20T18:20:16.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-20T18:20:16.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-20T18:20:16.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-20T18:20:16.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-20T18:20:16.808Z
33982026-03-20T18:20:16.808Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
33992026-03-20T18:20:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-20T18:20:17.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-20T18:20:17.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-20T18:20:17.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-20T18:20:17.588Z
34042026-03-20T18:20:17.588Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34052026-03-20T18:20:18.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-20T18:20:18.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-20T18:20:18.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-20T18:20:18.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34092026-03-20T18:20:18.377Z
34102026-03-20T18:20:18.377Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34112026-03-20T18:20:19.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-20T18:20:19.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-20T18:20:19.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-20T18:20:19.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-20T18:20:19.168Z
34162026-03-20T18:20:19.168Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34172026-03-20T18:20:19.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-20T18:20:19.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-20T18:20:19.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-20T18:20:19.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-20T18:20:19.955Z
34222026-03-20T18:20:19.955Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34232026-03-20T18:20:20.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-20T18:20:20.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-20T18:20:20.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-20T18:20:20.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-20T18:20:20.746Z
34282026-03-20T18:20:20.746Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34292026-03-20T18:20:21.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-20T18:20:21.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-20T18:20:21.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-20T18:20:21.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-20T18:20:21.534Z
34342026-03-20T18:20:21.535Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34352026-03-20T18:20:22.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-20T18:20:22.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-20T18:20:22.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-20T18:20:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34392026-03-20T18:20:22.322Z
34402026-03-20T18:20:22.322Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34412026-03-20T18:20:22.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-20T18:20:22.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-20T18:20:22.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-20T18:20:23.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34452026-03-20T18:20:23.105Z
34462026-03-20T18:20:23.105Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34472026-03-20T18:20:23.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-20T18:20:23.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-20T18:20:23.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-20T18:20:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34512026-03-20T18:20:23.895Z
34522026-03-20T18:20:23.896Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34532026-03-20T18:20:24.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-20T18:20:24.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-20T18:20:24.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-20T18:20:24.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34572026-03-20T18:20:24.685Z
34582026-03-20T18:20:24.685Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34592026-03-20T18:20:25.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-20T18:20:25.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-20T18:20:25.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-20T18:20:25.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34632026-03-20T18:20:25.469Z
34642026-03-20T18:20:25.469Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34652026-03-20T18:20:26.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-20T18:20:26.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-20T18:20:26.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-20T18:20:26.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34692026-03-20T18:20:26.256Z
34702026-03-20T18:20:26.256Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34712026-03-20T18:20:26.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-20T18:20:26.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-20T18:20:26.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-20T18:20:26.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34752026-03-20T18:20:27.045Z
34762026-03-20T18:20:27.045Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34772026-03-20T18:20:27.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-20T18:20:27.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-20T18:20:27.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-20T18:20:27.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34812026-03-20T18:20:27.834Z
34822026-03-20T18:20:27.834Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34832026-03-20T18:20:28.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-20T18:20:28.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-20T18:20:28.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-20T18:20:28.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34872026-03-20T18:20:28.620Z
34882026-03-20T18:20:28.620Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34892026-03-20T18:20:29.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-20T18:20:29.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-20T18:20:29.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-20T18:20:29.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34932026-03-20T18:20:29.413Z
34942026-03-20T18:20:29.413Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
34952026-03-20T18:20:30.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-20T18:20:30.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-20T18:20:30.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-20T18:20:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34992026-03-20T18:20:30.361Z
35002026-03-20T18:20:30.361Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35012026-03-20T18:20:30.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-20T18:20:30.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-20T18:20:30.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-20T18:20:30.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35052026-03-20T18:20:31.144Z
35062026-03-20T18:20:31.144Zinfo: running `cargo check --bins` on sp-sim (157/267)
35072026-03-20T18:20:31.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-20T18:20:31.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-20T18:20:32.014Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35102026-03-20T18:20:34.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
35112026-03-20T18:20:34.597Z
35122026-03-20T18:20:34.597Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35132026-03-20T18:20:35.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-20T18:20:35.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-20T18:20:35.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-20T18:20:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35172026-03-20T18:20:35.459Z
35182026-03-20T18:20:35.459Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35192026-03-20T18:20:36.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-20T18:20:36.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-20T18:20:36.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-20T18:20:36.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35232026-03-20T18:20:36.330Z
35242026-03-20T18:20:36.330Zinfo: running `cargo check --bins` on db-macros (160/267)
35252026-03-20T18:20:36.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-20T18:20:36.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-20T18:20:36.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-20T18:20:37.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35292026-03-20T18:20:37.110Z
35302026-03-20T18:20:37.110Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35312026-03-20T18:20:37.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-20T18:20:37.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-20T18:20:37.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-20T18:20:37.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35352026-03-20T18:20:37.865Z
35362026-03-20T18:20:37.866Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35372026-03-20T18:20:38.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-20T18:20:38.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-20T18:20:38.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-20T18:20:38.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35412026-03-20T18:20:38.720Z
35422026-03-20T18:20:38.720Zinfo: running `cargo check --bins` on authz-macros (163/267)
35432026-03-20T18:20:39.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-20T18:20:39.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-20T18:20:39.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-20T18:20:39.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35472026-03-20T18:20:39.485Z
35482026-03-20T18:20:39.485Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35492026-03-20T18:20:40.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-20T18:20:40.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-20T18:20:40.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-20T18:20:40.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-20T18:20:40.335Z
35542026-03-20T18:20:40.335Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35552026-03-20T18:20:41.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-20T18:20:41.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-20T18:20:41.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-20T18:20:41.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35592026-03-20T18:20:41.196Z
35602026-03-20T18:20:41.196Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35612026-03-20T18:20:41.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-20T18:20:41.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-20T18:20:41.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-20T18:20:41.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35652026-03-20T18:20:41.942Z
35662026-03-20T18:20:41.942Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35672026-03-20T18:20:42.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-20T18:20:42.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-20T18:20:42.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-20T18:20:42.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35712026-03-20T18:20:42.706Z
35722026-03-20T18:20:42.706Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35732026-03-20T18:20:43.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-20T18:20:43.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-20T18:20:43.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-20T18:20:43.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35772026-03-20T18:20:43.492Z
35782026-03-20T18:20:43.492Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35792026-03-20T18:20:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-20T18:20:44.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-20T18:20:44.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-20T18:20:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35832026-03-20T18:20:44.265Z
35842026-03-20T18:20:44.265Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35852026-03-20T18:20:44.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-20T18:20:44.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-20T18:20:44.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-20T18:20:44.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35892026-03-20T18:20:45.022Z
35902026-03-20T18:20:45.022Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35912026-03-20T18:20:45.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-20T18:20:45.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-20T18:20:45.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-20T18:20:45.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35952026-03-20T18:20:45.875Z
35962026-03-20T18:20:45.875Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
35972026-03-20T18:20:46.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-20T18:20:46.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-20T18:20:46.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-20T18:20:46.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36012026-03-20T18:20:46.733Z
36022026-03-20T18:20:46.734Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36032026-03-20T18:20:47.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-20T18:20:47.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-20T18:20:47.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-03-20T18:20:47.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36072026-03-20T18:20:47.584Z
36082026-03-20T18:20:47.584Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36092026-03-20T18:20:48.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-03-20T18:20:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-03-20T18:20:48.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-03-20T18:20:48.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36132026-03-20T18:20:48.399Z
36142026-03-20T18:20:48.399Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36152026-03-20T18:20:49.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-03-20T18:20:49.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-03-20T18:20:49.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-03-20T18:20:49.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36192026-03-20T18:20:49.199Z
36202026-03-20T18:20:49.199Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36212026-03-20T18:20:49.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-03-20T18:20:49.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-03-20T18:20:49.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-03-20T18:20:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36252026-03-20T18:20:49.996Z
36262026-03-20T18:20:49.996Zinfo: running `cargo check --bins` on key-manager (177/267)
36272026-03-20T18:20:50.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-03-20T18:20:50.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-03-20T18:20:50.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-03-20T18:20:50.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36312026-03-20T18:20:50.782Z
36322026-03-20T18:20:50.782Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36332026-03-20T18:20:51.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-03-20T18:20:51.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-03-20T18:20:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-03-20T18:20:51.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36372026-03-20T18:20:51.603Z
36382026-03-20T18:20:51.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36392026-03-20T18:20:52.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-03-20T18:20:52.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-03-20T18:20:52.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-03-20T18:20:52.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36432026-03-20T18:20:52.380Z
36442026-03-20T18:20:52.380Zinfo: running `cargo check --bins` on typed-rng (180/267)
36452026-03-20T18:20:53.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-03-20T18:20:53.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-03-20T18:20:53.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-03-20T18:20:53.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36492026-03-20T18:20:53.145Z
36502026-03-20T18:20:53.145Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36512026-03-20T18:20:53.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-03-20T18:20:53.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-03-20T18:20:54.305Z Compiling libefi-sys v0.1.0
36542026-03-20T18:20:54.308Z Compiling bitfield-struct v0.6.2
36552026-03-20T18:20:54.479Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-03-20T18:20:54.494Z Compiling xshell-macros v0.2.7
36572026-03-20T18:20:54.509Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36582026-03-20T18:20:54.530Z Compiling salty v0.3.0
36592026-03-20T18:20:54.551Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36602026-03-20T18:20:54.573Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-03-20T18:20:54.573Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36622026-03-20T18:20:54.931Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36632026-03-20T18:20:54.950Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-03-20T18:20:54.970Z Checking xshell v0.2.7
36652026-03-20T18:20:55.138Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-03-20T18:20:55.159Z Checking primeorder v0.13.6
36672026-03-20T18:20:55.202Z Compiling proc-macro-error-attr2 v2.0.0
36682026-03-20T18:20:55.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36692026-03-20T18:20:55.266Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-03-20T18:20:55.288Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36712026-03-20T18:20:55.441Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36722026-03-20T18:20:55.481Z Checking p384 v0.13.1
36732026-03-20T18:20:55.507Z Compiling num-derive v0.3.3
36742026-03-20T18:20:55.590Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36752026-03-20T18:20:55.706Z Compiling proc-macro-error2 v2.0.1
36762026-03-20T18:20:55.852Z Compiling unicase v2.9.0
36772026-03-20T18:20:55.898Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36782026-03-20T18:20:56.087Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-03-20T18:20:56.119Z Compiling mime_guess v2.0.5
36802026-03-20T18:20:56.122Z Compiling tabled_derive v0.11.0
36812026-03-20T18:20:56.218Z Compiling progenitor-impl v0.11.2
36822026-03-20T18:20:56.582Z Checking papergrid v0.17.0
36832026-03-20T18:20:56.700Z Checking libscf-sys v1.1.0
36842026-03-20T18:20:56.841Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-20T18:20:56.873Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36862026-03-20T18:20:56.957Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36872026-03-20T18:20:57.119Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-03-20T18:20:57.679Z Checking testing_table v0.3.0
36892026-03-20T18:20:57.731Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36902026-03-20T18:20:57.775Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-03-20T18:20:57.802Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-03-20T18:20:57.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36932026-03-20T18:20:57.930Z Checking corncobs v0.1.4
36942026-03-20T18:20:57.983Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36952026-03-20T18:20:58.077Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-03-20T18:20:58.098Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-03-20T18:20:58.121Z Checking tabled v0.20.0
36982026-03-20T18:20:58.260Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36992026-03-20T18:20:58.374Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37002026-03-20T18:20:58.472Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-20T18:20:58.738Z Checking progenitor-client v0.11.2
37022026-03-20T18:20:58.900Z Checking secrecy v0.8.0
37032026-03-20T18:20:59.066Z Checking http-range v0.1.5
37042026-03-20T18:20:59.245Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37052026-03-20T18:20:59.500Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37062026-03-20T18:20:59.530Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-03-20T18:20:59.762Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37082026-03-20T18:20:59.822Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37092026-03-20T18:21:00.005Z Compiling progenitor-macro v0.11.2
37102026-03-20T18:21:00.030Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37112026-03-20T18:21:00.057Z Checking atty v0.2.14
37122026-03-20T18:21:00.080Z Checking crc8 v0.1.1
37132026-03-20T18:21:00.132Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37142026-03-20T18:21:00.177Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37152026-03-20T18:21:00.205Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37162026-03-20T18:21:00.360Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37172026-03-20T18:21:00.653Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-03-20T18:21:00.857Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-03-20T18:21:00.956Z Checking hyper-staticfile v0.10.1
37202026-03-20T18:21:01.091Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37212026-03-20T18:21:01.207Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37222026-03-20T18:21:01.289Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37232026-03-20T18:21:01.331Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37242026-03-20T18:21:01.482Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37252026-03-20T18:21:01.607Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37262026-03-20T18:21:02.036Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37272026-03-20T18:21:02.140Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-03-20T18:21:02.377Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37292026-03-20T18:21:02.520Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37302026-03-20T18:21:02.566Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37312026-03-20T18:21:02.988Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37322026-03-20T18:21:03.365Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37332026-03-20T18:21:03.642Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37342026-03-20T18:21:03.668Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-03-20T18:21:04.171Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37362026-03-20T18:21:05.298Z Checking progenitor v0.11.2
37372026-03-20T18:21:05.470Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-03-20T18:21:12.215Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-03-20T18:21:28.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s
37402026-03-20T18:21:28.479Z
37412026-03-20T18:21:28.479Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37422026-03-20T18:21:29.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-20T18:21:29.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-20T18:21:29.548Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-03-20T18:21:45.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37462026-03-20T18:21:45.973Z
37472026-03-20T18:21:45.973Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37482026-03-20T18:21:46.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-20T18:21:46.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-20T18:21:47.030Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-03-20T18:22:03.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s
37522026-03-20T18:22:03.373Z
37532026-03-20T18:22:03.373Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37542026-03-20T18:22:04.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-20T18:22:04.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-20T18:22:04.432Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-03-20T18:22:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37582026-03-20T18:22:20.822Z
37592026-03-20T18:22:20.822Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37602026-03-20T18:22:21.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-20T18:22:21.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-20T18:22:21.884Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-03-20T18:22:37.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37642026-03-20T18:22:38.179Z
37652026-03-20T18:22:38.179Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37662026-03-20T18:22:38.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-20T18:22:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-20T18:22:39.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-03-20T18:22:55.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37702026-03-20T18:22:55.616Z
37712026-03-20T18:22:55.617Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37722026-03-20T18:22:56.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-20T18:22:56.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-20T18:22:56.695Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-03-20T18:23:12.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s
37762026-03-20T18:23:13.139Z
37772026-03-20T18:23:13.139Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37782026-03-20T18:23:13.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-20T18:23:13.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-20T18:23:14.211Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-03-20T18:23:30.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37822026-03-20T18:23:30.600Z
37832026-03-20T18:23:30.600Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37842026-03-20T18:23:31.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-20T18:23:31.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-20T18:23:31.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-20T18:23:31.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-20T18:23:31.478Z
37892026-03-20T18:23:31.479Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37902026-03-20T18:23:32.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-20T18:23:32.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-20T18:23:32.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-20T18:23:32.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37942026-03-20T18:23:32.270Z
37952026-03-20T18:23:32.270Zinfo: running `cargo check --bins` on range-requests (191/267)
37962026-03-20T18:23:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-20T18:23:32.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-20T18:23:32.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-20T18:23:32.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38002026-03-20T18:23:33.012Z
38012026-03-20T18:23:33.012Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38022026-03-20T18:23:33.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-20T18:23:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-20T18:23:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-20T18:23:33.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38062026-03-20T18:23:33.867Z
38072026-03-20T18:23:33.867Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38082026-03-20T18:23:34.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-20T18:23:34.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-20T18:23:34.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-20T18:23:34.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-20T18:23:34.622Z
38132026-03-20T18:23:34.622Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38142026-03-20T18:23:35.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-20T18:23:35.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-20T18:23:35.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-20T18:23:35.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38182026-03-20T18:23:35.569Z
38192026-03-20T18:23:35.570Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38202026-03-20T18:23:36.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-20T18:23:36.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-20T18:23:36.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-20T18:23:36.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38242026-03-20T18:23:36.282Z
38252026-03-20T18:23:36.282Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38262026-03-20T18:23:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-20T18:23:36.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-20T18:23:36.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-20T18:23:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38302026-03-20T18:23:37.066Z
38312026-03-20T18:23:37.066Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38322026-03-20T18:23:37.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-20T18:23:37.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-20T18:23:37.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-20T18:23:37.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38362026-03-20T18:23:37.923Z
38372026-03-20T18:23:37.923Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38382026-03-20T18:23:40.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-20T18:23:40.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-20T18:23:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-20T18:23:40.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38422026-03-20T18:23:40.983Z
38432026-03-20T18:23:40.983Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38442026-03-20T18:23:40.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-20T18:23:40.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-20T18:23:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-20T18:23:40.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38482026-03-20T18:23:40.983Z
38492026-03-20T18:23:40.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38502026-03-20T18:23:40.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-20T18:23:40.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-20T18:23:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-03-20T18:23:40.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38542026-03-20T18:23:40.983Z
38552026-03-20T18:23:40.984Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38562026-03-20T18:23:41.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-03-20T18:23:41.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-03-20T18:23:41.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-03-20T18:23:41.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38602026-03-20T18:23:41.195Z
38612026-03-20T18:23:41.195Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38622026-03-20T18:23:41.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-03-20T18:23:41.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-03-20T18:23:41.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-03-20T18:23:41.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38662026-03-20T18:23:42.006Z
38672026-03-20T18:23:42.006Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38682026-03-20T18:23:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-03-20T18:23:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-03-20T18:23:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-03-20T18:23:42.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38722026-03-20T18:23:42.837Z
38732026-03-20T18:23:42.837Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38742026-03-20T18:23:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-20T18:23:43.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-20T18:23:43.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-20T18:23:43.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38782026-03-20T18:23:43.704Z
38792026-03-20T18:23:43.705Zinfo: running `cargo check --bins` on update-common (205/267)
38802026-03-20T18:23:44.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-20T18:23:44.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-20T18:23:44.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-20T18:23:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38842026-03-20T18:23:44.513Z
38852026-03-20T18:23:44.513Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38862026-03-20T18:23:45.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-20T18:23:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-20T18:23:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-20T18:23:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38902026-03-20T18:23:45.388Z
38912026-03-20T18:23:45.388Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
38922026-03-20T18:23:46.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-20T18:23:46.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-20T18:23:46.447Z Compiling fs-err v2.11.0
38952026-03-20T18:23:46.590Z Checking ignore v0.4.25
38962026-03-20T18:23:46.607Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38972026-03-20T18:23:46.611Z Checking predicates-tree v1.0.13
38982026-03-20T18:23:46.611Z Checking parse-size v1.1.0
38992026-03-20T18:23:46.645Z Checking rand_seeder v0.4.0
39002026-03-20T18:23:46.649Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39012026-03-20T18:23:46.682Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39022026-03-20T18:23:46.742Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39032026-03-20T18:23:46.775Z Compiling petname v2.0.2
39042026-03-20T18:23:46.830Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39052026-03-20T18:23:47.023Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39062026-03-20T18:23:47.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39072026-03-20T18:23:47.124Z Checking globwalk v0.9.1
39082026-03-20T18:23:47.169Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39092026-03-20T18:23:47.253Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39102026-03-20T18:23:47.347Z Checking camino-tempfile-ext v0.3.3
39112026-03-20T18:23:47.368Z Checking sapling-renderdag v0.1.0
39122026-03-20T18:23:47.485Z Checking sync-ptr v0.1.4
39132026-03-20T18:23:47.614Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39142026-03-20T18:23:47.638Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39152026-03-20T18:23:47.709Z Checking colored v2.2.0
39162026-03-20T18:23:47.744Z Checking assert_matches v1.5.0
39172026-03-20T18:23:48.082Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39182026-03-20T18:23:48.210Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39192026-03-20T18:23:48.213Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39202026-03-20T18:23:48.994Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39212026-03-20T18:23:50.817Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39222026-03-20T18:23:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s
39232026-03-20T18:23:54.066Z
39242026-03-20T18:23:54.067Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39252026-03-20T18:23:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-03-20T18:23:54.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-03-20T18:23:54.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-03-20T18:23:54.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39292026-03-20T18:23:54.842Z
39302026-03-20T18:23:54.842Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39312026-03-20T18:23:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-20T18:23:55.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-20T18:23:55.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-03-20T18:23:55.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39352026-03-20T18:23:55.715Z
39362026-03-20T18:23:55.715Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39372026-03-20T18:23:56.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-20T18:23:56.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-20T18:23:56.688Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39402026-03-20T18:23:56.692Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39412026-03-20T18:23:57.539Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39422026-03-20T18:23:59.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
39432026-03-20T18:23:59.788Z
39442026-03-20T18:23:59.788Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39452026-03-20T18:24:00.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-20T18:24:00.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-20T18:24:00.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-03-20T18:24:00.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39492026-03-20T18:24:00.577Z
39502026-03-20T18:24:00.577Zinfo: running `cargo check --bins` on cert-dev (212/267)
39512026-03-20T18:24:01.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-20T18:24:01.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-20T18:24:01.393Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39542026-03-20T18:24:01.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39552026-03-20T18:24:01.953Z
39562026-03-20T18:24:01.953Zinfo: running `cargo check --bins` on clickana (213/267)
39572026-03-20T18:24:02.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-20T18:24:02.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-20T18:24:02.829Z Compiling darling_core v0.23.0
39602026-03-20T18:24:02.956Z Compiling instability v0.3.11
39612026-03-20T18:24:02.968Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-03-20T18:24:02.972Z Checking castaway v0.2.4
39632026-03-20T18:24:02.977Z Compiling indoc v2.0.7
39642026-03-20T18:24:03.002Z Checking unicode-truncate v1.1.0
39652026-03-20T18:24:03.019Z Checking lru v0.12.5
39662026-03-20T18:24:03.023Z Checking cassowary v0.3.0
39672026-03-20T18:24:03.103Z Checking compact_str v0.8.1
39682026-03-20T18:24:04.255Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39692026-03-20T18:24:04.485Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39702026-03-20T18:24:04.958Z Compiling darling_macro v0.23.0
39712026-03-20T18:24:05.489Z Compiling darling v0.23.0
39722026-03-20T18:24:06.274Z Checking ratatui v0.29.0
39732026-03-20T18:24:07.804Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39742026-03-20T18:24:08.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
39752026-03-20T18:24:08.865Z
39762026-03-20T18:24:08.865Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39772026-03-20T18:24:09.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-03-20T18:24:09.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-03-20T18:24:09.875Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-03-20T18:24:09.920Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39812026-03-20T18:24:10.696Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39822026-03-20T18:24:11.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39832026-03-20T18:24:11.359Z
39842026-03-20T18:24:11.360Zinfo: running `cargo check --bins` on ch-dev (215/267)
39852026-03-20T18:24:12.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-20T18:24:12.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-20T18:24:12.343Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39882026-03-20T18:24:13.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39892026-03-20T18:24:13.519Z
39902026-03-20T18:24:13.519Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39912026-03-20T18:24:14.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-03-20T18:24:14.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-03-20T18:24:14.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-03-20T18:24:14.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39952026-03-20T18:24:14.129Z
39962026-03-20T18:24:14.129Zinfo: running `cargo check --bins` on crdb-seed (217/267)
39972026-03-20T18:24:14.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-03-20T18:24:14.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-03-20T18:24:15.108Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40002026-03-20T18:24:15.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
40012026-03-20T18:24:15.898Z
40022026-03-20T18:24:15.898Zinfo: running `cargo check --bins` on db-dev (218/267)
40032026-03-20T18:24:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-03-20T18:24:16.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-03-20T18:24:16.888Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40062026-03-20T18:24:17.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
40072026-03-20T18:24:18.104Z
40082026-03-20T18:24:18.104Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40092026-03-20T18:24:18.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-03-20T18:24:18.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-03-20T18:24:18.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-03-20T18:24:18.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40132026-03-20T18:24:18.953Z
40142026-03-20T18:24:18.953Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40152026-03-20T18:24:19.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-03-20T18:24:19.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-03-20T18:24:19.776Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40182026-03-20T18:24:20.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
40192026-03-20T18:24:20.870Z
40202026-03-20T18:24:20.870Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40212026-03-20T18:24:21.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-03-20T18:24:21.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-03-20T18:24:21.894Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40242026-03-20T18:24:21.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40252026-03-20T18:24:21.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40262026-03-20T18:24:21.897Z Checking git-stub v1.0.0
40272026-03-20T18:24:21.897Z Compiling trait-variant v0.1.2
40282026-03-20T18:24:21.897Z Checking is_ci v1.2.0
40292026-03-20T18:24:21.897Z Checking maplit v1.0.2
40302026-03-20T18:24:22.080Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40312026-03-20T18:24:22.179Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40322026-03-20T18:24:22.215Z Checking supports-color v3.0.2
40332026-03-20T18:24:22.240Z Checking git-stub-vcs v0.1.0
40342026-03-20T18:24:22.375Z Checking drift v0.1.3
40352026-03-20T18:24:22.419Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40362026-03-20T18:24:22.458Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40372026-03-20T18:24:22.491Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40382026-03-20T18:24:22.661Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40392026-03-20T18:24:22.751Z Checking dropshot-api-manager v0.6.0
40402026-03-20T18:24:22.769Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40412026-03-20T18:24:22.807Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40422026-03-20T18:24:23.048Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-03-20T18:24:23.117Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40442026-03-20T18:24:23.268Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40452026-03-20T18:24:23.750Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40462026-03-20T18:24:30.679Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40472026-03-20T18:24:32.056Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40482026-03-20T18:24:32.832Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40492026-03-20T18:24:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
40502026-03-20T18:24:33.598Z
40512026-03-20T18:24:33.598Zinfo: running `cargo check --bins` on installinator-api (222/267)
40522026-03-20T18:24:34.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-03-20T18:24:34.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-03-20T18:24:34.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-03-20T18:24:34.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40562026-03-20T18:24:34.396Z
40572026-03-20T18:24:34.396Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40582026-03-20T18:24:35.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-03-20T18:24:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-03-20T18:24:35.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-03-20T18:24:35.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40622026-03-20T18:24:35.230Z
40632026-03-20T18:24:35.230Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40642026-03-20T18:24:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-03-20T18:24:35.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-03-20T18:24:35.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-03-20T18:24:35.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40682026-03-20T18:24:36.074Z
40692026-03-20T18:24:36.074Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40702026-03-20T18:24:36.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-03-20T18:24:36.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-03-20T18:24:36.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-03-20T18:24:36.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40742026-03-20T18:24:36.919Z
40752026-03-20T18:24:36.919Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40762026-03-20T18:24:37.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-03-20T18:24:37.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-03-20T18:24:37.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-03-20T18:24:37.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40802026-03-20T18:24:37.714Z
40812026-03-20T18:24:37.714Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40822026-03-20T18:24:38.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-03-20T18:24:38.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-03-20T18:24:38.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-03-20T18:24:38.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40862026-03-20T18:24:38.492Z
40872026-03-20T18:24:38.492Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40882026-03-20T18:24:39.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-03-20T18:24:39.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-03-20T18:24:39.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-03-20T18:24:39.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40922026-03-20T18:24:39.308Z
40932026-03-20T18:24:39.308Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
40942026-03-20T18:24:39.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-03-20T18:24:39.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-03-20T18:24:40.127Z Checking erased-serde v0.4.9
40972026-03-20T18:24:40.251Z Checking ordered-float v2.10.1
40982026-03-20T18:24:40.274Z Checking unicode-xid v0.2.6
40992026-03-20T18:24:40.299Z Checking cargo-platform v0.2.0
41002026-03-20T18:24:40.538Z Checking serde-value v0.7.0
41012026-03-20T18:24:40.711Z Checking serde-untagged v0.1.9
41022026-03-20T18:24:40.926Z Checking cargo-util-schemas v0.8.2
41032026-03-20T18:24:41.943Z Checking cargo_metadata v0.21.0
41042026-03-20T18:24:42.813Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41052026-03-20T18:24:43.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
41062026-03-20T18:24:43.940Z
41072026-03-20T18:24:43.940Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41082026-03-20T18:24:44.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-03-20T18:24:44.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-03-20T18:24:44.943Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41112026-03-20T18:24:45.714Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41122026-03-20T18:24:46.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
41132026-03-20T18:24:46.589Z
41142026-03-20T18:24:46.589Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41152026-03-20T18:24:47.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-03-20T18:24:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-03-20T18:24:47.786Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41182026-03-20T18:24:47.805Z Compiling vergen-gitcl v1.0.8
41192026-03-20T18:24:47.805Z Compiling dirs-sys-next v0.1.2
41202026-03-20T18:24:47.805Z Compiling glob v0.3.3
41212026-03-20T18:24:47.805Z Compiling crunchy v0.2.4
41222026-03-20T18:24:47.805Z Compiling diesel_derives v2.3.7
41232026-03-20T18:24:48.032Z Compiling dsl_auto_type v0.2.0
41242026-03-20T18:24:48.038Z Checking scheduled-thread-pool v0.2.7
41252026-03-20T18:24:48.187Z Compiling dirs-next v2.0.0
41262026-03-20T18:24:48.217Z Compiling diesel_table_macro_syntax v0.3.0
41272026-03-20T18:24:48.221Z Compiling tiny-keccak v2.0.2
41282026-03-20T18:24:48.334Z Compiling term v0.7.0
41292026-03-20T18:24:48.353Z Checking r2d2 v0.8.10
41302026-03-20T18:24:48.436Z Compiling clang-sys v1.8.1
41312026-03-20T18:24:48.483Z Checking downcast-rs v2.0.2
41322026-03-20T18:24:48.510Z Compiling bit-vec v0.6.3
41332026-03-20T18:24:48.610Z Compiling itertools v0.10.5
41342026-03-20T18:24:48.810Z Compiling bit-set v0.5.3
41352026-03-20T18:24:48.920Z Compiling ascii-canvas v3.0.0
41362026-03-20T18:24:49.021Z Compiling ena v0.14.4
41372026-03-20T18:24:49.098Z Compiling libloading v0.8.9
41382026-03-20T18:24:49.151Z Compiling bindgen v0.71.1
41392026-03-20T18:24:49.205Z Compiling regex-syntax v0.6.29
41402026-03-20T18:24:49.250Z Compiling diff v0.1.13
41412026-03-20T18:24:49.381Z Compiling cexpr v0.6.0
41422026-03-20T18:24:49.622Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41432026-03-20T18:24:49.715Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41442026-03-20T18:24:49.888Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41452026-03-20T18:24:49.911Z Compiling libxml v0.3.3
41462026-03-20T18:24:50.115Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41472026-03-20T18:24:50.231Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41482026-03-20T18:24:50.331Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41492026-03-20T18:24:50.510Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41502026-03-20T18:24:50.573Z Compiling strum_macros v0.24.3
41512026-03-20T18:24:50.640Z Compiling indoc v1.0.9
41522026-03-20T18:24:51.217Z Compiling lalrpop v0.19.12
41532026-03-20T18:24:51.960Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41542026-03-20T18:24:52.156Z Checking derive_builder v0.20.2
41552026-03-20T18:24:52.203Z Compiling oso-derive v0.27.3
41562026-03-20T18:24:52.305Z Checking quick-xml v0.37.5
41572026-03-20T18:24:52.426Z Compiling impl-trait-for-tuples v0.2.3
41582026-03-20T18:24:52.831Z Checking openssl-probe v0.1.6
41592026-03-20T18:24:53.008Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41602026-03-20T18:24:53.543Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41612026-03-20T18:24:53.782Z Checking bb8 v0.8.6
41622026-03-20T18:24:54.005Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41632026-03-20T18:24:54.208Z Checking nonempty v0.12.0
41642026-03-20T18:24:54.280Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41652026-03-20T18:24:54.426Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41662026-03-20T18:24:54.560Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41672026-03-20T18:24:54.621Z Checking support-bundle-viewer v0.1.2
41682026-03-20T18:24:54.697Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41692026-03-20T18:24:54.840Z Checking multimap v0.10.1
41702026-03-20T18:24:55.949Z Checking diesel v2.3.7
41712026-03-20T18:24:57.712Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41722026-03-20T18:24:58.945Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41732026-03-20T18:24:59.430Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41742026-03-20T18:24:59.970Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41752026-03-20T18:25:01.303Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41762026-03-20T18:25:01.329Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41772026-03-20T18:25:01.507Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41782026-03-20T18:25:02.241Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41792026-03-20T18:25:04.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41802026-03-20T18:25:11.174Z Compiling samael v0.0.19
41812026-03-20T18:25:15.995Z Checking diesel-dtrace v0.5.0
41822026-03-20T18:25:16.304Z Checking async-bb8-diesel v0.2.1
41832026-03-20T18:25:17.516Z Compiling polar-core v0.27.3
41842026-03-20T18:25:23.369Z Checking oso v0.27.3
41852026-03-20T18:26:18.201Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41862026-03-20T18:27:04.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41872026-03-20T18:27:04.947Z
41882026-03-20T18:27:04.947Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41892026-03-20T18:27:05.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-03-20T18:27:05.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-03-20T18:27:05.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-03-20T18:27:05.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41932026-03-20T18:27:05.814Z
41942026-03-20T18:27:05.814Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
41952026-03-20T18:27:06.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-03-20T18:27:06.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-03-20T18:27:06.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-03-20T18:27:06.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41992026-03-20T18:27:06.672Z
42002026-03-20T18:27:06.672Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42012026-03-20T18:27:07.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-03-20T18:27:07.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-03-20T18:27:07.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-03-20T18:27:07.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42052026-03-20T18:27:07.438Z
42062026-03-20T18:27:07.438Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42072026-03-20T18:27:08.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-03-20T18:27:08.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-03-20T18:27:08.623Z Compiling libz-sys v1.1.24
42102026-03-20T18:27:08.777Z Compiling libgit2-sys v0.18.3+1.9.2
42112026-03-20T18:27:08.796Z Compiling vergen-git2 v1.0.7
42122026-03-20T18:27:08.813Z Compiling rustls v0.21.12
42132026-03-20T18:27:08.831Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42142026-03-20T18:27:08.850Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42152026-03-20T18:27:08.853Z Checking rustls-webpki v0.101.7
42162026-03-20T18:27:08.853Z Checking sct v0.7.1
42172026-03-20T18:27:09.066Z Compiling nix v0.29.0
42182026-03-20T18:27:09.088Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42192026-03-20T18:27:09.106Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42202026-03-20T18:27:09.159Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42212026-03-20T18:27:09.297Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42222026-03-20T18:27:09.466Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42232026-03-20T18:27:09.486Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42242026-03-20T18:27:09.555Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42252026-03-20T18:27:09.934Z Checking rustls-pemfile v1.0.4
42262026-03-20T18:27:10.041Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42272026-03-20T18:27:10.065Z Checking twox-hash v2.1.2
42282026-03-20T18:27:10.069Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42292026-03-20T18:27:10.210Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42302026-03-20T18:27:10.956Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42312026-03-20T18:27:11.121Z Checking tokio-rustls v0.24.1
42322026-03-20T18:27:11.139Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42332026-03-20T18:27:11.203Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42342026-03-20T18:27:11.371Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42352026-03-20T18:27:11.553Z Checking fatfs v0.3.6
42362026-03-20T18:27:11.802Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42372026-03-20T18:27:12.028Z Compiling seq-macro v0.3.6
42382026-03-20T18:27:16.971Z Compiling git2 v0.20.4
42392026-03-20T18:27:18.003Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42402026-03-20T18:27:18.161Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42412026-03-20T18:27:20.211Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42422026-03-20T18:28:30.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42432026-03-20T18:28:30.519Z
42442026-03-20T18:28:30.519Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42452026-03-20T18:28:31.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-20T18:28:31.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-20T18:28:31.723Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42482026-03-20T18:29:31.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42492026-03-20T18:29:31.859Z
42502026-03-20T18:29:31.859Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42512026-03-20T18:29:32.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-03-20T18:29:32.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-03-20T18:29:32.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-03-20T18:29:32.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42552026-03-20T18:29:32.513Z
42562026-03-20T18:29:32.513Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42572026-03-20T18:29:33.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-03-20T18:29:33.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-03-20T18:29:33.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-03-20T18:29:33.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42612026-03-20T18:29:33.378Z
42622026-03-20T18:29:33.378Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42632026-03-20T18:29:34.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-20T18:29:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-20T18:29:34.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-20T18:29:34.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42672026-03-20T18:29:34.230Z
42682026-03-20T18:29:34.230Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42692026-03-20T18:29:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-20T18:29:35.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-20T18:29:35.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-03-20T18:29:35.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42732026-03-20T18:29:35.102Z
42742026-03-20T18:29:35.102Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42752026-03-20T18:29:35.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-20T18:29:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-20T18:29:35.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-03-20T18:29:35.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42792026-03-20T18:29:36.061Z
42802026-03-20T18:29:36.061Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42812026-03-20T18:29:36.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-20T18:29:36.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-20T18:29:36.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-03-20T18:29:36.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42852026-03-20T18:29:36.830Z
42862026-03-20T18:29:36.830Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42872026-03-20T18:29:37.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-20T18:29:37.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-20T18:29:37.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-03-20T18:29:37.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42912026-03-20T18:29:37.672Z
42922026-03-20T18:29:37.672Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
42932026-03-20T18:29:38.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-20T18:29:38.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-20T18:29:38.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-03-20T18:29:38.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42972026-03-20T18:29:38.542Z
42982026-03-20T18:29:38.542Zinfo: running `cargo check --bins` on omicron-dev (245/267)
42992026-03-20T18:29:39.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-03-20T18:29:39.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-03-20T18:29:39.773Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43022026-03-20T18:29:39.776Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43032026-03-20T18:29:39.961Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43042026-03-20T18:29:39.984Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43052026-03-20T18:29:39.987Z Checking diff v0.1.13
43062026-03-20T18:29:39.987Z Checking yansi v1.0.1
43072026-03-20T18:29:40.004Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43082026-03-20T18:29:40.043Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43092026-03-20T18:29:40.185Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43102026-03-20T18:29:40.345Z Checking pretty_assertions v1.4.1
43112026-03-20T18:29:41.218Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43122026-03-20T18:30:14.186Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-03-20T18:30:14.189Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43142026-03-20T18:30:14.189Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43152026-03-20T18:30:14.189Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43162026-03-20T18:30:14.189Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43172026-03-20T18:30:14.189Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43182026-03-20T18:30:15.099Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43192026-03-20T18:30:16.577Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43202026-03-20T18:31:15.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43212026-03-20T18:31:15.859Z
43222026-03-20T18:31:15.859Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43232026-03-20T18:31:16.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-03-20T18:31:16.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-03-20T18:31:16.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-03-20T18:31:16.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
43272026-03-20T18:31:16.634Z
43282026-03-20T18:31:16.634Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43292026-03-20T18:31:17.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-03-20T18:31:17.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-03-20T18:31:17.688Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43322026-03-20T18:31:17.832Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43332026-03-20T18:31:17.845Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43342026-03-20T18:31:54.847Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43352026-03-20T18:31:55.346Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43362026-03-20T18:31:57.736Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43372026-03-20T18:31:58.319Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43382026-03-20T18:32:02.435Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-03-20T18:32:34.596Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43402026-03-20T18:32:35.429Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43412026-03-20T18:32:37.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43422026-03-20T18:32:37.841Z
43432026-03-20T18:32:37.841Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43442026-03-20T18:32:38.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-03-20T18:32:38.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-03-20T18:32:38.816Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43472026-03-20T18:32:39.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43482026-03-20T18:32:39.940Z
43492026-03-20T18:32:39.940Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43502026-03-20T18:32:40.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-03-20T18:32:40.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-03-20T18:32:40.821Z Compiling blake3 v1.8.3
43532026-03-20T18:32:40.966Z Checking arrayvec v0.7.6
43542026-03-20T18:32:40.969Z Checking arrayref v0.3.9
43552026-03-20T18:32:40.969Z Checking constant_time_eq v0.4.2
43562026-03-20T18:32:40.972Z Checking topological-sort v0.2.2
43572026-03-20T18:32:40.975Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43582026-03-20T18:32:40.975Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43592026-03-20T18:32:40.975Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43602026-03-20T18:32:41.170Z Checking shell-words v1.1.1
43612026-03-20T18:32:41.980Z Checking omicron-zone-package v0.12.2
43622026-03-20T18:32:42.977Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43632026-03-20T18:32:44.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43642026-03-20T18:32:44.305Z
43652026-03-20T18:32:44.305Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43662026-03-20T18:32:45.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-03-20T18:32:45.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-03-20T18:32:45.214Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43692026-03-20T18:32:45.610Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43702026-03-20T18:32:46.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
43712026-03-20T18:32:46.342Z
43722026-03-20T18:32:46.342Zinfo: running `cargo check --bins` on xtask (251/267)
43732026-03-20T18:32:46.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-03-20T18:32:46.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-03-20T18:32:46.952Z Checking libc v0.2.180
43762026-03-20T18:32:47.043Z Checking serde v1.0.228
43772026-03-20T18:32:47.053Z Checking zerofrom v0.1.6
43782026-03-20T18:32:47.061Z Checking bitflags v2.11.0
43792026-03-20T18:32:47.070Z Checking hashbrown v0.16.1
43802026-03-20T18:32:47.080Z Checking smallvec v1.15.1
43812026-03-20T18:32:47.098Z Checking serde_json v1.0.149
43822026-03-20T18:32:47.101Z Checking scroll v0.12.0
43832026-03-20T18:32:47.195Z Checking yoke v0.8.1
43842026-03-20T18:32:47.262Z Checking num-traits v0.2.19
43852026-03-20T18:32:47.326Z Checking thiserror v1.0.69
43862026-03-20T18:32:47.416Z Checking zerovec v0.11.5
43872026-03-20T18:32:47.416Z Checking zerotrie v0.2.3
43882026-03-20T18:32:47.449Z Checking log v0.4.29
43892026-03-20T18:32:47.464Z Checking errno v0.3.14
43902026-03-20T18:32:47.614Z Checking rustix v1.1.3
43912026-03-20T18:32:47.647Z Checking serde_spanned v0.6.9
43922026-03-20T18:32:47.669Z Checking toml_datetime v0.6.11
43932026-03-20T18:32:47.693Z Checking indexmap v2.13.0
43942026-03-20T18:32:47.725Z Checking percent-encoding v2.3.2
43952026-03-20T18:32:47.806Z Checking zerocopy v0.7.35
43962026-03-20T18:32:47.902Z Checking form_urlencoded v1.2.2
43972026-03-20T18:32:47.916Z Checking goblin v0.8.2
43982026-03-20T18:32:47.967Z Checking getrandom v0.4.1
43992026-03-20T18:32:48.031Z Checking tinystr v0.8.2
44002026-03-20T18:32:48.054Z Checking potential_utf v0.1.4
44012026-03-20T18:32:48.068Z Checking ordered-float v2.10.1
44022026-03-20T18:32:48.134Z Checking thiserror v2.0.18
44032026-03-20T18:32:48.215Z Checking icu_collections v2.1.1
44042026-03-20T18:32:48.258Z Checking syn v2.0.117
44052026-03-20T18:32:48.261Z Checking icu_locale_core v2.1.1
44062026-03-20T18:32:48.400Z Checking serde-value v0.7.0
44072026-03-20T18:32:48.455Z Checking toml_edit v0.22.27
44082026-03-20T18:32:48.513Z Checking dtrace-parser v0.2.0
44092026-03-20T18:32:48.629Z Checking thread-id v4.2.2
44102026-03-20T18:32:48.654Z Checking once_cell v1.21.3
44112026-03-20T18:32:48.730Z Checking cargo-platform v0.2.0
44122026-03-20T18:32:48.774Z Checking terminal_size v0.4.3
44132026-03-20T18:32:48.827Z Checking memmap v0.7.0
44142026-03-20T18:32:48.880Z Checking tempfile v3.25.0
44152026-03-20T18:32:48.919Z Checking clap_builder v4.5.60
44162026-03-20T18:32:48.963Z Checking textwrap v0.16.2
44172026-03-20T18:32:49.069Z Checking fs-err v3.3.0
44182026-03-20T18:32:49.076Z Checking icu_provider v2.1.1
44192026-03-20T18:32:49.129Z Checking camino-tempfile v1.4.1
44202026-03-20T18:32:49.234Z Checking anyhow v1.0.102
44212026-03-20T18:32:49.237Z Checking tabled v0.15.0
44222026-03-20T18:32:49.333Z Checking macaddr v1.0.1
44232026-03-20T18:32:49.352Z Checking icu_properties v2.1.2
44242026-03-20T18:32:49.493Z Checking icu_normalizer v2.1.1
44252026-03-20T18:32:49.564Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44262026-03-20T18:32:49.985Z Checking toml v0.8.23
44272026-03-20T18:32:50.415Z Checking cargo_toml v0.21.0
44282026-03-20T18:32:50.495Z Checking idna_adapter v1.2.1
44292026-03-20T18:32:50.537Z Checking clap v4.5.60
44302026-03-20T18:32:50.556Z Checking dof v0.3.0
44312026-03-20T18:32:50.641Z Checking idna v1.1.0
44322026-03-20T18:32:50.908Z Checking usdt-impl v0.5.0
44332026-03-20T18:32:50.974Z Checking url v2.5.8
44342026-03-20T18:32:51.234Z Checking usdt v0.5.0
44352026-03-20T18:32:51.415Z Checking cargo-util-schemas v0.8.2
44362026-03-20T18:32:52.419Z Checking cargo_metadata v0.21.0
44372026-03-20T18:32:53.334Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44382026-03-20T18:32:53.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
44392026-03-20T18:32:53.996Z
44402026-03-20T18:32:53.996Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44412026-03-20T18:32:54.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-03-20T18:32:54.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-03-20T18:32:55.089Z Checking polyval v0.6.2
44442026-03-20T18:32:55.238Z Checking ctr v0.9.2
44452026-03-20T18:32:55.255Z Checking ssh-encoding v0.2.0
44462026-03-20T18:32:55.258Z Checking blowfish v0.9.1
44472026-03-20T18:32:55.289Z Checking password-hash v0.4.2
44482026-03-20T18:32:55.311Z Checking p521 v0.13.3
44492026-03-20T18:32:55.314Z Checking p256 v0.13.2
44502026-03-20T18:32:55.349Z Checking russh-cryptovec v0.7.3
44512026-03-20T18:32:55.419Z Checking ghash v0.5.1
44522026-03-20T18:32:55.440Z Checking md5 v0.7.0
44532026-03-20T18:32:55.460Z Checking bcrypt-pbkdf v0.10.0
44542026-03-20T18:32:55.493Z Checking num-bigint v0.4.6
44552026-03-20T18:32:55.513Z Checking des v0.8.1
44562026-03-20T18:32:55.566Z Checking aes-gcm v0.10.3
44572026-03-20T18:32:55.585Z Checking pbkdf2 v0.11.0
44582026-03-20T18:32:55.644Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44592026-03-20T18:32:55.663Z Checking hex-literal v0.4.1
44602026-03-20T18:32:55.681Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44612026-03-20T18:32:55.706Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44622026-03-20T18:32:55.755Z Checking ssh-cipher v0.2.0
44632026-03-20T18:32:55.784Z Checking socket2 v0.5.10
44642026-03-20T18:32:55.802Z Checking internet-checksum v0.2.1
44652026-03-20T18:32:55.970Z Checking ssh-key v0.6.7
44662026-03-20T18:32:56.158Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-20T18:32:56.857Z Checking russh-keys v0.45.0
44682026-03-20T18:32:57.602Z Checking russh v0.45.0
44692026-03-20T18:33:18.983Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44702026-03-20T18:33:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
44712026-03-20T18:33:20.777Z
44722026-03-20T18:33:20.777Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44732026-03-20T18:33:21.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-20T18:33:21.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-20T18:33:21.646Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44762026-03-20T18:33:21.791Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44772026-03-20T18:33:21.798Z Checking termios v0.3.3
44782026-03-20T18:33:23.485Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44792026-03-20T18:33:23.670Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44802026-03-20T18:33:26.298Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44812026-03-20T18:33:27.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
44822026-03-20T18:33:27.280Z
44832026-03-20T18:33:27.280Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44842026-03-20T18:33:28.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-03-20T18:33:28.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-03-20T18:33:28.246Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44872026-03-20T18:33:28.381Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44882026-03-20T18:33:28.397Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44892026-03-20T18:33:28.400Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44902026-03-20T18:33:28.424Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44912026-03-20T18:33:28.684Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44922026-03-20T18:33:28.684Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44932026-03-20T18:33:29.650Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44942026-03-20T18:33:29.903Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44952026-03-20T18:33:29.905Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44962026-03-20T18:33:30.753Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44972026-03-20T18:33:32.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
44982026-03-20T18:33:33.110Z
44992026-03-20T18:33:33.111Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45002026-03-20T18:33:33.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-03-20T18:33:33.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-03-20T18:33:33.981Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45032026-03-20T18:33:34.551Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45042026-03-20T18:33:34.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45052026-03-20T18:33:35.204Z
45062026-03-20T18:33:35.205Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45072026-03-20T18:33:35.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-03-20T18:33:35.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-03-20T18:33:35.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-03-20T18:33:35.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45112026-03-20T18:33:35.961Z
45122026-03-20T18:33:35.961Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45132026-03-20T18:33:36.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-03-20T18:33:36.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-03-20T18:33:36.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-03-20T18:33:36.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45172026-03-20T18:33:36.747Z
45182026-03-20T18:33:36.747Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45192026-03-20T18:33:37.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-03-20T18:33:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-03-20T18:33:37.779Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45222026-03-20T18:33:38.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
45232026-03-20T18:33:38.764Z
45242026-03-20T18:33:38.764Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45252026-03-20T18:33:39.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-03-20T18:33:39.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-03-20T18:33:39.646Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45282026-03-20T18:33:39.649Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45292026-03-20T18:33:39.958Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45302026-03-20T18:33:39.961Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45312026-03-20T18:33:40.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45322026-03-20T18:33:41.181Z
45332026-03-20T18:33:41.181Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45342026-03-20T18:33:41.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-20T18:33:41.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-20T18:33:41.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-03-20T18:33:41.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45382026-03-20T18:33:41.968Z
45392026-03-20T18:33:41.968Zinfo: running `cargo check --bins` on omicron-package (261/267)
45402026-03-20T18:33:42.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-20T18:33:42.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-20T18:33:42.877Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45432026-03-20T18:33:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
45442026-03-20T18:33:44.485Z
45452026-03-20T18:33:44.485Zinfo: running `cargo check --bins` on tqdb (262/267)
45462026-03-20T18:33:45.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-20T18:33:45.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-20T18:33:45.643Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45492026-03-20T18:33:46.022Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45502026-03-20T18:33:46.734Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45512026-03-20T18:33:46.737Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45522026-03-20T18:33:53.333Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45532026-03-20T18:33:54.257Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45542026-03-20T18:33:54.261Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45552026-03-20T18:33:54.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45562026-03-20T18:33:54.261Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45572026-03-20T18:33:55.281Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45582026-03-20T18:34:04.822Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45592026-03-20T18:34:13.225Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45602026-03-20T18:34:13.228Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45612026-03-20T18:34:13.228Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45622026-03-20T18:34:13.228Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45632026-03-20T18:34:15.206Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45642026-03-20T18:34:17.028Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45652026-03-20T18:34:17.934Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45662026-03-20T18:34:19.665Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45672026-03-20T18:34:20.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s
45682026-03-20T18:34:20.613Z
45692026-03-20T18:34:20.613Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45702026-03-20T18:34:21.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-03-20T18:34:21.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-03-20T18:34:21.570Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-03-20T18:34:21.705Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45742026-03-20T18:34:21.710Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45752026-03-20T18:34:21.760Z Checking rtoolbox v0.0.3
45762026-03-20T18:34:21.764Z Checking tui-tree-widget v0.23.1
45772026-03-20T18:34:21.947Z Checking rpassword v7.4.0
45782026-03-20T18:34:22.044Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45792026-03-20T18:34:22.983Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45802026-03-20T18:34:29.598Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45812026-03-20T18:34:30.516Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45822026-03-20T18:34:31.921Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45832026-03-20T18:34:36.138Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45842026-03-20T18:34:38.627Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45852026-03-20T18:34:39.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
45862026-03-20T18:34:40.029Z
45872026-03-20T18:34:40.029Zinfo: running `cargo check --bins` on wicket (264/267)
45882026-03-20T18:34:40.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-03-20T18:34:40.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-03-20T18:34:41.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45912026-03-20T18:34:41.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45922026-03-20T18:34:41.633Z
45932026-03-20T18:34:41.633Zinfo: running `cargo check --bins` on wicketd (265/267)
45942026-03-20T18:34:42.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-03-20T18:34:42.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-03-20T18:34:42.619Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45972026-03-20T18:34:42.641Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45982026-03-20T18:34:42.745Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45992026-03-20T18:34:42.801Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46002026-03-20T18:34:44.587Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46012026-03-20T18:34:44.992Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46022026-03-20T18:34:52.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
46032026-03-20T18:34:52.146Z
46042026-03-20T18:34:52.146Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46052026-03-20T18:34:52.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-03-20T18:34:52.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-03-20T18:34:52.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46082026-03-20T18:34:52.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
46092026-03-20T18:34:52.146Z
46102026-03-20T18:34:52.146Zinfo: running `cargo check --bins` on zone-setup (267/267)
46112026-03-20T18:34:52.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-03-20T18:34:52.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-03-20T18:34:52.146Z Checking uzers v0.12.2
46142026-03-20T18:34:52.146Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46152026-03-20T18:34:52.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
46162026-03-20T18:34:52.493Z
46172026-03-20T18:34:52.507Zreal 19:16.886591447
46182026-03-20T18:34:52.508Zuser 28:38.912822605
46192026-03-20T18:34:52.508Zsys 5:18.103721045
46202026-03-20T18:34:52.508Ztrap 0.475531217
46212026-03-20T18:34:52.508Ztflt 0.310722233
46222026-03-20T18:34:52.508Zdflt 0.699377730
46232026-03-20T18:34:52.508Zkflt 0.000971448
46242026-03-20T18:34:52.508Zlock 1:47:48.021962432
46252026-03-20T18:34:52.508Zslp 2:14:54.069202342
46262026-03-20T18:34:52.508Zlat 1:25.068236746
46272026-03-20T18:34:52.508Zstop 5:25.573093907
46282026-03-20T18:34:52.508Zprocess exited: duration 1394999 ms, exit code 0
 
46292026-03-20T18:34:52.543Zfound 0 output files